table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left;
}

table.dataTable > thead > tr > th {
    padding-right: 5px !important;
}

table.dataTable > thead > tr > th:not(.dt-orderable-none) > .dt-column-header {
    flex-direction: row-reverse !important;
}

table.dataTable > thead > tr > th:not(.dt-orderable-none) > .dt-column-header > .dt-column-order {
    right: 2px !important;
}

table.dataTable > thead > tr > th.dt-orderable-none,
table.dataTable > thead > tr.filters > th {
    padding-left: 0;
}

table.dataTable thead > tr > th.dt-orderable-none span.dt-column-order {
    display: none;
}

.dt-container thead input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.dt-container tbody tr.alert-danger {
    background-color: #f2dede;
}

.dt-container .top,
.dt-container .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    flex-direction: row-reverse;
}

.dt-container .top {
    padding-left: 20px;
}

.dt-container caption {
    caption-side: top;
}

.js-tips.help {
    top: 18px;
    left: 0;
    position: absolute;
}

table.dataTable tr.fixed th {
    position: sticky !important;
    top: 55px;
    z-index: 2000;
    background-color: #f8f4ef !important;
}

table.dataTable td .available-img img {
    max-width: 150px;
}


/********** JS Editable inside datatable **********/
@media (max-width: 767px) {
    .dt-container .top .buttons-html5 {
        border-radius: 20px !important;
        margin-top: 3px;
    }
}

.admin .small,
.admin small {
    font-weight: 400;
    font-size: 13px;
}

.admin .bt {
    font-family: var(--bs-btn-font-family);
}

.admin .bt.small {
    padding: 3px 8px;
    margin-top: 0;
}

.admin .badge {
    vertical-align: middle;
    white-space: normal;
}

div#seasonal-calendar {
    max-width: 75vw;
    margin: auto;
}

div#seasonal-calendar .ratio.ratio-16x9 {
    width: auto;
}

/* //////////////////// */

ins {
    color: green;
}

del {
    color: red;
}

