﻿edition-viewer-view {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
edition-viewer-view .SmartPageHtml {
  height: 100%;
  display: flex;
  flex-direction: column;
}
edition-viewer-view .SmartPageHtml smart-panel.hauteur100Pourcent {
  height: 100%;
}
edition-viewer-view .SmartPageHtml smart-panel.justify-end {
  justify-content: flex-end;
}
edition-viewer-view .SmartPageHtml smart-label.btn-fullscreen {
  padding: 10px;
  margin: 5px 0 5px 5px;
}
edition-viewer-view .SmartPageHtml smart-iframe {
  height: 100%;
  width: 100%;
}
edition-viewer-view .SmartPageHtml smart-iframe iframe {
  height: 100%;
  width: 100%;
}