/* :root{
    --hauteur-menu: 60px;
  } */
  
  * {
    margin: 0px;
    padding: 0px;
    font-family: Montserrat, sans-serif;
  }
  
  
  body {
  
    /* background: linear-gradient(to right, violet, purple, blue);  */
    background: white ;
  
  } 

  .PageAccueil {

  background: rgb(92, 235, 163) ;

  /* background-image: url("./logoPCRN.png"); */
  

  } 

thead {

  background: #93a152;
  font: optional;

}

  .box {
  
    border: 1px solid #c4c4c4;
  
    padding: 30px 25px 10px 25px;
  
    background: white;
  
    margin: 30px auto;
  
    width: 360px;
  
    border-radius: 5px;
  
  }

  h1.box-title {

    color: #4be00f;
  
    background: #f8f8f8;
  
    font-weight: 300;
  
    padding: 15px 25px;
  
    line-height: 30px;
  
    font-size: 25px;
  
    text-align:center;
  
    margin: -27px -26px 26px;
  
  }

  
  .box-button {
  
    border-radius: 5px;
  
    background: #10ec08;
  
    text-align: center;
  
    cursor: pointer;
  
    font-size: 19px;
  
    width: 100%;
  
    height: 51px;
  
    padding: 0;
  
    color: #fff;
  
    border: 0;
  
    outline:0;

    font-weight:bold;
  
  }

  .Auth-button {
  
    border-radius: 5px;
  
    /* background: #599b6f; */
  
    text-align: center;
  
    cursor: pointer;
  
    font-size: 19px;
  
    width: 100%;
  
    height: 51px;
  
    padding: 0;
  
    color:black;

    font-weight:bold;
  
    border: 0;
  
    outline:0;
  
  }
  
  .box-register
  
  {
  
    text-align:center;
  
    margin-bottom:0px;
  
  } 
  
  .box-input {
  
    font-size: 14px;
  
    background: #fff;
  
    border: 2px solid rgb(160, 154, 154);
  
    margin-bottom: 25px;
  
    padding-left:10px;
  
    border-radius: 5px;
  
    width: 347px;
  
    height: 50px;
  
  }
  
  .textarea {
  
    font-size: 14px;
  
    background: #fff;
  
    border: 2px solid rgb(160, 154, 154);
  
    margin-bottom: 25px;
  
    padding-left:10px;
  
    border-radius: 5px;
  
    width: 347px;
  
    height: 50px;
  
    resize: none;
  
  }  
  
  /* .box-input:focus {
  
      outline: none;
  
      border-color:#2b4086;
  
  } */
  
  