body.admin {
    font-size: 14px;
    padding: 70px 0 65px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

body.admin .btn.btn-sm {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.admin h1,
.admin h2,
.admin h3,
.admin h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.admin h1 {
    font-size: 2.5em;
}

.admin h2 {
    font-size: 1.5em;
}

.admin h3 {
    font-size: 1.17em;
}

.admin h4 {
    font-size: 1em;
}

body.admin h1 small,
body.admin h1 .small {
    font-size: 14px;
}

.admin a.list-group-item:hover {
    text-decoration: none;
}

.admin li.list-group-item.subscription {
    padding: 2px 5px;
    border: none;
    font-size: 85%;
}

.admin .navbar.fixed-top {
    z-index: 50;
}

.admin .card.card-body.bg-light {
    word-break: normal;
    overflow-wrap: anywhere;
}

.admin .texte {
    margin-top: 10px;
}

.admin .texte p {
    margin-top: 0;
    margin-bottom: 30px;
}

.table-left td:last-child {
    width: 100%;
}

table#reviews td.historic-reviews {
    border-top: none;
}

.profile-reviewers li {
    border-left: 3px solid transparent;
}

/* see https://github.com/twbs/bootstrap/issues/9501 */
.admin .left-divider {
    border-left: 1px solid #e7e7e7;
}

.admin .card-header,
.admin .card-header .bt,
.admin .card-header i {
    color: #000 !important;
}

.admin .card-header {
    font-weight: bold !important;
    background-color: #ccf290 !important;
    color: #000 !important;
}

.admin .card-header .bt {
    background-color: lightblue;
    border-color: lightblue !important;
    color: #000 !important;
}

/****** notifications *******/
.admin .navbar-nav .btn-espace-notification .badge {
    right: 7px;
}

/* POST CLASSIFICATION */
.admin .classification .post-cell {
    border: 1px solid;
    padding: 25px 10px;
    margin-bottom: 10px;
    background: #f5f5f5;
}

.admin .classification .cell .cat-post-titre.vertical-text,
.admin .classification .post-cell .bt {
    display: none;
}

.admin .classification .cell {
    width: 100%;
}

/* Prize */
.admin .info-cheat {
    display: inline-block;
    margin-top: -4px;
}

.admin .info-label {
    margin-left: -11px;
}

/* button listing */
.js-btn-listing.inactive,
.js-btn-listing.inactive:hover,
.js-btn-listing.inactive:focus,
.js-btn-listing.inactive i,
.js-btn-listing.inactive:hover i,
.js-btn-listing.inactive:focus i {
    background-color: lightgrey !important;
    border-color: #adadad !important;
    color: #adadad !important;
}

.js-btn-listing,
.js-btn-listing:hover,
.js-btn-listing:focus {
    background-color: white;
}

.js-btn-listing.not-valid,
.js-btn-listing.not-valid > i {
    color: #d9534f;
    border-color: #d9534f;
}

.js-btn-listing.valid,
.js-btn-listing.valid > i {
    color: #5cb85c;
    border-color: #5cb85c;
}

.js-enable-board .select2-search__field {
    width: 150% !important;
}

.js-conditions-error {
    background-color: #fff;
    padding: 5px;
    margin: 2px 0;
}

.conditions {
    margin-top: 5px;
}

.conditions .js-conditions {
    background: #eaeaea;
    padding: 3px;
    font-size: 10px;
    word-break: break-all;
}

.membre-comite {
    margin-top: 2px;
}

/* --- Search admin */

.cs-column-cell {
    display: flex;
    align-items: center;
}

/* --- Notification */
.admin .dropdown-menu2.dropdown-menu-block {
    right: 150px;
    min-width: 480px;
    top: 57px;
}

.admin .dropdown-menu2.dropdown-menu-block::after {
    border: 16px solid transparent;
    border-bottom-color: #424242;
    content: '';
    position: absolute;
    right: 128px;
    top: -28px;
}

@media (min-width: 1670px) {
    body.admin .container-fluid {
        width: 75%;
    }

    body.admin.admin-wide .container-fluid {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .nav-pills.pull-right {
        float: none !important;
        padding: 5px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.admin {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    .admin .navbar-admin {
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 15px;
    }

    .admin .navbar-admin ul li {
        float: left;
    }

    .admin .navbar-nav .btn-espace-notification .badge {
        left: 7px;
        right: auto;
    }
}

.admin .popover {
    max-width: 900px;
}

/*** JS EDITABLE ***/
.editableform .control-group.has-error {
    display: block;
}

.editableform .control-group.has-error .editable-error-block {
    color: #dc3545 !important;
    font-weight: bold;
}

/*** REPORT COMMENT MODAL ***/
body.admin div[id^="delete-comment-"] {
    font-size: 16px;
}

/*** FORM SEARCH KEYWORD - JS SELECT2 ***/
#form_search_keywords button.select2-selection__choice__remove,
#form_search_keywords-junior button.select2-selection__choice__remove {
    display: none;
}

#form_search_keywords .select2-selection__choice,
#form_search_keywords-junior .select2-selection__choice {
    padding-left: 5px;
}

.admin .ms-collection .block-form .block-cell {
    min-height: auto;
    padding-bottom: 0;
}

.admin .ms-collection .admin-basket .form-group {
    display: block !important;
}

.admin .ms-collection .admin-basket .form-group .bloc-g {
    width: auto;
    justify-content: normal;
}

.admin .ms-collection .label-content {
    cursor: auto;
}

/*** REVIEW COMMENTS TAB ***/
.admin #reviews .fos_comment_comment_show {
    margin-left: 0 !important;
}

/*** WRITING WORKSHOPS TO-DO LIST ***/
.admin .container-fluid .card.todo-list .table td {
    width: 28%;
}

.admin .container-fluid .card.todo-list .lien-collapse .icon-f3-t {
    font-size: 8px;
    transform: rotate(180deg);
    transition: all 0.3s;
}

.admin .container-fluid .card.todo-list .lien-collapse.collapsed .icon-f3-t {
    transform: rotate(90deg);
}


/*** GENERAL ***/
body {
    font-family: "Twemoji Country Flags", Helvetica, "Comic Sans", serif;
}

.img-customer {
    height: auto;
}

body.admin.dispenser .editable-empty {
    color: #C0C0C0;
}

.cs-button-rules-name {
    margin-bottom: 7px;
}

.js-remove-line {
    margin-top: 32px;
}

.js-container-charts > div {
    overflow: visible !important;
}

.form-tips {
    min-height: 175px;
}

.js-develop-text .savoir-plus .button {
    color: #fe872c;
}

.js-develop-text img {
    width: 60% !important;
}

/*** PAGES ***/

.admin .list-group-item.current {
    border-left: #428bca 3px solid;
}

.admin .table-contacts {
    font-size: 85%;
}

.table.table-plannings,
.table-plannings ul {
    margin-bottom: 0;
}

.table.table-plannings tr td,
.table-plannings ul li {
    padding: 3px 10px !important;
    background-color: #fff;
}

.table.table-plannings tr.pre-line > th {
    padding: 0;
    background-color: #f9f9f9;
}

.table-sub-menu th {
    background-color: #f9f9f9;
}

.admin a:hover,
a:visited {
    text-decoration: none;
}

.dispenser .label-activities {
    width: 230px;
    height: 50px;
}

.dispenser textarea.render-template {
    width: 305px;
    border: 1px solid #777;
    text-align: center;
    margin: 15px auto;
    height: 400px;
}

.dispenser .js-remove-line {
    cursor: pointer;
}

.dispenser .cs-refresh {
    position: sticky;
    top: 80px;
    text-align: right;
    z-index: 100;
    margin-right: -88px;
    display: inline;
}

/******* TIMELINE ********/

.js-btn-listing.activities,
.img-timeline-activities {
    color: #f0ad4e;
    border-color: #f0ad4e;
}

.js-btn-listing.api,
.js-btn-listing.api_logs,
.img-timeline-api,
.img-timeline-api_logs {
    color: #5bc0de;
    border-color: #5bc0de;
}

.js-btn-listing.error_logs,
.js-btn-listing.status,
.img-timeline-error_logs,
.img-timeline-status {
    color: #d9534f;
    border-color: #d9534f;
}

.js-btn-listing.important,
.img-timeline-important {
    color: #5cb85c;
    border-color: #5cb85c;
}

.js-timeline pre {
    white-space: pre-line;
}

/******* TIMELINE VIS ********/
.in-time .vis-labelset .vis-label {
    max-width: 250px;
}


.in-time .vis-labelset .vis-label .vis-inner {
    display: table-cell;
    vertical-align: middle;
    flex-direction: column;
    line-height: 16px;
    justify-content: center;
}

.in-time .vis-labelset .vis-label .vis-inner small {
    font-size: 12px;
    font-weight: 700;
}

.in-time .vis-labelset .vis-label .vis-inner .js-tips {
    text-decoration: none;
    color: #fe872c;
}

.in-time .vis-labelset .vis-label ul {
    list-style: none;
    padding-left: 7px;
    font-size: 12px;
    margin-bottom: 0;
}

.in-time .vis-labelset .vis-label ul li {
    position: relative;
}

.in-time.generic-plannings .vis-labelset .vis-label .vis-inner {
    height: 100px;
}

.in-time.generic-plannings .vis-item .vis-item-overflow {
    overflow: visible;
}

.fixed-bottom {
    bottom: 0;
    position: fixed;
    width: 100%;
    background: white;
    left: 0;
}

.admin .vis-item.js-period-off,
*.admin .vis-item.js-period-off-bis,
.admin .vis-item.js-period-ok,
.admin .vis-item.js-period-ok-pi,
.admin .vis-item.js-period-dispo,
.admin .vis-item.js-period-ppp,
.admin .vis-item.js-period-sync,
.admin .vis-item.js-period-alert,
.admin .vis-item.js-period-no-paper,
.admin .vis-item.js-period-has-paper,
.admin .vis-item.js-period-lost,
.admin .vis-item.js-period-unconnected,
.admin .vis-item.vis-background,
.admin .vis-item.js-period-off a,
.admin .vis-item.js-period-off-bis a,
.admin .vis-item.js-period-ok a,
.admin .vis-item.js-period-ok-pi a,
.admin .vis-item.js-period-dispo a,
.admin .vis-item.js-period-ppp a,
.admin .vis-item.js-period-sync a,
.admin .vis-item.js-period-alert a,
.admin .vis-item.js-period-no-paper a,
.admin .vis-item.js-period-has-paper a,
.admin .vis-item.js-period-lost a,
.admin .vis-item.js-period-unconnected a,
.admin .vis-item.vis-background a {
    color: #fff;
}

.admin .vis-item.js-period-off {
    background-color: #333;
}

.admin .vis-item.js-period-off-bis {
    background-color: #dcdcdc;
}

.admin .vis-item.js-period-ok {
    background-color: #008000;
}

.admin .vis-item.js-period-ok-pi {
    background-color: #9c9;
}

.admin .vis-item.js-period-dispo {
    background-color: #9c9;
}

.admin .vis-item.js-period-ppp {
    background-color: #3cb371;
}

.admin .vis-item.js-period-sync {
    background-color: #d4ad35;
}

.admin .vis-item.js-period-alert {
    background-color: #a94442;
}

.admin .vis-item.js-period-no-paper {
    background-color: #8a2be2;
}

.admin .vis-item.js-period-has-paper {
    background-color: #f0f;
}

.admin .vis-item.js-period-lost {
    background-color: #00bfff;
}

.admin .vis-item.js-period-unconnected {
    background-color: #4169e1;
}

.admin .vis-item.vis-background.js-period-app {
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    background-color: #e0e0e0;
}

.admin .vis-item.vis-selected {
    color: #fff;
    background-color: #000;
}

.admin .vis-item .vis-delete {
    left: -25px;
    background-color: black;
    vertical-align: middle;
    height: 100%;
}

/******** INTERVENTION ***********/

.icon-intervention {
    width: 15px;
    height: 12px;
    overflow: hidden;
    display: inline-block;
}

.line-ellipsis {
    width: 650px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div[class^='col-md-'] .line-ellipsis {
    width: 375px;
}

/* .images-intervention-add .input-file-raw, */
.images-intervention-add .intervention-image-input input,
.images-intervention-add.edit-page,
.images-intervention.new-page,
.images-intervention.edit-page .file-footer-caption {
    display: none !important;
}

.images-intervention.edit-page .file-thumbnail-footer {
    height: auto;
}


.js-span-content-problem,
.js-contrat {
    display: block;
    float: left;
    margin-left: 0.2vw;
}

[class^='cs-valeur-clickable'] {
    display: block;
    float: right;
    margin-right: 0.2vw;
}

/**** gallery photos *****/
.images-intervention .krajee-default.file-preview-frame .kv-file-content img {
    height: 160px !important;
}

.images-intervention.gallery button,
.images-intervention.gallery .file-thumbnail-footer {
    display: none !important;
}

.images-intervention.gallery .file-preview,
.images-intervention.gallery .file-drop-zone {
    border: none;
    padding: 0;
    margin: 0;
}

.resize-vertical {
    resize: vertical;
}

.cs-memo {
    padding: 12px;
}

@media (max-width: 767px) {
    .line-ellipsis {
        width: 200px;
    }

    .admin .table-contacts {
        font-size: 70%;
    }

    .admin.dispenser .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #fff;
        border: 1px solid rgb(0 0 0 / 15%);
    }

    .admin.dispenser .navbar-form.search {
        padding: 0 25px;
        border: none;
        width: 100%;
    }

    .admin.dispenser .table.table-listing > tbody > tr > td {
        padding: 0 2px;
    }

    .admin.dispenser input[type='file'] {
        width: 100%;
    }

    .js-timeline,
    .js-timeline pre {
        font-size: 8px;
    }

    .js-timeline .btn.btn-sm {
        font-size: 10px;
    }

    .js-timeline td {
        padding: 3px;
    }
}

/***  popup *****/
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableCell,
.divTableHead {
    border: 1px solid #999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #eee;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #eee;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.divTableCell {
    font-weight: initial;
}

.divTableCell.header {
    font-weight: bold;
}

th[class^='js-year-'] {
    cursor: pointer;
}

.popover {
    max-width: 100%;
}

/* Effet de clignotement */
.blinking {
    font-weight: bold;
    text-shadow: 0 1px 0 white;
    border-radius: 3px;
    padding: 5px 29px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px #4183c4;
    animation-name: bounce;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes bounce {
    0% {
        box-shadow: 0 0 10px #4183c4;
    }

    50% {
        box-shadow: 0 0 0 #4183c4;
    }

    100% {
        box-shadow: 0 0 10px #4183c4;
    }
}

@keyframes bounce {
    0% {
        box-shadow: 0 0 10px #4183c4;
    }

    50% {
        box-shadow: 0 0 0 #4183c4;
    }

    100% {
        box-shadow: 0 0 10px #4183c4;
    }
}

@keyframes bounce {
    0% {
        box-shadow: 0 0 10px #4183c4;
    }

    50% {
        box-shadow: 0 0 0 #4183c4;
    }

    100% {
        box-shadow: 0 0 10px #4183c4;
    }
}

.selected-item {
    background-color: #6ca5ee;
    border: solid blue 1px;
}

.tinted {
    margin: 2px;
    cursor: pointer;
}

.tinted .close:hover {
    color: red;
}

/*******************  Report  ***************************/
#report {
    padding-bottom: 40px;
}

#report h2 {
    margin-bottom: 20px;
}

