label.required:after {
    content: " *";
    color: black;
}
.required:after {
    content: " *";
    /* color: black; */
}

/* ACCORDION */
table.table.table-accordion td{

    background-color: white;
    border: none;

}


div.accordion table{

    margin-bottom: 0;

}

.referentiel-container div.accordion .accordion-body{

    padding: 0;

}


#accordionGroupements .accordion-button{

    padding-top: 10px;
    padding-bottom: 10px;

}

.accordion-button:hover{
    background-color: rgba(135,144,159,.1);
}

/* .accordion-button:hover button.btn-voir-plus,
table.services-table tr:hover button.btn-voir-plus{
    display: block!important;
} */


table.services-table td{
    
    /* line-height: 40px; */
    
}

/* .accordion-button button.btn-voir-plus{

    position: absolute;

    
    right: 60px;

} */


div.accordion-item .level2{

    padding-left: 40px;

}

div.accordion-item .level3{

    padding-left: 100px;

}

div.accordion-item thead,
table.services-table thead{

    /* background-color: rgba(135,144,159,.1); */
}

div.accordion-item thead th, .accordion-table-header th {
    color: var(--couleur-default)!important;
    font-size: 14px;
    opacity: 0.7;
}


#accordionGroupements{

    margin-bottom: 10px;

}

#accordionGroupements table td.groupement-name{

    font-size: 16px;
    font-weight: 700;

    line-height: 20px;

}

#accordionGroupements table span.groupement-city{

    margin-left: 2px;
    color: var(--couleur-default);

    opacity: 0.6;

}


.accordion-table-header {
    padding-left: 67px;
    padding-right: 22px;
    background-color: white;
}

.accordion-button:not(.collapsed) {
    background-color: white;
}

#accordionGroupements .accordion-item.groupement{
    background-color: transparent;
    position: relative;
}

#accordionGroupements .accordion-header.groupement{

    margin-bottom: 10px;
    margin-top: 10px;

}

#accordionGroupements .groupement-collapse{

    margin-top: -10px;

}

/* .accordion-button:not(.collapsed) table td,
.accordion-button:not(.collapsed) table span{
    color: white!important;
} */



/* .accordion-button:not(.collapsed)::after {
    filter:  brightness(0) invert(1);
} */


.referentiel-container .accordion-button:after {
    order: -1; 
    margin-left: 0; 
    margin-right:0.5em;

    transform: rotate(-90deg);
}

.referentiel-container .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}



#accordionSites table td{
    font-size: 15px;
    font-weight: 600;
}

#accordionSites table.services-table td{
    font-size: 14px;
    font-weight: 500;
}

.badge {
    padding: 8px 11px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 600;
}

.badge.type1{

    color: #fe5f55;
    background-color: rgba(231, 105, 75, 0.1);

}

/* .my-dropdown {
    position: absolute;
    right: 12px;
    top: 13px;
} */

.accordion-button{

    position: relative;

}

/* div.accordion-dropdown{

    right: 100px;

}

div.accordion-dropdown ul.dropdown-menu{

    position: relative;
   
} */

div.voir-plus-container{

    position: absolute;
    right: 0px;

}

/* .btn-voir-plus {
    position: relative;
    top: -54px;
    right: 15px;
} */







.pen body {
	padding-top:50px;
}


.side-modal{
    position:absolute;
    top: 0;
    right: 0;
    margin:0;
    width: 500px;
}


.side-modal.large{
    width: 63vw;
}

.side-modal.extra-large{
    width:75vw;
}

.other-side-modal{
    width: 500px;
    position: absolute;
    left: 0;
}


/* Réferentiel modal */

.referentiel-modal .modal-header,
.referentiel-modal .modal-body,
.referentiel-modal .modal-footer{

    padding-left: 35px;
    padding-right: 35px;

    background-color:white;

}

.referentiel-modal .modal-header{

    padding-top:30px;

}

.referentiel-modal .modal-header,
.referentiel-modal .modal-body{
    padding-bottom: 0px;
}


.referentiel-modal .modal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.referentiel-modal .modal-header {
    border-bottom: none;
}

.referentiel-modal .modal-header .btn-close-modal {
    margin-top: 21px;
    font-size: 26px;
}

.referentiel-modal .modal-header .modal-fil-ariane{
    color: #2667ff;
    font-weight: 600;
    margin-bottom: 5px;
}

