#jeu3{
    background-color: #fff;
    position:relative;
    height: 100vh;
    z-index: 0;
 }
 
 #jeu3-cadremarron{   
     position: absolute; 
     background-color: #9b8d70;
     top:44px; bottom: 44px; left:44px; right:44px;      
     border-radius: 40px; 
     z-index: 1;   
 }

 #jeu3-question{
    position: absolute;
    top:32px; right:177px; bottom:32px;
    width: 1222px;
    border-radius: 30px;
    background-color: #645941;
 }

 #jeu3-cadrephoto{
    position: absolute;
    top:20px; left:20px; bottom:20px;
    width: 787px;
    border-radius: 30px;
    overflow: hidden;
    background-color: #bdbb76;
}

#jeu3-cadrephoto img{
    height: 100%;
}

#jeu3-texte{    
    position: absolute;
    top:115px; right:71px; bottom:20px;
    width: 300px;
    font-family: 'Khand Regular';
    font-weight:normal;
    color: #fff;
}

#jeu3-texte h1{
    font-size: 48px;
} 

#jeu3-texte p{
    font-size: 30px;
} 

#jeu3-reponses{
    position: absolute;
    top:32px; left:32px; bottom:32px;
    width: 375px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jeu3-btn-reponse{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    padding:36px 0px 36px 76px;
    font-family: 'Khand Regular';
    font-weight:normal;
    color: #645941;
    font-size: 48px;
    box-sizing: border-box;
    line-height: 48px;
    overflow: hidden;
}

.jeu3-txt{
    position: relative;
    z-index: 2;
}

.jeu3-faux {
    position: absolute;    
    top: 0;left: 0;right: 0; bottom: 0;
    background-color: rgba(241, 15, 15, 0.8);
    background-image: url(../img/jeu3/faux.png); 
    background-repeat: no-repeat;
    background-position: 13px center;  
    background-size: 60px;       
    z-index: 1;
}

.jeu3-juste {
    position: absolute;    
    top: 0;left: 0;right: 0; bottom: 0;
    background-color: rgba(115, 199, 46, 0.8);
    background-image: url(../img/jeu3/faux.png); 
    background-repeat: no-repeat;
    background-position: 13px center;  
    background-size: 60px;     
    z-index: 1;
}
 
#jeu3-qnbr{
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: 32px;
    right: 23px;
    padding:25px;
    font-size: 72px;
    font-weight: bolder;
    background-color: #fff;
    color: #9b8d70;
    border-radius: 30px; 
}

#jeu3-instructions{
    position: absolute;
    top:0; left:0;right: 0;bottom:0;
    background-color: rgba(155, 141, 112, 0.7);
    background-image: url(../img/jeu3/instructions.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 100;
    display: none;
}


@media screen and (max-width :1334px){
    #jeu3{
        width: 1334px;
        height: 800px;        
    }

    #jeu3-cadremarron{  
        top:0; left:0; right:0; bottom:0;
    }

    #jeu3-question {
        top: 32px;
        right: 23px;
        bottom: 32px;
        width: 1222px;
    }

    #jeu3-question{
        width: 955px;
    }
    
    #jeu3-cadrephoto {
        width: 543px;
    }

    #jeu3-texte {
        top: 167px;
    }

    #jeu3-reponses{
        width: 300px;
    }

    .jeu3-btn-reponse {       
        padding: 20px 0px 20px 90px;    
        font-size: 47px;
        line-height: 48px;
    }


   
}