h1.entry-title {
    margin-bottom: 1rem;
}
#mapid { height: 750px; }


.tx-beesforlife textarea.form-control {
  height: 6rem;
}
.tx-beesforlife form .fa {
 display:inline-block;
 font:normal normal normal 14px/1 FontAwesome;
 font-size:inherit;
 text-rendering:auto;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}

#tab-years {
    margin-bottom: 0;
    border-bottom: solid 1px;
    border-bottom-color: var(--bs-primary) ;
}
#tab-years li {
    border: 1px solid var(--bs-primary) ;
    border-bottom: 0;
    display: inline-block;
    padding:1rem 2rem;
    margin-right: 2rem;
}
#tab-years li.active,
#tab-years li:hover {
    background-color: var(--bs-primary) ;
    display: inline-block;
    padding:1rem 2rem;
    margin-right: 2rem;
}
#tab-years li a {
    color: var(--bs-primary) ;
}
#tab-years li a.active,
#tab-years li:hover a {
    color: #ffffff;
}

.filtres {
    padding-bottom:2.4rem;
    padding-top: 1.2rem;
    font-size:1.4rem;
}
.filtres p {
    font-style:italic;
    font-style:normal;
    font-weight:600;
    }
.filtres ul {
    font-weight:600;
    list-style:none;
    padding-left:12px;
}
.telecharger p {
    padding:6px 12px 0 0;
}
.telecharger p:before {
    content:"\f1c1";
    font-family:"FontAwesome";
    display:inline-block;
    margin-right:6px;
}
.telecharger p + p:before {
    content:"\f02f";
}
.modal-body #destructeur-list {padding-left:6px; padding-top:24px;}
/*
.statut, table caption {
    position:absolute;
    top:-999999px;
    left:-999999px;

}
*/
.statut {
    margin-bottom:3px;
}
.fondgris .statut + ul {padding-left:0;}
.leaflet-popup-content .statut, .fondgris .statut {
    top:4px;
}
#statut-list {
    flex-grow:2;

}
.filtres li {
    margin-bottom:3px;
    break-inside:avoid;
    list-style:none;
}
.filtres li.list-inline-item {
    padding-right: 2.5rem;
}
.filtres li img {
    margin-right:6px;
}
.voircarte {
    max-width:350px;
    padding-left:6px;
}
.voircarte span {
    font-weight:600;
}
.voircarte img {
    width:auto;
    height:auto;
    float:left;
    margin-right:6px;
}
.voircarte a,
a.export-link {
    text-decoration: none;
    display:block;
    font-style:italic;
}
a.export-link {
    font-style: normal;
}
.voircarte a:hover,
.voircarte a:focus,
a.export-link:hover,
a.export-link:focus {
    text-decoration: underline;
}

.tx_beesforlife.table-hover tbody tr:hover {
    cursor: pointer;
}

/**** show ****/
.reference {
    padding:40px 0 12px;
    border-bottom:1px solid #56565b;
    display:flex;
    justify-content:space-between;
}
.reference p {
    margin-bottom:0;
    display:flex;
    align-items:center;
}
.reference .nom {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight:600;
}
.etat .fondgris {
    padding:24px;
    margin-top:24px ;
}
.etat .fondgris h2 {
    margin-top:0;
}
.etat label {
    font-weight:700;
}
.etat #affect_destroyer, .etat #consult_destroyer {
    width:100%;
    color:#313131;
    background:#fff;
    border:1px solid #c9c9ca;
    margin-bottom:24px;
    height:50px;
}
.etat #affect_destroyer::before,.etat #consult_destroyer::before {
    color:#c9c9ca;
    border-color:#c9c9ca;
    }
