#captcha {
    display: flex;
}

.formulaire-inscription {
    width: 100%;
}

.formulaire-inscription h1 {
    margin-left: 1%;
}

.form-label {
    display: flex;
    align-items: center;
}

.tooltip-button {
    background-color: transparent;
    flex-shrink: 0;
    border: 0px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 16px; */
    /* font-weight: bold; */
    cursor: pointer;
    /* transition: background-color 0.3s ease; */
}

.header-inscription{
    display:flex;
    width: 100%;
}

.header-inscription a {
    align-content: right;
    margin-top: 1px;
    margin-right:10%;
    padding: 3px 3px 3px 3px;
    margin-left: auto;
    padding: 5px 5px 5px 5px;
}

.formulaire-inscription p {
    margin-left:3%;
    margin-top: 1%;
}

.formulaire-inscription form {
    margin-left: 2%;
    width: 100%
}

.indicateurMdp{
    position:absolute;
    display: flex;
    top:max(6vh,35px);
    height:4px;
    width:100%;
    left:5px;
}

.indicateurMdp .barre{
    display: flex;
    position: relative;
    margin-left:1vw;
    margin-right:1vw;
    width:100%;
    height:100%;
    border-radius: 10px;
    background:transparent;
}

.indicateurMdp .barre:last-child{
    margin-right: 0px;
}

.indicateurMdp p {
    position:absolute;
    top:1vh;
    font-size: 0.4em;
    margin:0;
    text-align:center;
    width:100%;
    font-weight: bold;
}

#mail-info {
    margin: auto;
}