#report p {
    font-size: 16px;
    line-height: 24px;
}

.report-detail {
    background: #fff;
}

#report select {
    padding: 10px 15px;
    margin: 5px 0;
    border: none;
}

#report .report-ligne {
    padding-bottom: 60px;
}

#report .date select,
#report .date input {
    height: 40px;
    width: 165px;
    border: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 2px;
}

#report .date select {
    width: auto;
    max-width: 300px;
}

#report .filtre-date {
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto 20px;
    position: relative;
}

#report .filtre-date::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #ffe8ce;
    position: absolute;
    left: calc(50% - 18px);
    bottom: -17px;
}

.ms-dhc #report .filtre-date::after {
    border-top: 18px solid #c1e2f5;
}

.ms-projet #report .filtre-date::after {
    border-top: 18px solid #fff1f1;
}


#report .stat-marg {
    margin-bottom: 0;
    padding: 20px
}

#report .stat-marg .bloc-stat-contour {
    border: 1px solid transparent;
    padding: 30px;
}

#report .stat-marg h3 {
    font-family: 'Cantata One', serif;
    color: #424242 !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
}


#report .filtre-date select,
#report .filtre-date input {
    border-radius: 20px;
    border: 1px solid #f1e9e0;
    margin: 0 10px;
    padding: 0 10px;
    background: #fff;
}

