.btn-group-xs>.btn,.btn-xs{padding:.35rem .4rem .25rem;font-size:.875rem;line-height:.5;border-radius:.2rem}.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-1.25rem;margin-right:.35rem}.toggle{position:relative;overflow:hidden}.toggle:focus>.toggle-group>.btn,.toggle:hover>.toggle-group>.btn{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.toggle:focus>.toggle-group>.toggle-handle,.toggle:hover>.toggle-group>.toggle-handle{background-color:var(--bs-light);opacity:.5}.toggle>input[type=checkbox]{display:none}.toggle>.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;user-select:none;-moz-user-select:none;-webkit-user-select:none}.toggle>.toggle-group>span{cursor:pointer}.toggle.off>.toggle-group{left:-100%}.toggle.indeterminate>.toggle-group{left:-50%}.toggle>.toggle-group>.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}.toggle>.toggle-group>.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0;box-shadow:none}.toggle>.toggle-group>.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px;background-color:var(--bs-light);border-color:var(--bs-light)}.input-group .toggle>.toggle-group>.toggle-off,.input-group .toggle>.toggle-group>.toggle-on{position:absolute}.toggle:not(:hover):not(:focus).btn-outline-primary>.toggle-group>.toggle-handle{background-color:var(--bs-primary);border-color:var(--bs-primary)}.toggle:not(:hover):not(:focus).btn-outline-secondary>.toggle-group>.toggle-handle{background-color:var(--bs-secondary);border-color:var(--bs-secondary)}.toggle:not(:hover):not(:focus).btn-outline-success>.toggle-group>.toggle-handle{background-color:var(--bs-success);border-color:var(--bs-success)}.toggle:not(:hover):not(:focus).btn-outline-danger>.toggle-group>.toggle-handle{background-color:var(--bs-danger);border-color:var(--bs-danger)}.toggle:not(:hover):not(:focus).btn-outline-warning>.toggle-group>.toggle-handle{background-color:var(--bs-warning);border-color:var(--bs-warning)}.toggle:not(:hover):not(:focus).btn-outline-info>.toggle-group>.toggle-handle{background-color:var(--bs-info);border-color:var(--bs-info)}.toggle:not(:hover):not(:focus).btn-outline-light>.toggle-group>.toggle-handle{background-color:var(--bs-light);border-color:var(--bs-light)}.toggle:not(:hover):not(:focus).btn-outline-dark>.toggle-group>.toggle-handle{background-color:var(--bs-dark);border-color:var(--bs-dark)}.toggle.btn{min-width:3.7rem;min-height:2.15rem}.toggle>.toggle-group>.toggle-on.btn{padding-right:1.5rem}.toggle>.toggle-group>.toggle-off.btn{padding-left:1.5rem}.toggle.btn-lg{min-width:5rem;min-height:2.815rem}.toggle>.toggle-group>.toggle-on.btn-lg{padding-right:2rem}.toggle>.toggle-group>.toggle-off.btn-lg{padding-left:2rem}.toggle>.toggle-group>.toggle-handle.btn-lg{width:2.5rem}.toggle.btn-sm{min-width:3.125rem;min-height:1.938rem}.toggle>.toggle-group>.toggle-on.btn-sm{padding-right:1rem}.toggle>.toggle-group>.toggle-off.btn-sm{padding-left:1rem}.toggle.btn-xs{min-width:2.19rem;min-height:1.375rem}.toggle>.toggle-group>.toggle-on.btn-xs{padding-right:.8rem}.toggle>.toggle-group>.toggle-off.btn-xs{padding-left:.8rem}
/* ************************************************************************
MENU COLLECTIONS
****************************************************************************/

.admin-customer .entrees-top {
    margin-top: -35px;
    font-size: 12px;
    text-align: center;
    padding: 12px 0 10px;
    border-bottom: 1px solid transparent;
}

.admin-customer .entrees-top.collec-entrees {
    color: #d6efe6;
}

.admin-customer .entrees-top.collec-entrees a {
    color: #424242;
    padding-left: 10px;
    padding-right: 10px;
}

.admin-customer .entrees-top.collec-entrees a.active {
    color: #00b074;
}

