legend {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #060;
    border: 0;
    border-bottom: 1px solid #11A94D;
}

fieldset {
    padding: .200em .625em .75em;
    margin: 0 2px;
    border: 2px solid #11A94D;
}

.formulaire {
    border: 1px solid #11A94D;
    margin-right: 5px;
    width: 100%;
    height: 30px;
    background-color: #e5f6ea;
    color: #000;
    border-radius: 0px !important;
}

.form-control {
    border: 1px solid #11A94D;
    margin-right: 5px;
    width: 100%;
    height: 30px;
    background-color: #e5f6ea;
    border-radius: 0px !important;
    color: #000;
}

.select2-container--default .select2-selection--single {
    background-color: #e5f6ea;
    border: 1px solid #11A94D;
    border-radius: 0px !important;
}
.select2-container--default .select2-selection--single {
    display:block;
    width:100%;
    height: 30px;
    padding:0 !;
    /* font-size:1.5rem; */
    font-weight:400;
    line-height:1.5;
    color:#000;
    background-color: #E5F6EA;
    background-clip:padding-box;
    border: 1px solid #11A94D;
    border-radius:.25rem;
    transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

.select2-dropdown {
    background-color: #e5f6ea !important;
    border: 1px solid #11A94D !important;
    border-radius: 0px !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-container--default 
.select2-search--dropdown 
.select2-search__field {
    border: 1px solid #11A94D;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
    border: 1px solid #11A94D;
    margin-right: 5px;
    width: 100% !important;
    height: 30px;
    background-color: #e5f6ea;
    color: #000;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  background-color: #ddd !important;
  color: #000;
}


.select2-container--default .select2-selection--multiple {
    background-color: #e5f6ea !important;
    border: 1px solid #11A94D !important;
    border-radius: 0px !important;
    cursor: text;
}

label{
    color: #060;
}

/*select de date*/
.ui-widget-header {
    color: #060;
    font-weight: bold;
}


.ui-widget-header {
    border: 1px solid #dddddd;
    background: #BFEC96;
    color: #0394CA;
    font-weight: bold;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #BFEC96;
    color: #11A94D;
}
.ui-widget-content {
    color: #11A94D;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 20px;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 152px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    font-size: 14px;
    text-align: center;
    list-style: outside none none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-color: #BFEC96;
}

body.login-page{
    padding-top: 70px;
}

.banniere{
    background-color: #BFEC96;
   /* height: 100px;*/
}
.police{
    font-family: Lucida Calligraphy;
}


.nometa{
    /*border-left: 1px solid;*/
    margin-top:5px;
}
.date{
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid;
    float: right;
    margin-top: 90px;
    margin-left: 27px;
}


div#DataTables_Table_0_filter.dataTables_filter {
    float: right;
    padding-right: 0px !important;

}

.form-inline .form-control {
    width: 310px;

}

.dataTables_wrapper .dataTables_filter {
    color: #060;
    padding-top: 4px;
    height: 38px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #E8F3DE;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

label > div#DataTables_Table_0_filter.dataTables_filter {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    color: #FFF;
    background-color: #060;
}

/*input {
    color: #060;
}*/

.labelcouleur{
    color: #000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid #060;
    background: #E8F3DE;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000 !important;
    border: 1px solid #979797;
    background-color: #FFF;

}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    min-width: 1.5em;
    display: inline-block;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #060;
    background: #E8F3DE;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    background-color: aliceblue;
}


.maj{
    text-transform: uppercase;
}

.zone_filtre {
    margin-bottom: 5px;
    padding: 5px 0px 5px 0px;
    /* background-color: #E2EFE8;
    border: 1px solid #11A94D; */
    color: #11A94D;
}

.centrer{
    text-align: center;
}

.projetExe{
    text-decoration: none;
    color: #000;
}
.amenager{
    text-decoration: none;
    color: #000;
}


#tooltip {
    position:absolute;
    z-index:9999;
    color:#fff;
    font-size:10px;
    width:180px;

}

