.wrapper .page-wrap .main-content.internal {
    margin-top: 85px !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
    opacity: 1;
}

.select2-container--default.select2-container--disabled .select2-selection__arrow {
    display: none;
}

.form-control:disabled,
.btn.disabled, .btn:disabled {
    opacity: 1 !important;
}

.form .wrapper .page-wrap .main-content.internal {
    margin-top: 88px !important;
}

.wrapper .page-wrap .right-sidebar {
    top: 120px;
}

.dashboard-title .current-title {
    color: #008325;
}

.dashboad .widget .icon {
    font-size: 25px;
    color: #9aa0ac;
}

.disabled-field.form-control:disabled {
    background-color: #ffffff;
    opacity: 0.9;
    font-size: 15px;
}

.widget {
    display: block;
}

.custom-file-label {
    overflow-y: hidden;
}

#access-rules table.dataTable th {
    border-top: 0;
    font-weight: 300;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#access-rules table.dataTable td {
    padding: 5px;
}

#access-rules table.dataTable .col-form-label {
    color: #73879C;
}

.dashboad .widget:hover {
    background-color: #e4f5ff;
    color: #283542;
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
}

.col-form-label,
label {
    font-weight: 400;
    color: #1f4862;
    font-size: 13px;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    margin-bottom: 0;
}

form .tab-content > .tab-pane {
    padding-top: 15px;
}

input.form-control,
select.form-control,
textarea.form-control {
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(119, 119, 119, .5);
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 100%;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #F1F3F4;
    margin-bottom: 15px;
    min-height: 30px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 13px;
    color: rgb(85, 102, 117);
}

.dropzone {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #a6a6a6;
    border: 2px dashed #ededed;
    border-radius: 0px;
    background-color: rgba(82, 188, 255, .05);
    transition-property: border-color, opacity;
    transition-duration: 150ms;
    transition-timing-function: ease-in-out;
}

.dropzone.hasImage {
    min-height: 140px;
    background-position: center center;
    background-size: cover;
    border: 0;
}

select.form-control {
    height: 30px !important;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #F1F3F4;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 2px;
    margin-right: 2rem;
    padding-right: 2rem;
}

.dropzone.hasImage .u--xxs-dn.v-tac {
    background: rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    color: #fff;
    width: 100%;
}

.dropzone.hasImage .u--xxs-dn.v-tac .dropzone__icon {
    color: #fff;
}

.dropzone.hasImage .u--xxs-dn.v-tac strong {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
}

.form-card-side .dropzone {
    padding: 10px;
}

.dropzone__icon {
    font-size: 30px;
    color: #a6a6a6;
    opacity: .7;
}

.dropzone__message {
    font-size: 13px;
    text-align: center;
}

.dropzone .bootstrap-filestyle .btn.btn-default {
    padding: 8px 15px;
    background-color: #0070C0;
    color: #fff;
}

.dropzone .bootstrap-filestyle .icon-span-filestyle {
    display: none;
}

.bs-dropdown-to-select-group .dropdown-menu.show {
    min-width: 80px;
    width: 110px;
}

.form-label {
    font-size: 13px;
}

form label {
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
    margin-bottom: 0;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

.form-input {
    border-left: 1px solid rgb(221, 221, 221);
}

.form-input input, .form-input .bootstrap-select, .form-input select, .form-check {
    margin-bottom: 15px;
}

.d-flex .form-check {
    margin-bottom: 15px;
    margin-right: 15px;
}

.form-input input[type=checkbox] {
    margin-bottom: 0;
}

.form-input .form-check-label {
    margin-bottom: 0;
    position: relative;
    /*top: -5px;*/
}

form .card-header.note-toolbar > .btn-group {
    margin-top: 0;
    margin-right: -10px;
    margin-left: 0;
}

form .help-block .list-unstyled li {
    color: #ff3f4d;
    font-size: 12px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

.main-content .card {
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 0px 3px 0 rgba(0, 0, 0, 0.06);
}

form .input-group .input-group-addon {
    cursor: pointer;
    opacity: 1;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(119, 119, 119, .5);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(119, 119, 119, .5);
    font-weight: normal;
    font-style: normal;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #F1F3F4;
    border: none;
    padding-top: 5px;
    border-left: 1px solid #ddd;
    padding-right: 4px;
    padding-left: 4px;
    color: #565c61;
}

.selectYear .dropdown-menu.show {
    min-width: 40px !important;
    width: 85px;
}

.title-type-input,
.simple-compant-name textarea,
.textarea-title.text-type {
    font-size: 15px;
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #363a41;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 0;
}

.textarea-on-div {
    min-height: 50px;
    padding: 10px 15px;
}

.form-control.title-type-input {
    background-color: #ffffff;
    resize: none;
    opacity: 0.9;
    min-height: 40px;
}

.simple-compant-name .form-control.title-type-input {
    background-color: #F1F3F4;
}

.form-section-title,
#app .dashboad .card .card-title {
    font-size: 14px;
    color: #245c86;
    margin-bottom: 14px;
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
}

.form-main-input-title {
    background: #e3f2fd;
    padding-top: 14px;
    margin-bottom: 0;
    margin-top: -8px;
}

.form-main-input-title.form-out {
    background: #f0f4f7;
    margin-bottom: 0;
}

.content-form-item {
    padding-right: 15px;
    padding-left: 15px;
}

.content-form-item .nav-tabs {
    margin-top: 15px
}

.nav-tabs .nav-link {
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

.nav-tabs .nav-link {
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
}

.nav-tabs .nav-link.active {
    border-top: 3px solid #4a703d;
    /*border-top: 1px solid #4a703d;*/
    color: #4a703d;
}
.main-content .panel-info > .card-header {
    border-color: #add4ff;
    background-color: #e0efff !important;
    color: #1964B6 !important;
    padding: 0.75rem 1.25rem;
}

table.dataTable td, table.dataTable th {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

.dashboad .card .card-body .dataTables_wrapper .dataTable {
    /*margin-left: 0;*/
}

#app .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel {
    color: #9ce133;
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: none;
    display: block;
    padding: 8px 5px;
    margin-left: 15px;
    background: transparent;
    position: relative;
}

#app .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel:after {
    position: absolute;
    border-top: 1px solid #9ce133;
    display: block;
    content: " ";
    width: 40%;
    top: 15px;
    right: 35px;
}

#app .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel:first-child:after {
    border-top: 0;
}

