/*
Disneyland Paris, DLP
Styles for fixed button
Author: iAdvize
*/

.idz-call-on:hover {
    /*Cursor*/
    cursor: pointer;
}

/* -------------------
    Desktop version
------------------- */
@media screen and (min-width: 769px) {
    .idz-call-on {
        /*Size*/
        width: 230px;
        height: 96px;
        /*Position*/
        position: fixed;
        right: 20px;
        bottom: 250px;
        z-index: 999;
    }
    /*
        Images
        Background / languages
    */
    .idz-call-en-on {
        /*Background*/
        background: transparent url("") no-repeat;
    }
    #idzfcallonline {
        position: fixed;
        right: 26px;
        bottom: 26px;
        z-index: 999;
        cursor: pointer;
    }
    #idzfcalloffline {
        position: fixed;
        right: 26px;
        bottom: 26px;
        z-index: 999;
        cursor: pointer;
    }
}

/* -------------------
    Mobile version
------------------- */
@media screen and (max-width: 768px) {
    .idz-call-on {
        /*Size*/
        width: 71px;
        height: 71px;
        /*Position*/
        position: fixed;
        left: -12px;
        bottom: 50px;
        z-index: 999;
        /*Background*/
        background: transparent url("") no-repeat;
    }
    #idzfcallonline {
        position: fixed;
        left: 25px;    
        bottom: 185px;
        z-index: 999;
        cursor: pointer;
    }
    #idzfcalloffline {
        position: fixed;
        left: 25px;   
        bottom: 185px;
        z-index: 999;
        cursor: pointer;
    }
}