.etat #affect_destroyer:hover,
.etat #affect_destroyer:focus,
.etat #consult_destroyer:hover,
.etat #consult_destroyer:focus {
    background: #353937;
    color: #fff;
}
.etat #destroyer-company {
    text-transform:uppercase;
    font-weight:600;
    text-align:center;
    margin-bottom:12px;
    background: #353937;
    color: #fff;
    padding:3px;
}
.etat input[type="submit"] {
    padding:12px 24px;
}
.etat .photos {margin-bottom:24px; display:inline-block;}
.retourliste {padding:6px 12px 0 12px}
.retourliste a {font-weight:600; color:#313131;}
.retourliste a:hover, .retourliste a:focus {color:var(--bs-primary) }

/*** modal ****/
.modal-header .close {
    font-size:3rem;
}
.modal-footer .btn::before {
    padding-top:9px;
}
/*** la carte ***/
.leaflet-popup-content h1 {font-size:1.8rem;}
.leaflet-popup-content {font-family:"Montserrat";}
.addr {
font-weight:600;
font-size:1.5rem;
align-items:first baseline;
}
.leaflet-popup-content .voir a {font-size:1.4rem; color:#313131}
.leaflet-popup-content .voir a:before {
    content:"\f101";
    font-family:"FontAwesome";
    display:inline-block;
    margin-right:3px;
}
#statut-list li:before,span.statut,#destructeur-list li:before, span.qual {
  content:'';
  display: inline-block !important;
  width:15px !important;
  height:15px !important;
  border-radius: 50%;
  background: black;
  margin-right:6px;
  position:relative;
  top:2px;
}
#statut-list li.statut_NEW:before,span.statut.statut_NEW {
    background: #F0194F;
}
#statut-list li.statut_IN_PROGRESS:before,span.statut.statut_IN_PROGRESS {
  background: #EF9A08;
}
#statut-list li.statut_INTERVENTION:before,span.statut.statut_INTERVENTION {
  background: #079C4B;
}
#statut-list li.statut_WAITING_FOR_VALIDATION:before,
span.statut.statut_WAITING_FOR_VALIDATION{
  background: #FA5D1E;
}
#statut-list li.statut_NOT_COMPETENT:before,span.statut.statut_NOT_COMPETENT {
  background: #1147B0;
}
#statut-list li.statut_CLOSED:before,span.statut.statut_CLOSED {
  background: #000000;
}
#statut-list li.statut_WAITING_FOR_VALIDATION {
  color:#FA5D1E;
}

#destructeur-list li.sel-col:before,span.sel-col {
  background: #3eb7ea;
}
#destructeur-list li.qual-col:before,span.qual-col {
  background: #0B4DB6;
}
#destructeur-list li.qual-bfl:before,span.qual-bfl {
  background: #f0981b;
}
span.qual-bfl,#destructeur-list li.qual-bflbio:before,span.qual-bflbio {
  background: #00621B;
}
#destructeur-list li.no-qual:before,span.no-qual {
  background: #8E8E8E;
}
span.qual-bfl, span.qual-bflbio, #destructeur-list li.qual-bflbio:before, #destructeur-list li.qual-bfl:before {
    width:50px !important;
    height:50px !important;
    background:transparent url("../Icons/Picto-BeeForLife-label.png") no-repeat center center;
    background-size:contain;
    border-radius:0;
    }
#destructeur-list li.qual-bflbio:before, #destructeur-list li.qual-bfl:before {
    width:40px !important;
    height:40px !important;

}
span.qual-bflbio, #destructeur-list li.qual-bflbio:before {
    background:transparent url("../Icons/Picto-BeeForLife-label-bio.png") no-repeat center center;
    background-size:contain;
    }
#destructeur-list li.qual-bflbio, #destructeur-list li.qual-bfl {
    display:flex;
    align-items:center;
}
.dataTables_wrapper {
    padding-top:32px;
    font-size:1.5rem;
    font-family:"Roboto"
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::before, table.dataTable thead .sorting_desc_disabled::after {
opacity:.8;

}
td .linkdetail {
    font-size: 1.4rem;
    font-weight:normal;
    text-align: center;
    text-transform: lowercase;
    padding: .3rem;
}

.page-item.active .page-link {
    background-color: #313131;
    border-color: #313131;
}
.leaflet-pane img[src*="Picto-BeeForLife-label"] {
    width:40px !important;
}
@media (min-width: 1200px) {
    #statut-list, #destructeur-list {
    column-count:2;
    column-gap:24px;
    /*padding-left:0;*/
    /*column-count:3;*/
  }
}

/****fiche signalement*****/

h2.show-reference{
    color:#353937;
}

.show-reference .wrap{
    border-left:1px solid;
    padding: 0 1.5rem;
}.show-reference .wrap:first-child{
    border: none;
    padding: 0 1.5rem 0 0;
}
.show-reference .titre{
    font-weight: bold;
}
.show-reference .statut{
    top: 0;
    vertical-align: middle;
}
.tx-beesforlife .nav-tabs {
    border-color: #353937;
    margin-bottom: 2rem;
}
.tx-beesforlife .nav-tabs .nav-link{
    color:#353937;
    font-family: Barlow;
    font-size:1.7rem;
    font-weight: bold;
    text-transform:uppercase;
    border-color: #353937;
    background-color: #eee;
    margin-right: 1rem;
    padding: 1.5rem 3rem;
}

.tx-beesforlife .nav-tabs .nav-item.show .nav-link,.tx-beesforlife .nav-tabs .nav-link.active,
.tx-beesforlife .nav-tabs .nav-link:focus, .tx-beesforlife .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: var(--bs-primary) ;
    border-color: var(--bs-primary)  var(--bs-primary)  #353937;
}

.tx-beesforlife .wrap-bloc{
    padding: 0 2rem 2rem;
    margin-top:2rem;
    margin-bottom:2rem;
    box-shadow: 0px 0px 10px 0px #eee, 0px 0px 10px 0px #eee, 0px 0px 10px 0px #eee;
    background: white;
}