#app .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel:first-child {
    border-top: 0;
}

#app .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a {
    padding: 10px 5px;
}

#app .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    /* padding: 9px; */
    padding-top: 5px;
    padding-bottom: 5px;
}

#app .wrapper .page-wrap .app-sidebar.colored .sidebar-content {
    background-color: #15371e;
}

#app .wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item .submenu-content {
    background-color: #354916;
    padding: 10px 0;
}

#app .wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item a.menu-item {
    padding-left: 50px;
}

#app .wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item a.menu-item:hover {
    color: #fff;
    background-color: #4a703d;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.active i {
    color: #1ab0f0 !important;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.open::after,
.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.active::after {
    background-color: #4a703d !important;
    height: 33px !important;
    top: 3px !important;
}

.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item:hover i {
    color: #1ab0f0 !important;
}

#app .wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item a.menu-item.active {
    color: #fff;
    background-color: #4a703d;
}

.more-back-link-content a {
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    color: #245c86;
    font-size: 13px;
}
.imageHolder {
    border: 1px solid #c9d7df;
    border-radius: 4px;
    cursor: pointer;
    height: auto;
    text-align: center;
    display: block;
    max-height: 150px;
    min-height: 90%;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
}
#app .card .timeline .header .color-overlay {
    background-color: #1964B6;
}

#app .card .card-title {
    color: #9aa0ac;
    font-size: 15px;
}

#app .widget h6 {
    color: #245c86;
    font-size: 15px;
}

#app .widget .count {
    color: #245c86;
    font-size: 20px;
    margin: 8px 0;
}

#app .dashboad .widget {
    margin-bottom: 15px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.01), 0 4px 5px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.01), 0 4px 5px 0 rgba(0, 0, 0, 0.06);
}

.bg-green {
    background-color: #00a09d !important;
}

.media .date {
    background: #031d4d;
    float: left !important;
    border-radius: 4px;
    margin-right: 15px;
}

.media .date a {
    width: 65px;
    margin: 0 auto;
    height: 74px;
    display: block;
}

.media .date .month {
    margin: 0;
    text-align: center;
    color: #fff;
}

.media .date .day {
    text-align: center;
    color: #fff;
    font-size: 35px;
    margin: 0;
    padding-top: 15px;
}

#setting-page {
    padding: 0 5px;
    padding-top: 15px;
}

#setting-page .card {
    min-height: 135px;
    margin-bottom: 18px;
    margin-top: 0;
}
#setting-page .card .media-body{
    margin-top: 5px;
}

#setting-page h2 {
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 0;
    color: #565a5f;
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
    text-transform: uppercase;
}

#setting-page h2 small {
    color: #4a703d;
    position: absolute;
    right: 18px;
}

#setting-page .config-link {
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
    color: #0492d1;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

#setting-page .config-link:hover {
    border-bottom: 1px solid #4a703d;
}

#setting-page .align-items-stretch {
    padding: 0 10px;
}

#setting-page .media-body p {
    color: #565a5f;
    margin-bottom: 5px;
}

#setting-page .card .card-header,
#setting-page .card .card-body {
    padding: 10px 10px;
}

#app .view-public-site {
    min-width: 150px;
    border: 1px solid #ddd;
    border-radius: 30px;
    line-height: unset;
    color: #4a4242;
    padding-top: 5px;
}

#app .toggle-language {
    min-width: 80px;
    /*border: 1px solid #ddd;*/
    border-radius: 30px;
    line-height: unset;
    color: #4a4242;
    padding-top: 6px;
}

/*.wrapper .header-top .top-menu .dropdown .dropdown-menu.menu-grid .dropdown-item*/
#app .toggle-drop-language .dropdown-item {
    display: inline-block;
    width: 80px;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-size: 15px;
    color: #5A5A5A;
}

