body
{
   color: brown;
background: #F5F2F2;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.blocjeu
{  
margin-top: 40px;
margin-left: auto;
margin-right: auto;
   
    
width: 800px;
height: 600px;

}
h1, h2
{
text-align: center;
text-shadow: 4px 2px 6px brown;

}

.user
{
align-items: center;
display: flex;
justify-content: space-around;
margin-left: -10px;
width: 780px;
height: 40px;

}

.led
{
    align-items: center;
    display: flex;
    justify-content: space-around;
   
    width: 780px;
    height: 30px;
    
}
.ledbordure
{
    display: flex;
    
    width: 100px;
    height: 20px;
    justify-content: space-around;

}
#led1_1
{

border: 1px solid green;
box-shadow: 2px 2px 3px green;
width: 15px;
height: 15px;
border-radius: 20px;
background-color: none;

}
#led1_2
{

border: 1px solid green;
box-shadow: 2px 2px 3px green;
width: 15px;
height: 15px;
border-radius: 20px;
background-color: none;

}
#led1_3
{

border: 1px solid green;
box-shadow: 2px 2px 3px green;
width: 15px;
height: 15px;
border-radius: 20px;
background-color: none;

}
#led2_1
{

border: 1px solid green;
box-shadow: 2px 2px 3px green;
width: 15px;
height: 15px;
border-radius: 20px;
background-color: none;

}
#led2_2
{

border: 1px solid green;
box-shadow: 2px 2px 3px green;
width: 15px;
height: 15px;
border-radius: 20px;
background-color: none;

}
#led2_3
{

border: 1px solid green;
box-shadow: 2px 2px 3px green;
width: 15px;
height: 15px;
border-radius: 20px;
background-color: none;

}
.versus
{
    background: url("images/versus.png") no-repeat;
    background-size: 100%;
    margin-left:-180px;
    margin-right: -180px;
   
    width: 50px;
    height: 50px;


}
.sign
{
align-items: center;
display: flex;
justify-content: space-around;

width: 780px;
height: 150px;


}
.result
{
    margin: auto;
    margin-top: auto;
   
    background: yellow;
    border: 4px solid rgb(0, 153, 255);
    width: 100px;
    height: 100px;
    border-radius: 20px;
    


}
.usercolor
{
    
    display: flex;
    border: 4px solid green;
    width: 120px;
    height: 120px;
    background: none;
    box-shadow: 2px 2px 3px green;
    border-radius: 20px;
    background-color:none;

}
.iacolor
{
    
    display: flex;
    border: 4px solid green;
    width: 120px;
    height: 120px;
    background: none;
    box-shadow: 2px 2px 3px green;
    border-radius: 20px;
    background-color:none;

}

.pierre, .feuille, .ciseaux
{
    width: 100px;
    height: 100px;
}

.compteur
{
   margin-top: -90px;
    margin-left:-170px;
   margin-right: -170px;
    
    width: 50px;
    height: 50px;
    text-align: center;
    
}
.chiffre
{
font-size: 50px;
font-weight: bold;

}


.choosesign
{
display: flex;
justify-content: space-around;
align-items: center;
 
width: 780px;
height: 150px;

}
.pierre
{

background: url("images/pierre.png") no-repeat center;
background-size: 100%;
border-radius: 20px;


}
.feuille
{
background: url("images/feuille.png") no-repeat center;
background-size: 100%;
border-radius: 20px;
}

.ciseaux
{
background: url("images/ciseaux.png") no-repeat center;
background-size: 100%;
border-radius: 20px;
}
.bouton
{
   display: flex;
    margin: auto;
    
   width: 300px;
   height: 30px; 
   justify-content: space-between;
}
.start
{
    border : 4px solid rgb(106, 58, 236);
    width: 125px;
    height: 30px; 
    background-color: greenyellow;
    border-radius: 50%;
    box-shadow: 2px 2px 3px rgb(106, 58, 236);
    

}
.start1
{
    text-align: center;
    margin: auto;
    margin-top: 5px;
    text-shadow: 4px 2px 4px rgb(106, 58, 236);
}


.reset
{
    border : 4px solid rgb(106, 58, 236);
    background-color: rgb(228, 236, 114);
    box-shadow: 2px 2px 3px rgb(106, 58, 236);
    width: 125px;
    height: 30px;   
    border-radius: 50%; 
}
.start2
{
    text-align: center;
    margin: auto;
    margin-top: 5px;
    text-shadow: 4px 2px 4px rgb(106, 58, 236);
}


.cadrescore
{
    
    width: 580px;
    height:150px;
    margin-left: 100px;
    display: flex;
   
}
.cadrescore1
{
    
    width: 290px;
    height:150px;
    text-align: center;
    
}
.cadrescore2{
    list-style-type: none;
    margin-left:0;
    padding-left:0;
}