.referentiel-modal .modal-subtitle {
    /* margin-bottom: 30px; */
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

.referentiel-modal .modal-body .modal-category {
    margin-top: 11px;
}

.referentiel-modal .modal-body .modal-category .modal-category-title {
    background-color: rgba(0, 0, 0, 0.07);
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
}

.referentiel-modal .modal-body .modal-category .modal-category-content {
    padding: 20px 20px 10px;
}

.referentiel-modal .modal-body .modal-category .modal-category-content .row {
    margin-bottom: 10px;
}

.referentiel-modal .modal-body .modal-category .modal-category-content .title {
    font-weight: 600;
}

.referentiel-modal .modal-body .modal-category .modal-category-content .info {
    text-align: right;
    color: var(--dark-color)!important;
}

.referentiel-modal .modal-body .modal-category .modal-category-content .description {
    opacity: 0.5;
    margin-top: -7px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
}

.referentiel-modal .modal-body .modal-category .modal-category-content .textarea {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 14px 18px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 7px;
    margin-top: -10px;
    margin-bottom: 12px;
}

.referentiel-modal .modal-body .modal-category .modal-category-content .btn-edit,
.referentiel-modal .modal-body .modal-category .modal-category-content .form-check.form-switch {
    position: absolute;
    right: 0;
}


.referentiel-modal hr {
    margin-bottom: 30px;
    margin-top: 15px;
    height: 0.5px;
    color: rgba(0, 0, 0, 0.3);
}


.referentiel-modal .modal-body {
    overflow: visible;
    padding-top: 38px;
}
/*.referentiel-modal .modal-infos {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 35px;
}*/

.referentiel-modal .modal-infos .content{
    font-weight: 500;
    margin-left: 5px;
    text-align: right;
}



.referentiel-modal .modal-body .modal-content{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    height: auto;
}

.referentiel-modal .modal-category .modal-subcategory .modal-subcategory-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.5px;
    opacity: 0.65;
    margin-bottom: 17px;
    margin-top: 5px;
}

.referentiel-modal .modal-body .modal-content .main-content{
    font-weight: 600;
}

.referentiel-modal .modal-body .modal-content .secondary-content{
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}

.referentiel-modal .modal-body .modal-content table tr td,
.referentiel-modal .modal-body .modal-content table tr th
{
    overflow-wrap: break-word; 
}

.referentiel-modal .modal-footer{
    border-top: none;
}

.referentiel-modal .modal-footer a{
    margin: auto;
    font-weight: 600;
    margin-bottom: 20px;
}

.referentiel-modal .dropdown-menu.dropdown-more-informations {
    width: 300px;
    font-size: 13px;
    padding: 20px 10px 10px;
}

.referentiel-modal .dropdown-menu.dropdown-more-informations .row{
    margin-bottom: 10px;
}

.referentiel-modal .dropdown-menu.dropdown-more-informations .title {
    font-weight: 600;
    font-size: 16px;
}



.referentiel-modal .dropdown-menu.dropdown-more-informations .info{
    font-weight: 400;
    color: var(--dark-color)!important;
}


/* Site Modal */
.referentiel-modal .site-map{

    width: 100%;
}

.referentiel-modal .degrade {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
    width: 100%;
    height: 75px;
    position: absolute;
    top: 106px;
}

.referentiel-modal.site-modal .modal-header {
    padding-top: 0px;
}





.btn {

    text-transform: none;

}

.btn-light{
    background-color: rgba(0, 0, 0, 0.05);
}



.referentiel-container .btn{
    border-radius: 4px;
}

.referentiel-header{
    padding-top: 20px!important;
}

.referentiel-header,
.referentiel-container{
    padding-left: 40px!important;
    padding-right: 0px!important;
}

.referentiel-container .btn{
    border: none;
}

.referentiel-container .btn-primary{
    background-color: #2667ff;
    border: none;
}

.referentiel-header h1 {
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 37px;
}

.referentiel-header span {
    color: black!important;
    font-size: 19px!important;
    margin-top: -4px!important;
}

.referentiel-container select{

    border-radius: 25px;
    
}

.referentiel-container input{

    border-radius: 5px;
    
}

.edit-modal{
    top: -50px;
}

.modal-sm {
    max-width: 450px;
}

.edit-modal .modal-header {
    display: inline-block;
    padding: 25px 20px 0px;
}

.edit-modal .modal-header .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
}

.edit-modal .modal-main-title{
    font-weight: 800;
    font-size: 24px;
}


.edit-modal .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.edit-modal .modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.03);
}

.modal { overflow-y: auto } 

.underline{
    text-decoration: underline;
}