.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #0a4f70;
}

.showPwdConnexion{
  position: absolute;
  top: 40%;
  right: 4%;
  cursor: pointer;
}

.btns-inscr {
  gap: 1rem;
  display: flex; 
  flex-wrap: wrap;
}

.btn-inscr-payante {
  display: flex;
  flex-direction: column; 
  width: 100%;
  flex-wrap: wrap;
}


/*------MEDIA QUERIES-----*/

@media screen and (min-width: 768px) {

.btns-inscr {
  flex-wrap: nowrap !important;
}
}
