/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from SOLEDIS
* Use, copy, modification or distribution of this source file without written
* license agreement from the SOLEDIS GROUP is strictly forbidden.
*    ___  ___  _    ___ ___ ___ ___
*   / __|/ _ \| |  | __|   \_ _/ __|
*   \__ \ (_) | |__| _|| |) | |\__ \
*   |___/\___/|____|___|___/___|___/
*
*  @author    SOLEDIS <prestashop@groupe-soledis.com>
*  @copyright 2019 SOLEDIS
*  @license   All Rights Reserved
*/

.sld-badge-acces-scroll {
    overflow: hidden;
}
.sld-access-badge-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.71);
    backdrop-filter: blur(10px);
}
.sld-access-badge {
    max-width: 450px;
    width: 100%;
    background-color: #346B6B;
    color: #fff;
    border-radius: 8px;
}
.sld-access-badge-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    min-height: 60px;
    padding: 10px;
    border-radius: 8px 8px 0 0;
}
.sld-access-badge-header img {
    max-width: 90px;
    height: auto;
}
.sld-access-badge-main {
    padding: 30px;
    font-weight: 500;
}
.sld-access-badge-main .sld-icon-picot-acces {
    display: inline-block;
    font-size: 7rem;
    font-weight: 400;
    margin-bottom: 20px;
}
.sld-access-badge-main p {
    text-align: center;
    margin-bottom: 20px;
}
.sld-access-badge-bottom {
    display: flex;
    justify-content: space-around;
    padding: 0 30px 40px;
}
.sld-access-badge-bottom .btn-primary {
    color: #295454;
}
.sld-access-badge-bottom .btn-acces-back {
    background-color: #295454;
    color: #FFAF53;
}