#app .view-public-site i {
    color: #1ab0f0;
    font-size: 12px;
}

#app .toggle-language i {
    color: #1ab0f0;
    font-size: 12px;
}

/*Style pour les images de la galerie*/
.card.gallery-back {
    box-shadow: none;
}

.gallery-back .imgs-wrap.card-body {
    background-color: #F6F7FB;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.gallery-back .item {
    margin-bottom: 0;
    border: 1px solid #eee;
    background: #fff;
}

.gallery-back .item .thumbnail {
    border: 0;
    padding: 0;
    border-radius: 0;
    height: 180px;
}

.gallery-back.slide .item .thumbnail {
    height: 260px;
}

.gallery-back.slide .item .thumbnail .image {
    height: 200px;
}

.gallery-back .item label {
    position: absolute;
    top: -2px;
    z-index: 2;
}

.col-md-55 {
    width: 20%;
}

.thumbnail .image {
    height: 120px;
    overflow: hidden
}

.caption {
    padding: 9px 5px;
    background: #F7F7F7
}

.caption p {
    margin-bottom: 5px
}

.thumbnail {
    height: 100%;
    overflow: hidden;
    max-width: 50px;
}
.table-galery .thumbnail {
    max-width: 80px;
}

.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default
}

.view .mask,
.view .content {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative
}

.view .tools {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 3px;
    background: rgba(0, 0, 0, 0.35);
    margin: 43px 0 0 0
}

.mask.no-caption .tools {
    margin: 90px 0 0 0
}

.slide .mask.no-caption .tools {
    margin: 168px 0 0 0;
}

.gallery-back.slide .item {
    margin-bottom: 30px;
}

.view .tools a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    padding: 0 10px
}

.view .tools a:hover {
    color: #1ab0f0;
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}

.view-first img {
    transition: all 0.2s linear
}

.view-first .mask {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out
}

.view-first .tools {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out
}

.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear
}

.view-first:hover img {
    transform: scale(1.1)
}

.view-first:hover .mask {
    opacity: 1
}

.view-first:hover .tools,
.view-first:hover p {
    opacity: 1;
    transform: translateY(0px)
}

.view-first:hover p {
    transition-delay: 0.1s
}

.form-group.has-feedback span {
    display: block !important;
}

.form-group .btn {
    margin-bottom: 0;
}

.input-group-btn .btn {
    margin-bottom: 0;
}

#app .img-thumbnail {
    background-color: #fff;
    border: 1px solid #bbcdd2;
    box-shadow: none;
    padding: 5px;
    min-height: 45px;
}

span.badge {
    font-weight: 300;
    color: #fff;
}

span.current-title strong {
    font-weight: 300;
    color: #f58212;
}

.card-body-c .form-check {
    padding-left: 0;
}

.btn-outline-secondary {
    color: #74787b;
    border-color: #adb5bd;
}

/*Affiche un filtre avancé sur le coté gauche*/
#left-more-filters {
    z-index: 3 !important;
    background: #fff;
    padding-top: 150px;
    position: fixed;
    width: 450px;
    transition: all 700ms ease 0s;
    height: 100%;
    top: 0px;
    opacity: 0;
    left: -470px;
    overflow-y: scroll !important;
}

#left-more-filters::-webkit-scrollbar {
    width: 2px;
}

#left-more-filters button.apply-filters {
    min-width: 170px;
}

#left-more-filters .more-filters-title {
    font-size: 18px;
    color: #646668;
}

#left-more-filters {
    overflow-y: scroll;
}

#left-more-filters .x_panel {
    padding: 15px 30px;
}

#left-more-filters label {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    max-width: 100%;
}

#left-more-filters .form-filter label .btn-group.bootstrap-select {
    width: 100% !important;;
}

#left-more-filters.open {
    left: 240px;
    opacity: 1;
    box-shadow: 0 1px 3px #ddd;
}

@media only screen and (max-width: 992px) {
    .wrapper #left-more-filters.open {
        left: 0;
    }
}

.wrapper.menu-collapsed #left-more-filters.open {
    left: 65px;
}

#left-more-filters .close-application-detail {
    overflow: visible;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    height: 30px;
    right: 14px;
    width: 100%;
    border-radius: 0;
    position: absolute;
}

#left-more-filters .x_panel {
    box-shadow: none;
    -moz-box-shadow: none;
    padding-top: 0;
}

#left-more-filters .x_panel .prospets-list {
    margin: 20px 0;
    background-color: #ffffff;
    padding: 0;
    margin-left: 10px;
}

#left-more-filters .x_panel .prospets-list li {
    list-style: none;
}

#left-more-filters .x_panel .prospets-list li a {
    display: block;
    width: 100%;
    padding: 10px;
    color: #000000;
    font-size: 13px;
}

#left-more-filters .x_panel .prospets-list li a:hover {
    text-decoration: none;
    background-color: #EEEEEE;
}

#left-more-filters .x_panel .btn {
    height: auto;
    min-height: 32px;
    border-radius: 2px;
}