/* ************************************************************************
CELL COLLECTION ....
****************************************************************************/

.admin-customer .popover {
    max-width: 500px;
}

.ms-collection .block-cell {
    position: relative;
    height: 100%;
    padding-bottom: 10px;
    margin: 5px;
    min-height: 275px;
}

.ms-collection .my-collections .block-cell,
.ms-collection .my-collections .block-cell .bloc-projet .bloc-b {
    min-height: 120px;
}

.ms-collection .block-cell.mini-cell,
.ms-collection .block-cell.mini-cell .bloc-projet .bloc-b {
    min-height: auto;
}

.ms-collection .display-collections.classical .block-cell,
.ms-collection .display-collections.classical .block-cell .bloc-projet .bloc-b {
    min-height: auto;
}

.ms-collection .block-cell .tag-projet {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    transform: rotate(-90deg) translate(-110%, -10px);
    transform-origin: top left;
    text-align: left;
    font: 12px/12px 'Cantata One', serif;
    background: #fff;
    padding: 3px 10px;
    border-radius: 50px;
    border: 1px solid transparent;
}

.ms-collection .block-cell .tag-projet .icon {
    transform: rotate(90deg);
    font-size: 20px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 9px;
}

.ms-collection .block-cell .tag-projet .icon-fiche {
    position: relative;
    top: 3px;
}

.ms-collection .block-cell .nb-oeuvre {
    font-size: 12px;
}

.ms-collection .block-cell .nb-oeuvre i {
    border-radius: 50%;
    padding: 3px;
}

.ms-collection .block-cell .bloc-projet {
    border: 1px solid transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    padding: 20px 24px 0;
}

.ms-collection .block-cell.type-theme .tag-projet {
    border: 1px solid #d6efe6 !important;
    padding: 7px 10px;
    transform: rotate(-90deg) translate(-110%, -16px);
}

.ms-collection .bloc-section-collection .block-cell .bloc-projet::after {
    content: "";
    border: 1px solid #d6efe6;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 4px;
    right: -4px;
    background-color: #fff;
    border-radius: 10px;
    z-index: -1;
}


.ms-collection .bloc-section-collection .block-cell .bloc-projet::before {
    content: "";
    border: 1px solid #d6efe6;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 7px;
    right: -7px;
    background-color: #fff;
    border-radius: 10px;
    z-index: -1;
}

.ms-collection .bloc-section-collection .block-cell .bloc-projet .fa-graduation-cap {
    background-color: #fff !important;
    width: 25px;
}

.ms-collection .block-cell .bloc-projet .bloc-b {
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 180px;
}

.ms-collection .block-cell .bloc-projet .bloc-b h3 {
    margin-bottom: 5px;
}

.ms-collection .block-cell.mini-cell .bloc-projet .bloc-b h3 {
    font-size: 16px;
}

.ms-collection .block-cell .bloc-projet .txt-p p {
    font-size: 12px;
    line-height: 16px;
}

.ms-collection .block-cell .bloc-projet .bloc-b .action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 5px;
}

.ms-collection .block-cell .bloc-projet .bloc-b .a-txt {
    font-size: 12px;
}

.ms-collection .block-cell .bloc-projet .bloc-b .a-txt + .bt {
    margin-left: 10px;
}

.ms-collection .block-cell.cell-lr .bloc-projet {
    display: flex;
}

.ms-collection .block-cell.cell-lr .bloc-projet .bloc-h {
    width: 55%;
    min-height: auto;
}

.ms-collection .block-cell.cell-lr .bloc-projet .bloc-b {
    width: 45%;
}

.ms-collection .block-cell .notif {
    position: absolute;
    left: -24px;
    top: -18px;
    z-index: 2;
}

.ms-collection .block-cell .notif.right {
    right: 30px;
    left: auto;
    top: 0;
}

.ms-collection .block-cell .notif.center {
    right: 60px;
    left: auto;
    top: 0;
}

.ms-collection .block-cell .notif.center a{
    width: 145px;
    height: 24px;
    font-size: 11px;
}