#report .filtre-date .form-control::placeholder {
    color: #acaaa7;
}

#report .date .btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
}

#report .date .col-md-6 .one-choice .btn {
    margin-top: 13px;
}

#report .date p {
    margin-bottom: 10px;
    margin-top: 10px;
}

#report .date .js-form-choice p {
    display: inline-block;
    vertical-align: middle;
}

.stat-table.table .highcharts-title > tspan,
.stat-table.table .highcharts-title {
    font-family: 'Cantata One', serif;
    color: #424242 !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
}

/* Writing workshop monitoring */
.monitoring-category-col { width: 240px; }
.monitoring-workshop-cell { min-height: 50px; }
.monitoring-workshop-card { cursor: move; }

/* HELPER DRAG N DROP */
#dragNdrop {
    position: absolute;
    left: calc(50% - 245px);
    top: 0;
    padding-top: 50px;
    max-width: 520px;
}

#dragNdrop .modal-content {
    width: 320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 5px 100px 0 rgb(0 0 0 / 20%);
    border: 1px solid #b0987f;
    padding: 40px;
    text-align: center;
}

#dragNdrop .modal-content .close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -25px;
    top: -25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #fe872c;
    cursor: pointer;
}

#dragNdrop .bloc-aide p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

#dragNdrop .bloc-aide .drag-arrow {
    position: absolute;
    width: 130px;
    height: 86px;
    background: url(/build/images/drag-arrow.bd1c74a4.png) no-repeat left top;
    left: -100px;
    top: 50px;
}

