html{
  font-family: "Gabriela", serif;
  font-weight: 400;
  font-style: normal;
}


body{
    display: flex;
    background-color:#AB7A44;
    margin: 0;
    min-height: 100vh;
    flex-direction: column;
}
/*************Header************/
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #5A3D21;
}

ul{
    display: flex;
    flex-direction: column;
    gap:50px;
}
#argumentation li{
    display: flex;
    flex-direction: column;
    gap: 10px;
   list-style:  none;
}
#argumentation #arg1 ul li ul{
    display: none;
}
#argumentation #arg1 ul li:hover ul{
    display: flex;
}
#argumentation #arg2 ul li ul{
    display: none;
}
#argumentation #arg2 ul li:hover ul{
    display: flex;
}
.details{
    color: #5A3D21;
}

#grains{
    display: flex;
    width: 60px;
    height: 50px;
    align-self: center;
}
#grains:active{
    width: 63px;
    height: 53px;
}

.coff{
    font-size: 23px;
    display: flex;
    justify-content: center;
    text-shadow: #D2B595 4px 4px 8px ;
    margin-left: 5px;
}
.coff a{
     text-decoration: none;
}
.coff h1{
    color: #EAD6BF;
}
.accueil{
    display: flex;
    flex: 1;
}
.accueil a{
    display: flex;
    text-decoration: none;
    align-items: center;
    font-size: 40px;
    margin-left: 80px;
    color:#F4EDDF;
}
.accueil a:hover{
    font-size: 50px;
}

/*************Icons************/
.icons{
    display: flex;
    align-items: center;
    justify-content: end;
    flex: 1;

}
.icons a{
    text-decoration: none;
}
.ph-basket{
    font-size:30px;
    align-self: center;
    margin-right: 30px;
    color:#D2B595;
}
.ph-user-circle{
    font-size: 30px;
    align-self: center;
    margin-right: 80px;
    justify-content: end;
    color:#D2B595;
}

.ph-basket:hover{
    font-size: 33px;
    color: #EAD6BF;
}

.ph-user-circle:hover{
    font-size: 33px;
    color: #EAD6BF;
}



/*************HEADER************/
main{
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

/*************form************/
.login{
    display: flex;
}

form{
    display: flex;
    align-self: center;
    height: 500px;
    flex-basis: 400px ;
    border-radius: 30px;
    flex-direction: column;
    background-color: #EAD6BF;
    margin: 0 0 0 40px;
    color: #5A3D21;
}
#email{
    padding-left: px;
}

#connexion{
    background-color: #5A3D21;
    color:#EAD6BF;
}
#connexion:hover{
    background-color: #EAD6BF;
    color: #5A3D21;
}
h2{
    display: flex;
    align-self: center;
    margin: 40px 0 0 0;
}
h5{
    display: flex;
    align-self: center;
    margin: 0 0 30px 0;
}
div.aremplir{
    display: flex;
    flex-grow: 1;
    align-self: center;
    flex-direction: column;
    justify-content: space-around;
}
label{
    display: flex;
    align-self: center;
}
input{
    width:200px;
    height: 30px;
    border-radius: 30px;
    align-self: center;
}

#email{
    display: flex;
    align-self: center;
    padding-left: 20px;
}
::placeholder{
    display: flex;
    padding-left:20px;
}
#mdp{
    display: flex;
    padding-left: 20px;
}
#oubli{
    display: flex;
    align-self: center;
    text-decoration: none;
    color: #5A3D21;
}
h6{
    display: flex;
    align-self: center;
}
h6 a{
    margin-left: 7px;
    border-radius:10px ;
    font-size: 12px;
    text-decoration: none;
    color: #5A3D21;
}


/******* ******/
img.droite{
    display: flex;
    align-self: center;
    max-width: 15%;
    height: 20%;
}
div#argumentation{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    max-width: 59%;
    font-size: 25px;
}
img.centre{
    display: flex;
    align-self: center;
    width: 300px;
    height: 300px;
}

#argumentation div{
    display: flex;
    justify-content: center;
    width: 33%;
    flex-direction: column;
    color:#EAD6BF;
}
#argumentation p{
    display: flex;
    margin-top:10%;
    margin-bottom: 10%;
    align-self: center;
}




footer{
    justify-content: center;
    display:flex;
    background-color: #5A3D21;
}
#droits{
    margin: 0;
    color: #EAD6BF;
}

a#mentions{
    margin-left: 20px;
    text-decoration: none;
    color: #dbb389;
}

@media screen and (max-width: 670px) {
 
  /*#argumentation *{
    display: none;
  }
  #argumentation div p{
    display: none;
  }*/
  header{
    max-height: 50px;
    gap:5px;
    margin-bottom: 10px;
  }
  main{
    flex-direction: column;
  }
  
  img.droite{
    display: none;
    }
    form{
        justify-self: center;
    }
 div#argumentation{
    flex-direction: column;
    max-width: 100%;
    width: 600px;
  }
   div#argumentation ul li{
    width: 250px;
  }
  div.arg1{
    flex-direction: row;
  }


}