/* Justifier tous les paragraphes */
.rst-content p,
.document p,
.body p,
.content p {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

/* Garder code et tableaux alignés à gauche */
pre, code, .highlight, table, th, td {
    text-align: left !important;
}

/* Premium Food Tiles / Tuiles de menu */
.premium-tile {
    border-radius: 15px;
    box-shadow: 0 8px 24px #c3c9df47;
    padding: 20px 32px 12px 32px;
    margin-bottom: 28px;
    max-width: 410px;
    display: inline-block;
    vertical-align: top;
}
.premium-tile-blue { background: #e3f0fa; color: #1592f5; }
.premium-tile-red { background: #fff0f2; color: #ED2939; }
.premium-tile-green { background: #eafbe7; color: #26B470; }
.premium-tile-orange { background: #fff7e1; color: #FFA500; }
.premium-tile-yellow { background: #fff7e1; color: #EF9D00; }
.premium-tile-default { background: #fafbfc; color: #666; }

.premium-tile img {
  vertical-align: middle;
  margin-right: 18px;
  max-width: 70px;
  display: inline-block;
}
.premium-tile-label {
    font-weight: bolder;
    font-size: 1.5em;
    vertical-align: middle;
}
