
.file-field .btn,
.file-field .btn-large {
    float: left;
    height: 5rem;
    line-height: 3rem;
    
}

.input-field label {
    color: #999;
    top: 0;
    left: 0;
    font-size: 14px;
    
    font-weight: 100;
    margin: 0;
}

.tp-caption.boxshadow, .boxshadow {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
}

.input-select {
    display: block;
}


.short-description-row label {
    display: none;
}

/* Textarea */
.short-description-row textarea {
    min-height: 110px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #dfe3e8;
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.5;
    color: #263238;
    background-color: #ffffff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    resize: vertical;
}

/* Focus */
.short-description-row textarea:focus {
    outline: none;
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

/* Placeholder */
.short-description-row textarea::placeholder {
    color: #9e9e9e;
    font-style: italic;
}

/* Erreur Symfony */
.short-description-row .invalid-feedback,
.short-description-row .form-error-message {
    margin-top: 6px;
    font-size: 0.8rem;
    color: #e53935;
}

/* Aide (help) */
.short-description-row .form-text {
    margin-top: 6px;
    font-size: 0.8rem;
    color: #607d8b;
}

.label-text {
    font-size: medium;
    font-family: 'Raleway', sans-serif !important;
    font-weight: normal;
}

