<!DOCTYPE html>
<html lang="en_CA">
<head>
  <meta charset="utf-8">
  <title>Requête rejetée / Request Rejected</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">

  <!--[if IE]>
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  <![endif]-->
  <style>
  /* Bell Slim */

  body {
    background: #fff;
    line-height: 1.42857143;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #555;
    margin: 0;
  }

  .container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 15px;
  }
  .container:before,
  .container:after {
    content: '';
    display: table;
  }
  .container:after {
    clear: both;
  }

  .rsx-page-content {
    min-height: calc(100vh - 124px);
  }

  .rsx-txt-center {
    text-align: center !important;
  }
  .rsx-block {
    display: block !important;
  }

  h1 {
    color: #111;
    margin: 20px 0;
  }

  hr {
    background-color: #e1e1e1;
    border: none !important;
    height: 1px;
    margin: 40px auto 30px auto;
    max-width: 600px;
  }

  .bell-header {
    background: #00549A;
    box-shadow: 0px 10px 39px 0px rgba(0,0,0,0.2);
    display: block;
    padding: 19px 0;
  }

  .bell-header .container {
    margin-bottom: 0;
  }

  .bell-header-logo {
    float: left;
  }
  .bell-header-logo svg {
    border: none;
    display: block;
  }

  @media (max-width: 519px) {
    .bell-header {
      padding: 10px 0;
    }
    .bell-header-logo svg {
      width: 44px;
    }
  }

  .rsx-page-content {
    background: #fff;
  }

  .error-page .content {
    background: none;
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .rsx-block + .rsx-block {
    margin-top: 10px;
  }
  .warning-icon {
    display: inline-block;
    height: 80px;
    width: 80px;
  }
  .warning-icon svg {
    display: block;
    height: 100%;
    width: 100%;
  }

  /* .bell-footer {
    bottom: 0;
    position: absolute;
    width: 100%;
  } */
  </style>
</head>
<body>

  <main class="rsx-page-content error-page">
    <div class="container content rsx-no-margin-bottom">
      <div class="row rsx-txt-center">
        <span class="warning-icon">
          <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="36" height="36" viewBox="0 0 36 36">
            <defs>
              <path id="icon-warning-a" d="M29.3131858,6.68586297 C23.065335,0.438012146 12.934665,0.438012146 6.68671356,6.68596356 C0.437762146,12.934915 0.437762146,23.064585 6.68671356,29.3135364 C12.934665,35.5614879 23.065335,35.5614879 29.3131858,29.313637 C35.5612714,23.0646626 35.5612714,12.9348374 29.3131858,6.68586297 Z M30.7275,5.27175 C37.7565,12.30175 37.7565,23.69775 30.7275,30.72775 C23.6985,37.75675 12.3015,37.75675 5.2725,30.72775 C-1.7575,23.69775 -1.7575,12.30175 5.2725,5.27175 C12.3015,-1.75725 23.6985,-1.75725 30.7275,5.27175 Z M17.0001,15.5566 L17.0001,26.7386 C17.0001,27.2908847 17.4478153,27.7386 18.0001,27.7386 C18.5523847,27.7386 19.0001,27.2908847 19.0001,26.7386 L19.0001,15.5566 C19.0001,15.0043153 18.5523847,14.5566 18.0001,14.5566 C17.4478153,14.5566 17.0001,15.0043153 17.0001,15.5566 Z M17.999725,11.3294406 C18.8281521,11.3294406 19.499725,10.6578677 19.499725,9.82944062 C19.499725,9.00101349 18.8281521,8.32944062 17.999725,8.32944062 C17.1712979,8.32944062 16.499725,9.00101349 16.499725,9.82944062 C16.499725,10.6578677 17.1712979,11.3294406 17.999725,11.3294406 Z"/>
            </defs>
            <g fill="none" fill-rule="evenodd">
              <use fill="#F9AC28" fill-rule="nonzero" transform="rotate(-180 18 18)" xlink:href="#icon-warning-a"/>
            </g>
          </svg>
        </span>
        <h1 class="rsx-pad-v rsx-txt-bold">Oups</h1>
        <span class="rsx-block">Votre requête ne peut être traitée en ce moment, veuillez contacter votre service à la clientèle.</span>
          <br /><br />
          <span class="rsx-block">Numéro de référence: DCS2501978187905105091</span>
          <p><a href="" title="Page précédente">Page précédente</a></p>
        <hr />
        <h1 class="rsx-pad-v rsx-txt-bold">Oops</h1>
        <span class="rsx-block">Your request cannot be completed, please contact your customer service.</span>
        <br /><br />
        <span class="rsx-block">ReferenceID: DCS2501978187905105091</span>
          <p><a href="" title="Previous page">Previous page</a></p>
      </div>
    </div>
  </main>
  <footer class="bell-footer">
    <div class="container">
      <!--<p>&copy;2019. All rights reserved.</p> -->
    </div>
  </footer>
</body>
</html>