.blocInformations
{
    display: none;
}

.list-container
{
    width: 100%;
    /*height: 40px;*/
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.list-marque-container
{

}

.list-marque-de
{
    font-size: 10pt;
    color:#A5A9AD;
}

.list-container .liste-table
{
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 40px;
    border-collapse: collapse; 
}

.list-container .liste-table .liste-ligne
{
    display: table-row;
    border-bottom: 1px solid #DEE2E6;
}

.list-container .liste-table .liste-ligne .liste-cellule
{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.list-container .liste-table .liste-ligne .liste-cellule.liste-pays
{
    text-align: left;
    width: 10%;   
}

.list-container .liste-table .liste-ligne .liste-cellule.liste-flag
{
    width: 5%;   
}

.list-container .liste-table .liste-ligne .liste-cellule.liste-flag img
{
    width: 30px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
}

.list-container .liste-table .liste-ligne .liste-cellule.liste-stand
{
    text-align: left;
    width: 10%;   
}

.list-container .liste-table .liste-ligne .liste-cellule.liste-stand div
{
    display: inline-block;
}

.list-container .liste-table .liste-ligne .liste-cellule.liste-activite
{
    text-align: left;
    width: 35%;   
    color:#A5A9AD;
}

.list-container .liste-table .liste-ligne .liste-cellule.liste-exposant
{
    height: 40px;
    width: 40%;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
}

.list-container .liste-table .liste-ligne .liste-cellule.liste-exposant-sans-stand
{
    height: 40px;
    width: 50%;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
}

.list-container .liste-table .liste-ligne .liste-cellule.liste-exposant .liste-exposant-nom,
.list-container .liste-table .liste-ligne .liste-cellule.liste-exposant-sans-stand .liste-exposant-nom
{
    display: inline-block;
}

.liste-hall
{
    color: #24316A;
    font-weight: bold;
}

.liste-rsoc-rouge
{
    color: red;
}

.liste-logo
{
    width: 160px;
}

.tooltip-inner {
  background-color: white !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: black;
  font-weight: bold;
  border:1px solid black;
  opacity: 1;
}

.tooltip .tooltip-inner {
    --bs-tooltip-bg: black;
    opacity: 1;
}
.tooltip .tooltip-arrow::before {
    --bs-tooltip-bg: black;
    opacity: 1;
}

.tooltip.show {
    opacity: 1;
}

.card-celluleExposant
{
    width: 100%;
    height: 100%;
}

.container-en-tete
{
    background-color: #bbb;
}

.container-en-tete .liste-exposant-nom,
.container-en-tete .liste-activite,
.container-en-tete .liste-pays
{
    color:white !important;
}

@media screen and (max-width: 800px) {
    
    .list-container
    {
        width: 100%;
        position: relative;
        height: initial;

    }

    .list-container .liste-table
    {
        display: block;
        width: 100%;
        height: initial;
    }

    .list-container .liste-table .liste-ligne
    {
        display: block;
    }

    .list-container .liste-table .liste-ligne .liste-cellule
    {
        display: block;
    }

    .list-container .liste-table .liste-ligne .liste-cellule.liste-pays
    {
        padding-left: 10px;
        width: 100%;   
        display: none;
    }

    .list-container .liste-table .liste-ligne .liste-cellule.liste-flag
    {
        position:absolute;
        right: 10px;
        top: 0px;
        width: 30px;   
    }

    .list-container .liste-table .liste-ligne .liste-cellule.liste-flag img
    {
        width: 30px;
    }

    .list-container .liste-table .liste-ligne .liste-cellule.liste-stand
    {
        padding-left: 10px;
        width: 100%;   
        height: initial;
    }

    .list-container .liste-table .liste-ligne .liste-cellule.liste-stand div
    {
        display: inline-block;
        height: initial;
    }

    .list-container .liste-table .liste-ligne .liste-cellule.liste-activite
    {
        padding-left: 10px;
        width: 90%;   
        height: initial;
        font-size: 10pt;
    }

    .list-container .liste-table .liste-ligne .liste-cellule.liste-exposant
    {
        width: 100%;
        height: initial;
    }


}