.ms-collection .notif .new {
    border-radius: 0 0 5px 5px;
    width: 66px;
    height: 38px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    font-size: 9px;
    line-height: 12px;
    flex-direction: column;
}

.admin-customer .content-tag .notif {
    display: inline-flex;
    margin-right: 10px;
}

.ms-collection .bloc-section-oeuvres .notif .new,
.admin-customer .content-tag .notif .new {
    height: 22px;
}

.ms-collection .notif .counter {
    font-weight: 700;
    font-size: 13px;
    transition: all 0.3s;
}

.ms-collection .notif a.new:hover {
    background-color: #00b074 !important;
    color: #fff !important;
}

.ms-collection .notif a.new:hover .counter {
    color: #fff !important;
}

@media (max-width: 767.8px) {
    .ms-collection .block-cell.cell-lr .bloc-projet {
        flex-direction: column;
    }

    .ms-collection .block-cell.cell-lr .bloc-projet .bloc-h {
        width: 100%;
        min-height: 150px;
    }

    .ms-collection .block-cell.cell-lr .bloc-projet .bloc-b {
        width: 100%;
    }
}

/*******  COLLECTION  CELL  OEUVRES  **************/
.ms-collection .block-cell .bloc-projet a:hover img {
    transform: scale(1.05);
}

.ms-collection .bloc-section-oeuvres .tag-content,
.ms-collection .tag-content {
    background-color: #e0f3ec;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 12px;
    margin: 0 2px 2px 0;
    background-image: none;
    color: #00b074
}

.ms-collection .bloc-section-oeuvres .copyright,
.ms-collection .copyright {
    font-size: 10px;
    line-height: 14px;
    color: #929292;
}

.ms-collection .bloc-section-oeuvres .block-cell .bloc-projet .bloc-b {
    padding: 20px 24px;
}

.admin-customer .bloc-section-oeuvres .content-tag .label,
.admin-customer .content-tag .label {
    padding: 0 4px 0 0;
    display: inline;
    color: #b1b1b1;
    border-right: none;
    line-height: 12px;
}

.admin-customer .bloc-section-oeuvres .content-tag .label i,
.admin-customer .content-tag .label i {
    color: #00b074 !important
}

.ms-collection .bloc-section-oeuvres .block-cell .bloc-projet h2,
.ms-collection .block-cell .bloc-projet h2 {
    font: 400 20px/24px 'Cantata One', serif;
    justify-content: left;
}

.ms-collection .bloc-section-oeuvres .block-cell .bloc-projet .auteur,
.ms-collection .block-cell .bloc-projet .auteur {
    font: 400 14px/18px 'Cantata One', serif;
}

.ms-collection .bloc-section-oeuvres .block-cell .bloc-projet .post-content p,
.ms-collection .block-cell .bloc-projet .post-content p {
    font-size: 12px;
    line-height: 16px;
}

.ms-collection .block-cell.actif .bloc-projet {
    border-color: #00b074 !important;
    background-color: #fff;
}

.ms-collection .block-cell .input-checkbox {
    position: absolute;
    display: none;
    width: 100%;
    height: 36px;
    top: -18px;
    z-index: 10;
}

.ms-collection .block-cell:hover .input-checkbox,
.ms-collection .block-cell.actif .input-checkbox,
.ms-collection .block-cell.actif .contain .checkmark::after {
    display: block;
}

