



.hovercard:hover {
    filter: none;
    cursor: pointer;
    transition: 0.3s ease-out;
    transform: scale(1.06);
}






.btn-collapse{
    display: none !important;
}









.prntmod {
    width: 1200px;
    /* background-color: rgb(255 255 255 / 90%);*/
    top: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 8px;
    padding: 16px;
    height: auto;
    pointer-events: auto;

}


.btn-mod{
    background: none !important;
}
.btn-over{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px 0px 8px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none !important;;
    line-height: 1.75;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: none;
    height: 40px;
    text-transform: none;
    border-radius: 25px;
    color: rgba(0, 0, 0, 0.87);
    width: 100%;
    min-width: 0px;
    font-weight: normal;
    padding: 8px;
    background-color: rgb(243, 244, 245);
}

.lienimage{
    text-decoration : none !important;
}
.list-inline > li img {
    display: inline !important;
}

.img-overlay i{
    position: relative;

    font-size: 20px !important;
    top: 3px;

}



#testOverlay{
    top: 40px;
    overflow-y: initial !important;
}

.img-overlay button{
    background-color:rgba(12, 18, 28, 0.38);
    border-radius: 50px;
    right: 0;
    position: relative;
    top: 2px;
    height: 40px;
    width: 40px;
    font-size: 15px;
    text-align: center;
}


.img-prev{
    display: flex;
    align-items: center;
    justify-content: space-around;



}




.corp{
    border: none;
    display: flex;
    flex-direction: column;
    grid-area: assetContainer / assetContainer / assetContainer / assetContainer;
    max-height: 100%;
    overflow: hidden;
}

.previewImagever {

    width: auto;
    height: 500px !important;
}



.prtg{

    color: rgb(237 46 95);
    background-color: white;
    border-color: rgb(237 46 95);

    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px 0px 8px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none !important;;
    line-height: 1.75;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: none;
    height: 40px;
    text-transform: none;
    border-radius: 25px;
    width: 100%;
    min-width: 0px;
    font-weight: normal;
    padding: 8px;

}

.shrfb{
    color: rgb(237 46 95);
    background-color: white;
    border-color: rgb(237 46 95);

    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px 0px 8px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none !important;;
    line-height: 1.75;
    box-shadow: none;
    height: 40px;
    text-transform: none;
    border-radius: 25px;
    width: 100%;
    min-width: 0px;
    font-weight: normal;
    padding: 8px;
}

.imagepl{
    border: 0px solid rgba(12, 18, 28, 0.12);
    position: relative;
    outline: 0px;
    overflow: hidden;
    display: flex;
    width: auto !important;
    height: 500px !important;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    opacity: 1;
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
#overlay {
    background: rgba(12, 18, 28, 0.87);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
/ / Removes blue highlight -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.actdld{
    display: none;
}


#prevButton {
    margin-right : 80px !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    position: relative !important;
    box-sizing: border-box !important;
    -webkit-tap-highlight-color: transparent !important;
    outline: 0px !important;
    border: 0px !important;

    cursor: pointer !important;
    user-select: none !important;
    vertical-align: middle !important;
    appearance: none !important;
    text-decoration: none !important;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: rgb(255, 255, 255) !important;
    box-shadow: none !important;
    font-weight: bold !important;
    text-transform: none !important;
    border-radius: 25px !important;
    height: 48px !important;
    line-height: 1.133rem !important;
    font-size: 1.133rem !important;
    padding: 8px !important;
    min-width: 48px !important;
}

#nextButton{
    margin-left : 80px !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    position: relative !important;
    box-sizing: border-box !important;
    -webkit-tap-highlight-color: transparent !important;
    outline: 0px !important;
    border: 0px !important;

    cursor: pointer !important;
    user-select: none !important;
    vertical-align: middle !important;
    appearance: none !important;
    text-decoration: none !important;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: rgb(255, 255, 255) !important;
    box-shadow: none !important;
    font-weight: bold !important;
    text-transform: none !important;
    border-radius: 25px !important;
    height: 48px !important;
    line-height: 1.133rem !important;
    font-size: 1.133rem !important;
    padding: 8px !important;
    min-width: 48px !important;
}


@media screen and (max-width: 1232px) {
    .prntmod{
        width: 926px;
    }
}
@media screen and (max-width: 946px) {
    .opti{
        display: flex;
        padding: 0px 89px;
    }

    .shrfb{
        border: none;
        background: none;
    }
    .prntmod{
        width: 768px;
    }
}

@media screen and (max-width: 991px) {
    .t-cache {
        display: none;

    }

    .acce {
        border: none;
        background: none;
    }

    .opti {
        display: block;
        justify-content: center;
        text-align: center;
    }

    .telechager-payer{
        width: 80% !important;
        display: inline !important;

    }
    .imagepl{
        overflow: visible;
    }

    .prntmod{
        width: 540px;
    }

    .prtg{
        width: 50% !important;

    }
    .shrfb{
        width: 50% !important;

    }
    .actdld{
        font-size: 20px;
        display: block;
        color: white;
    }
    .actdldte{
        display: none;
    }


}
.pagesingle{
    display: none;
}
@media screen and (max-width: 600px) {
    #testOverlay{
        display:none!important;
    }
    .img-overlay{
        display: none !important;
    }
    .margin-zero{
        display: flex !important;
    }
    .opti {
        display: flex;

    }
    .pagesingle{
        display: block !important;
        font-size: 17px !important;
    }
    .allezto{
        display: none;

    }
    .prntmod{

        width: 300px;
    }
    .previewImagever{


        height: 200px !important;
    }

    .actdld{
        color: rgb(237 46 95);
    }




    .telechager-payer{
        border: none;
        background-color: rgba(255, 255, 255, 0.29) !important;

    }
    .actdldte{
        display: none !important;
    }

}