.tx-beesforlife form legend {
    font-size: 1.6rem;
    font-weight: bold;
}
.tx-beesforlife .wrap-bloc h3,#tx-beesforlife-intervention legend{
    color: var(--bs-primary) ;
    font-family:"Roboto";
    font-size:1.5rem;
    text-transform:uppercase;
    margin-top: 0;
    border-bottom: 1px solid #eee;
    margin: 0 -2rem 4rem;
    padding: 1.5rem;
    border-left: 2px solid;
    font-weight: bold;
}
#tx-beesforlife-intervention legend{
  font-weight: 600;
  margin-bottom: 2rem;
}
#tx-beesforlife-intervention fieldset fieldset legend {
  font-weight: normal;
  margin-bottom: 1rem;
  border: none;
  margin: 0;
  padding-bottom: .5rem;
}
#tx-beesforlife-intervention .fa{
    font-size: 3rem;
    line-height: 1rem;
    margin-right: 2rem;
}

/* datetimepicker */
#tx-beesforlife-intervention .bootstrap-datetimepicker-widget.dropdown-menu {
  width:auto;
}
#tx-beesforlife-intervention .bootstrap-datetimepicker-widget.dropdown-menu .fa {
  font-size:1.4rem;
}
#tx-beesforlife-intervention .bootstrap-datetimepicker-widget.dropdown-menu .btn {
  color: var(--bs-primary) ;
}
#tx-beesforlife-intervention span.help-block{
  font-size: 0.8em;
  color: #313131;
  font-weight: normal;
  padding-left: .5rem;
  display: block;
  max-width: none;
}

.tx-beesforlife .wrap-bloc legend{
    color: var(--bs-primary) ;
    font-family:"Roboto";
    font-size:1.5rem;
    text-transform:uppercase;
}

.tx-beesforlife .wrap-bloc p{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tx-beesforlife .wrap-bloc span:not(.fa):not(.statut){
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-family:"Roboto";
    font-size:1.4rem;
    border-bottom:1px solid #C8C8CA;
}
.tx-beesforlife .wrap-bloc span:not(.fa):not(.statut):empty {
    border: none;
}
.tx-beesforlife .wrap-bloc span:not(.fa):not(.statut):first-child{
    color: var(--bs-primary) ;
    font-weight:bold;
    padding:0 2rem;
    border:0;
}
.tx-beesforlife .wrap-bloc label,
#tx-beesforlife-intervention .radio-header
{
    font-family: Barlow;
    font-size: 1.6rem;
    font-weight:bold;
}
#tx-beesforlife-intervention .radio-header {
  margin-bottom:.5rem;
}
.tx-beesforlife .wrap-bloc label.form-check-label {
  font-weight:normal;
}

.tx-beesforlife .retourliste{
    margin: 2rem 0;
}

/** proposal form **/
.error {
    font-style: italic;
    color:rgb(202, 38, 45);
}

@media (max-width: 575px) {
    .show-reference .wrap,.show-reference .wrap:first-child{
        border: none;
        padding: 0.5rem 0;
    }
    .tx-beesforlife .wrap-bloc span:not(.fa):not(.statut){
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tx-beesforlife .wrap-bloc span:not(.fa):not(.statut):first-child{
       padding:0 ;
    }
}

/* Form */
.form-check-label {
  padding-left: 0.5rem;
}
.tx-beesforlife form#findReport small{
    font-size: 80%;
    font-weight: 400;
}


/* table devis*/
#devis{
    border:none;
    color:#000;
}
#devis th,#devis td{
    border: 1px solid #000;
}
#devis th{
    width:25%;
    font-weight: bold;
    background: #fff;
    color: var(--bs-primary) ;
    border: 1px solid #000;
}
#devis th.parent{
    text-align:left;
background: var(--bs-primary) ;color: #fff;}
#devis th.child{
    padding-left:4rem;
}
#devis th[scope="row"]{
    text-align:left;
}
#devis th:empty{
    background: white;
    border: none;
}

/*** Liste collectivité ****/
.tx-beesforlife .abcmenu {
    justify-content: center;
    padding-bottom: 1rem;
}
.tx-beesforlife .pagination.abcmenu {
    flex-wrap: wrap;
}

.tx-beesforlife .abcmenu .page-link {
    border: none;
    font-weight: bold;
}
.tx-beesforlife .abcmenu .disabled > .page-link {
    font-weight: normal;
    background-color: #fff;
}
.tx-beesforlife .col-type {
    padding-bottom: 3rem;
    border-bottom: 1px solid rgb(53, 57, 55);
}
.tx-beesforlife .col-type li a {
    text-decoration: none;
    color: rgb(53, 57, 55);
}
.tx-beesforlife .collectivite p {
    color: rgb(53, 57, 55);
    font-weight: bold;
}
.tx-beesforlife .collectivite a {
    text-decoration: none;
}
.tx-beesforlife .collectivite a:hover {
    text-decoration: underline;
}
