
<!DOCTYPE html>
<html lang="es" xml:lang="es">
<head>
    <title>Erreur 404 | Page non trouvée</title>
    <meta name="title" content="Erreur 404 | Page non trouvée"/>
    <meta name="description" content="Erreur 404 | Page non trouvée"/>
    <meta name="author" content="Web Financial Group, S.A."/>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <meta http-equiv="language" content="fr-fr"/>
    <meta http-equiv="refresh" content="180"/>

    <link rel="Shortcut Icon" href="http://rsrc.s3wfg.com/web/faviconBMSv2.ico"/>
    <link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Open+Sans+Condensed:300,700" rel='stylesheet' type='text/css'>

    <style>
        body {
            font-family: Roboto, Sans-Serif;
        }

        a {
            text-decoration: none;
        }

        h1 {
            color: #4d4d4d;
            font-size: 40px;
            margin-bottom: 0px;
        }

        h3 {
            font-size: 1.2em;
            margin-top: 8px;
            margin-bottom: 25px;
            color: #4d4d4d;
        }

        .logo {
            width: 175px;
        }

        .main__logo {
            margin-bottom: 10px;
        }

        .main__logo img {
            width: 389px;
        }

        .no-found {
            margin-top: 80px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .btn-bm {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 320px;
            height: 60px;
            color: #fff !important;
            font-size: 1.6em;
            background-color: #4d4d4d;
            transition: background-color 0.2s linear;
            border-radius: 4px;
        }

        .btn-bm:hover {
            background-color: #4d4d4d;
            color: #fff !important;
        }

        @media screen and (max-width: 800px) {
            .logo {
                width: 125px;
            }

            .no-found {
                margin-top: 40px;
            }

            .no-found img {
                width: 200px;
            }

            h1 {
                color: #ff6347;
                text-align: center;
                font-size: 30px;
                margin-top: 0px;
            }

            .main__logo {
                margin-bottom: 30px;
            }

            h3 {
                font-size: 1.1em;
                text-align: center;
                padding: 0 15px 0 15px;
            }

            .no-found {
                margin-top: 40px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
        }
    </style>


<!-- Custom tags -->
<meta name='last-modified' content='Mon, 18 Jul 2022 19:08:27 +0200' />

<!-- End Custom tags -->
</head>

<body id="section_home">

<div class="no-found">
    <h1>Page non trouvée</h1>
    <h3>La page que vous souhaitez consulter n'est plus disponible à cette adresse</h3>
    <a class="btn-bm" href="/">Retour a la page d'accueil</a>

</div>

<script type="text/javascript">
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-265962-1']);
    _gaq.push(['_trackPageview']);
    (function () {
        var ga = document.createElement('script');
        ga.type = 'text/javascript';
        ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(ga, s);
    })();
</script>
<script language="javascript">
    var url = window.location.protocol + "//" + window.location.host,
        i,
        anchors = document.getElementsByTagName('a');
    for (i in anchors) {
        anchors[i].href = url;
    }

    setTimeout(function () {
        window.location.href = url;
    }, 5000);
</script>

</body>

</html>
