/* -------------- HABILLAGE PUBLICITAIRE --------------  */

#E_Habillage_Site,  #E_Habillage_Site img 
{
    display: none;
}

@media (min-width:992px)
{
    #E_Habillage_Site 
    {
        display: block;
        position:fixed;width:100%;
        height:100%;
        top:0;
        left:0;
        background-position:top center;
        background-repeat:no-repeat;
        z-index: 0;
    }

    #E_Habillage_Site img 
    {
        display: block;
        margin: auto;
    }
    
}

@media (max-width: 768px) 
{
    #E_Habillage_Mobile_Site
    {
        margin-right: 0px;
        margin-left: 0px;
    }
    #E_Habillage_Mobile_Site img
    {
        margin-top: 5px;
        margin-bottom: 15px;
    }
}

/* -------------- FIN HABILLAGE PUBLICITAIRE -------------- */ 

/* -------------- MEGASKYSCRAPER -------------- */

@media (min-width:1526px)
{
    #E_Megaskyscraper_Zone
    {
        position: relative;
    }

    #E_Megaskyscraper
    {
        width: 160px;
        display: block;
        position: absolute;
        right: -170px;
        top : 226px;
        z-index: 100;
    }
    
}

@media (max-width:1525px)
{
    #E_Megaskyscraper_Zone
    {
        display: none;
    }

    #E_Megaskyscraper
    {
        display: none;
    }
}

/* -------------- FIN MEGASKYSCRAPER -------------- */

/* -------------- SLIDEIN -------------- */

#E_SlideIn_Btn
{
    position: fixed;
    top: -999px; /* Modifié dynamiquement en javascript */
    right: 0px;
    z-index: 155;
    background-color: white;
    border: grey solid 1px;
    color: grey;
    font-size: 20px;
}

#E_SlideIn_Zone
{
    position: fixed;
    top: -999px; /* Modifié dynamiquement en javascript */
    right: 0px;
    z-index: 150;
}

/* -------------- FIN SLIDEIN -------------- */

/* -------------- FOOTER PUBLICITAIRE -------------- */

#E_Footer_Pub
{
    bottom: 0px;
    z-index: 100;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

E_Footer_Pub_Zone
{
    display: block;
    position: relative;
    cursor: pointer;
    top : 10px;
}

#E_Footer_Pub_Zone button
{
    position: absolute;
    z-index: 200;
    right: 0px;
    background-color: white;
    border: grey solid 1px;
    color: grey;
    font-size: 20px;
}


/* -------------- FIN FOOTER PUBLICITAIRE -------------- */
