
/* Variables converted */
:root {
    --primary: #21B7D4;
    --secondary: #21D48F;
    --placeholder: #AAAAAA;
    --colortext: #707070;
    --bgbody: #FFF;
    --title: #4A4040;
    --bginput: #EAFCFF;
    --success: #8DE5C3;
    --echek: #EF9696;
    --error: #EF4848;
    --font-family: 'Canaro SemiBold',Helvetica, Arial, Lucida, sans-serif;
}

#contact-refonte-wrapper {
    background-color: var(--bgbody);
    font-family: var(--font-family);
    max-width: 750px;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    margin: 0 auto 75px;
    padding-bottom: 50px;
    width: 80%;
}


@media screen and (max-width: 660px) {
    #contact-refonte-wrapper {
        width: 90%;
        box-shadow: unset;
        padding-bottom: 20px;
    }
}
#contact-form{
    max-width: 478px;
    margin: 0 auto;
}
@media screen and (max-width: 550px) {
    #contact-form{
        max-width: 100%;
    }
}
.title_hold {
    text-align: center;
    font-size: 18px;
    color: #181D27;
    font-weight: 800;
    font-family: 'Canaro Bold', Helvetica, Arial, Lucida, sans-serif;
    margin-bottom: 28px;
    padding-top: 50px;
}
@media screen and (max-width: 550px) {
    .title_hold {
        margin-bottom: 19px;
        padding-top: 0;
        margin-top: -2px;
    }
}
.d-flex-unputs{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: stretch;
    gap: 25px;
}
@media screen and (max-width: 550px) {
    .d-flex-unputs{
        flex-direction: column;
        gap: 0;
    }
}
.d-flex-unputs .form_group{
    width: 50%;
}
@media screen and (max-width: 550px) {
    .d-flex-unputs .form_group{
        width: 100%;
    }
}
.title_hold strong {
    font-size: 37px;
    font-weight: 700;
    display: block;
    margin-top: 7px;
}

.form_group {
    margin-bottom: 24px;
}

.form_group input[type="text"],
.form_group input[type="email"],
.form_group input[type="tel"],
.form_group select,
.form_group textarea {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border-radius: 8px;
    display: block;
    border: 1px solid  #D5D7DA;
    padding: 10px 14px;
    color: #717680;
    font-size: 15px;
    font-family: var(--font-family);
    font-weight: 400;
    outline: none;
    box-sizing: border-box;
}

.form_group textarea {
    height: 150px;
    padding-top: 15px;
    border-radius: 3px;
    resize: none;
    border-radius: 8px;
}

/* Error State */
.has-error {
    border: 1px solid var(--error) !important;
}

.select_wrapper {
    position: relative;
    /* Custom arrow handled by appearance or background image if available */
}
#subject_id option sup{
    color: #0B9EDA;
}
/* Placeholder styling */
::placeholder {
    color: var(--placeholder);
    opacity: 1;
}

.form_group_file {
    margin-top: 15px;
    margin-bottom: 27px;
    position: relative;
    width: 100%;
}
.filepond--root {
    min-height: 88px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1em;
    font-size: 1rem;
    line-height: normal;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 450;
    text-align: left;
    text-rendering: optimizeLegibility;
    direction: ltr;
}
.filepond--root .filepond--drop-label {
    font-size: 14px;
    background-color: #eafcff;
    border-radius: .6em;
    min-height: 88px;
}
.filepond--drop-label.filepond--drop-label label {
    display: block;
    margin: 0;
    padding: .5em;
    font-size: 15px;
    position: relative;
}
.filepond--drop-label.filepond--drop-label label:before {
    position: absolute;
    content: "";
    background: url(../img/file.svg);
    width: 25px;
    height: 25px;
    background-size: 25px;
    left: -22px;
}
#recaptcha-container{
    width: 100%;
}
@media screen and (max-width: 550px) {
    .filepond--drop-label.filepond--drop-label label:before {
        display: none;
    }
}
.filepond--drop-label.filepond--drop-label label span {
    text-decoration: underline;
}
.form_sub input[type="submit"] {
    color: #ffffff!important;
    border-width: 0px!important;
    border-radius: 999px;
    font-size: 16px;
    font-family: 'Canaro Bold',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #0B9EDA!important;
    width: 184px;
    height: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.form_sub input[type="submit"]:hover{
    background-color: #fab80a!important;
}
.form_sub input[type="submit"]:disabled{
    background-color: #7e8ea2!important;
    cursor: not-allowed;
}
.cur-year-select {
    border: none;
    background: transparent;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
}
.numInputWrapper span.arrowUp{
    display: none;
}
.numInputWrapper span.arrowDown{
    display: none;
}

.form_sub input[type="submit"]:hover {
    background-color: #1aa0ba;
}
.form_sub{
    text-align: center;
    margin-top: 38px;
}
.error-msg {
    color: var(--error);
    font-size: 12px;
    margin-top: 5px;
}

.piece_title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #000;
    margin-top: 24px;
    margin-bottom: 3px;
    font-weight: 700;
    text-align: center;
}

.quantite_file {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #777;
    margin-bottom: 1px;
    font-weight: 600;
    text-align: center;
}
.quantite_filetype{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: center;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  padding: 10px 40px 10px 15px;
  background-image: url(../img/arrow.svg); 
  background-repeat: no-repeat;
  background-position: right 15px center; 
}

.text-oblig_holder{
    margin-top: 33px;
}
.titre_ch{
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #0B9EDA;;
    margin-bottom: 12px;
    font-weight: 700;
   
}
.text-oblig_holder p{
     font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: justify;
}
.text-oblig_holder p a{
    color: #777;
    text-decoration: underline;
}
.checkbox_wrapper .custom_checkbox span{
    font-size: 12px;
    color: #777;
}
/* Success / Loading / Error States */
.success_mess_hold {
    text-align: center;
    padding: 50px;
}

.mess_title {
    font-size: 24px;
    margin-bottom: 30px;
    color: var(--title);
}

.mess_success {
    color: var(--success);
}

.success_icholder svg {
    width: 80px;
    height: 80px;
    fill: var(--success);
}

.back_btn a {
    display: inline-block;
    margin-top: 30px;
    color: var(--colortext);
    text-decoration: underline;
    cursor: pointer;
}

/* Spinner */
.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: var(--primary);
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

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

/* FilePond Customization to match theme */
.filepond--panel-root {
    background-color: var(--bginput);
}
