p{
      font-size: 12px;
      color: #373737;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 18px;
  }
  p a{
      color: #218bdc;
      font-size: 12px;
      text-decoration: none;
  }
  a{
      outline: none;
  }
  .f-left{
      float:left;
  }
  .f-right{
      float:right;
  }
  .clear{
      clear: both;
      overflow: hidden;
  }
  #block_error{
    width: auto;
    height: auto;
    border: 1px solid #E0E0E0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    color: #333;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
  }
  #block_error div{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
  }
  #block_error div h2{
      font-size: 22px;
    display: block;
    padding: 0 0 14px 0;
    font-weight: 700;
  }
  .btn-retour-app{
    border-radius: 20px;
    font-weight: 600;
    color: #303f9f !important;
    border: 1px solid #303f9f;
    background: transparent !important;
    text-transform: uppercase;
}