/* CSS Erreur et success pour lié au password */
.template_alert_danger {
    background-color: #dc4c64;
}

.template_alert_success {
    background-color: #198754;
}

.template_alert_card {
    border-radius: 0.1rem !important;
}

.template_alert_background {
    border-bottom-color: grey !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom: 35px solid !important;
}

.fz-16 {
    font-size : 16px!important;
}

.fz-15 {
    font-size : 15px!important;
}

.fz-14 {
    font-size : 14px!important;
}

.fz-13 {
    font-size : 13px!important;
}


.card-body {
    z-index: 1;
}

.card-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 1rem;
    z-index: 0;
    /* opacity: 0.2; */
}


.card-icon .bi {
    position: relative;
    top: 0px;
    z-index: 2;
    right: 3px;
    color : black;
}

.card-icon .background {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 40px solid red;
    border-left: 40px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: var(--bs-card-border-radius);
}

.card-icon.orange {
    color: #ff771d;
}

.card-icon.orange .background {
    border-bottom-color: #ffecdf;
}

.card-icon.blue {
    color: #818be7;
}

.card-icon.blue .background {
    border-bottom-color: #f6f6fe;
}

.card-icon.green {
    color: #2eca6a;
}

.card-icon.green .background {
    border-bottom-color: #e0f8e9;
}

.card-icon.yellow {
    color: #ffc107;
}

.card-icon.yellow .background {
    border-bottom-color: #ffffb7;
}

.bg-softprimary
{
    background-color: #95baf5;
}



.bg-primary
{
    background-color: #dc4c4c!important;
}

.border-primary 
{
    border-color :  #dc4c4c!important;
}


.text-primary
{
    color: #dc4c4c!important;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl
{
    max-width: 1380px!important;
}

.navbar, .navbar-brand{
    background-color: #313133!important;    
    color : white!important;
}

.container-pdcn
{
    max-width: 1080px!important;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

body
{
    /* background-color: rgb(231, 231, 231)!important; */
    font-family: 'Titillium Web', 'Inter', 'Segoe UI',sans-serif;
    font-weight: 400;
}

.card-body
{
    background-color: #fdfdfd;
}

.btn-primary {
    background-color: #dc4c4c!important;
    color: white;
    border: none;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s ease-in-out;
}

.btn-primary:hover {
    background-color: #f15c5c!important;
    transform: scale(0.98);
}

.btn-primary:active {
    background-color: #f15c5c!important;
    transform: scale(0.98);
}

th{
    font-weight: normal;
}

.step-link {
    color: black; /* gris */
    font-weight: 500;
    text-decoration: none;
    padding: 8px 0;
    display: flex;
    align-items: center;
  }

  .nav-link:focus, .nav-link:hover
  {
    color: #f5991a !important; 
  }
  
  .step-link.active {
    color: #f5991a !important; /* bleu */
    font-weight: 600;
  }
  
  .step-link .icon {
    width: 20px;
    display: inline-block;
    text-align: center;
  }

.disableInCreate {
    opacity: 0.5;
}

.bg-fullscreen {
    background-image: url('https://groupe-gb.fr/wp-content/uploads/2024/10/2024-07-08-DJI_0547-scaled.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    filter: blur(0px); /*  flou doux */
    /* transform: scale(1.05);  */
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.btn-connect {
    color: #fff!important;
    background-color: #0d6efd!important;
    border-color: #0d6efd!important;
}

.btn-connect:hover {
    color: #fff!important;
    background-color: #0b5ed7!important;
    border-color: #0a58ca!important;
}

.btn-check:active+.btn-connect, .btn-check:checked+.btn-connect, .btn-connect.active, .btn-connect:active, .show>.btn-connect.dropdown-toggle {
    color: #fff!important;
    background-color: #0a58ca!important;
    border-color: #0a53be!important;
}

.text-italic {
    font-style: italic;
}

.co-traitant-row
{
    border-color: #d9d9d9!important; /* fond plus clair */
        --bs-table-bg: #d9d9d9!important;
        --bs-table-striped-bg : #d9d9d9!important;
}

.fa-stack.small {
font-size: 0.8em;
}

.step-link:not(:hover):not(:focus):not(.active) {
    color: #313133 !important;
}

.step-link.active .fa-stack .fa-circle,
.step-link.active .fa-stack .fa-stack-1x
.step-link.active .fa-stack .fa-stack-2x {
    color: orange !important;
}

