@charset "UTF-8";
/*!
Theme Name: WIDEA
Theme URI: https://widea.fr
Author: Antony RAVENACH
Version: 1.1
*/



/* Smooth scroll to anchor */
html {
    scroll-behavior: smooth;
}
input {
    scroll-margin-top: 80px;
}
.kt_repeater, .kt_repeater2 {
    scroll-margin-top: 120px;
}


/*--------------------------------------------------------------
# Soft reset
--------------------------------------------------------------*/

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1900px;
}

@media (min-width: 992px) {
    .header,
    .header.header-fixed {
        height: 100px;
    }

    .header-fixed.subheader-fixed .subheader {
        top: 100px;
        height: 64px;
    }

    .header-fixed.subheader-fixed.subheader-enabled .wrapper {
        padding-top: 164px;
    }

    .header-menu .menu-nav > .menu-item > .menu-link > .menu-arrow {
        display: inherit;
    }
}

/* @media (max-width: 991px) {
  .w-325px,
  .w-400px {
    width: 100% !important;
  }
} */

@media (max-width: 991.98px) {
    .header-mobile {
        height: 80px;
        min-height: 80px;
        background-color: #FFF;
    }

    .header-menu-wrapper-overlay {
        background: rgba(0, 0, 0, 0.4);
    }
}

.is-hidden {
    display: none !important;
}

.toggle-is-opened {
    background-color: #464E5F;
    margin-bottom: 0;
}

.form-group.toggle-is-opened label {
    color: #FFF;
}

.table.v-middle th, .table.v-middle td {
    vertical-align: middle;
    text-align: center;
}

.table-hover tbody tr:hover {
    background-color: rgba(255, 168, 0, 0.3) !important;
}

.sticky-top-custom {
    top: 90px !important;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.checkbox > span {
    height: 18px;
    width: 18px;
    background-color: #EBEDF3;
    border: 1px solid transparent;
}

.checkbox > span:after {
    width: 5px;
    height: 10px;
}

.checkbox.checkbox-outline.checkbox-success > span {
    background-color: transparent;
    border-color: #D6D6E0;
}

.checkbox.checkbox-success > input:focus ~ span {
    border: 1px solid #D6D6E0;
}

.radio > span {
    height: 18px;
    width: 18px;
    background-color: #EBEDF3;
}
.radio.radio-outline.radio-success > span {
    background-color: transparent;
    border-color: #D1D3E0;
}
.radio.radio-success > span {
    border: 1px solid transparent;
}
.radio-inline .radio span {
    margin-right: 0.75rem;
}
.radio > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: none;
}

.radio > span:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100% !important;
}

/*--------------------------------------------------------------
# Tableau de bord
--------------------------------------------------------------*/

.timeline.timeline-5 .timeline-item .timeline-label {
    /* width: 90px; */ /*modif 08/09/20*/
    display: none; /*modif 08/09/20*/
}
.timeline.timeline-5 .timeline-item .timeline-badge {
    margin-left: 0;
}

.timeline.timeline-5 .timeline-item .timeline-content {
    margin-left: 10px;
    text-transform: uppercase;
}

.timeline.timeline-5:before {
    /* left: 110px; */ /*modif 08/09/20*/
    left: 8px; /*modif 08/09/20*/
}


/*--------------------------------------------------------------
# Etapes
--------------------------------------------------------------*/

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.bootstrap-select > .dropdown-toggle.btn-light .filter-option {
    color: #212121;
    font-weight: 500;
}

.select2-selection__rendered {
    font-weight: 500 !important;
}

.card-custom-sticky {
    position: sticky;
    top: 25px;
}

.card-header-sticky {
    position: sticky;
    top: 0;
    background-color: #FFF !important;
    z-index: 1;
}

.kt_repeater_item:first-child .col-lg-1,
.kt_repeater_item:last-child .separator {
    display: none;
}

.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete i {
    color: #F64E60;
}

