
@font-face {
    font-family:"ElvenHalf";
    src:url(../fonts/halfelven.woff)format("woff");
    font-weight: 400;
    font-style: normal;
}



.container {
    display : flex;
    justify-content : center;
    align-items:center;
    height : 100%;
    width : 100%;
   
}
.compteur{
     /*border : black 1px solid;*/
     border-radius : 50%;
     width : 500px;
     height: 500px;
     display : flex;
    justify-content : center;
    align-items:center;
 background-image:  url("../image/fond de forge.png");
    /*box-shadow : 0px 0px 500px 500px #FBFAA1 ;*/

    background-size:cover;
    background-position:center;
    z-index:2;
}
#compteur{
    
    font-size : 60px;
    text-align : center;
    font-family:"ElvenHalf";
    /*background-color : rgba(0,0,0,0.5);*/
    /*box-shadow : 0px 0px 500px #FBFAA1 ;*/
}

.forger{
    box-shadow : 0px 0px 100px 100px #FBFAA1  ;
}

.flammeMin{
    box-shadow : 0px 0px 100px #FBFAA1  ;
     color :#FBFAA1 ;
    background-color:#FBFAA1;


    
}
.flammeHeure{
     
    box-shadow : 0px 0px 500px #FBFAA1 ;
         background-image:  url("../image/oeil sauron.jpg");
         color:#840b0b;

}
.flammeJour{
    box-shadow : 0px 0px 1500px #CE3006  ;
}


Main {
    background-image : url("../image/Le-Seigneur-des-Anneaux_2.png");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    height:800px;
    width : 1400px;
}