#dragNdrop .bloc-aide .drag-arrow.drag-arrow2 {
    inset: auto -95px 129px auto;
    transform: scaleX(-1) rotate(2deg);
}


/* OLD TABLE */

.mod.display-config .bloc2 .table tr td textarea {
    background: #fff;
}

.mod.display-config .bloc2 .table {
    margin-bottom: 0;
}

.mod.display-config .bloc2 .filtre-g {
    padding: 0 20px;
}

.mod.display-config .bloc2 .bloc-titre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mod.display-config .bloc2 .bloc-titre h3 {
    font: 14px/20px 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    flex-basis: auto;
}

.mod.display-config .bloc2 .bloc-titre h3 span.chiffre {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px;
    flex-shrink: 0;
    background: #424242;
    border-radius: 50%;
    font: 16px/22px 'Cantata One', serif;
}

.mod.display-config .bloc2 .bloc-titre h3 span.libelle {
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
}

.mod.display-config .fa-question-circle,
.bt-toggle-submission .fa-question-circle {
    font-size: 17px !important;
}

.mod.display-config .bloc2 .bloc-titre .select2 textarea {
    border: 0;
    border-radius: 0;
    font-size: 16px;
    color: #424242;
    height: 0;
    line-height: 52px;
    padding: 0 20px;
}

