.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.hidden {
  display: none;
}

.options-connexion input {
  width: 320px;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
}

h2 {
  text-align: center;
}

.connexion-inscription button,
.deconnexion button {
  font-family: Interr;
}

.bouton-google {
  background: #e8e8ea;
  display: flex;
  align-items: center;
  border-radius: 20rem;
  border: none;
  font-weight: 900;
  padding: .5em;
  cursor: pointer;
}

.bouton-google img {
  background-color: #fff;
  padding: .5rem;
  border-radius: 20rem;
  height: 2.5rem;
}

.texte-google {
  margin: .5em;
  font-size: 1.25em;
}

.connexion-inscription {
  background-color: #fff;
  width: 20%;
  margin: 0 auto;
  padding: .5em;
  border: solid #ccc .1em;
  border-radius: 1.5em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.connexion-inscription {
  margin-top: 2em;
}

.connexion-inscription input {
  margin: .3em;
}

.deconnexion {
  display: flex;
  justify-content: center;
}

.bouton-connexion {
  margin-top: 0.5em;
  text-align: center;
  background-color: #fdd100;
  padding: .55em;
  font-size: 1.15em;
  border-radius: 25em;
  width: 17.5em;
  cursor: pointer;
}

.options-connexion {
  display: flex;
  flex-direction: column;
}

.liens {
  display: flex;
}
.liens a {
  margin: 0 1vh .5em 0;
  text-decoration: none;
  color: rgb(28, 28, 175);
}

hr {
    border: none;
    height: .1em;
    background-color: #ccc; 
    width: 100%;
    margin: 1em;
}

.deco {
  margin-top: .35em;
  background-color: #fff;
  padding: .5em;
  border: solid #ccc .1em;
  border-radius: 1.5em;
  cursor: pointer;
}

.deco:hover {
  background-color: #ccc;
}

@media (max-width: 768px) {

.connexion-inscription {
  width: 90%;
}

}