#tooltip .tipHeader {
    height:8px;
    *background:url(images/tipHeader.gif) no-repeat;
    background: blueviolet;
}

/* hack IE */
*html #tooltip .tipHeader {margin-bottom:-6px;}

#tooltip .tipBody {
    background-color:#000;
    padding:5px;
}

#tooltip .tipFooter {
    height:8px;
    background:url(images/tipFooter.gif) no-repeat;
}
/*a:hover {
    color: #000;
    text-decoration: none;
}*/

/* .btnEnregistrer:hover{
    border: 1px solid #FFFFFF;
    background-color: #060;
    border-radius: 0px;
    width: auto;
} */

.btnAnnuler{
    border: 1px solid #ff0000 !important;
    background-color: #ff0000 !important;
}

/* .btnAnnuler:hover{
    border: 1px solid #FFFFFF;
    background-color: #ff0000;
    border-radius: 0px;
}

.btnAnnuler:not(:disabled):not(.disabled):active, 
.btnAnnuler:not(:disabled):not(.disabled).active, 
.show > .btnAnnuler.dropdown-toggle {
    color: #fff;
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.btnEnregistrer:not(:disabled):not(.disabled):active, 
.btnEnregistrer:not(:disabled):not(.disabled).active, 
.show > .btnEnregistrer.dropdown-toggle {
    color: #fff;
    background-color: #060 !important;
    border-color: #060 !important;
}

.btnEnregistrer:focus, .btnEnregistrer.focus {
    color: #fff;
    background-color: #060;
    border-color: #060;
    box-shadow: 0 0 0 0.2rem rgba(195, 243, 63, 0.5);
}

.btnEnregistrer{
    border: 1px solid #FFFFFF;
    background-color: #060;
    border-radius: 0px;
    width: auto;
} */

thead{
    background-color: #fff;
    /* background-color: #BFEC96; */
}

.card-header:first-child {
  /* border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; */
  background-color: #fff;
  /* background-color: #007bff; */
  /* background-color: #fff; */
  /* background-color: #1f2937; */
  /* background-color: #3f5d3f; */
  color: black !important;
  font-weight: 500;
  font-size: 16pt;
}

.select2-container--default 
.select2-results__option--highlighted[aria-selected], 
.select2-container--default 
.select2-results__option--highlighted[aria-selected]:hover {
  background-color: #ddd;
  color: #060;
}

/* --- Style global du conteneur --- */
.form-group.row {
    align-items: center;
}

/* --- Style du checkbox personnalisé --- */
.form-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #aaa;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    vertical-align: middle;
    background-color: #fff;
}

/* --- Quand on passe la souris dessus --- */
.form-group input[type="checkbox"]:hover {
    border-color: #4CAF50;
}

/* --- Quand le checkbox est coché --- */
.form-group input[type="checkbox"]:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

/* --- Le petit check (✓) quand c’est coché --- */
.form-group input[type="checkbox"]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 1px;
    left: 4px;
}

/* --- Gestion de l'état invalide Laravel --- */
.form-group input[type="checkbox"].is-invalid {
    border-color: #dc3545;
    background-color: #fce8e6;
}

.lienActiver{
    color:#fff !important;
    font-weight: bold !important;
}

li.nav-item > a.lienActiver{
    background-color: #c7cfd7 !important;
    color:#1e40af !important;
}

.parentActiver{
    color: #fff !important;
    font-weight: bold !important;
}

li.nav-item > a.parentActiver{
    background-color: #09a223!important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #09a223!important;
}

.btn, .btn-accent {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 5px 5px;
  line-height: 1.6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

hr{
    border: solid 2px #060;
}

.table th, .table td {
  padding: 0.4rem !important;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

legend{
    width: auto !important;
    padding-right: 0.5rem !important;
}
/* .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 7.5px !important;
  padding-left: 15px !important;
} */

/* 
.main-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8f9fa;
  color: #333;
  text-align: center;
  padding: 10px 0;
  border-top: 2px solid #ccc;
  z-index: 100;
} */