#left-more-filters .x_panel #validate-reevaluate.btn {
    padding: 5px 10px;
}

#left-more-filters .close-more-filters {
    cursor: pointer;
    color: #adb5bd;
}

#left-more-filters .close-more-filters:hover {
    cursor: pointer;
    color: #279bbd;
}

#left-more-filters .close-more-filters i {
    position: absolute;
    right: 10px;
    top: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    /* width: 40px; */
    text-align: center;
    /* height: 40px; */
    border-radius: 50%;
    border: 1px solid;
}

#left-more-filters .x_panel .experts-manager-title {
    padding: 0px 20px;
    background-color: #DCF4F9 !important;
    color: #1e94ab !important;
}

#left-more-filters h4 {
    font-size: 15px;
}

.form-filter .like-label .date-group span,
.form-filter label .date-group span {
    position: absolute;
    padding: 5px 10px;
    border-right: 1px solid #ddd;
}

.datepicker.dropdown-menu {
    width: 100%;
    max-width: 230px;
}

.left-form-side {
    border-left: 1px solid #eee;
}

/*Affiche un rigth detail avancé sur le coté droit*/
.right-more-details {
    z-index: 1030 !important;
    background: #eee;
    padding-top: 20px;
    position: fixed;
    max-width: 450px;
    min-width: 350px;
    transition: all 700ms ease 0s;
    height: 100%;
    top: 0px;
    opacity: 0;
    right: -470px;
    overflow-y: hidden !important;
}

.right-more-details .x_panel_content {
    max-height: 80vh;
    overflow-y: hidden;
}

.right-more-details .x_panel_content:hover {
    overflow-y: scroll;
}

.right-more-details .x_panel_content::-webkit-scrollbar {
    width: 8px; /* width of the entire scrollbar */
}

.right-more-details .x_panel_content::-webkit-scrollbar-track {
    background: #fff; /* color of the tracking area */
    width: 9px;
}

.right-more-details .x_panel_content::-webkit-scrollbar-thumb {
    background-color: #bbb; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 1px solid #ccc; /* creates padding around scroll thumb */
}

.right-more-details button.apply-details {
    min-width: 170px;
}

.right-more-details .more-details-title {
    font-size: 18px;
    color: #646668;
    line-height: 20px;
    font-weight: 100;
    font-family: Roboto, sans-serif;
}

.right-more-details {
    overflow-y: scroll;
}

.right-more-details .x_panel {
    padding: 15px 15px;
}

.right-more-details label {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    max-width: 100%;
}

.right-more-details .form-filter label .btn-group.bootstrap-select {
    width: 100% !important;;
}

.right-more-details.open {
    right: 0;
    opacity: 1;
    box-shadow: 0 1px 3px #ddd;
}

.menu-collapsed .right-more-details.open {
    right: 0px;
}

.right-more-details .close-application-detail {
    overflow: visible;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    height: 30px;
    right: 14px;
    width: 100%;
    border-radius: 0;
    position: absolute;
}

.right-more-details .right-more-actions {
    width: 100%;
    right: -470px;
    max-width: 450px;
    left: auto !important;
    transition: all 700ms ease 0s;
}

.right-more-details.open .right-more-actions {
    right: 0px;
}

.right-more-details .x_panel {
    box-shadow: none;
    -moz-box-shadow: none;
    padding-top: 0;
}

.right-more-details .x_panel_header {
    box-shadow: none;
    -moz-box-shadow: none;
    padding-top: 0;
}

.right-more-details .x_panel_content {
    box-shadow: none;
    -moz-box-shadow: none;
    padding-top: 0;
}

.right-more-details .x_panel .prospets-list {
    margin: 20px 0;
    background-color: #ffffff;
    padding: 0;
    margin-right: 10px;
}

.right-more-details .x_panel .prospets-list li {
    list-style: none;
}

.right-more-details .x_panel .prospets-list li a {
    display: block;
    width: 100%;
    padding: 10px;
    color: #000000;
    font-size: 13px;
}

.right-more-details .x_panel .prospets-list li a:hover {
    text-decoration: none;
    background-color: #EEEEEE;
}

.right-more-details .x_panel .btn {
    height: auto;
    min-height: 32px;
    border-radius: 2px;
}

.right-more-details .x_panel #validate-reevaluate.btn {
    padding: 5px 10px;
}

.right-more-details .close-more-details {
    cursor: pointer;
    color: #adb5bd;
}

.right-more-details .close-more-details:hover {
    cursor: pointer;
    color: #279bbd;
}

.right-more-details .close-more-details i {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    /* width: 40px; */
    text-align: center;
    /* height: 40px; */
    border-radius: 50%;
    border: 1px solid;
}

.right-more-details .x_panel .experts-manager-title {
    padding: 0px 20px;
    background-color: #DCF4F9 !important;
    color: #1e94ab !important;
}

.right-more-details h4 {
    font-size: 15px;
}

.select2.select2-container {
    width: 100% !important;
}

.form-row .d-flex .select2.select2-container {
    width: auto !important;
}

