form{display:flex;flex-direction:column;gap:var(--spacing-sm)}form label{color:var(--black);font-style:normal;font-weight:300;line-height:normal}form .form-input,form .form-textarea{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:var(--spacing-xxs);justify-content:center;position:relative}form .input-base,form input[type=date],form input[type=email],form input[type=tel],form input[type=text],form textarea{background-color:var(--white);border-radius:1.25rem;color:var(--bleu-fonce);font-size:1.1875rem;line-height:1.6875rem;padding:.875rem 1.375rem;text-align:left;transition:.5s;width:100%}form .input-base::-moz-placeholder,form input[type=date]::-moz-placeholder,form input[type=email]::-moz-placeholder,form input[type=tel]::-moz-placeholder,form input[type=text]::-moz-placeholder,form textarea::-moz-placeholder{color:var(--bleu-fonce);-moz-transition:.5s;transition:.5s}form .input-base::placeholder,form input[type=date]::placeholder,form input[type=email]::placeholder,form input[type=tel]::placeholder,form input[type=text]::placeholder,form textarea::placeholder{color:var(--bleu-fonce);transition:.5s}form .input-base:hover,form input[type=date]:hover,form input[type=email]:hover,form input[type=tel]:hover,form input[type=text]:hover,form textarea:hover{color:var(--gris-fonce);transition:.5s}form .input-base:focus,form input[type=date]:focus,form input[type=email]:focus,form input[type=tel]:focus,form input[type=text]:focus,form textarea:focus{color:var(--orange);transition:.5s}form .input-base:not(:-moz-placeholder-shown),form input[type=date]:not(:-moz-placeholder-shown),form input[type=email]:not(:-moz-placeholder-shown),form input[type=tel]:not(:-moz-placeholder-shown),form input[type=text]:not(:-moz-placeholder-shown),form textarea:not(:-moz-placeholder-shown){color:var(--orange);-moz-transition:.5s;transition:.5s}form .input-base:not(:placeholder-shown),form input[type=date]:not(:placeholder-shown),form input[type=email]:not(:placeholder-shown),form input[type=tel]:not(:placeholder-shown),form input[type=text]:not(:placeholder-shown),form textarea:not(:placeholder-shown){color:var(--orange);transition:.5s}form .error-input{color:var(--rouge)!important}form .good-input{color:var(--orange)!important}form textarea{min-height:10rem}form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--white);background-position:97% 50%;background-repeat:no-repeat;border:.0625rem solid var(--black);font-weight:300;padding:1rem;width:100%}form select,form select option{color:var(--black);font-size:.9375rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.4;text-align:left}form select option{font-weight:400}form .error-message{color:var(--rouge);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;padding-left:1.5rem;padding-top:var(--spacing-xs)}form .fileInputLabel{display:block;margin-bottom:1rem}form .custom-file-input{display:flex;justify-content:center}form .custom-file-input .custom-file-label{background-color:var(--text-color-primary);border-radius:var(--radius-sm);color:var(--white);font-size:1rem;height:2.5rem;line-height:1.5rem;padding:var(--spacing-xxs) var(--spacing-xs)}form .fileInputBox{align-items:center;border:.125rem dashed var(--black);cursor:pointer;display:flex;height:12.5rem;justify-content:center;margin-bottom:1rem;margin-top:1rem;width:100%}form .fileInputIcon{font-size:1.25rem;margin-right:1rem}form .fileInputText{text-align:center}form .fileInputTitle{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}form .fileInput{font-size:1.25rem}form .fileInputSubtitle{color:var(--black);font-size:1.125rem}form .list_files_names{align-items:flex-start;display:flex;flex-direction:column;gap:var(--spacing-sm);justify-content:flex-start;width:100%}form .list_files_names li{align-items:flex-start;color:var(--text-color);display:flex;gap:var(--spacing-xxxs);padding:0 var(--spacing-xxs);text-align:center;width:100%}form .list_files_names li,form .list_files_names li .button-delete{font-size:.875rem;font-style:normal;font-weight:300;line-height:normal}form .list_files_names li .button-delete{color:var(--watermelon);text-decoration:underline}@media (max-width:35.9988rem){form .fileInputTitle{font-size:1.25rem}form input[type=file]{font-size:.875rem}}@keyframes ldsRing{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.lds-ring{display:inline-block;flex:0 0 1.25rem;height:1.25rem;position:relative;width:1.25rem}.lds-ring div{animation:ldsRing 1.2s cubic-bezier(.5,0,.5,1) infinite;border:.125rem solid var(--white);border-color:var(--white) transparent transparent transparent;border-radius:50%;box-sizing:border-box;display:block;height:.75rem;margin:.25rem;position:absolute;width:.75rem}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}.content-text{color:#423630;font-size:.875rem;font-style:normal;font-weight:421;line-height:130%}.btn-submit{align-items:center;background:var(--rouge);border-radius:3.125rem;color:var(--white);display:inline-flex;display:flex;flex-shrink:0;font-size:1.25rem;font-style:normal;font-weight:700;gap:.625rem;justify-content:center;line-height:normal;padding:.875rem 1.75rem;position:absolute;right:0;text-align:center;top:0}
