
/* 
    Created on : 8 août 2025, 15:54:52
    Author     : mehrez
*/


/* pour mettre responsive les profils strategique avec chiffres*/
div.custom-select div.select-header span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


form{
    display: contents!important;
}
/* #collapseThree4.show {
 overflow: visible !important;
} */
.bande-couleur {
    display: block;
    padding: 4px 0 4px 8px;
    margin-top: -20px;
    margin-bottom: 10px;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    background-color: #003366;
    text-align: center;
    color: white;
}
.pub-vertical {
    /* display: inline-block; */
    transform: rotate(-90deg);
    transform-origin: left top;
    font-size: 10px;
    color: black;
}
.pub-horizontal {
    /* display: inline-block; */
    font-size: 10px;
    color: black;
}
@media (min-width: 576px) {

    .onglet10 nav > div a.nav-item.nav-link.elite::after {
        content: "";
        position:absolute;
        bottom: -15px;
        left:47%;
        border-width: 15px 15px 0;

        display: block;
        width: 0;
    }
    .onglet10 nav > div a.nav-item.nav-link.elite.active:hover::after {
        content: "";
        position:absolute;
        bottom: -15px;
        left:47%;
        border-width: 15px 15px 0;
        border-style: solid;
        border-color: #FF0000 transparent;
        display: block;
        width: 0;
    }
    .onglet10 nav > div .nav-item.nav-link.elite.active::after {
        content: "";
        position:absolute;
        bottom: -15px;
        left:47%;
        border-width: 15px 15px 0;
        border-style: solid;
        border-color: #FF0000 transparent;
        display: block;
        width: 0;
    }
}

.onglet10 nav > .nav.nav-tabs{
    border:0!important;
    color:#FFFFFF;
    background-color:#FFFFFF;
    border-radius:0;
    margin-bottom:0!important;
}
.onglet10 nav > div a.nav-item.nav-link.elite{
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    padding:10px;
    color:#003366;
    background:#F7E7CE;
    border-radius:0;
}
.onglet10 nav > div .nav-item.nav-link.elite.active{
    border:1px solid #E7C236;
    padding:10px;
    color:#003366;
    background:#E7C236;
    border-radius:0;
}
.onglet10 nav > div .nav-item.nav-link.elite.active::after {
    content: "";
    position:absolute;
    bottom: -15px;
    left:50%;
    margin-left: -20px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #E7C236 transparent;
    display: block;
    width: 0;
}
.onglet10 nav > div a.nav-item.nav-link.elite:hover,
.onglet10 nav > div a.nav-item.nav-link.elite:focus{
    border:1px solid #E7C236;
    background: #E7C236;
    color:#003366;
    border-radius:0;
    transition:background 0.20s linear;
}



.zone {
    border: 1px dashed #999;
    background-color: #F7E7CE;
    min-height: 150px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.criterion {
    padding: 8px 12px;
    margin: 5px;
    background-color: #e0f0ff;
    border: 1px solid #003366;
    border-radius: 5px;
    cursor: grab;
    font-size: 0.9rem;
    position: relative;
}

.criterion:hover {
    background-color: #cce5ff;
}

.criterion.selected {
    background-color: #d4edda;
    border-color: #28a745;
    padding-right: 35px; /* Espace pour la croix */
}

.criterion.selected:hover {
    background-color: #c3e6cb;
}

.remove-criterion {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background: #666;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-top: 3px;
}

.remove-criterion:hover {
    background: #FF6600;

}

.category {
    margin-bottom: 5px;
}

.category h6 {
    background-color: #003366;
    color: #F7E7CE;
    padding:12px 0 10px 14px;
    border-radius: 5px;
    cursor: pointer;
}

.category .zone {
    display: none;
}

.category.active .zone {
    display: block;
}

.order-number {
    font-weight: bold;
    margin-right: 5px;
    color: #007bff;
}

/* .bleu_fusacq {
  color: #003366;
}

.button-rond {
  background-color: #003366;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
}

.button-rond:hover {
text-decoration: none;
border: 2px solid #003366;
color: #003366;
background-color: #FFFFFF;
}

.gris_999 {
  color: #999;
}

.no_shadow {
  box-shadow: none !important;
}

.no_border {
  border: none !important;
}

.navbar-custom2 {
  background-color: #003366;
} 

.navbar-brand-custom {
  color: white;
  font-weight: bold;
}


.bkg_blanc {
  background-color: white;
}

.no-padding-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bl_gris {
  border-left: 1px solid #ccc;
}

.br_gris {
  border-right: 1px solid #ccc;
} */

#trashZone {
    width: 30px;
    min-width: 30px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    border: 2px solid transparent;
    transition: background-color 0.3s;
}

#trashZone.drag-over {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

#trashZone i {
    pointer-events: none;
}

/* Styles pour le footer */
/* .bg-dark {
  background-color: #343a40 !important;
}

.blanc {
  color: white !important;
}

.cat_footer {
  list-style: none;
  padding: 0;
}

.cat_footer li {
  margin-bottom: 5px;
}

.cat_footer li a {
  color: #ccc;
  text-decoration: none;
}

.cat_footer li a:hover {
  color: white;
}

.inline {
  display: inline-block;
} */



.onglet10 nav > div .nav-item.nav-link.elite.active {
    border: 1px solid #E7C236;
    padding: 10px;
    color: #003366;
    background: #E7C236;
    border-radius: 0;
}

.onglet10 nav > div .nav-item.nav-link.elite.active::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -20px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #E7C236 transparent;
    display: block;
    width: 0;
}

.fixed {
    position: fixed!important;
    z-index: 10!important;
}


.beige_creme{  /* background elite*/
    background-color: #F7E7CE!important;
}


#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: wait;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Appliquer wait cursor à tous les éléments pendant le chargement */
body.loading * {
    cursor: wait !important;
}


#sticky-selected {
    position: sticky;
    top: 100px; /* Ajuste selon la hauteur de ton menu */
    z-index: 10;
    background-color: #F7E7CE; /* Pour éviter les effets de transparence */
}


.btn .link-text{
    text-decoration: none;
}
.btn .link-text:hover{
    text-decoration: underline;
}
.arrow-container {
    width: 10px;       /* largeur visible */
    height: 60px;       /* hauteur visible */
    position: relative;
    overflow: hidden;   /* cache ce qui dépasse */
}
.arrow-move {
    position: absolute;
    top: 58%;
    transform: translateY(-50%); /* centre verticalement */
    animation: slideRight 2s linear infinite;
}


@keyframes slideRight {
    0%   {
        left: -30px;
    }   /* commence à gauche, caché */
    100% {
        left: -18px;
    }   /* finit à droite, caché */
}


div#checkbox_btn small{
    float:left !important;
    white-space: nowrap !important;
}