body {
    background-color: rgb(246, 240, 104);
    font-family: Whitney Book;
}

#entete {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 2.6rem;
}

.element {
    text-align: center;
}

h1 {
    width: min-content;
    margin: auto;
    margin-top: 10%;
    color: black;
}

#logo {
    width: 115px;
    margin-left: 1em;
}

#logo:hover {
    transform: scaleX(-1);
}

#identification {
    width: 100px;
    margin-right: 1em;
}

.droite {
    text-align: right;
    padding-top: 1em;
}

.gauche {
    text-align: left;
}

.user-form .field label{
    width: 10em;
    display: inline-block;
    margin-top: 1em;
}
  
.user-form .field input{
    padding: 0.265em;
    display: inline-block;
    background: #eeeeee;
}
  
#valider {
    width: 7em;
    background-color: whitesmoke;
    margin-top: 1em;
    border-radius: 7em;
}

.texte_bienvenue1{
    text-align: center;
    font-size: 3em;
    margin-top: 3em;
}

.texte_bienvenue2{
    text-align: center;
    font-size: 2em;
    margin-top: 2em;
}

a:link {
    color: black;
    text-decoration: none;
}
 
a:visited {
    color: black;
}
 
a:hover {
    color: black;
}
 
a:active {
    color: black;
}
 
a:visited {
    color: black;
}
 
a:hover {
    color: black;
}
 
a:active {
    color: black;
}

.ici {
    text-decoration: underline;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html {
    font-family: Whitney Book;
  }
  html .login-wrap {
    position: relative;
    margin: 0 auto;
    margin-top: 7%;
    background: #ecf0f1;
    width: 350px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #333;
    padding: 15px;
  }
  html .login-wrap h2 {
    text-align: center;
    font-weight: 200;
    font-size: 2em;
    margin-top: 10px;
    color: #34495e;
  }
  html .login-wrap .form {
    padding-top: 20px;
  }
  html .login-wrap .form input[type="text"],
  html .login-wrap .form input[type="password"],
  html .login-wrap .form input[type="button"] {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 25px;
    height: 40px;
    border-radius: 5px;
    outline: 0;
  }
  html .login-wrap .form input[type="text"],
  html .login-wrap .form input[type="password"] {
    border: 1px solid #bbb;
    padding: 0 0 0 10px;
    font-size: 14px;
  }
  html .login-wrap .form input[type="text"]:focus,
  html .login-wrap .form input[type="password"]:focus {
    border: 1px solid #3498db;
  }
  html .login-wrap .form a {
    text-align: center;
    font-size: 10px;
    color: #3498db;
  }
  html .login-wrap .form a p {
    padding-bottom: 10px;
  }
  html .login-wrap .form input[type="button"] {
    background: rgb(246, 240, 104);
    border: none;
    color: black;
    font-size: 18px;
    font-weight: 200;
    cursor: pointer;
    transition: box-shadow .4s ease;
  }
  html .login-wrap .form input[type="button"]:hover {
    box-shadow: 1px 1px 5px #555;
  }
  html .login-wrap .form input[type="button"]:active {
    box-shadow: 1px 1px 7px #222;
  }
  html .login-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
    background: -moz-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
    height: 5px;
    border-radius: 5px 5px 0 0;
  }

  .g-recaptcha {
      text-align: center;
      margin-left: 10px;
  }
  #genius {
    font-size: 300%;
    background-color :RGB(153, 167, 238);
    text-shadow: 2px 2px RGB(255, 255, 255);
    text-align: center;
  }
  h3 {
    font-size: 130%;
    text-align: center;
    margin-top: 2.5%;
  }
  p{
    font-size: 110%;
  }
  
  a:link {
      color: RGB(255, 20, 100);
      text-decoration: none;
  }
  
  .newsongbutton {
    font-family: Whitney Book;
    border-radius: 4px;
    background-color: RGB(153, 167, 238);
    border: none;
    color: RGB(255, 255, 255);
    text-align: center;
    font-size: 150%;
    padding: 5px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  .newsongbutton span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  .newsongbutton span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .newsongbutton:hover span {
    padding-right: 25px;
  }
  
  .newsongbutton:hover span:after {
    opacity: 1;
    right: 0;
  }
  .tweet{
      background-color: RGB(255, 20, 100);
  }

  .row-text-center {
    text-align: center;
  }

  @media screen and (max-width: 700px) {
    #entete h1  {
      font-size: 30pt;
      margin-top: 2%;
      transition: 0.2s;
    }

    #logo  {
      width: 50px;
      transition: 0.2s;
    }

    #identification  {
      width: 50px;
      transition: 0.2s;
    }

    #identification  {
      width: 50px;
      transition: 0.2s;
    }

    .row-text-center{
      font-size: 10pt;
    }

    #genius{
      font-size: 20pt;
      transition: 0.2s;
    }
  }