.select2.select2-container--default .select2-selection--single {
    background-color: #F1F3F4;
    border-radius: 2px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(119, 119, 119, .5);
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 100%;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: rgb(128, 134, 139);
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    height: 30px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

.big-select select.form-control,
.big-select .select2.select2-container--default .select2-selection--single {
    height: 40px !important;
    line-height: 36px;
    background-color: #fff;
    font-size: 15px;
}

.big-select .select2.select2-container--default .select2-selection--single .select2-selection__rendered,
.big-select .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    line-height: 40px;
    color: #5f6d7b;
}

.inner-table.table thead th {
    color: #4c6e94;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    line-height: 28px;
}

.select2-container--open .select2-dropdown--below {
    top: -15px;
}

.select2-results__option {
    border-radius: 0 !important;
    font-size: 13px;
}

#invoice-lines .select2.select2-container--default .select2-selection--single {
    margin-bottom: 0;
}

#invoice-lines .item td,
.innner-body-items td,
#invoice-accounting-lines td {
    font-size: 13px;
}

.tab-body-h4 {
    font-size: 15px;
}

.invalid-feedback {
    font-size: 12px;
}

.app-modal-body {
    min-width: 800px;
}

.modal-content {
    border-radius: 0;
}

.modal-content .modal-header {
    font-size: 15px;
    padding-left: 30px;
    background-color: #031d4d;
    color: #fff;
    text-transform: uppercase;
}

.modal-content .modal-footer {
    padding: 15px 30px;
}

.added-bank {
    position: absolute;
    bottom: 20px;
    display: block;
}

.added-bank a {
    color: #007bff;
    padding-bottom: 2px;
    border-bottom: 1px solid;
    display: inline-block;
    margin-top: 10px;
}

.help-block-in-name {
    font-size: 11px;
    margin-top: -10px;
    font-style: italic;
    margin-bottom: 10px;
    color: #6880a7;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
    color: #1f4862;
}

.o_list_buttons .btn {
    padding-left: 10px;
    padding-right: 10px;
}

.table.inner-table thead th,
.main-content .table.inner-table thead th {
    font-size: 13px;
    background-color: #fff;
    padding: 5px;
    font-weight: 400;
}

.total-operation {
    color: #123152;
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
    font-size: 14px !important;
}

.table.inner-table td,
.main-content .table.inner-table td {
    padding: 5px;
    background-color: #fff;
}

.table.inner-table tbody td {
    font-size: 13px;
}

.table.inner-table td .simple-link {
    font-size: 14px;
    color: #04c0d8;
    margin: 3px 0;
    display: inline-block;
}

.main-content .table.inner-table td.add-item {
    border-bottom: 0;
}

td .table-list-link:hover {
    border-bottom: 1px dotted;
    color: #1964b6;
}

.trash-icon {
    font-size: 15px;
    cursor: pointer;
}

.trash-icon:hover {
    color: #d43f3a;
    cursor: pointer;
}

.action-header {
    background-color: #ffffff;
    padding: 10px 15px;
}

.value-like-input {
    border-radius: 2px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(119, 119, 119, .5);
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 100%;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #123152;
    margin: 15px 0;
    padding: 5px 10px;
}

.main-text {
    font-size: 15px;
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 15px;
}

/* map style*/
.popUp table {
    width: 100%;
    margin-top: 5px;
    border-collapse: collapse;
    border-spacing: 2px;
    border-color: grey;
}

.map-overview-pager {
    background-color: #fff;
}

.map-overview-pager li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    padding: 14px 5px;
    height: auto;
    opacity: .6;
    color: #222;
    cursor: pointer;
}

.yearLegend__21Pyw {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 14px;
    display: block;
    width: auto;
    padding: 0;
    font-size: 0;
    height: 50px;
    border-spacing: 51px;
}

.circleLegend__fMiax, .yearLegend__21Pyw {
    /*position: absolute;*/
    list-style-type: none;
    background-color: #fff;
    height: auto;
    margin-bottom: 20px;
    z-index: 1;
    display: inline-block;
    width: 100%;
}

.yearLegend__21Pyw li {
    display: inline-block;
    font-size: 16px;
    padding: 14px 19px;
    height: auto;
    opacity: .6;
    color: #222;
    cursor: pointer;
}

.yearLegend__21Pyw li:hover, .yearLegend__21Pyw li.active {
    border-bottom: 3px solid #1964B6;
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
    opacity: 1;
    color: #1964B6;
}

.yearLegend__21Pyw li:hover, .yearLegend__21Pyw li.active a {
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
    color: #1964B6;
}

.alert.alert-danger.d-block span.badge {
    display: none
}

.h40 {
    min-height: 40px !important;
}

.tox .tox-statusbar {
    display: none !important;
}

.progress-sm {
    height: 3px;
}

.progress-sm .progress-bar {
    height: 3px;
    width: 100%;
}

.stat-text {
    color: #7e8186;
    font-size: 13px;
}

.invoice-total-price {
    max-width: 200px;
    float: right;
    margin-top: 20px;
    border-top: 1px solid #dee2e6;
}