/* When the radio button is checked, add a background */
.ms-collection .block-cell.actif .contain .checkmark {
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.ms-collection .block-cell:hover .checkmark::after {
    content: "+";
    color: #00b074;
    display: block;
    font: 700 40px/19px 'Open Sans', sans-serif;
    text-align: center;
    background-color: transparent;
}

.ms-collection .contain {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
}

/* Hide the browser's default radio button */
.ms-collection .contain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.ms-collection .block-cell .contain .checkmark {
    position: absolute;
    top: 0;
    left: calc(50% - 18px);
    height: 36px;
    width: 36px;
    background-color: #fff;
    border: 1px solid #00b074;
    border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.ms-collection .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

/* Style the indicator (dot/circle) */
.ms-collection .contain .checkmark::after {
    top: 6px;
    left: 6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #00b074;
}

.ms-collection .ligne-resultat .block-cell:hover .tag-projet {
    border-color: #00b074 !important;
}

.ms-collection .bloc-bt .bt-supprimer,
.ms-collection .basket-bt .bt-supprimer {
    display: none
}

.ms-collection .bloc-bt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    z-index: 1;
}

.ms-collection .ligne-resultat .bloc-bt {
    display: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
}

/* On mouse-over, add a grey background color */
.ms-collection .block-cell.actif:hover .contain .checkmark::after {
    content: "-";
    top: 4px;
}

.ms-collection .block-cell.actif .bt-ajouter,
.ms-collection .basket-bt.actif .bt-ajouter {
    display: none !important
}

.ms-collection .block-cell.actif:hover .bt-supprimer,
.ms-collection .basket-bt.actif .bt-supprimer {
    display: block !important
}


.ms-collection .block-cell:hover .contain:hover .checkmark::after {
    color: #fff
}

.ms-collection .block-cell:hover .contain:hover .checkmark {
    background-color: #00b074;
}

.ms-collection .block-cell:hover .bloc-bt {
    display: flex;
}

.ms-collection .block-cell .lire {
    font: 400 16px/18px 'Cantata One', serif;
    text-decoration: underline;
    color: #fff;
    margin-top: 20px;
}

.ms-collection .block-cell .lire:hover {
    text-decoration: none;
    color: #fff !important;
}

/*******  FORM INPUT SKIN  **************/

.body-form-skin.skin-collection .select2-container--default .select2-results__option--selected,
.ms-collection .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.body-form-skin.skin-collection .select2-container--default .select2-results__option[aria-selected="true"],
.body-form-skin.skin-collection .bloc-close {
    background-color: #00b074 !important;
    color: #fff;
}

.ms-collection .wizard-block-form .panier-content .panier ul li i:hover,
.ms-collection .select2-container--default .select2-selection--multiple .select2-selection__clear,
.ms-collection .select2-container--default .select2-selection--single .select2-selection__clear {
    color: #00b074 !important;
}

.body-form-skin.skin-collection .select2-container--open .select2-dropdown--below,
.body-form-skin.skin-collection .select2-container--default .select2-search--dropdown .select2-search__field,
.body-form-skin.skin-collection .select2-container--default .select2-search--dropdown .select2-search__field:focus,
.body-form-skin.skin-collection .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible,
.ms-collection .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-color: #00b074 !important;
    background-color: #d6efe6 !important;
}

.body-form-skin.skin-collection .select2-dropdown,
.ms-collection .wizard-block-form .block-form .select2-container--default.select2-container--open .select2-selection--multiple,
.ms-collection .wizard-block-form .block-form .select2-container--default.select2-container--open .select2-selection--single,
.ms-collection .wizard-block-form .block-form .select2-container--default.select2-container--focus .select2-selection--multiple,
.ms-collection .wizard-block-form .block-form .select2-container--default .select2-selection--multiple,
.ms-collection .wizard-block-form .block-form .select2-container--default .select2-selection--single,
.ms-collection .wizard-block-form .block-form .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-color: #d6efe6 !important;
}

.ms-collection .wizard-block-form .block-form .search-bloc-1 input.form-control:focus {
    box-shadow: 0 0 0 .25rem #a4e6d0;
}

/*******   PAGE OEUVRE  **************/
.ms-collection .single .titre-single {
    padding: 0 !important;
}

.ms-collection .single h1 {
    margin: 20px 0 0;
    padding: 0 0 10px !important;
}

.ms-collection .single .ligne-triangle {
    border-bottom: 1px solid #d6efe6;
}

.ms-collection .single .ligne-triangle::after {
    border-top-color: #d6efe6;
}

.ms-collection .single .oeuvre-author {
    background: #d6efe6;
}

.ms-collection .single .cat-oeuvre .bloc-txt ul li::before,
.ms-collection .single .cat-oeuvre .bloc-txt span::before {
    border-left: 5px solid #00b074;
}

.ms-collection .single .tag-content {
    background-color: #e0f3ec;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 12px;
    margin: 0 2px 2px 0;
    background-image: none;
}

