@font-face{
    font-family : "almendra";
    src : url('./fonts/Almendra-Regular.ttf');
}
@font-face{
    font-family : "eagle_lake";
    src : url('css/fonts/EagleLake-Regular.ttf');
}
@font-face{
    font-family : "eczar";
    src : url('fonts/Eczar-VariableFont_wght.ttf');
}
@font-face{
    font-family : "federant";
    src : url('fonts/Federant-Regular.ttf');
}
@font-face{
    font-family : "magic_school_1";
    src : url('fonts/MagicSchoolOne.ttf');
}
@font-face{
    font-family : "magic_school_2";
    src : url('fonts/MagicSchoolTwo.ttf');
}
@font-face{
    font-family : "medievalsharp";
    src : url('fonts/MedievalSharp-Regular.ttf');
}
@font-face{
    font-family : "wizard_world";
    src : url('fonts/WizardWorldSimplified-Kxr7.ttf');
}

html {

    height: 100%;
    width: 100%;
}
body {
    background: url("../images/262121.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.home-blason {
    width: 300px;
    border-radius: 150px;
    box-shadow: 0px 0px 99px 5px rgba(255,255,255,.5);
}

.score-bottom {
    font-family: 'MedievalSharp', sans-serif;
    font-size: 100px;
    left: 0;
    text-align: center;
    transition: all ease-in-out 1s;
    
text-shadow: 2px 2px 0 #FDCB60, 2px -2px 0 #FDCB60, -2px 2px 0 #FDCB60, -2px -2px 0 #FDCB60, 2px 0px 0 #FDCB60, 0px 2px 0 #FDCB60, -2px 0px 0 #FDCB60, 0px -2px 0 #FDCB60;
    color: #fed94d;
    /* text-shadow: 0px 3px 15px #2a2a2a; */
    line-height: .9;
    margin-top: 100px;
}
.score-top {
    font-family: 'MedievalSharp', sans-serif;
    font-size: 150px;
    position: absolute;
    top: -35%;
    left: 0;
    width: 300px;
    text-align: center;
    color: #fed94d;
    text-shadow: 0px 3px 15px #2a2a2a;
    margin-left: 95px;
    transform: rotate(10deg);
}
.health-bottom {
    font-family: 'Archivo black', sans-serif;
    font-size: 80px;
    left: 0;
    text-align: center;
    letter-spacing: -4px;
    color: #fff;
    text-shadow: 0px 3px 15px #2a2a2a;
    line-height: .9;
    margin-top: 30px;
    transform: rotate(9deg);
}
.egalite {
    height: 300px;
    background: white;

    font-family: 'Archivo Black', sans-serif;
    color: #fed94d;
    text-shadow: 0px 3px 15px #2a2a2a;
}

.egalite span {
    display: block;
    position: relative;
    font-size: 60px;
    left: 35px;
    top: 95px;
}

.back-score {
    display: inline-block;
    margin: 2px 10px 0 10px;
    font-size: 30px;
    line-height: 30px;
    font-family: 'Archivo Black', sans-serif;
    color: #fed94d;
    text-shadow: 0px 2px 2px rgba(0,0,0,.5);
    top: 5px;
    position: relative;
}

.lauriers {
    position: absolute;
    width: 490px;
    left: -75px;
    top: -60px;
    opacity: 0.6;
}

.score {
    position: fixed;
    bottom: 0;
    margin-bottom: 32px;     
    height: 110px; 
    width: 83vw;
    overflow: hidden;
    left: 8.7%;
}

.score-left {
    height: 10vh;    
    left: 0;
    width: 100%;
    position: relative;
}

.score-right {
    height: 10vh;
    position: relative;
    left: 50%;
    top: -10vh;
    width: 100vw;
}