.mod.display-config .bloc2 .bloc-titre .select2-selection__placeholder {
    color: #f00;
}

.mod.display-config .bloc2 .bloc-titre textarea {
    border: 1px solid #f1e9e0;
    border-radius: 15px;
    font-size: 16px;
    color: #424242;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
}

/****  infobulle  ****/
.info-bt {
    text-align: center;
}

.info-bt p.titre {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 20px;
}

.info-bt .titre p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.info-bt .bloc-img {
    display: flex;
    justify-content: center;
}

.info-bt .bloc-img img:hover,
.info-bt .bloc-img:hover img {
    transform: none !important;
}

.info-bt .bloc-img .item {
    padding: 10px;
}

.info-bt .bloc-img .item img {
    margin-bottom: 10px;
}

.info-bt .bloc-img .item p b {
    font-weight: 700;
}

.info-bulle {
    background: url(/build/images/dhc-bulle.b5bf813e.gif) no-repeat right 25px center;
    min-width: 300px;
    max-width: 600px;
    min-height: 180px;
    width: 100%;
    padding-right: 130px;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.info-bulle.info-bulle-petit {
    max-width: 400px;
}

.infobulle2-txt .bloc-txt,
.info-bulle .bloc-txt {
    padding: 0 0 0 30px;
    margin-top: 10px;
    bottom: 10px;
    border-left: 2px solid #f1e9e0;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 20px !important;
}

.info-bulle .bloc-cross {
    margin-top: 35px;
}

.info-bt .bloc-close,
.info-bulle .bloc-close {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -35px;
    top: -35px;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    background: #fe872c;
}

.info-bt .bloc-close {
    right: -23px;
    top: -23px;
}

.info-bt .bloc-close:hover,
.info-bulle .bloc-close:hover {
    background: #ff570a;
}

/********  drag and drop  ***********/
.bloc-dragdrop {
    position: relative;
}

.bloc-dragdrop .bloc-titre {
    margin: 0 !important;
}

/*
.bloc-dragdrop::before {
    content: '';
    border-left: 5px dotted #e4d5c5;
    position: absolute;
    left: 15px;
    height: 100%;
    top: 10px;
    bottom: 0;
    z-index: -1;
}
*/
.bloc-dragdrop h3 .libelle h4 {
    display: inline-block;
    margin-left: 5px;
    color: #b1b1b1;
}

.bloc-dragdrop h3 .libelle h4 a {
    color: #b1b1b1;
    text-decoration: underline;
}

.mod.display-config .bloc2 .table.no-border tr > th,
.mod.display-config .bloc2 .table.no-border tr > td {
    border: 0 !important;
}

.mod.display-config .bloc2 .table .filtres-bloc h4 {
    font-size: 14px !important;
    padding: 0 0 10px !important;
    text-align: left !important;
    font-weight: 400;
    color: #b0987f;
}

.mod.display-config .bloc2 .drag-n-drop::before {
    display: none;
}

.mod.display-config .bloc2 .drag-n-drop h4.titre-collection {
    padding: 0 0 10px;
    font: 16px/22px 'Cantata One', serif;
    color: #fe872c;
}

.mod.display-config .bloc2 .drag-n-drop h4.titre-collection button {
    background: transparent;
    border: none;
}

.mod.display-config .bloc2 .filtres-bloc {
    background: #fff;
    border: 1px solid #e6d8c9;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}

.mod .bloc2 .list-available,
.mod .bloc2 .list-selectable,
.mod .bloc2 #selectByButton > div {
    border-radius: 10px;
    background-color: #f8f4ef;
    padding: 14px;
    min-height: 55px;
    display: block;
}

.mod .bloc2 .list-available {
    min-height: 426px;
    position: relative;
    text-align: center;
    max-height: 50vh;
    overflow: auto;
    height: auto !important;
}

.mod .bloc2 .list-selectable {
    padding-top: 30px;
    min-height: 120px;
}

.mod .label-drag {
    background: #424242;
    border-radius: 7px;
    padding: 3px 10px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: 8px;
    top: 8px;
    line-height: 1;
}

.mod.display-config .bloc2 .filtres .bloc-titre-bt .label-drag {
    width: 134px;
    text-align: center;
    left: 0;
    top: 0;
}

.repartition-button {
    position: relative;
}

.repartition-button .depose-ici {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    display: block;
    position: absolute;
    top: 30px;
    width: 100%;
    padding: 9px 25px;
}

.mod .bloc2 .list-available .label-liste-vide {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding-top: 150px;
    display: block;
}

.mod.display-config .bloc2 .text-filtres {
    display: block;
}

.mod.display-config .bloc2 .text-filtres .search-bloc-1 {
    padding-right: 0;
}

.mod.display-config .bloc2 .text-filtres .recherche-form {
    display: flex;
}

.mod.display-config .bloc2 .text-filtres .recherche-form > label,
.mod.display-config .bloc2 .text-filtres .recherche-form .filtre-bloc {
    flex: 1;
    padding: 3px 10px 12px 0;
}

.mod.display-config .bloc2 .text-filtres .recherche-form > label input {
    background: #fff;
}

.mod.display-config .bloc2 .text-filtres .recherche-form .display-search-filters {
    display: flex;
    flex-flow: row wrap;
    padding-left: 10px;
}

.mod.display-config .bloc2 .text-filtres .recherche-form .display-tag-filters {
    display: flex;
    flex-flow: row wrap;
}

.mod.display-config .bloc2 .text-filtres .recherche-form .link-orange {
    color: #ff570a;
}

.mod.display-config .bloc2 .list-available {
    padding-top: 40px;
    border-radius: 10px;
}

.mod.display-config .bloc2 .tag-style {
    font-size: 13px;
    line-height: 10px;
}

.mod.display-config .bloc2 .form-check-input[type='radio'],
.mod.display-config .bloc2 .form-check-input[type='checkbox'] {
    border: 1px solid #424242;
    border-radius: 0.25em;
    margin-top: 1px;
    padding: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}

.mod.display-config .bloc2 .dragdrop-display-tag {
    line-height: 1.5;
    text-align: left;
}

.mod.display-config .bloc2 .filtres .filtres-bloc .lien-collapse,
.mod.display-config .bloc2 .filtres .bouton-gcd .lien-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
}