.invoice-total-price tr {
    line-height: 5px;
    font-size: 14px;
}

.invoice-total-price td.td_label {
    padding: 0 10px 0 0;
    min-width: 0;
    white-space: nowrap;
    border: 0;
    font-size: 13px;
}

.invoice-total-price td.td_value {
    border: 0;
}

.invoice-total-price td.td_value.main-total {
    border-top: 1px solid #dee2e6;
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
    color: #105069;
}

.btn-link {
    font-weight: 400;
    color: #008784;
    text-decoration: none;
}

@media (max-width: 768px) {
    .app-modal-body {
        min-width: 400px;
    }
}

/*index : leaflet.js custom css part*/
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h5 {
    margin: 0 0 5px;
    color: #777;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

/*tURBOLIMK cUSTOM css*/
.turbolinks-progress-bar {
    height: 6px;
    background-color: #1ab0f0;
}

/*Style pour le détail d'une candidature*/
.backend-application-detail .d-flex label {
    font-size: 14px;
}

.backend-application-detail .d-flex ul li {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
}

.backend-application-detail .d-flex ul li a {
    color: #1f64b6 !important;
}

#detail-consultant .card .nav-pills.custom-pills {
    border-bottom: 0;
}

#detail-consultant .card .nav-pills.custom-pills .nav-link.active {
    border-bottom: 0;
    color: #1f64b6;
}

#detail-consultant .card .nav-pills.custom-pills .nav-link {
    font-size: 13px;
}

.historic-application {
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
}

.historic-application h5 {
    font-size: 14px;
    margin-bottom: 6px !important;
    color: #87aad2;
}

.historic-application li {
    margin-bottom: 5px;
}

.historic-application li .date {
    color: #2da09d;
}

.ik-edit {
    color: #424d61;
    font-size: 15px;
}

.ik-trash {
    color: #e91e63;
    font-size: 15px;
}

.wrapper .header-top {
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 5px;
}

.min-h {
    min-height: 300px;
}

/*help driver pop up*/
.help-driver i {
    font-size: 20px;
}

.help-driver {
    z-index: 1;
    transition: right .5s;
    position: fixed;
    right: -50px;
    font-size: 18px;
    color: #f90;
    background-color: #fff;
    padding: 2px 5px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #eee;
    cursor: pointer;
}

.main-content.dashboad .help-driver {
    margin-top: 15px;
}

.help-driver:hover, .help-driver:active {
    right: -1px;
}

/*Avatar in profil consultant*/
.avatar {
    width: 65px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #ccc;
}

.roles-selector .select2.select2-container .select2-selection--multiple {
    min-height: 50px;
    background-color: #F1F3F4;
}

.roles-selector .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2e4761;
    border: 1px solid #aaa;
    color: #fff;
}

.heard-modal-blue {
    border-color: #add4ff;
    background-color: #e0efff !important;
    color: #1964B6 !important;
    padding: 0.75rem 1.25rem;
}

