<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* layout */
.emploi-form {
    background-color: var(--gray-lighter-color);
}
.node-job-offer-form{
    background-color: white;
    padding:30px;
}

.emploi-form input.form-text,
.emploi-form input.form-email {
    max-width: 100%;
}
.emploi-form .field--name-field-offer-company-name,
.emploi-form .field--name-field-ad-contact-email{
    display:inline-block;
    width:49%;
}
.emploi-form .nice-select {
    max-width: 471px;
    border-color: var(--gray-color);
}

.emploi-form .table-responsive {
    border: none;
    overflow-x: initial;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.emploi-form .table&gt;thead&gt;tr&gt;th {
    padding-left: 0;
}

.emploi-form .table&gt;thead&gt;tr&gt;th {
    border: none;
}

.emploi-form .table&gt;tbody&gt;tr&gt;td {
    border: none;
}

.emploi-form .table-responsive::-webkit-scrollbar {
    display: none;
}

.emploi-form .nice-select.country {
    float: none;
}

.emploi-form form&gt;.field-group-fieldset {
    margin-bottom: 60px;
    background-color: #fff;
}

.emploi-form legend {
    margin-bottom: 0;
    padding: 15px 30px;
    background-color: #fff;
}

.emploi-form .fieldset-wrapper {
    padding: 30px 15px;
}

@media all and (min-width: 768px) {
    .emploi-form legend {
        padding: 15px;
    }

    .emploi-form .fieldset-wrapper {
        padding: 30px;
    }
}

.emploi-form .button {
    font-weight: 500;
    border-radius: 4px;
    background-color: var(--primary-color);
    border: none;
    color: white;
}

.emploi-form .button--small {
    padding: 2px 4px;
    font-size: 14px;

}
.emploi-form summary{
    padding: 15px;
    background-color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}
.emploi-form .field-add-more-submit.button {
    background-color: var(--gray-light-color);
    color: var(--text-color);
    border-color: var(--gray-light-color);
}

.emploi-form .field-dragdrop-mode-submit {
    background-color: transparent;
    color: var(--primary-color);
}

.emploi-form .tabledrag-toggle-weight-wrapper {
    display: none;
}

/* layout */

/* elements */
/* Paragraph title */
.emploi-form h4 {
    display: inline-block;
}

.emploi-form .details-description {
    margin-bottom: 15px;
    padding: 10px;
    background-color: var(--gray-lighter-color);
    border-radius: 4px;
}

.emploi-form #edit-actions {
    z-index: 999;
    /*display: flex;
    align-items: center;*/
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
    padding: 5px 15px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 -6px 12px rgba(0, 0, 0, .4);
}


.emploi-form #edit-submit,
.emploi-form #edit-delete-translation {
    margin-left: 5px;
    margin-right: 5px;
    padding: 6px 15px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

@media all and (min-width: 768px) {

    .emploi-form #edit-submit,
    .emploi-form #edit-delete-translation {
        padding: 15px 60px;
        font-size: 14px;
    }
}

.emploi-form .form-file {
    display: inline-block;
    margin-bottom: 10px;
}

.emploi-form .upload-wrapper.form-type-managed-file {
    position: relative;
}

.emploi-form .upload-wrapper.form-type-managed-file .form-managed-file {
    position: relative;
    width: 100%;
    height: 200px;
    border: 1px dashed var(--gray-light-color);
    background-color: var(--gray-lighter-color);
    background-size: 64px 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-align: center;
}

.emploi-form .upload-wrapper.form-type-managed-file .form-file {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.emploi-form .upload-wrapper.form-type-managed-file .form-submit {
    display: none;
}

.emploi-form .form-type-managed-file .form-managed-file:hover {
    opacity: 1;
    cursor: pointer;
}

.emploi-form .upload-msg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: break-spaces;
}

.emploi-form .upload-help {
    display: none;
}

.upload-wrapper .upload-help {
    display: inline-block;
}

.emploi-form .upload-wrapper .details-description {
    display: none;
}

.emploi-form .draggable&gt;td&gt;div {
    padding-left: 15px;
    padding-right: 15px;
}

.emploi-form .draggable.is-hover {
    background-color: var(--gray-lighter-color);
}

.emploi-form .draggable.is-hover .draggable {
    background-color: var(--gray-lighter-color);
}

.emploi-form .draggable legend {
    background-color: transparent;
}


.emploi-form .draggable .tabledrag-handle {
    width: 14px !important;
    height: 14px;
    margin: 15px;
    background: url("/themes/custom/metalinterface/images/icons/md-move.svg") center center no-repeat;
    fill: var(--primary-color);
    stroke: var(--primary-color);
    display: block;
    cursor: grab;
}

.emploi-form .field-multiple-drag {
    display: none;
}

.emploi-form .control-label {
    display: block;
}

.emploi-form .help-block {
    margin-top: 10px;
    font-size: 14px;
    white-space: initial;
}
.emploi-form .filter-wrapper{
    display:none;
}
/* mobile form &amp; table  */
@media (max-width: 767px) {

    .emploi-form table,
    .emploi-form thead,
    .emploi-form tbody,
    .emploi-form th,
    .emploi-form td,
    .emploi-form tr {
        display: block;
        white-space: initial;
    }
    .emploi-form .field--name-field-offer-company-name,
.emploi-form .field--name-field-ad-contact-email{
    display:block;
    width:100%;
}
}

</pre></body></html>