.mod.display-config .bloc2 .filtres .bouton-gcd .lien-collapse {
    top: 8px;
}

.mod.display-config .bloc2 .filtres .filtres-bloc .lien-collapse .icon-f3-t,
.mod.display-config .bloc2 .filtres .bouton-gcd .lien-collapse .icon-f3-t {
    font-size: 8px;
    transform: rotate(180deg);
    transition: all 0.3s;
}

.mod.display-config .bloc2 .filtres .filtres-bloc .lien-collapse.collapsed .icon-f3-t,
.mod.display-config .bloc2 .filtres .bouton-gcd .lien-collapse.collapsed .icon-f3-t {
    font-size: 8px;
    transform: rotate(90deg);
}

.mod.display-config .bloc2 .filtres .filtres-bloc h4 {
    padding: 0 10px 10px 0 !important;
}

.mod.display-config .bloc2 .text-filtres .recherche-form .filtre-bloc {
    padding-top: 10px;
}

.mod.display-config .bloc2 .filtres .filtres-bloc label {
    position: relative;
    display: block;
    font-size: 14px;
}

.mod.display-config .bloc2 .filtres .filtres-bloc .filtre-checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.mod.display-config .bloc2 .filtres .filtres-bloc .filtre-checkbox2 {
    display: flex;
}

