input.phNoir::placeholder {
    color: var(--cNoir);
}

.labelForm,
label,
label a {
    font-family: var(--f400);
    color: var(--cTexte1);
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.labelForm .de,
label .de,
label .de a ,
.labelForm.de,
label.de,
label.de a {
    font-family: var(--f400);
    color: var(--cTexte2);
    font-weight: 200;
    font-style: italic;
}

label a {
    text-decoration: underline;
    display: inline-block;
}

input, select {
    width: 100%;
    min-width: 220px;
    max-width: 365px;
    border: 1px solid var(--cFormb);
    border-radius: 5px;
    padding: 9px 20px;
    font-size: 16px;
    min-height: 40px;
    margin: 3px 0 10px;
}

input[type="file"] {
    padding: 1px 4px 1px 1px;
}

input::placeholder {
    color: #C8C4C0;
}

label i {
    font-size: 85%;
}

div.cbForm {

}

div.cbForm input {
    cursor: pointer;
    width: auto;
    margin-top: 0;
}

div.cbForm label {
    cursor: pointer;
    text-align: justify;
}

label.required::after {
    content: "*";
    margin-left: 3px;
}

.cbForm label.required::after {
    content: "";
    margin-left: 0;
}

form {
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

form > div > div.rowForm div {
    margin: 20px 0;
}

form > div > div.rowForm div#uploadInput {
    margin: 2px 0 20px;
}

form > div.rowForm {
    margin: 0;
}

form > div.rowForm div.rowFormDownTxt {
    margin: 0 20px;
}

form > div.rowForm div.rowFormDownTxt > div {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #E5E5E5;
    border-radius: 5px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: #FFFD;
}

.infoLight {
    opacity: .8;
    font-size: 70%;
}

#spanML {
    display: block;
    text-align: center;
    font-family: var(--f700);
    font-size: 70%;
}

#divML {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFA;
    z-index: 1000;
    overflow-y: scroll;
}

#divMLText {
    margin: auto;
    display: block;
    text-align: center;
    background: #EEE;
    padding: 20px;
    width: max(360px, 50%);
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0 0 10px 10px #cccc;
}

#divMLText p {
    margin: 10px 0;
    font-size: 14px;
}

#divMLText p:first-child {
    margin: 0;
}

#formGainImg {
    grid-column: 1 / 2;
}

#formFormulaire {
    grid-column: 2 / 3;
    max-width: 320px;
}

p#pML {
    margin: 0 10% 0 38%;
    grid-column: 1/3;
}

.rowForm {
    width: 100%;
    margin: auto;
}

.rowForm ul {
    font-weight: bold;
    color: #900;
    margin-block-start: 3px;
    margin-block-end: 3px;
    padding: 0 0 10px;
    font-family: var(--fAutre);
    font-size: 16px;
}

.rowForm ul .de {
    font-weight: 400;
    color: #900;
    font-style: italic;
}

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
}

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.8em;
    font-size: 15px;
    cursor: pointer;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
select:focus {
    box-shadow: 0 0 0 2px var(--cFormbs);
    border-color: var(--cFormbs);
    outline: none;
}

label small {
    display: inline-block;
    transform: translateY(-6px);
}

label a,
label a:hover {
    text-decoration: underline;
}

.rowFormDownTxt {
    display: none;
}

#homeDivHaut {
    padding: 15px 15px 1px;
}

#homeDiv button.btn {
    bottom: 47px;
}

.formulaire #accrochePage {
    margin-bottom: -60px;
}

#homeDivBas {
    padding: 1px;
    margin: auto;
    width: 80%;
    font-size: 12px;
    text-align: center;
}

.rowOptin1,
.rowOptin2,
.rowOptin3,
.rowOptin4 {
    position: relative;
}

.rowOptin1 label,
.rowOptin2 label,
.rowOptin3 label,
.rowOptin4 label {
}

.rowOptin1 label a {
    padding: 0;
}


#formulaireCentre div #loadingBarSpinner {
    display: none;
    justify-content: center;
    margin: 20px;
    font-family: Barlow, serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--cTexte1);
    padding: 15px 30px;
}

#spinnerIcon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: solid 2px transparent;
    border-top-color: var(--cTexte1);
    border-left-color: var(--cTexte1);
    border-radius: 50%;
    -webkit-animation: animeSpinnerIcon 1000ms linear infinite;
    -moz-animation: animeSpinnerIcon 1000ms linear infinite;
    -ms-animation: animeSpinnerIcon 1000ms linear infinite;
    -o-animation: animeSpinnerIcon 1000ms linear infinite;
    animation: animeSpinnerIcon 1000ms linear infinite;
}

@keyframes animeSpinnerIcon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
