        .info-msg {
            margin: 0px auto 40px;
            max-width: 740px;
        }

        .info-msg-caption {
            padding: 25px;
            font-size: 16px;
            border: 1px solid #e0e0e0;
            display: block;
            border-radius: 8px;
            background-color: #f9f9f9;
            text-align: center;
        }

        .info-msg-inner {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .info-msg-inner img {
            margin-bottom: -16px;
            border: 1px solid #e0e0e0;
            padding: 5px 6px;
            border-radius: 100px;
            width: 20px;
            background-color: white;
        }

        .dload-page {
            min-height: calc(100vh - 446px);
            text-align: center;
        }

        .nav-dwn.fr.nav-qte {
            display: block;
        }

        .nav-dwn.fr.nav-qte a {
            color: #ea142b;
            background: #fff;
            outline: 1px solid #ea142b;
            border-radius: 5px !important;
        }

        .nav-dwn.fr.nav-qte a:hover {
            color: #fff;
            background: #ea142b;
        }

        .nav-dwn.fr.nav-qte .icon-s-quote {
            display: none;
        }

        @media screen and (max-width:500px) {
            .nav-dwn.fr.nav-qte {
                display: none;
            }
        }
    