.thumbnail-modal {
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.wrapper .header-top .top-menu .header-search .input-group .input-group-addon {
    margin-right: 10px;
}

.wrapper .header-top .top-menu .header-search .input-group .form-control {
    margin-bottom: 0;
    height: 100%;
    font-size: 14px;
    color: #2e4761;
}

.twitter-typeahead {
    height: 100% !important;
}

.wrapper .header-top .top-menu .header-search .input-group .input-group-addon.search-close,
.wrapper .header-top .top-menu .header-search .input-group .input-group-addon {
    padding: 5px 0px 5px 10px;
}

.wrapper .header-top .top-menu .header-search.open .input-group {
    background-color: transparent;
    border: 0;
    font-size: 18px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.wrapper .header-top .top-menu .dropdown .dropdown-menu.notification-dropdown .notifications-wrap .media .media-body .media-heading {
font-family: 'Roboto Condensed Bold', Arial, sans-serif;
}

.wrapper .header-top .top-menu .dropdown .dropdown-menu.notification-dropdown .notifications-wrap .media:hover {
background-color: #f6f7fb;
}

.wrapper .header-top .top-menu .dropdown .dropdown-menu.notification-dropdown .footer {
padding: 0;
}

.wrapper .header-top .top-menu .dropdown .dropdown-menu.notification-dropdown .footer a {
font-size: 14px;
width: 100%;
display: block;
padding: 10px 15px;
}

.wrapper .header-top .top-menu .dropdown .dropdown-menu.notification-dropdown .footer a:hover {
background-color: #f6f7fb;
}

/*Overwride Perfect scrollbar CSS*/
.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
    background-color: transparent !important;
    opacity: 0.9;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 6px !important;
}

.empty-notification {
    text-align: left;
    margin-top: 15px;
    font-size: 14px;
    margin-left: 20px;
    color: #3e7f98;
}

.pagination .page-item .page-link {
    line-height: 13px !important;
    min-width: 30px !important;
    height: 25px !important;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
}

.inline-choices .form-check {
    display: inline-block;
}
/*/============*/

.isDragActive{
    background: #bfd4e7;
    width: 92%;
    height: 98%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 9;
    border: 4px solid var(--btn-blue-bg-color);
    margin-left: 40px;
    margin-top: 15px;
}
.full .isDragActive {
    background: #bfd4e7;
    width: 100%;
    height: 100%;
    margin-left: unset;
    margin-top: unset;
}
.isDragActive p{
    color: #03102a;
    padding-top: 300px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    z-index: 9999;
    opacity: 1;
}
.full {
   min-height: 250px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding-top: 0;
    margin-top: 20px;
    border: 4px dashed #c3c4c7;
}
p.drag-drop-info {
    font-size: 18px;
}
.upload-button{
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    position: relative;
    z-index: 1;
    vertical-align: baseline;
    margin-bottom: 15px;
}
.drop-instructions{
    margin: 60px auto 0;
    width: 250px;
}
.media-item {
    min-height: 70px;
    margin-bottom: 1px;
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 0 #dcdcde;
}
.pinkynail{
    float: left;
    margin: 14px;
    max-height: 90px;
    max-width: 100px;
}
.media-item .filename {
    padding: 14px 0;
    overflow: hidden;
    margin-left: 6px;
}
.media-list-title {
    display: block;
}
.media-list-subtitle {
    display: block;
}
.media-item .attachment-tools {
    display: flex;
    align-items: center;
}
.media-item .edit-attachment {
    padding: 14px 0;
    display: block;
    margin-right: 10px;
}
.media-item .edit-attachment.copy-to-clipboard-container {
    padding: 14px 0;
    margin-right: 10px;
    display: flex;
    margin-top: 0;
}
.preview-files-table{
    margin-top: 30px;
}
#app-backend-node .preview-files  button.button-small {
    display: inline-block;
    text-decoration: none;
    line-height: 2.15384615;
    margin: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 8px;
    font-size: 11px;
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    vertical-align: top;
}
.select-featured-image .modal-dialog{
    max-width: 85%;
    min-height: calc(75vh);
    padding-top: 0;
}
.select-featured-image .modal-content{
    min-height: calc(85vh);
}
.select-featured-image  .modal-content .modal-header {
    font-size: 15px;
    padding-left: 30px;
    background-color: #031d4d;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}
.select-featured-image .app-modal.modal-body{
    padding: 15px 15px;
}
.select-featured-image .modal-footer{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.pinkynail{
    max-width: 150px;
}
.attachments{

}
.attachments .attachment{
    position: relative;
    color: #3c434a;
    cursor: pointer;
    list-style: none;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    width: 12.33%;
    display: inline-block;
    height: 120px;
    overflow: hidden;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    padding: 5px;
    margin: 5px;
}
.attachments .attachment .attachment-preview {
    position: relative;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    background: #f0f0f1;
    cursor: pointer;
    max-width: 150px;
    margin: 0 auto;
}
.featured-image .button-add{
    min-height: 40px;
    outline-offset: -1px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    box-shadow: inset 0 0 0 1px #ccc;
    border:0;
}
.featured-image .featured-image-overlay {}

.sidebar-form .form-input-wrap{
    padding: 0;
    border-radius: 0;
    border: 0;
    margin: 15px auto;
}
.sidebar-form .form-input-wrap .input-wrap{
   margin-bottom: 15px;
}
.default-actions button{
    margin-left: 15px;
}
.featured-image-container{
    position: relative;
    border: 1px solid #dbd3d3;
}
#app-backend-node .excerpt-content img{
    display: none;
}

.featured-image-actions button.button-remove{
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: #1e1e1e;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    height: 36px;
    padding: 6px 12px;
    text-decoration: none;
    backdrop-filter: blur(16px) saturate(180%);
    background-color: #f4eaf4;
    position: absolute;
    top: 35%;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    left: 8%;
    opacity: .77;
    display: none;
}

.featured-image-container:hover .featured-image-actions button.button-remove{
    display: block;
}
.attachments-tools{
    position: absolute;
    top: 30%;
    width: 90%;
}
.attachments-tools .button-media{
    opacity: 0;
}
.attachments-tools .button-media{
    display: block;
    width: 100%;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: #1e1e1e;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    height: 36px;
    padding: 6px 12px;
    text-decoration: none;
    backdrop-filter: blur(16px) saturate(180%);
    background-color: #f4eaf4;
    margin: 0 auto;
    text-align: center;
}
.attachments-tools .button-media.button-edit{
    margin-bottom: 10px;
    background-color: rgba(51,57,51, .6);
    color: #fff;
}
.attachments-tools .button-media.button-remove{
    margin-bottom: 10px;
    background-color: rgba(70, 31, 37, 0.6);
    color: #fff;
}
li.attachment:hover .attachments-tools .button-media{
    opacity: 1;
}
@media (min-width: 725px) {
    .RightFormWrapType .sidebar-form #v-pills-tab {
        border-right: 0;
        border-left: 1px solid #c9d7df;
        right: 0;
        margin-top: 60px;
        padding-top: 0;
        width: 275px;
        border-top: 1px solid #c9d7df;
        border-radius: 4px;
    }
    .RightFormWrapType .form-tabs{
        max-width: 100%;
        padding-left: 35px;
        margin-top: 45px;
    }

    .RightFormWrapType .form-tools-header {
        right: 0;
    }
}
/** Style pour ajoute des sections dans les pages **/


