
/* @font-face { */
    /* font-family: "borju"; */
    /* src: url("../fonts/borju.otf.otf"), */
    /* url("../fonts/borju.tff.tff") */
/* } */



body{
    background-color: #333;
}

.MenuAccueil{
    position:relative;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(43, 42, 42);
    padding:1px;
    
    box-shadow: 0px 10px 10px rgb(130, 118, 3);
    font-family: 'Metal', cursive;


}

    
.container{
    margin:3% auto;
    width: 50%;
    border: 3px solid darkred;
}

fieldset {
    background-color: rgb(183, 183, 176);
    color: #333;
    font-weight: bold;
    margin: 15px 0;     
    border-radius: 10px;
    padding: 15px;
    border: none;
}
@media screen and (max-width: 768px){

  section{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
  }

  input[type="text"],
  input[type="date"],
  select{
    width: 100%;
  }

}

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

  fieldset{
    padding: 10px;
  }

  legend{
    font-size: 16px;
  }

}

form{
    background-color: rgb(183, 183, 176);
    color:#333;
    font-weight: bold;
    margin:2%;
   
    border-radius: 10px;
}

input[type="text"],
 input[type="tel"],
  input[type="date"],
    input[type="password"]{
 width:90%; 
 height: 30px;
 background-color: #d5d5d5;
 border: 0;
 border-radius: 25px;
 
}

input[type="text"]:hover,
 input[type="tel"]:hover,
  input[type="date"]:hover{
    background-color: #e2e2e2;
 }

 input[type="text"]:focus,
 input[type="tel"]:focus,
  input[type="date"]:focus{
    outline: none;
  }

  select{
    width: 50%;
    height:30px;
    border-radius: 25px;
    border:0;
    background-color: #d5d5d5;
  }

  .input-container{
    text-align:center;
    margin: 1em;    
   
}

::placeholder{
    color:black;
}

.nom{
    background: url("../images/utilisateur.png");
    background-repeat: no-repeat;
    padding-left:40px;
    background-position: 10px;
}

.password{
    background: url("../images/utilisateur.png");
    background-repeat: no-repeat;
    padding-left:40px;
    background-position: 10px;
}

.tel{
    background: url("../images/telephone.png");
    background-repeat: no-repeat;
    padding-left:40px;
    background-position: 10px;
}

.date{
    background: url("../images/calendrier.png");
    background-repeat: no-repeat;
    padding-left:40px;
    background-position: 10px;
}


.tooltip {
  --balloon-color: lightgrey;
  --balloon-font-size: 15px;
  --balloon-move: -30px;
}




input[type="submit"]{
    padding:12px;
    background-color:#989a87 ;
    border: 0;
    border-radius: 50px;
    width:20%;
}
input[type="submit"]:hover{
    background-color: #333;
    color:#d5d5d5;
    box-shadow: -webkit-box-shadow -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);;}

  