body {
    background-color: #0c0c0c;         

}

/* GROS TITRE */
.principal {
    margin-top:50px;
    margin-bottom: 5px;
    margin-left:150px;
    font-family: "VT323", monospace;
    /*font-family: 'Courier New', Courier, monospace;*/
    font-weight: 700;
    font-variation-settings:
    "wdth" 100;
    font-style: normal;
    color:#ccc;
    font-size: 75px;
    /*text-align: center;*/
}


/* DOUBLE TITRE */
/* Part 1 ----- BAPTISTE */
.titre-1 { 
    /*margin-top:0px;*/
    margin-top:50px;
    margin-left:150px;
    margin-bottom:200px;
    font-family: "VT323", monospace;
    /*font-family: 'Courier New', Courier, monospace;*/
    font-weight: 700;
    font-variation-settings:
    "wdth" 100;
    font-style: normal;
    color:#b6b6b6;
    font-size: 75px;
    /*text-align: center;*/
}
/* Part 1 ----- HESCHUNG */
.titre-2 {
    color:#868686;
}
/* Part 3.1 ---- TLD - Font Pratick Hand SC (HANDWRIT) */
.titre-tld-manu {
    font-family: "Patrick Hand SC", cursive;
    font-weight: 300;
    font-style: normal;
    color: #ccc;
    font-size:30px;
    display: inline-block;
    transform: rotate(-7deg);
  }
/* Part 3.2 ---- TLD - Font VT323 (BITMAP) */
.titre-tld-vt323 {
    font-family: "VT323", monospace;
    font-weight: 800;
    font-variation-settings:
    "wdth" 100;
    font-style: normal;
    color:#ccc;
    font-size: 50px;
  }



/* TEXTE CORPS */


/* CONSOLE */
.console {
    margin-top:60px;
    margin-left:150px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    color: #ccc;
    opacity: 0,9;
    font-weight:400;
    font-style:normal;

}

.cons {
    margin-top:60px;
    margin-left:auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    color: #ccc;
    font-weight:400;
    font-style:normal;
}

.underscore {
    margin-top:20px;
    margin-left:auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    color: #ccc;
    font-weight:400;
    font-style:normal;

}

.underscore::after {
        content: '_'; 
        animation: blink 1s steps(1) infinite;
}

@keyframes blink {
50% {
opacity: 0;
}

}

.weight {
    font-weight: 600;
}

.bold {
    font-weight: 800;
}

/* Varia 2 */
.txt {
    margin-top:150px;
    margin-left:150px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 450;
    font-variation-settings:
    "wdth" 100;
    font-style: normal;
    color: #ccc;
    font-size: 25px;

  }

  .txt-2 {
    margin-top:30px;
    margin-left:210px;
    font-family: "Patrick Hand SC", cursive;
    font-weight: 200;
    font-style: normal;
    color: #ccc;
    font-size:27px;
    display: inline-block;
    transform: rotate(-2.5deg);
  }

  

/* EMOJI */
.emoji {
    font-size: 40px !important;
}