.form-fields .field {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #c9d7df;
}

.form-fields .field .field-name {
    font-size: 15px;
}

.form-fields .field span.icon-action {
    font-size: 18px;
    margin-left: 15px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    padding: 2px 5px;
    cursor: pointer;
}

.form-fields .field span.icon-action:hover {
    background-color: #c9d7df;
}

.form-fields .form-input-wrap {
    border: 0;
    margin-bottom: 0;
}

.form-fields .field-head {
    padding: 12px 20px;
}

.form-fields .form-input-values {
    background-color: #f7f7f7;
}

.form-fields .form-input-values,
.form-fields .form-field-footer {
    border-top: 1px solid #c9d7df;
    padding: 12px 20px;
}

.form-fields .form-field-footer {
    background-color: #deebfe;
}

.form-fields .form-input-values .choice-value input {
    color: #283542;
    width: 100%;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #c9d7df;
    border-radius: 4px;
    transition: box-shadow .15s ease;
    text-overflow: ellipsis;
    height: 35px;
    line-height: 20px;
    font-size: 14px;
    padding: 12px;
}

.form-fields .form-input-values i {
    font-size: 20px;
}

.form-fields .form-input-values h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.form-fields .form-field-footer button {
    margin-left: 25px;
    font-size: 13px;
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
}

.form-fields .form-field-footer .delete-btn {
    font-size: 13px;
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
}

.form-fields .form-input-values .field-value {
    background-color: #ffffff !important;
}

.form-fields .form-input-values .remove-value {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    padding: 4px 8px;
}

.form-fields .form-input-values .remove-value {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    padding: 4px 8px;
}

.form-fields .form-input-values .remove-value:hover {
    background-color: #dedede;
    color: #ff296d;
}

.form-fields .form-input-values .add-value-btn {
    font-size: 13px;
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
    margin-top: 15px;
    background: #deebfe;
    color: #2460a0;
}

.form-fields .form-input-values .add-value-btn:hover {
    background: #c5defe;
    color: #2460a0;
}

.form-fields .field-style h4 {
    color: #2460a0;
    font-size: 14px;
    margin-bottom: 0;
}

.form-fields .field-style p {
    font-size: 12px;
}

.form-step-add-button {
    border: 2px solid #0070c0;
    border-radius: 4px;
    padding: 6px 15px;
    background: #fff !important;
    color: #000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto Condensed Bold', Arial, sans-serif;
}
.filter-title,
.filter-desc{
    display: block;
}
.filter-title{
    font-weight: 400;
    margin-bottom: 8px;
}
.filter-desc{
    font-weight: 400;
    font-size: 12px;
    color: #647382;
    line-height: 15px;
}
.dropdown-item .icon {
    padding-top: 10px;
    padding-right: 12px;
    font-size: 20px;
}



/* Styles pour l'éditeur custom */
.editor-container {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.editor-container:focus-within {
    border-color: var(--color-green);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.editor-toolbar {
    padding: 6px 8px;
    border-bottom: 1px solid #e9ecef;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
    align-items: center;
    min-height: 40px;
}

.editor-btn {
    padding: 6px 10px;
    border: 1px solid #e0e0e0;
    background: white;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    min-width: auto;
    color: #495057;
}

.editor-btn:hover {
    background: #f0f8ff;
    border-color: var(--color-green);
    transform: translateY(-1px);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.editor-btn:active {
    transform: translateY(0);
    background: #e7f3ff;
}

.editor-separator {
    width: 1px;
    height: 20px;
    background-color: #dee2e6;
    margin: 0 2px;
}

.editor-content {
    min-height: 200px;
    max-height: 400px;
    padding: 12px;
    outline: none;
    font-size: 14px;
    line-height: 1.5;
    overflow-y: auto;
    border: none;
    color: #495057;
}

.editor-content:empty::before {
    content: 'Saisissez votre contenu ici...';
    color: #6c757d;
    font-style: italic;
}

.editor-content:focus {
    outline: none;
}

/* Mode HTML */
.html-mode-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    font-size: 12px;
    color: #6c757d;
    font-weight: 500;
}

.html-textarea {
    width: 100%;
    font-family: 'Courier New', Monaco, 'Lucida Console', monospace;
    border: 1px solid #dee2e6;
    border-radius: 0 0 6px 6px;
    padding: 12px;
    font-size: 12px;
    line-height: 1.4;
    resize: vertical;
    outline: none;
    background: #fafafa;
    color: #495057;
    transition: border-color 0.2s;
}

.html-textarea:focus {
    border-color: var(--color-green);
    background: white;
}

.mode-toggle-btn {
    padding: 4px 8px;
    background: var(--color-green);
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.2s;
}

.mode-toggle-btn:hover {
    background: #1e8449;
    transform: scale(1.05);
}