.ms-collection .single .telechargement .bt:hover,
.ms-collection .single .telechargement .bt:focus,
.ms-collection .single .telechargement .bt:active {
    background-color: #01734c !important;
}

/*******   PAGE COLLECTION CONTACT  **************/

.ms-collection .admin-contact .bloc-img {
    background-color: #e0f3ec;
}

.ms-collection .form-dyn select, .ms-collection .form-dyn textarea, .ms-collection .form-dyn input {
    border: 1px solid #e0f3ec;
}


/*******  FILTRE COLLECTION  **************/
#filters-collec.show::after {
    background-color: rgb(0 0 0);
    z-index: -1;
    opacity: 0.6;
}

.filters-collec {
    background-color: #fff;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 380px;
    height: 100%;
    width: 100%;
    min-width: 300px;
    box-shadow: -10px 0 5px 0 rgb(0 0 0 / 20%);
    overflow-y: scroll;
}

.filters-collec .filters {
    padding: 30px 0 0;
    margin-top: 30px;
    border-top: 1px solid #ccefe3;
    border-bottom: 1px solid #00b074;
    margin-bottom: 30px;
    border-radius: 0;
    width: 100%;
}

.filters-collec .filters h3 {
    margin-bottom: 10px;
}

.filters-collec .filters-content .filters-item-1 {
    display: inline-block;
    border-radius: 50px;
    padding: 10px 20px;
    border: 1px solid #00b074;
    font-size: 14px;
    margin: 0 3px 4px 0;
    cursor: pointer;
}

.filters-collec .filters-content .filters-item-1:hover {
    color: #fff;
    border: 1px solid #00b074;
    background-color: #00b074;
}

.filters-collec .filters-content .filters-item-1.actif,
.filters-collec .filters-content .filters-item-1.actif:hover {
    color: #00b074;
    border: 1px solid #ccefe3;
    background-color: #ccefe3;
}

.filters-collec .filters-button .bt-close {
    padding: 10px 12px;
    margin: 0 5px 5px;
}

#filtreModal.modal.fade {
    z-index: 1051 !important;
}

#filtreModal.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(500px, 0);
}

#filtreModal.modal.fade.show .modal-dialog {
    transform: none;
}

#filtreModal .modal-dialog {
    margin: 0 !important;
    position: absolute;
    right: 0;
    height: 100%;
    bottom: 0;
    top: 0;
}

#filtreModal .modal-content {
    height: 100%;
}

.filtres-actifs {
    border: 1px solid transparent;
    padding: 25px;
    margin: 20px 0;
}

.filtres-actifs .filtres-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filtres-actifs .filtres-button span {
    cursor: pointer;
}

.filtres-actifs .filtres-button .filters-item-1 {
    display: inline-block;
    border-radius: 50px;
    padding: 10px 20px;
    border: 1px solid #00b074;
    font-size: 14px;
    margin: 0 3px 4px 0;
    cursor: pointer;
}

.filtres-actifs .filtres-button .filters-item-1.actif {
    color: #00b074;
    border: 1px solid #ccefe3;
    background-color: #ccefe3;
}

.filtres-actifs .titre {
    padding-bottom: 15px;
}

.filtres-actifs .bloc-g {
    padding-right: 20px;
}


.filtres-actifs .lien-txt {
    font: 400 16px/18px 'Cantata One', serif;
    text-decoration: underline;
    display: inline-block;

}

.filtres-actifs .bt {
    margin: 0 10px 4px 0;
}

/********************  FORM ACCORDION CATALOG  ******************************************/

.ms-collection #accordeon-projet .accordion-item .bloc-d input.form-control,
.ms-collection #accordeon-projet .accordion-item .bloc-d textarea.form-control {
    background: #d6efe6 !important;
    border-color: #d6efe6 !important;
}

.ms-collection #accordeon-projet .accordion-header .accordion-button.collapsed {
    background: #d6efe6;
}

@media (max-width: 767.8px) {
    .filtres-actifs .filtres-button {
        flex-direction: column;
        align-items: start;
    }

    .filtres-actifs .bloc-g {
        padding: 0 0 10px;
    }

    .filtres-actifs .bloc-d {
        padding: 0;
    }
}

