.fe-bouton-entete
{
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=50);
    opacity: .5;
    border:0px;
    padding:0px 10px 0px 5px;
    background-color: transparent;
}

.fe-bouton-entete:focus, .fe-bouton-entete:hover 
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=80);
    opacity: .8;
}

.fe-modal-title
{
    line-height: 20pt;
    display: block;
    width: calc(100% - 100px);
}

.fe-qleads-mobile
{
    display: none;
}

.fe-qleads-desktop
{
    display: block;
}

.fe-qleads-desktop img
{
    width:160px;
    border:1px solid #ccc;
}

.fe-qleads-title
{
    color:#ccc;
}

.fe-qleads-button:hover
{
    background-color: #ccc;
}

.fe-drapeau
{
    width: 48px;
    border: 0.5px solid #eee;
}

.fe-logo-produit
{
    width:110px;
    height:110px;
    display:inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;

    font-size: 40pt;
    color: transparent;
    text-align: center;
}

.fe-picto-trophee
{
    width:80px;
    height:80px;  
}

.fe-logo-produit:hover
{
    color: white;
}

.fe-logo-produit-img
{
    width: 100%;
    object-fit: contain;
}

.fe-logo-produit-loupe
{
    position:absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.fe-logo-produit-loupe i
{
    margin-top: 25px;
    font-size: 30pt;
}

.fe-logo-produit:hover .fe-logo-produit-loupe i
{
    color: black;
}

.fe-textes-produit
{
    display:inline-block;
    padding-left: 10px;
    width:calc(100% - 130px);
}

.fe-titre-produit
{
    font-family: "Helvetica";
    font-weight: bold;
    color:black;
}

.fe-ligne-produit
{
    height: 0px;
    margin-bottom: 12px;
    display: block;
    border-bottom: 1px solid #ccc;
    width: calc(100% - 150px);
    margin-left: 130px;
}

.fe-activites
{
    padding: 10px;
    border-radius: 15px;
    color: white;
    margin: 5px;
    display: table;
}

.fe-activites.n1
{
    background-color:gray;
    margin-left: 0px;
}

.fe-activites.n2
{
    color:white;
    background-color:gray;
    margin-left: 40px;
}

.fe-activites.n3
{
    color:white;
    background-color:gray;
    margin-left: 80px;
}

.fe-activites.n4
{
    color:white;
    background-color:gray;
    margin-left: 120px;
}

.fe-activites.n5
{
    color:white;
    background-color:gray;
    margin-left: 160px;
}

.fe-activites.n6
{
    color:white;
    background-color:gray;
    margin-left: 200px;
}

.fe-drapeau-header
{
    width: 32px;
    position: absolute;
    left: 10px;
    top: 15px;
    border: 0.5px solid #eee;
}

.fe-drapeau-header-marge
{
    margin-left:35px;
}

.fe-bouton-multiplan-wrapper
{
    display: inline-block;
    text-align: center;
}

.fe-libelle-secteur
{
    font-size: 6pt;
    font-weight: normal;
}

.fe-bouton-multiplan
{
    margin-bottom: 0px;
}

/*.icone
{
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    border:0px;
    padding:0px 10px 0px 0px;
    background-color: transparent;
}

.icone:focus, .icone:hover 
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}*/