You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
1.7 KiB
116 lines
1.7 KiB
|
|
#pageGame {
|
|
visibility: hidden;
|
|
}
|
|
|
|
|
|
|
|
.menuhaut {
|
|
height: 10vh;
|
|
width: inherit;
|
|
display: flex;
|
|
}
|
|
|
|
/*Partie Menu du haut*/
|
|
.menu{
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
|
|
.retourstp {
|
|
position: absolute;
|
|
}
|
|
|
|
#Redistribution{
|
|
position:relative;
|
|
top:-3vw;
|
|
}
|
|
|
|
|
|
#affSolution {
|
|
text-align: center;
|
|
font-family: Montserrat, impact, Arial Black;
|
|
font-size: 2.5vw;
|
|
color: var(--lightsedonca);
|
|
width: inherit;
|
|
}
|
|
|
|
#textjouer2 {
|
|
position: absolute;
|
|
text-align: center;
|
|
font-family: Montserrat, impact, Arial Black;
|
|
margin-top: 0.6vw;
|
|
color: var(--lightsedonca);
|
|
width: inherit;
|
|
|
|
}
|
|
|
|
#btnvalider2 {
|
|
position: relative;
|
|
text-align: center;
|
|
font-family: Montserrat, impact, Arial Black;
|
|
font-size: 2.5vw;
|
|
margin-top: 0.2vw;
|
|
margin-left: 0.2vw;
|
|
color: var(--lightsedonca);
|
|
}
|
|
|
|
#btnvalider3 {
|
|
position: relative;
|
|
text-align: center;
|
|
font-family: Montserrat, impact, Arial Black;
|
|
font-size: 2.5vw;
|
|
margin-top: 0.2vw;
|
|
margin-left: 0.2vw;
|
|
color: var(--lightsedonca);
|
|
}
|
|
|
|
#Redistribution2 {
|
|
position: relative;
|
|
top:-3vw;
|
|
left:68%;
|
|
}
|
|
|
|
#Redistribution3 {
|
|
position: relative;
|
|
top:-3vw;
|
|
left: 50%;
|
|
}
|
|
|
|
#idGameMulti {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.bouttonvalider2:hover {
|
|
box-shadow: 0 0 0 8px var(--lightsedonca);
|
|
font-size: 100%;
|
|
position: relative;
|
|
transition: box-shadow 0.2s ease;
|
|
}
|
|
|
|
#progressbar
|
|
{
|
|
position : relative;
|
|
width: 1100px;
|
|
padding:1px;
|
|
background-color:white;
|
|
border:1px solid black;
|
|
height:10px;
|
|
border-radius: 5px;
|
|
margin-top: 40px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
#indicateur
|
|
{
|
|
width: 800px;
|
|
background-color : green;
|
|
height:10px;
|
|
margin: 0;
|
|
|
|
}
|
|
|