/* Etapes 2/9 */
#q-facturation,
#q-traitance,
#q-rse {
    padding: 20px 12.5px 0 12.5px;
    margin: 0 -12.5px 40px -12.5px;
    border: 1px solid #464E5F;
}

#q-traitance, #q-rse {
    margin-bottom: 1.75rem;
}

#etape .cke_reset {
    width: 100%;
}

/*--------------------------------------------------------------
# file progress
--------------------------------------------------------------*/

.form-status {
    font-weight: bold;
    margin: 12px 0;
}

.form-status p {
    margin: 0;
}

.form-status .text-success {
    color: #43d084;
}

.form-status .text-error {
    color: #fe7676;
}

.form-status .progressbar-holder {
    display: block;
    width: 100%;
    height: 4px;
    background: #fafbfd;
    border-radius: 6px;
    overflow: hidden;
}

.form-status .progressbar-holder .progressbar {
    height: 100%;
    width: 0;
    background: #5b7bfe;
    border-radius: 6px;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.fileuploader {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: calc(0.65rem + 1px);
    background: #fafbfd;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
}

.fileuploader-input .fileuploader-input-caption {
    border: 1px solid #e5eaee
}

.fileuploader-input .fileuploader-input-caption,
.fileuploader-input .fileuploader-input-button {
    line-height: 1.35;
    border-radius: 0.42rem;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #464E5F;
}

.fileuploader-input .fileuploader-input-button {
    color: #3699FF;
    background: #E1F0FF;
    box-shadow: none;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.fileuploader-input .fileuploader-input-button:hover {
    box-shadow: none;
    transform: none;
    color: #FFF;
    background: #3699FF;
}

.fileuploader-items .fileuploader-item {
    padding: 16px;
}

.fileuploader-items .fileuploader-item .column-title {
    font-size: 13px;
    line-height: 18px;
}
.fileuploader-items .fileuploader-item .column-title a {
    color: #464E5F;
}
.fileuploader-items .fileuploader-item .column-title div {
    font-weight: 600;
}

.fileuploader-items .fileuploader-item .column-actions {
    margin-right: 0;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove {
    box-shadow: none;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i,
.fileuploader-items .fileuploader-item .fileuploader-item-icon i {
    color: #FFF;
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon i {
    font-size: 12px;
}

/*--------------------------------------------------------------
# Admin
--------------------------------------------------------------*/
.datatable.datatable-default > .datatable-pager {
    padding-top: 2.5rem;
}

/* Subheader enabled */
.kt_content_header-enabled #kt_content {
    padding-top: 0;
}

.kt_content_header-enabled #kt_content_header {
    margin-top: 25px;
}

#kt_subheader {
    display: none;
    position: sticky;
    top: 0px;
    z-index: 100;
}

/* Table qualifications */
.table__qualifications td {
    padding: 0.5rem;
    vertical-align: middle;
}

.table__qualifications td:nth-child(n+2) {
    text-align: center;
}

.table__qualifications tr:first-child td {
    border-top: 0;
    padding-top: 0;
}

.table__qualifications em {
    float: right;
}

.tr__title-activite td {
    background-color: #538585;
    color: #FFF;
    padding-top: 0.5rem !important;
}

.tr__title-activite b {
    font-weight: 500;
}

.tr__title-secteur td:first-child {
    padding-left: 1rem;
}

.tr__title-secteur td {
    background-color: #E1F4F4;
}

.tr__title-qualification td:first-child {
    padding-left: 1.5rem;
}

.tr__title-qualification td {
    border-top: 0.05rem solid #E1F4F4;
}

.tr__title-activite td {
    padding-top: 2rem;
}

/* Input password */
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}

/* Switch */
.switch.switch-sm input:empty ~ span:after {
    height: 18px;
    width: 18px;
}
.switch.switch-sm input:empty ~ span:after {
    top: 3px;
}


/*
@media (min-width: 992px) {
  .header-fixed.subheader-fixed.subheader-enabled .wrapper {
    padding-top: 100px !important;
  }
}
*/
