:root {
    --orange: #f04e23;
    --bs-orange-rgb: 240, 78, 35;
    
    --success: #00B941;
    --bs-success-rgb: 0, 185, 65;
    
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00B941;
    --bs-btn-border-color: #06a83f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #06a83f;
    --bs-btn-hover-border-color: #06a83f;
    --bs-btn-focus-shadow-rgb: 0, 185, 65;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00B941;
    --bs-btn-active-border-color: #06a83f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00B941;
    --bs-btn-disabled-border-color: #06a83f;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important;
}
.btn-outline-success {
    --bs-btn-color: #00B941;
    --bs-btn-border-color: #06a83f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00B941;
    --bs-btn-hover-border-color: #06a83f;
    --bs-btn-focus-shadow-rgb: 0, 185, 65;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00B941;
    --bs-btn-active-border-color: #06a83f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00B941;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #06a83f;
    --bs-gradient: none;
}


.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f04e23;
    --bs-btn-border-color: #e43f12;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bd411f;
    --bs-btn-hover-border-color: #e43f12;
    --bs-btn-focus-shadow-rgb: 240, 78, 35;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f04e23;
    --bs-btn-active-border-color: #e43f12;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f04e23;
    --bs-btn-disabled-border-color: #e43f12;
}
.text-orange {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-orange-rgb),var(--bs-text-opacity)) !important;
}
.btn-outline-orange {
    --bs-btn-color: #f04e23;
    --bs-btn-border-color: #e43f12;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f04e23;
    --bs-btn-hover-border-color: #e43f12;
    --bs-btn-focus-shadow-rgb: 240, 78, 35;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f04e23;
    --bs-btn-active-border-color: #e43f12;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f04e23;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e43f12;
    --bs-gradient: none;
}
.btn-orange-outline {
    --bs-btn-color: #f04e23;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #f04e23;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f04e23;
    --bs-btn-hover-border-color: #e43f12;
    --bs-btn-focus-shadow-rgb: 240, 78, 35;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f04e23;
    --bs-btn-active-border-color: #e43f12;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f04e23;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f04e23;
    --bs-gradient: none;
    border: 2px solid var(--bs-btn-border-color);
    font-weight: 600;
}
.bg-orange {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-rgb),var(--bs-bg-opacity)) !important;
}
header{
    background-image: linear-gradient(to left top, #f85f02, #f65b0f, #f45617, #f2521e, #f04e23);
    background-color: #f04e23;
}
.logo-digital {
    width: 100%;
    height: 100%;
}
.navbar-brand {
    position: relative;
    color: inherit;
    height: 50px;
    font-size: 1.125rem;
    line-height: 30px;
    font-weight: 300;
    margin-left: 1rem;
}
@media (max-width:576px) {
    .navbar-brand {
        height: 65px;
    }
}
.wrapper-main {
    display: flex;
    min-height: 80vh;
}


.main-content{
    width: 80vw;
}
.main-log{
    width: 100vw;
}

.usercard .card{
    transition: all 0.3s;
    box-shadow: none;
    cursor: pointer;
}

.usercard .card:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.headerContent,
#header--top {
    height: 75px;
}

.edit{
    font-size: 12px;
    font-weight: normal!important;
}


.dataTables_wrapper .dataTables_length select {
    padding:5px 25px  5px 5px !important;
}

.accountUser{
    cursor: pointer;
}

.table-hover > tbody > tr:hover > th {
    background-color:#fff;
}



#listeArticles_length,
#listeArticles_filter{
    margin-top: 6px;
}
#wrapper-liste-articles .form-check {
    padding-left: 0!important;
    
}
.onglet-menu{
    background-color: #fff;
}
.basic-addon {
    width: 20%;
}
.grab{
    cursor: grab;
}




.toggle-wrap {
    padding: 10px;
    position: relative;
    cursor: pointer;
    float: left;
    margin-left: 15px;
    /*disable selection*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.toggle-bar {
    width: 41px;
    margin: 10px 0;
    position: relative;
    border-top: 3px solid #ffffff;
    display: block;
}
.toggle-bar::before,
.toggle-bar::after {
    content: "";
    display: block;
    background: #ffffff;
    height: 3px;
    width: 41px;
    position: absolute;
    top: -14px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
}
.toggle-bar::after {
    top: 8px;
}
.toggle-wrap.active .toggle-bar {
    border-top: 3px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width:990px) {
    .toggle-wrap {
        display: block;
    }
}

header .photo {
    width: 34px;
    height: 34px;
    overflow: hidden;
    float: left;
    z-index: 5;
    margin-right: 11px;
    border-radius: 50%;
    margin-left: 5px;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


.wrapper-main .main-content {
    background: #19242E;
}


#tittlePageh1 {
    background: #19242E;
}


.three h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    color:#fff;
}
.three h1::after {
  content: "";
  position: absolute;
  left: 48px;
  bottom: 1px;
  height: 1px;
  width: 15%;
  background-color: #FF671C;
}
.three h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 100%;
    background-color: #333B41;
}
.three h1 .la {
    font-size: 36px;
    position: relative;
    top: 4px;
}
.shadow-effect {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}

.shadow-effect:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.photo .las{
    font-size: 39px;
    background: #fff;
    position: relative;
    right: 3px;
    color: #306c33;
}
.card{
    border-radius: 0;
}
.btn{
    border-radius: 0;
}

#footer--bottom{
    background-color: #2C3234;
}

#footer--bottom h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
#footer--bottom h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

#footer--bottom h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-decoration: underline;
}

.notification-list_detail table{
    border: 0;
}
.notification-list_content{
    border-left: 3px solid #f04e23;
}

.dropdown-menu .las.la-lock {
    font-size: 16px;
}
.dropdown-menu{
    padding: 0;
}

.popover.show {
    display: block;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgba(10, 10, 10, 0.86);
    z-index: 999999;
}
.logout {
    padding: 12px 0 15px;
    transition: all 0.3s;
}
.logout:hover {
    background: #f04e23;
    color: #fff;
}





.opacity-0 { opacity: 0; }
.opacity-10 { opacity: 0.1; }
.opacity-20 { opacity: 0.2; }
.opacity-30 { opacity: 0.3; }
.opacity-40 { opacity: 0.4; }
.opacity-50 { opacity: 0.5; }
.opacity-60 { opacity: 0.6; }
.opacity-70 { opacity: 0.7; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.opacity-100 { opacity: 1; }

.bold{
    font-weight: bold;
}
.dropdown-info-user{
    /* white-space: nowrap; */
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

.raccourcis{
    border: 1px solid #fff;
    border-radius: 45px;
}

.popover-header {
    background-color: #F04E23;
    color:#fff;
}

.modal-body {
    background: #F4F4F4;
  }

  .theme-color{
    border-radius: 50%;
    width: 23px;
    height: 23px;
    display: block;
    text-align: center;
    line-height: 23px;
    float: left;
    color: #ffffff;
    cursor: pointer;
  }

  .theme-color1{
    background-color: #1B1E24;
  }
  .theme-color2{
    background-color: #3E3A80;
  }
  .theme-color3{
    background-color: #6F7757;
  }
  .theme-color4{
    background-color: #d38810;
  }

  

  .section-title:not('.la') ::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background-color: #333B41;
}

  .section-title ::after {
  content: "";
  position: absolute;
  left: 48px;
  bottom: 1px;
  height: 1px;
  width: 15%;
  background-color: #FF671C;
}

  .section-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  color: #fff;
}

  .section-title .la {
  font-size: 36px;
  position: relative;
  top: 4px;
}