#logo {
    width: 8%;
}
.page-brand-info {
    margin: 50px 0 90px !important;
}

.page-content {
    padding: 0 100px 0 10px;
}

.font-size-20 {
   max-width: 100% !important;
   margin-left: 2% !important;
}

@media (max-width: 768px) {
    #logo {
        width: 23%;
        margin-left: -13%;
    }
    #sub-title {
        font-size:20px !important;
        margin-top: 0;
    }
    .page-content {
        padding: 1% 5%;
    }
    .brand {
        text-align: center;
    }
    #description {
        font-size: 13px !important;
        text-align: justify;
    }
    .page-login-v2:before {
        background-position: center;
    }
    .page-login-v2:before {
        background-image: url("/assets/examples/images/appli-SIRENE.jpg");
    }
    #store {
        display: flex;
        justify-content: center;
        padding: 130% 0 20px 0;

    }
    #apple-store {
        width: 60%;
    }
    .btn-back-home{
        background-color: #69b02f;
        border: 1px solid white;
        color: white;
        width: 80%;
    }
    .page-brand-info {
        display: none !important;
    }
    #app_ios {
        color: white;
        font-size: 30px;
    }
    .sf-toolbarreset {
        display: none !important;
    }
}