html{
    height:100%;
  }
   
  body{
    height:100%;
    position: relative;
    margin: 0%;
  }
main{
  height:800px;
}     
#wrap {
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 99;
    position: relative;
    background: rgb(6, 7, 106);
  }
  header .navbar {
    height: 50px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  header .navbar li {
    height: auto;
    width: 135.8px;
    float: left;
    text-align: center;
    list-style: none;
    font: normal bold 13px/1em Arial, Verdana, Helvetica;
    padding: 0;
    margin: 0;
    background: rgb(6, 7, 106);
  }
  
  header .navbar a {
    padding: 18px 0;
    border-left: 1px solid #ccc9c9;
    border-right: 1px solid #ccc9c9;;
    text-decoration: none;
    color: white;
    display: block;   
  }
  header .navbar li:hover,
  a:hover {
    background: grey;
}
  .footer-distributed {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: normal 16px sans-serif;
    padding: 45px 50px;
    bottom: auto;
  }
  
  .footer-distributed .footer-left p {
    color: #8f9296;
    font-size: 14px;
    margin: 0;
  }
  /* Footer links */
  
  .footer-distributed p.footer-links {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 10px;
    padding: 0;
    transition: ease .25s;
  }
  
  .footer-distributed p.footer-links a {
    
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    transition: ease .25s;
  }
  
  .footer-distributed .footer-links a:before {
    content: "·";
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  .footer-distributed .footer-right {
    float: right;
    max-width: 180px;
  }
  
  .footer-distributed .footer-right a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-left: 3px;
    transition:all .25s;
  }
  
  
  .footer-distributed p.footer-links a:hover{text-decoration:underline; }
  
  /* Media Queries */
  
  @media (max-width: 600px) {
    .footer-distributed .footer-left, .footer-distributed .footer-right {
      text-align: center;
    }
    .footer-distributed .footer-right {
      float: none;
      margin: 0 auto 20px;
    }
    .footer-distributed .footer-left p.footer-links {
      line-height: 1.8;
    }
  }
  .mofifier-MDP{
    width:400px;
    margin:0 auto;
    margin-top:5%;
    float: right;
    margin-right: 15%;
  }
  .information{
    width:400px;
    margin:0 auto;
    margin-top:5%;
    float: left;
    margin-left: 13%;
    display: flex;
    align-items: center;
  }
  .container_profil h3{
    text-align: center;
    font-size: 30px;
  }
  #container{
    width:400px;
    margin:0 auto;
    margin-top:10%;  
   }
   /* Bordered form */
    form {
      width:100%;
      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;
  }
  #container h3{
    width: 38%;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
  }
   
  /* Full-width inputs */
    input[type=text], input[type=password] {
      width: 100%;
      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: #53af57;
      color: white;
      padding: 14px 20px;
      margin: 8px 0;
      border: none;
      cursor: pointer;
      width: 100%;
    }
    input[type=submit]:hover {
      background-color: white;
      color: #53af57;
      border: 1px solid #53af57;
    }   
.container1{
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
 
}

.button1:hover {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1 {
  background-color: #4CAF50;
  color: white;
}

.button2:hover {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2 {
  background-color: #008CBA;
  color: white;
}

.button3:hover {
  background-color: white; 
  color: black; 
  border: 2px solid #740d50;
}

.button3 {
  background-color: #740d50;
  color: white;
}
table{
  margin-bottom: 20px;
}
th, td{
  border: 1px solid black;
  padding: 10px;
}