/*
  But :     
  Auteur : la panthère de la steet 
  Date :   jj.mm.aaaa / V1.0
*/
body {
    background-image:url(../images/Background.jpg);
  }
  
  

  #selectChampions{
    opacity: 100%;
  }
  #container {
    
    width: 50%;
    padding: 1em;
    text-align: center;
    margin: auto;
    font-family: Verdana, Arial, serif;
    background: rgba(255, 255, 255, 0.7);
  }

  
  
  /* pour aligner les champs du formulaire */
  .user-form {
    /*  padding: 0em;*/
  }
  
  .user-form .field {
    padding: 0.5em;
    background: #eeeeee;
  }
  
  .user-form .field label {
    display: inline-block;
    width: 10em;
  }
  
  .user-form .field input,radio {
    display: inline-block;
  }
  
  #langue {
    display: inline-block;
  }
  
  
  .but-valider {
      font-size: 1em;
      width: 7em;
      border-radius: 1em;
      background-color: greenyellow;
      margin-top: 15px;
  }
  
  .but-invalider {
    font-size: 1em;
    width: 7em;
    border-radius: 1em;
    background-color: red;
    margin-top: 15px;
    color: white;
  }
  
  /* .user-form input[type=button] {
    font-size: 1em;
    width: 7em;
    border-radius: 1em;
    background-color: greenyellow;
    margin-top: 15px;
  } */
  
  #creer {
    text-decoration: none;
    padding-left: 252px;
  }
  #mapid {
    height: 680px;
  }

  
