.logo{
  max-width: 150px;
  max-height: 100px;
  display: block;
  margin: 0px auto;
  margin-top: 15px;
}

#signout-link{
  color: white;
}

#profile-picture{
  margin: 0px auto;
  width: 75px;
  height: 75px;
  border-radius: 37.5px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#signin{
  width: auto;
  display: flex;
  justify-content: center;
}

#signin a{
  display: flex;
  justify-content: center;
}

#signin img{
  max-width: 85%;
}

#signin .normal{
  display: block;
}

#signin .pressed{
  display: none;
}

#signin:hover .normal{
  display: none;
}

#signin:hover .pressed{
  display: block;
}

header{
  background-color: #2c2c2c;
  height: 100vh;
  width: 200px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 20;
}


#hello{

}

#bottom-header{
  position: absolute;
  bottom: 5%;
  left: 0px;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 18px;
}

#deconnexion{
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
}

#deconnexion:hover .txt{
  text-decoration: underline;
}

#deconnexion .material-icons{
  margin-right: 5px;
}

header .intern-links {
  margin: 40px 0px;
  padding: 0px 30px;
}

.intern-links a{
  text-decoration: none;
  color: white;
  padding: 3px 0px;
  display: block;
}

.intern-links a.selected{
  font-weight: bold;
  pointer-events: none;
}

.intern-links a:hover{
  text-decoration: underline;
}

.title_admin{
  color: white;
  margin-top: 10px;
  font-weight: bold;
}

.column-datafiliation {
    margin-bottom: 10px;
    color: white;
    margin-top: 20px;
}

.column-datafiliation p{
    font-weight: bold;
    text-transform: uppercase;
}

.column-datafiliation a{
  font-size: 0.9em;
}