.mod.display-config .bloc2 .filtres .filtres-bloc .filtre-checkbox2 p {
    font-weight: 400;
    font-size: 14px;
    margin-right: 10px;
}

.mod.display-config .bloc2 .filtres .filtres-bloc .int + span {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 10px;
    max-width: 200px;
    left: 15px;
    top: -100%;
    z-index: 1000;
    width: 200px;
    line-height: 15px;
    font-size: 12px;
    color: #6c757d;
}

.mod.display-config .bloc2 .col-md-6.filtres {
    margin-bottom: 0;
}

.mod.display-config .bloc2 .col-md-6.filtres .filtres-bloc {
    margin-bottom: 20px;
    border-radius: 10px;
}

.mod.display-config .bloc2 .col-md-6.filtres .filtres-bloc .repartition {
    margin-top: 20px;
}

.mod.display-config .bloc2 .filtres .bloc-titre-bt {
    align-items: center;
    position: relative;
    z-index: 1000;
    padding: 0 15px 10px;
}

.mod.display-config .bloc2 .filtres .bloc-titre-bt input,
.mod.display-config .bloc2 .filtres .bouton-gcd .text-length input[type='text'] {
    border: none;
    padding: 0 0 0 30px;
    border-radius: 0;
}

.mod.display-config .bloc2 .filtres .bloc-titre-bt .bef {
    width: calc(92% - 160px);
    position: absolute;
    right: 55px;
    padding: 0;
    background: #fff !important;
    border: 1px solid #f1e9e0;
    border-radius: 20px;
}

.mod.display-config .bloc2 .filtres .bloc-titre-bt .bef::before {
    font-family: short-font !important;
    content: '\e950';
    position: absolute;
    color: #424242;
    left: 4px;
    top: 1px;
    font-size: 20px;
}

.mod.display-config .bloc2 .filtres .bloc-titre-bt label {
    font-weight: 400;
    margin: 0;
}

.mod.display-config .bloc2 .filtres .bloc-titre-bt span {
    margin: 0 5px 0 0;
}

.mod.display-config .bloc2 .filtres .bloc-titre-bt::after {
    display: none;
}

.mod.display-config .bloc2 .filtres .bloc-bt {
    position: relative;
}

.mod.display-config .bloc2 .filtres .bloc-bt::before {
    content: '\e931 \e931 \e931';
    font-family: short-font !important;
    position: absolute;
    color: #4242;
    left: -29px;
    top: 45%;
    font-size: 12px;
}

.mod.display-config .bloc2 .filtres #selectByButton > div {
    margin-bottom: 10px !important;
}

.mod.display-config .bloc2 .alert-dismissible .close {
    padding: 13px;
    font-size: 10px;
}

.mod.display-config .bloc2.visual-content .bloc-titre {
    margin-bottom: 10px !important;
    justify-content: flex-start;
}

.mod.display-config .bloc2.visual-content .bt-visual {
    text-decoration: underline;
    color: #fe872c;
    cursor: pointer;
}

.mod.display-config .bloc2.bloc-impress .bloc-titre {
    margin-bottom: 10px !important;
}

.mod.display-config .bloc2 .bloc-exclusion-labels {
    font-size: 14px !important;
}

.mod.display-config .bloc2 .bloc-exclusion-labels .title-section-exclusion {
    font-weight: bold;
}

.mod.display-config .bloc2 .bloc-exclusion-labels .explanation {
    background-color: #f8f4ef !important;
}

/* Advanced filtering */

.mod.display-config .bloc2 .filtres .advanced-filters .filtres-bloc,
.mod.display-config .bloc2 .filtres .advanced-filters .recherche-form {
    display: block;
}

.mod.display-config .bloc2 .advanced-filters .text-filtres .recherche-form .display-search-filters {
    padding-left: 0;
    padding-bottom: 10px;
}



