/*Général + accueil*/
body{
    background-color: rgba(171, 152, 149, 0.995);
}

.titre {
    font-family: 'Times New Roman';
    text-align: center;
    font-size:25px;
}

.zone {
    width: 1200px;
    height: 600px;
    border:solid 5px #000;
    margin: auto;
}

.tank{
    width: 400px;
    height: 400px;
    margin-left: 30%;
}

.start{
    margin-left: 45%;
    width: 100px;
    height: 50px;
    font-size:25px;
    background-color: rgba(161, 103, 94, 0.995);
    border-radius: 5%;
}

/*consignes*/
.go{
    margin-top: 20%;
    margin-left: 46%;
    width: 70px;
    height: 50px;
    font-size:25px;
    text-align: center;
    align-items: center;
    background-color: rgba(161, 103, 94, 0.995);
    border-radius: 6%;
    display:none;
}

.texte_consignes{
    color: white;
    font-family: 'Times New Roman';
    margin-left: 15%;
    margin-top: 20%;
    font-size:40px;
    display: none;
}

/*Inventaire*/
.inventaire{
    width: 50px;
    height: 50px;
    z-index: 5;
    margin-left: 47%;
    border: double #000 5px;
    background-color: #c5c5c5;
    display:none;
}

.icon{
    width: 100%;
    height: 100%;
    display: none;
}


/*Musique*/
.playstop{
    width: 100px;
    height: 100px;
    transition-duration: 500ms;  
    position: absolute;
    bottom:10px;
    right: 20px;
    filter: blur(1px);
    z-index: 10;
    position: absolute;
}

.playstop:hover{
    width: 105px;
    height: 105px;
    transition-duration: 500ms;    
    z-index: 10;
    position: absolute;
}

/*Niveau 1*/

.camp {
    display: none;
    width: 1200px;
    height: 600px;
    margin:auto;
}


:root {
	--pointerX: 50vw;
	--pointerY: 50vh;
}

body.flashlight::before {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle 10vmax at var(--pointerX) var(--pointerY), rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
	pointer-events: none;
    z-index:9;
    
}

.cible1{
    top: 400px;
    left: 500px;
    display: flex;
    position: absolute;
}

.cible2{
    top: 400px;
    left: 800px;
    display: flex;
    position: absolute;
}

.cible3{
    top: 400px;
    left: 1100px;
    display: flex;
    position: absolute;
}

.cible4{
    top: 400px;
    left: 1400px;
    display: flex;
    position: absolute;
}

/*Niveau 2*/
.jour{
    display: none;
}

.j1{
    top: 291px;
    left: 488px;
    display: flex;
    position: absolute;
}

.j2{
    top: 200px;
    left: 425px;
    display: flex;
    position: absolute;
}

.j3{
    top: 160px;
    left: 1456px;
    display: flex;
    position: absolute;
}

.j4{
    top: 101px;
    left: 1065px;
    display: flex;
    position: absolute;
}

.j5{
    top: 250px;
    left: 667px;
    display: flex;
    position: absolute;
}

.item{
    top: 325px;
    left: 1078px;
    display: flex;
    position: absolute;  
}

/*Niveau 3*/
.nuit{
    display: none;
}

.n1{
    top: 291px;
    left: 510px;
    display: flex;
    position: absolute;
    filter: opacity(50%);
}

.n2{
    top: 400px;
    left: 1455px;
    display: flex;
    position: absolute;
    filter: opacity(50%);
}

.n3{
    top: 148px;
    left: 1415px;
    display: flex;
    position: absolute;
    filter: opacity(50%);
}

.n4{
    top: 193px;
    left: 1030px;
    display: flex;
    position: absolute;
    filter: opacity(50%);
}

.n5{
    top: 120px;
    left: 425px;
    display: flex;
    position: absolute;
    filter: opacity(50%);
}

/*Fin*/
.fin{
    color: white;
    font-family: 'Times New Roman';
    font-size:40px;
    margin-top: 20%;
    margin-left: 37%;
    text-align: center;
    display: none;
}

.reset{
    top: 200px;
    left: 100px;
    width: 85px;
    height: 50px;
    font-size:25px;
    text-align: center;
    align-items: center;
    background-color: rgba(161, 103, 94, 0.995);
    border-radius: 5%;
    display: none;
    position: absolute;
}

.reset-bravo{
    top: 400px;
    left: 885px;
    width: 95px;
    height: 50px;
    font-size:25px;
    text-align: center;
    align-items: center;
    background-color: rgba(161, 103, 94, 0.995);
    border-radius: 5%;
    display: none;
    position: absolute;
}

.echec{
    color: white;
    font-family: 'Times New Roman';
    font-size:100px;
    margin-top: 9%;
    margin-left: 23%;
    text-align: center;
    display: none;
    position: absolute; 
}


