/**
 * Feuille de style pour la 4.1.0
 *
 * @category  ASR
 * @package   WAC
 * @author    Nhu-Hoai Robert Vo <nhv@rhyzom.ch>
 * @copyright 2024 Association Sécurité Riviera
 * @license   No license
 * @version   GIT: 4.1.0
 * @link      https://www.securite-riviera.ch/
 * @since     4.1.0
 */

body, html {
  height: 100vh;
  margin: 0;
  position: absolute;
  width: 100vw;
}

.wrapper {
  height: 100vh;
  overflow: hidden;
  position: absolute;
  width: 100vw;
}

.navbar-brand > img {
  max-height: 50px;
}

.contents {
  overflow-y: auto;
}
