/*
jaune orange #FFBE0B
orange rouge #FB5607
rose #FF006E
violet #8338EC
bleu #3A86FF
*/




@media screen and (min-width:600px) {
    /* Règles CSS pour un écran de 620 pixels ou plus */


*{
    font-family: Arial, Helvetica, sans-serif; 

}
body{
    margin: 0px;
    /*background-color: #FFDD00; */
    background-color: #f0e9c7;

}
#mainDiv{
    display: flex;
    padding-bottom: 100px;
    width: 100%;
    height: 100%;
}

.Header_div {
    display : grid;
    min-height: 40px;
    grid-template-columns: 3fr 10fr 10fr 130px 130px;
   /* background-image: url("images/triangles.png"); */
    padding: 0px;
    background-color: #FFBE0B;
    background-color: #f4cf81;

}
#footer{
    position: fixed;
    bottom: 0;
    height: 20px;
    width: 100%;
    background-color: #FFA200;
    
}

#logo{
    display: flex;
    margin-left: 20px;
    grid-column: 1;

}

#CmdNav {
    grid-column: 3;
    display: grid;
    grid-template-columns: 10fr 1fr 1fr;
    margin-right: 10px;
}



#CmdNav img{
    height: 45px;
  /*  background-color: rgb(224, 223, 190); */
background-color: transparent;
  /*  background-color: khaki; */
    border-radius: 40px;
    border: solid 2px black;
    margin: 10px;
    cursor: pointer;

    }



#optionAvecIntrus{

    color: rgb(61, 59, 59);
       position: fixed;
         top: 50px;
         right: 60px;
    padding-top: 20px;
    display: none;

}
#rangeValue{
         padding-left: 20px;
}

#BottomCmdZone{
    grid-column: 3;
    display: grid;
    grid-template-columns: 2fr 150px 150px 300px  1fr;   
    position: fixed;
    width: 100%;
    bottom: 30px;
}

#BottomCmdZone img{
    height: 60px;
    border-radius: 40px;
    border: solid 5px #80B918;
    cursor: pointer;
    background-color: #55A630;
}


#back_cmd{
    grid-column: 2;
}
#verif_cmd{
    grid-column: 3;
}
#next_cmd{
    grid-column: 4;
}
#ecoute_cmd{
    grid-column: 5;
}

#logo h1 {
    width: max-content;
}
h1{
    font-size: x-large;
}

.commande{
    display: flex;
}


.Header_div img{
    height: 40px;
    border-radius: 10px;    
    margin-top: 10px;
    height: 30px;
}

#difficulte{
    grid-column: 4;
    margin-right: 20px;
    display: flex;
    align-items: center ;
    cursor: pointer;
    margin-right: 60px;

}

#selectExercice{
    position: fixed;
  /*  top: 0px; */
    top: 300px;
    left: 5%;
    height: 220px;
    width: 90%;
    background-color: #FFEA00;
    border: solid 5px #FFDD00;
    border-radius: 10px;
}

.C_hide_cmd{
   background-color: #FFBE0B; 
    height: 30px;
    rotate: 0deg;
    transition: all 0.5s ;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 0px;
}

#hide_cmd_difficulte{
    rotate: -180deg;
}

#TitreExercice{
    grid-column: 5;
align-items: start;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 60px;

}

img{
    height: 120px;

  /*  border: solid 4px #FFDD00; */
    border-radius: 10px;
}
.containerDD{
    /* padding-top: 30px; */
    padding-bottom: 30px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 99%;
    margin: auto;

}

.emetteur{
    display: flex;
    width: 96%;
    height: 300px;
    margin : auto;
    margin-top: 40px;
    padding : 10px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
background-color: #FFA200;
 background-color: #ef9948;
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.emetteur div {
    display: flex;
    height: 140px;
    justify-content: center;
    align-items: center;
    margin: 5px;
    
}

.emetteur div img {
    height: 140px;
    background-color: #FFEA00;
    border: solid   4px #FFDD00;

}


.receveur{
    display: flex;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color:#55A630;
    background-color:#77aa60;

    justify-content: center;
    align-items: center;    
    border-radius: 10px;
    margin-bottom: 5px;
    margin-top: 40px;
    padding: 5px;


}



.receveur div{
    display: flex;
    width: 120px;
    height: 120px;
 /*   border: dashed 2px #FFBE0B; */
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: normal;
    color:#80B918;
    margin: 5px;


}

.bouttonCmd{
    height: 40px;
    width: 160px;
    border-radius: 10px;
    font-weight: bolder;
    font-size: x-large;
    margin-left: 100px;
    margin-bottom: 20px;
}

#consigne{
    margin-left: 100px;
}

#infoBasDePage{
    position: fixed;
    bottom: 0px;
    right: 10px;
}

#menuExercice{
    display: flex;
    background-color:  transparent;
    width: 95%;
    height: 220px;
    font-size: medium;
    z-index: 100;
    align-items: center;
    align-content: center;
    cursor : pointer;


}



#ResultatVerif{
    display: flex;
    position: fixed;
    top: 40%;
    left: 40%;
    height: 300px;
    width: 600px;
}
#FaibleResolution{
    display: none;
}
}

@media screen and (max-width:600px) {

#GoodReso{ 
    display: none;
} 

#FaibleResolution{
    display: block;
}
    
    
    }