/********************  PAGE BROADCAST DISPENSER  ******************************************/
#accordeon-projet.broadcast h3 {
    margin-bottom: 20px;
}

#accordeon-projet.broadcast .block-cell {
    position: relative;
    margin-bottom: 20px;
}

#accordeon-projet.broadcast .block-cell .bloc-projet,
#accordeon-projet.broadcast .block-cell .bloc-projet .bloc-d {
    min-height: 170px;
}

#accordeon-projet.broadcast .block-cell .bloc-projet {
    display: flex;
    overflow: hidden;
}

#accordeon-projet.broadcast .block-cell .bloc-projet .bloc-g {
    width: 40%;
    min-height: auto;
    background: url(/build/images/bg-broadcast.08345fc2.png) no-repeat center center;
}

#accordeon-projet.broadcast .block-cell .bloc-projet .bloc-d {
    position: relative;
    justify-content: space-around;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

#accordeon-projet.broadcast .block-cell .bloc-projet .bloc-d > .item {
    font-size: 18px;
}

#accordeon-projet.broadcast .block-cell .bloc-projet .bloc-bt {
    display: flex;
    justify-content: space-between;
}

#accordeon-projet.broadcast .block-cell .bloc-projet .bloc-bt .border-couleur:hover,
#accordeon-projet.broadcast .block-cell .bloc-projet .bloc-bt .border-couleur:active,
#accordeon-projet.broadcast .block-cell .bloc-projet .bloc-bt .border-couleur:focus {
    background-color: #2d9bda !important;
    color: #fff !important;
}

#accordeon-projet.broadcast .ms-projet .bloc-projet {
    padding: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#accordeon-projet.broadcast .ms-projet .bloc-projet p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

#accordeon-projet.broadcast .block-cell .bloc-projet .bloc-d .home-main,
#accordeon-projet.broadcast .block-cell .bloc-projet .bloc-d .home-main .background-opacity {
    box-shadow: none;
    margin: 0;
    padding: 0
}

/********************  PAGE ADMINISTATION CLASSROOM  ******************************************/

.ms-aide .gestion-p .gerer-liste .nav-tabs .nav-link {
    background: #ffe8ce;
}

.ms-aide .gestion-p .gerer-liste .nav.nav-tabs > .nav-item > .nav-link.active {
    border-color: #ffe8ce #ffe8ce transparent;
    color: #fe872c !important;
}

.ms-aide .gestion-p .gerer-liste .nav-tabs .nav-link:focus,
.ms-aide .gestion-p .gerer-liste .nav-tabs .nav-link:hover {
    border-color: #fab265;
    background: #fab265;
    color: #fff !important;
}

@media (max-width: 1199.8px) {
    .ms-aide .gestion-p .gerer-liste .nav.nav-tabs > .nav-item > .nav-link.active {
        border-color: #f78c26;
    }
}

/********************  accordeon  ******************************************/

.ms-aide #accordeon-projet .accordion-header .accordion-button.collapsed {
    border: 1px solid #ffe8ce !important;
}

.ms-aide .wizard-block-form .panier-content .panier ul li i:hover,
.ms-aide .select2-container--default .select2-selection--multiple .select2-selection__clear,
.ms-aide .select2-container--default .select2-selection--single .select2-selection__clear {
    color: #fff8f0 !important;
}

.ms-aide .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-color: #fff8f0 !important;
    background-color: #ffe8ce !important;
}

.ms-aide .wizard-block-form .block-form .select2-container--default.select2-container--open .select2-selection--multiple,
.ms-aide .wizard-block-form .block-form .select2-container--default.select2-container--open .select2-selection--single,
.ms-aide .wizard-block-form .block-form .select2-container--default.select2-container--focus .select2-selection--multiple,
.ms-aide .wizard-block-form .block-form .select2-container--default .select2-selection--multiple,
.ms-aide .wizard-block-form .block-form .select2-container--default .select2-selection--single,
.ms-aide .wizard-block-form .block-form .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-color: #ffe8ce !important;
}




