form .headerLeft {
    text-align: center;
    font-size: 25px;
    font-family: 'DM Sans';
    font-weight: 500;
    letter-spacing: -0.75px;
}

form .headerRight {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
}

form #panelShow {
    margin-top: 20px;
}

.tableOMS_formulaire {
    display: flex;
    margin: 0 auto;
    max-width: 600px;
}

.tableOMS_formulaire tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tableOMS_formulaire tbody tr {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
}

/*
.tableOMS_formulaire tbody tr td:first-child {
    position: absolute;
    top: 13px;
    left: 15px;
    z-index: 2;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
*/

.tableOMS_formulaire label {
    line-height: 1.2;
}

.tableOMS_formulaire tbody tr td:first-child {
    margin-bottom: 5px;
}

.tableOMS_formulaire input[type="text"], .tableOMS_formulaire input[type="email"], .tableOMS_formulaire input[type="tel"], .tableOMS_formulaire input[type="password"], .tableOMS_formulaire textarea {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #737B7D;
    padding: 0 15px;
}

.tableOMS_formulaire input[type="text"]:focus, .tableOMS_formulaire input[type="email"]:focus, .tableOMS_formulaire input[type="tel"]:focus, .tableOMS_formulaire input[type="password"]:focus, .tableOMS_formulaire textarea:focus {
    outline: none;
}

.tableOMS_formulaire textarea {
    height: 80px;
    padding-top: 10px;
}

.tableOMS_formulaire tbody tr.is-focus td:first-child {
    font-weight: bold;
}

.inputRadioVertical label::after {
    content: '\a';
    white-space: pre;
  }

  .inputTextCaptchaError {
    text-align: center;
  }