body{
    background: #ffffff;
}
#container{
    width:500px;
    margin:0 auto;
    margin-top:10%;
}
/* Bordered form */
form {
    width: 88%;
    padding: 30px;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#container h1{
    width: 38%;
    margin: 0 auto;
    padding-bottom: 10px;
}

/* Full-width inputs */
input[type=text], input[type=password] {
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
input[type=submit] {
    background-color: #06576d;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
input[type=submit]:hover {
    background-color: white;
    color: #06576d;
    border: 1px solid #06576d;
}*/

/*@charset "utf-8";
/* CSS Document */

body {
        padding-bottom: 40px;
        background-color: #f7f7f7;
      }
.container
{
 margin-top:80px;
}
h2
{
 font-family:Tahoma, Geneva, sans-serif;
 color:#06576d;
}
.form-container
{
 width:500px;
 margin:0 auto;
 background:#06576d;
 padding: 25px;
 box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
 border-radius:3px;
}

button
{
 font-family:Verdana, Geneva, sans-serif;
 font-size:25px;
}
label
{
 font-family:Tahoma, Geneva, sans-serif;
 color:.00a9d1;
}
a
{
 text-decoration:underline;
}
b
{
 text-decoration:underline;  
}

html, body
{
    padding: 0;
    margin: 0;
}

.toggle_btn
{
 height: 30px;
 width: 30px;
 position: relative;
 float: right;
 margin-right: 10px;
 margin-top: 5px;
 cursor: pointer;
}

.toggle_btn span
{
 height: 3px;
 background-color:#000000;
 width: 100%;
 position: absolute;
 top: 20px;
 left: 0;
}

.toggle_btn span:before
{
    content: '';
    height: 3px;
    background-color:#000000;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
}

.toggle_btn span:after
{
    content: '';
    height: 3px;
    background-color:#000000;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}

.menu
{
    height: 1000px;
    background-color: #06576d;
    width: 200px;
}

.menu a 
{
    color: #ffffff;
    font-family: sans-serif;
    text-align: center;
    display: block;
    padding-top: 30px;
    text-decoration: none;
}


.nav
{
    margin-left: -200px;
    transition-duration: 0.2s;

}

.nav_open
{
    margin-left: 0px;
    transition-duration: 0.2s;
}


.contains
{
    color:#000000;
    font-family:Verdana, Geneva, sans-serif;
    font-size:25px;
    text-decoration:none;
    position:absolute;  
    top: 30px;
    left: 300px;  
}
.graph
{
    margin-top: -1045px;
    margin-left: 300px;

}
#chart_div 
{
    margin-top: -1150px;
    margin-left: 200px;
}


/* Élément | https://rcve2022.lycee-lgm.fr/home.php?trip-date=&idpince=&btn-signup= */

#chart_div > div:nth-child(1) {
    width: 1000px;
  }
  

/* Élément | https://rcve2022.lycee-lgm.fr/ */

div.form-group:nth-child(3) {
    width: 447px;
  }
  
  /* Élément | https://rcve2022.lycee-lgm.fr/ */
  
  div.form-group:nth-child(3) > input:nth-child(1) {
    padding-right: 267px;
  }
  
  /* Élément | https://rcve2022.lycee-lgm.fr/ */
  
  div.form-group:nth-child(4) > input:nth-child(1) {
    padding-right: 267px;
  }
  

/* Élément | https://rcve2022.lycee-lgm.fr/home.php?trip-date=&idpince=&btn-signup= */

body > form:nth-child(10) {
    width: 17%;
    padding-left: 30px;
    margin-left: 475px;
  }
  

/* Élément | http://rcve2022.lycee-lgm.fr//home.php?trip-date=&trip-mois=2022-05&trip-years=&idpince=&btn-signup= */

.container > form:nth-child(8) {
    width: 28%;
    padding-right: 30px;
    margin-left: 402px;
  }
  .form-container {
    margin-top: -0px;
    }