/* ----------------------- */
/* ::: Print of hh ::: */
/* ----------------------- */
/*.on-block-need-cross-browser-page-break {
    page-break-after: always; // TODO: need test this property on Firefox, maybe not perfect
    page-break-inside: avoid;
}*/
body, body[class] {
  font-size: 14px;
  width: 100%;
  color: #333333 !important; }

.header-image, .header-landing, .bubble-info, .footer-key-number, .footer-list, .footer-list-bottom {
  display: none; }

.print__block {
  padding: 0;
  margin: 20px 0 0; }
.print__title {
  margin-top: 0;
  font-size: 30px; }
  .print__title--orange {
    color: #f58220 !important; }
  .print__title--blue {
    color: #00aeef !important; }
.print__text {
  margin-top: 20px; }
.print__adresse-hh {
  margin-top: 20px;
  font-size: 16px; }
.print__btn {
  display: none; }
.print__table {
  margin-top: 10px; }
  .print__table__row {
    margin-bottom: 15px; }

div[class^="mg-top"] {
  margin-top: 0; }
