/* ********************** */
/*    TABLEAU LISTE       */
/* ********************** */
.tableau-liste {}
.ligne-info {}
.info-hover {}

.tableau-liste th {
    border-collapse:separate; 
    border-spacing:0 20px;
    cursor: pointer; 
}

.tableau-liste th:first-of-type, 
.tableau-liste th:last-of-type {
    cursor: default !important; 
    width: 5%;
} 

.tableau-liste .ligne-info {
    position: relative; /* accroche .info-hover */
} 

.tableau-liste .ligne-info td {
    cursor: pointer;
    height: 71px;
    padding: 0;
}

.tableau-liste .ligne-info .ligne-hover .info-hover,
.tableau-liste .ligne-info .ligne-hover .bg-warning  {
    display: none;
}

.tableau-liste .ligne-info:hover .ligne-hover .info-hover,
.tableau-liste .ligne-info:hover .ligne-hover .bg-warning  {
    display: block;
}

.tableau-liste .ligne-info .ligne-hover .info-hover,
.tableau-liste .ligne-info .ligne-hover .bg-warning {
    position: absolute;  /* accroché par  .ligne-info */
    top: 0;
    left: 0;
    width: 100%;
}

.container-dashbord .container-matching svg {
    width: 70px;
    height: 50px;
 }

 .page-matching .entete-page .page-titre svg {
    width: 66px;
    height: auto;
 } 
 
 .page-matching .entete-page .offset-xl-1 {
    margin-left: 13%;
 }


 /* ************************ */
/*    FILTRE RECHERCHE       */
/* ************************ */

/* ________________ */
/*  Filtre - Commun */

.filtre-recherche {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 1em;    
    margin-top: 1.5em;
    margin-bottom: 2em;
}

.filtre-recherche .affichage-carte {
    position: relative; /* accroche le svg .affiche-carte */
    display: block;
    width: 25px;
    height: auto;
}

.filtre-recherche .affichage-carte svg {
    width: 25px !important;
    height: 27px;
    position: absolute;
    bottom: -1px;
}

.filtre-recherche .affichage-liste svg {
    width: 31px !important;
    height: auto;
}

.filtre-recherche .container-recherche {
    width: 220px; 
    position: relative; /* accorche .delete-filtre = la croix pour supprimer la recherche en cours  */
}

.filtre-recherche .container-recherche .champ-recherche {
    background-color: transparent;
    border: 0;
    border-radius: 0 ;
    border-bottom: 1px solid var(--gris-3);
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    padding: 0 10px 0 25px!important; /* reset Bst */
    margin-right: 0 !important;  /* reset Bst */
}

.filtre-recherche .container-recherche .delete-filtre {
    right: 5px;
}

.filtre-recherche .container-recherche .delete-filtre svg {
    fill: var(--gris-1);
}

.filtre-recherche .container-aide {
    position: relative; /* accorche .text-info = le texte du picto '?'  */
}

.filtre-recherche .container-aide .text-info {
    position:absolute;
    top: -35px;
    left: 35px;
    width:210px;
    background:var(--light-gray);
    color: var(--background_menu-gauche)!important
}

/* ________________________ */
/* Filtre Page "Mes Profils */
.filtre-recherche .affichage-carte.color--black svg,
.filtre-recherche .affichage-liste.color--black svg {
    color: var(--main-color_paragraphe); /* couleur par défaut du picto */
}

.filtre-recherche .affichage-carte.color--profil svg,
.filtre-recherche .affichage-liste.color--profil svg {
    color: var(--main-color_profil); /* couleur lorsque le picto est sélectionné */
}

.maincontent__profil .filtre-recherche .container-recherche .champ-recherche {
    background: url(/assets/img/svg/loupe_profil.svg) 0px center / 20px 20px no-repeat;

}

/* _________________________ */
/* Filtre Page "Mes Missions */
.maincontent__mission .filtre-recherche .container-recherche .champ-recherche {
    background: url(/assets/img/svg/loupe_mission.svg) 0px center / 20px 20px no-repeat;

}

/* ------------------ */
/*       PUB         */

/* >>>>>>>>> Site Public  */
.pub-menuGauche {
    position: relative; /* accroche le cache texte .fond-image  */ ;
    background-color: #003360;     
    border-radius: 30px;
    display: flex; 
    flex-wrap: nowrap;
    position: absolute;
    bottom: -110px; 
    left: -20px; 
    /* width: 98px; */
    width: 295px; 
    height: 65px;
    cursor: pointer;
    transition: width 2s; }

.pub-menuGauche:hover {width: 295px;}   
 
.pub-menuGauche .lien-texte {
    font-size: 0.85em; 
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 8px 30px 0 0;
    width: 230px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;}

.pub-menuGauche .fond-image { /* sert aussi pour cacher texte */
    position: absolute; /*  accroché par .pub-menuGauche  */
    top: 0;
    left: 20px;
    z-index: 10;
    background-color: #003360; 
    height: 65px;
    padding-left: 8px;
    display: flex; /* pour placer l'image correctement */
    justify-content: center;
    align-items: center;}

.pub-menuGauche .pub-picto {
    padding-right: 5px;
    width: 55px;}

/* >>>>>>>>>>>>>> Site connecté */

.messagerie .pub-menuGauche {width: 95px;}
.messagerie .pub-menuGauche:hover {width: 295px;}   
