.qlyr-form-error {
    color: #d32f2f;
    font-size: 0.85em;
    margin-top: 4px;
}

.field-col {
    grid-column: 2;          /* force le bloc en colonne de droite */
    display: grid;           /* empile input + erreur */
    grid-auto-rows: min-content;
}

.subheading {
    font-size: 1.2rem;
    font-weight: 400;
}

.terms_and_conditions_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
}

.form_select_grid__item {
    height: auto;  
}

#expertise-countries-container.disabled {
    opacity: 0.5;
    pointer-events: none;
}

#identityPhoto, #editPhoto, #btnEditoLogo, #companyLogo {
    cursor: pointer;
}

.switch {
    background-color: #ffd863;
}

.select2-search__field {
    width: 100% !important;
    min-width: 400px;
}

.u-text-style-72px {
    line-height: 1.23;
}

#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /* semi-transparent */
    z-index: 9999;                /* au-dessus de tout */
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader-container {
    text-align: center;
    color: white;
}

#loader-container img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.password-requirements {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    list-style: none;
    padding-left: 0;
}

.password-requirements li {
    color: #d9534f;
}

.password-requirements li.valid {
    color: #5cb85c;
}

@media screen and (max-width: 991px) {
    #w-dropdown-list-0 {
        left: auto;
        min-width: auto;
    }
}

@media screen and (max-width: 767px) {

    .user_footer_bottom__col_1__2 {
        border-top: none;
    }

    .section__build_network__buttons {
        flex-flow: wrap;
        justify-content: center;
        align-items: stretch;
    }

    .btn_pro_wrap {
        flex-flow: column;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form_check__checklist {
        margin-top: 0;
    }
}

@media screen and (max-width: 479px) {
    .section__build_network__buttons {
        flex-flow: wrap;
        align-items: stretch;
    }
}

.u-text-style-20px {
  text-wrap: auto;
}

.u-weight-semibold {
  font-weight: 600;
}

.u-text-style-32px {
  font-size: 1.8rem;
  line-height: 1.25;
  text-wrap: auto; /*text-wrap: balance;*/  
}
