.border-right-line{
    border-right: 1px dotted #000;
}
.bg-green{
    background: #69a364!important;
}
.bg-taupe{
    background: #a78f95!important;
}
.bg-orange{
    background-color: #e96d00!important;
}
.bg-red{
    background-color: #ea5455!important;
}
.bg-yellow{
    background-color: #FFBE00!important;
    color: #FFF!important;
}

.bg-ares{
    background-color: #c1bb7f!important;
    color: #FFF!important;
}

.bg-ares2
{
    background-color: rgb(72 56 90) !important
}


.table-hover tbody tr:hover {
    background-color: #fff4d2!important;
}
.bg-odd{
    background-color: #F5F5F5;
}

.border-yellow{
    border: solid 4px #FFBE00!important;
}

.border-red{
    border: solid 4px #ea5455!important;
}
.border-line-yellow{
    border-right: solid 4px #FFBE00!important;
}
.border-line-red{
    border-right: solid 4px #ea5455!important;
}


.customizer {
    width : 400px;
    right : -400px;
    padding : 0;
    background-color : #f7f7f7;
    z-index : 2000;
    position : fixed;
    top : 4px;
    bottom : 0;
    height : 100vh;
    height : calc(var(--vh, 1vh) * 100);
    transition : right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
    -webkit-backface-visibility : hidden;
            backface-visibility : hidden;
    border-left : 1px solid rgba(34, 41, 47, 0.05);
  }
  
  .customizer.open {
    box-shadow : 0 15px 30px 0 rgba(34, 41, 47, 0.11), 0 5px 15px 0 rgba(34, 41, 47, 0.08);
    right : 0;
  }
  
  .customizer .customizer-content {
    position : relative;
    height : 100%;
  }
  
  .customizer .customizer-close {
    position : absolute;
    right : 0.6rem;
    top : 0.6rem;
    padding : 7px;
    width : auto;
    z-index : 10;
    color : #5E5873;
  }
  
  .customizer .customizer-close i, .customizer .customizer-close svg {
    font-size : 1.5rem;
    height : 1.5rem;
    width : 1.5rem;
  }
  
  .customizer .customizer-toggle {
    background : #7367F0;
    color : #FFFFFF !important;
    display : block;
    box-shadow : -3px 0 8px rgba(34, 41, 47, 0.1);
    border-top-left-radius : 6px;
    border-bottom-left-radius : 6px;
    position : absolute;
    top : 50%;
    width : 38px;
    height : 38px;
    left : -39px;
    text-align : center;
    line-height : 40px;
    cursor : pointer;
  }
  
  .customizer .color-box {
    height : 24px;
    width : 24px;
    margin : 0.5rem;
    border-radius : 0.5rem;
    cursor : pointer;
    position : relative;
  }
  
  .customizer .color-box.selected:after {
    content : '';
    border : 1px solid #7367F0;
    height : 30px;
    width : 30px;
    top : -3px;
    left : -3px;
    position : absolute;
    border-radius : 0.5rem;
  }
  
  .customizer .color-box.selected.border:after {
    top : -4px;
    left : -4px;
  }

  .custom-form-control
  {
    width: 100%; height: 33px !important;
  }


  .vertical-bar {
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: green;
 
    vertical-align: middle;
}





a, p {
    color: #000;
}
.yellow-asl{
    color: #0077b5 !important;
}
.bg-yellow-asl{
    background-color:#0077b5 !important;
}
.form-control:focus, .form-select:focus, .input-group:focus-within .form-control, .input-group:focus-within .input-group-text {
    border-color: #0077b5 !important;
}
.input-group:focus-within .form-control, .input-group:focus-within .input-group-text {
    border-color: #0077b5 !important;
}
.bg-menu-theme {
    background-color: #ebfafc !important;
}
.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
    /* background: #000; */
    background: #0077b5;
}
.layout-wrapper, .layout-container {
    background: #00000000;
}

.bg-navbar-theme {
    background-color: #FFF !important;
}
.bg-primary{
    /* background-color: #000 !important; */
    background-color: #0077b5 !important;
}
.btn-text-primary {
    color: #000;
}
.btn-text-primary:hover {
    border-color: transparent;
    background: #fff7cd;
    color: #000;
}
.btn-text-primary:active, .btn-text-primary.active, .btn-text-primary.show.dropdown-toggle, .show > .btn-text-primary.dropdown-toggle {
    color: #000 !important;
    background: #fff7cd !important;
    border-color: transparent !important;
}
.table th {
    text-transform: none!important;
}
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    width: auto!important;
    padding: 0 10px;
    margin-left: 15px;
}
.btn-black{
    background-color: #000;
}
.btn-black:hover{
    background-color: #000;
}
.table th {
    color: #000;
}
.bg-label-primary {
    background-color: #ffd701 !important;
    color: #000000 !important;
}
.btn-outline-success:hover {
    color: #060606 !important;
    background-color: #f4f4f4 !important;
    border-color: #000000 !important;
}
.table thead tr th {
    padding-block: 0.7rem!important;
}
tr:hover {
    /*background-color: #fdfbeb;  Met la couleur de ton choix */
}
.table > :not(caption) > * > * {
    padding: 0.4rem 0.4rem;
}


.w-td-100
{
    width: 100px;
}

.w-td-150
{
    width: 150px;
}

.w-td-80
{
    width: 80px;
}

