@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap);
.Page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  overflow-y: hidden;
  padding: 0; }
  .Page > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .Page .background {
    position: absolute;
    width: 25rem;
    height: 100%;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat; }
  .Page header,
  .Page footer {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center; }
    .Page header .background,
    .Page footer .background {
      width: 20rem; }
  .Page header {
    height: 25%;
    padding-top: 3rem;
    padding-bottom: 0.5rem; }
    .Page header .background {
      top: 0;
      background-position: top; }
      .Page header .background.left {
        left: 0;
        background-image: url("/images/desktop_header_L.png"); }
      .Page header .background.right {
        right: 0;
        background-image: url("/images/desktop_header_R.png"); }
    .Page header .image {
      cursor: pointer; }
      .Page header .image img {
        object-fit: cover;
        margin-bottom: 0.5rem;
        width: 15rem; }
    .Page header h1 {
      margin-bottom: 0.5rem;
      color: #031655;
      font-size: 1.5rem;
      font-family: 'Montserrat';
      font-weight: 500; }
    .Page header h2 {
      font-size: 1.5rem;
      text-align: center; }
  .Page footer {
    position: relative;
    justify-content: flex-end;
    height: 15%; }
    .Page footer .logos {
      display: flex;
      justify-content: center;
      align-items: center;
      display: flex; }
      .Page footer .logos a {
        height: 3rem;
        margin: 0.5rem; }
      .Page footer .logos img {
        height: 100%;
        width: unset; }
    .Page footer .version,
    .Page footer .legal {
      font-family: 'Montserrat';
      color: #031655;
      font-size: 0.7rem; }
    .Page footer .legal {
      text-decoration: underline;
      margin-bottom: 0.2rem; }
    .Page footer .version {
      margin-bottom: 0.5rem; }
    .Page footer .background {
      bottom: 0;
      background-position: bottom; }
      .Page footer .background.left {
        left: 0;
        background-image: url("/images/desktop_footer_L.png"); }
      .Page footer .background.right {
        right: 0;
        background-image: url("/images/desktop_footer_R.png"); }
  .Page .Tiles {
    display: grid;
    justify-content: center;
    grid-gap: 2rem;
    grid-template-columns: repeat(3, 30%);
    grid-template-rows: repeat(3, 30%);
    height: 60%;
    padding: 0 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem; }

@media screen and (max-width: 768px) {
  .Page header {
    height: 20%;
    padding-top: 1.5rem; }
    .Page header .image img {
      width: 5rem; }
    .Page header h1 {
      font-size: 1.3rem; }
    .Page header h2 {
      font-size: 1rem; }
  .Page footer {
    height: 10%; }
    .Page footer .logos a {
      height: 2rem; }
  .Page header .background,
  .Page footer .background {
    width: 15rem; }
  .Page .button {
    position: absolute;
    left: 0;
    right: 0;
    width: 4rem;
    margin: 0 auto;
    text-align: center;
    cursor: pointer; }
    .Page .button svg {
      fill: #031655; }
    .Page .button.up {
      top: 0;
      transform: rotate(-90deg); }
    .Page .button.down {
      bottom: 0;
      transform: rotate(90deg); }
  .Page .Tiles {
    height: 70%;
    position: relative;
    display: block;
    flex-direction: column;
    padding: 4rem 2rem; }
    .Page .Tiles h3 {
      font-size: 1.3rem; }
    .Page .Tiles .scroller {
      display: flex;
      flex-flow: column; }
    .Page .Tiles .scroller-container {
      flex: 1 0; }
    .Page .Tiles .group {
      display: flex;
      flex-flow: column;
      justify-content: center;
      height: 100%; } }

@media screen and (max-width: 480px) {
  .Page .Tiles {
    padding: 4rem 2rem; }
    .Page .Tiles h3 {
      font-size: 1rem; }
    .Page .Tiles .Tile .image {
      padding: 0;
      min-width: unset; }
  .Page .button {
    width: 3rem; }
    .Page .button.up {
      top: 1rem; }
    .Page .button.down {
      bottom: 1rem; }
  .Page header .background,
  .Page footer .background {
    left: 0;
    right: 0;
    top: 0;
    width: unset; }
    .Page header .background.right,
    .Page footer .background.right {
      display: none; }
  .Page header h1 {
    font-size: 1.2rem;
    margin: 0; }
  .Page header .image img {
    width: 3rem; }
  .Page header .background.left {
    background-image: url("/images/mobile_header.png"); }
  .Page footer .logos a {
    height: 1.5rem;
    margin: 0.2rem; }
  .Page footer .version {
    margin-bottom: 1rem; }
  .Page footer .background.left {
    background-image: url("/images/mobile_footer.png"); } }

@media screen and (max-width: 370px) {
  .Page header {
    padding-top: 1rem; } }

.Tile {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-height: 10rem;
  font-size: 1.2rem;
  border-radius: 12px;
  border-width: 6px;
  border-right: 0;
  border-style: solid; }
  .Tile.yellow {
    border-color: #f1d982;
    background-color: #f1d982; }
    .Tile.yellow svg * {
      fill: #dd963b; }
    .Tile.yellow:not(.current):hover {
      border-color: #dd963b;
      background-color: #dd963b; }
      .Tile.yellow:not(.current):hover .name {
        background-color: #dd963b; }
      .Tile.yellow:not(.current):hover svg * {
        fill: #f1d982; }
  .Tile.blue {
    border-color: #c8d6fc;
    background-color: #c8d6fc; }
    .Tile.blue svg * {
      fill: #759ff5; }
    .Tile.blue:not(.current):hover {
      border-color: #759ff5;
      background-color: #759ff5; }
      .Tile.blue:not(.current):hover .name {
        background-color: #759ff5; }
      .Tile.blue:not(.current):hover svg * {
        fill: #c8d6fc; }
  .Tile.green {
    border-color: #daea94;
    background-color: #daea94; }
    .Tile.green svg * {
      fill: #648b63; }
    .Tile.green:not(.current):hover {
      border-color: #648b63;
      background-color: #648b63; }
      .Tile.green:not(.current):hover .name {
        background-color: #648b63; }
      .Tile.green:not(.current):hover svg * {
        fill: #daea94; }
  .Tile.current {
    opacity: 0.2;
    cursor: initial; }
  .Tile .name,
  .Tile .image {
    display: flex;
    align-items: center;
    justify-content: center; }
  .Tile .name {
    flex: 1 0;
    max-width: 70%;
    padding: 0.5rem 1rem;
    border-radius: 8px 0 0 8px;
    background: white;
    text-align: center;
    font-family: 'Montserrat'; }
  .Tile .image {
    width: 30%;
    max-width: 10rem; }
    .Tile .image svg {
      flex: 1 0;
      margin: 1rem; }

@media screen and (max-width: 768px) {
  .Tile {
    border-width: 4px;
    border-radius: 8px;
    height: 8rem;
    margin: 1rem 0; }
    .Tile .name {
      border-radius: 6px 0 0 6px;
      max-width: unset; }
    .Tile .image {
      min-width: unset;
      width: 7rem; }
      .Tile .image svg {
        margin: 0.5rem; } }

@media screen and (max-width: 480px) {
  .Tile {
    border-width: 3px;
    border-radius: 6px;
    height: 3.5rem;
    margin: 0.5rem 0;
    font-size: 0.9rem; }
    .Tile .name {
      border-radius: 4px 0 0 4px;
      padding: 0.5rem; }
    .Tile .image {
      min-width: unset;
      margin: 0;
      width: 3.5rem; }
      .Tile .image svg {
        margin: 5px; } }

.Nav {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem; }
  .Nav ul {
    flex: 1 0;
    display: flex;
    justify-content: center;
    flex-flow: wrap; }
  .Nav .Tile {
    border-right: none;
    margin: 1rem;
    flex-basis: 15rem;
    font-size: 1rem; }
    .Nav .Tile .image {
      width: 5rem; }

@media screen and (max-width: 768px) {
  .Nav .Tile {
    height: 5rem;
    flex-direction: row;
    justify-content: space-between; } }

@media screen and (max-width: 480px) {
  .Nav .Tile {
    height: 3.5rem;
    margin: 0.5rem 0;
    font-size: 0.8rem; }
    .Nav .Tile .image {
      width: 3rem; }
      .Nav .Tile .image svg {
        margin: 0; } }

.MenuButton {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #031655;
  background: none;
  padding: 0;
  border: none;
  height: 100%;
  outline: none;
  font-family: Helvetica; }
  .MenuButton p {
    margin-top: 5px;
    font-size: 0.8rem; }
  .MenuButton ul {
    display: grid;
    grid-template-columns: repeat(3, 15px);
    grid-template-rows: repeat(3, 15px);
    grid-gap: 3px;
    cursor: pointer; }
    .MenuButton ul li {
      border-radius: 2px; }
      .MenuButton ul li.current {
        background: transparent; }

@media screen and (max-width: 768px) {
  .MenuButton ul {
    grid-template-columns: repeat(3, 12px);
    grid-template-rows: repeat(3, 12px);
    grid-gap: 2px; } }

@media screen and (max-width: 480px) {
  .MenuButton ul {
    grid-template-columns: repeat(3, 10px);
    grid-template-rows: repeat(3, 10px); } }

.Header,
.Footer {
  display: flex;
  position: relative;
  height: 6rem;
  padding: 1rem;
  padding-bottom: 0.5rem;
  z-index: 3; }
  .Header > *,
  .Footer > * {
    display: flex;
    flex-flow: column;
    justify-content: center; }
  .Header .left,
  .Header .right,
  .Footer .left,
  .Footer .right {
    width: 20%;
    color: #031655; }
  .Header .middle,
  .Footer .middle {
    flex: 1 0;
    flex-flow: column;
    justify-content: center;
    width: 60%;
    margin: 0 1rem; }
  .Header .left,
  .Footer .left {
    align-items: flex-start; }
  .Header .right,
  .Footer .right {
    align-items: flex-end; }
  .Header .logo,
  .Footer .logo {
    width: 20%;
    margin-right: 1rem; }
    .Header .logo a,
    .Footer .logo a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      height: 100%;
      width: 70%; }
      .Header .logo a p,
      .Footer .logo a p {
        margin-top: 5px;
        font-size: 0.8rem;
        color: #031655; }
    .Header .logo svg path,
    .Header .logo svg rect,
    .Footer .logo svg path,
    .Footer .logo svg rect {
      fill: white; }

.Header {
  position: fixed;
  left: 0;
  right: 0;
  margin-bottom: 2rem;
  border-bottom: 2px solid; }
  .Header .titles {
    text-align: center;
    margin: 0 auto; }
  .Header h1 {
    margin: 0.5rem 0;
    font-size: 1.4rem;
    font-weight: 600; }
  .Header h2 {
    font-family: Helvetica;
    font-size: 1.1rem; }

.Footer {
  display: flex;
  align-items: flex-end; }
  .Footer .middle {
    align-self: center;
    align-items: center; }
  .Footer .left,
  .Footer .right {
    font-size: 0.8rem;
    font-family: 'Montserrat';
    color: #031655; }
  .Footer .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex; }
    .Footer .logos a {
      height: 3rem;
      margin: 0.5rem; }
    .Footer .logos img {
      height: 100%;
      width: unset; }
  .Footer .legal {
    text-decoration: underline; }

@media screen and (max-width: 768px) {
  .Header {
    height: 5rem;
    flex: 1 0 3rem; }
    .Header img {
      height: 75%; }
    .Header h1 {
      font-size: 1.2rem; }
    .Header h2 {
      font-size: 1rem; }
  .Footer {
    height: 5rem;
    flex: 1 0 3rem; }
    .Footer .logos a {
      height: 2rem; } }

@media screen and (max-width: 480px) {
  .Header,
  .Footer {
    padding: 0.5rem; }
    .Header .left,
    .Header .right,
    .Footer .left,
    .Footer .right {
      width: unset; }
    .Header .logo a,
    .Footer .logo a {
      height: 100%;
      width: unset; }
    .Header h1,
    .Footer h1 {
      font-size: 0.9rem; }
    .Header h2,
    .Footer h2 {
      font-size: 0.8rem; }
  .Header .left,
  .Header .right {
    width: 15%; }
  .Footer {
    height: 3rem; }
    .Footer .left,
    .Footer .right {
      font-size: 0.6rem; }
    .Footer .right {
      text-align: right; }
    .Footer .logos a {
      height: 1.5rem;
      margin: 0.5rem 0.2rem; } }

.ExternalLink {
  position: relative;
  font-family: 'Montserrat';
  font-weight: 500;
  height: 7rem;
  flex-basis: 15rem;
  margin: 1rem;
  border-radius: 8px; }
  .ExternalLink .el-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center; }
  .ExternalLink.background {
    background: white; }
  .ExternalLink .layer {
    opacity: 95%;
    display: none; }
  .ExternalLink:hover .link {
    color: white; }
  .ExternalLink div.link .layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .ExternalLink .image-container {
    min-height: 1rem;
    width: 100%;
    height: 100%; }
    .ExternalLink .image-container img {
      object-fit: contain;
      width: 100%;
      height: 100%; }
  .ExternalLink .image-text {
    margin-top: 0.5rem; }
  .ExternalLink .link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 1rem; }

.monter-les-escaliers .ExternalLink .link {
  padding: 0; }
  .monter-les-escaliers .ExternalLink .link:hover {
    color: unset; }

.monter-les-escaliers .ExternalLink.disabled:hover .layer {
  display: none; }

@media screen and (max-width: 480px) {
  .ExternalLink {
    height: 4rem;
    flex-basis: 47.5%;
    margin: 0.5rem 1.25%; }
    .ExternalLink .link {
      font-size: 0.8rem; } }

.Menu {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 6rem;
  right: 0;
  z-index: 2;
  padding: 0.5rem;
  border-radius: 0 0 15px 15px;
  background: white;
  border-width: 3px;
  border-style: solid;
  border-top: none; }
  .Menu .Tile {
    height: 3rem;
    font-size: 0.9rem;
    border-width: 3px;
    margin: 0.5rem 0; }
    .Menu .Tile .name {
      max-width: unset; }
    .Menu .Tile .image {
      width: 3rem; }
      .Menu .Tile .image svg {
        margin: 0.5rem; }
    .Menu .Tile:first-child {
      margin-top: 0; }
    .Menu .Tile:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .Menu {
    top: 5rem; }
    .Menu .Tile {
      font-size: 0.8rem; } }

@media screen and (max-width: 480px) {
  .Menu {
    left: 0; }
    .Menu .Tile {
      height: 2.5rem; }
      .Menu .Tile .name {
        padding: 0.5rem; } }

.Brick {
  position: relative;
  height: 100vh;
  overflow-y: scroll; }
  .Brick .content {
    position: relative;
    padding-top: 6rem; }
    .Brick .content > * {
      padding: 1.5rem 7rem; }
    .Brick .content p {
      margin: 1rem 0;
      font-size: 1.1rem;
      line-height: 1.2rem;
      white-space: pre-wrap; }
    .Brick .content h3 {
      position: relative;
      text-align: center;
      font-family: 'Montserrat';
      margin-bottom: 2rem;
      margin-top: 1rem;
      font-size: 1.4rem;
      font-weight: bold; }
    .Brick .content main {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-bottom: 0rem;
      padding-bottom: 0rem;
      padding-top: 0rem; }
      .Brick .content main .image-container {
        height: 100%;
        width: 100%; }
        .Brick .content main .image-container img {
          object-fit: contain;
          width: 100%;
          height: 100%; }
      .Brick .content main article {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%; }
        .Brick .content main article .image {
          display: flex;
          align-items: center;
          width: 45%;
          margin: 1rem 0; }
        .Brick .content main article .text {
          width: 45%;
          margin: 0; }
    .Brick .content .info {
      margin: 1rem 0;
      text-align: center; }
      .Brick .content .info p {
        margin: 0rem 0;
        font-size: 0.9rem;
        line-height: inherit; }
      .Brick .content .info svg {
        margin-top: 0.5rem; }
    .Brick .content section ul {
      display: flex;
      justify-content: center; }
    .Brick .content section h3 {
      margin-top: 0; }
    .Brick .content section.tools ul, .Brick .content section.more ul {
      flex-flow: wrap; }
    .Brick .content .more {
      position: relative;
      background-image: url("/images/galets2.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .Brick .menu-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease-in-out; }
    .Brick .menu-layer.open {
      opacity: 0.8; }
  .Brick.yellow header,
  .Brick.yellow footer,
  .Brick.yellow .tools {
    background: #f1d982;
    border-color: #dd963b; }
  .Brick.yellow .layer {
    background: #f1d982; }
  .Brick.yellow .ExternalLink .layer {
    background: #f1d982; }
  .Brick.yellow .ExternalLink.withText:hover {
    background: #dd963b; }
  .Brick.yellow .MenuButton li {
    background: #dd963b; }
  .Brick.yellow .Menu {
    border-color: #f1d982; }
  .Brick.blue header,
  .Brick.blue footer,
  .Brick.blue .tools {
    background: #c8d6fc;
    border-color: #759ff5; }
  .Brick.blue .layer {
    background: #c8d6fc; }
  .Brick.blue .ExternalLink .layer {
    background: #c8d6fc; }
  .Brick.blue .ExternalLink.withText:hover {
    background: #759ff5; }
  .Brick.blue .MenuButton li {
    background: #759ff5; }
  .Brick.blue .Menu {
    border-color: #c8d6fc; }
  .Brick.green header,
  .Brick.green footer,
  .Brick.green .tools {
    background: #daea94;
    border-color: #648b63; }
  .Brick.green .layer {
    background: #daea94; }
  .Brick.green .ExternalLink .layer {
    background: #daea94; }
  .Brick.green .ExternalLink.withText:hover {
    background: #648b63; }
  .Brick.green .MenuButton li {
    background: #648b63; }
  .Brick.green .Menu {
    border-color: #daea94; }
  .Brick .MenuButton ul:hover li {
    background: white; }
  .Brick .MenuButton.open ul li {
    background: white; }
  .Brick .MenuButton ul li.current {
    background: transparent; }
  .Brick + .form {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 2rem;
    background: rgba(0, 0, 0, 0.8); }
    .Brick + .form .buttons {
      position: fixed;
      top: 0;
      right: 0; }
      .Brick + .form .buttons .close,
      .Brick + .form .buttons .never {
        margin: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.5rem;
        height: 2rem;
        background: white;
        border-radius: 4px;
        cursor: pointer; }
        .Brick + .form .buttons .close:hover,
        .Brick + .form .buttons .never:hover {
          background: grey; }

@media screen and (max-width: 768px) {
  .Brick .content > * {
    padding: 2rem 6rem; }
  .Brick .content main {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .Brick .content h3 {
    font-size: 1.2rem;
    margin: 1rem 0; }
  .Brick .content p {
    margin: 0.5rem 0;
    font-size: 1rem;
    line-height: 1.1rem; } }

@media screen and (max-width: 480px) {
  .Brick .content > * {
    padding: 1.5rem; }
  .Brick .content h3 {
    font-size: 1.1rem; }
  .Brick .content p {
    font-size: 0.9rem;
    line-height: 1rem; }
  .Brick .content main article {
    flex-direction: column; }
    .Brick .content main article .text,
    .Brick .content main article .image {
      width: initial; }
  .Brick + .form {
    padding-top: 0; }
    .Brick + .form iframe {
      width: 100%; }
    .Brick + .form .buttons {
      position: relative;
      display: flex;
      justify-content: space-between; }
      .Brick + .form .buttons .close,
      .Brick + .form .buttons .never {
        margin: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.5rem;
        height: 2rem;
        background: white;
        border-radius: 4px;
        cursor: pointer; }
        .Brick + .form .buttons .close:hover,
        .Brick + .form .buttons .never:hover {
          background: grey; } }

/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  box-sizing: border-box; }

body {
  font-family: 'Helvetica';
  margin: 0; }

h1 {
  font-family: 'Montserrat'; }

h2 {
  font-family: 'Montserrat'; }

h1,
h2,
h3 {
  color: #000040; }

a {
  color: black;
  text-decoration: none; }

.layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5; }

.App {
  position: relative; }

.Home .home-info {
  padding: 0 5rem;
  width: 70%;
  min-width: 10rem;
  margin: 0 auto;
  margin-top: 1rem;
  line-height: 1.2rem;
  text-align: center; }
  .Home .home-info > a {
    color: #759ff5; }

.Home .Tiles {
  display: grid;
  justify-content: center;
  grid-gap: 2rem;
  grid-template-columns: repeat(3, 30%);
  grid-template-rows: repeat(3, 30%);
  height: 60%;
  padding: 0 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem; }

@media screen and (max-width: 768px) {
  .Home .button {
    position: absolute;
    left: 0;
    right: 0;
    width: 4rem;
    margin: 0 auto;
    text-align: center;
    cursor: pointer; }
    .Home .button svg {
      fill: #031655; }
    .Home .button.up {
      top: 0;
      transform: rotate(-90deg); }
    .Home .button.down {
      bottom: 0;
      transform: rotate(90deg); }
  .Home .Tiles {
    height: 70%;
    position: relative;
    display: block;
    flex-direction: column;
    padding: 4rem 2rem; }
    .Home .Tiles h3 {
      font-size: 1.3rem; }
    .Home .Tiles .scroller {
      display: flex;
      flex-flow: column; }
    .Home .Tiles .scroller-container {
      flex: 1 0; }
    .Home .Tiles .group {
      display: flex;
      flex-flow: column;
      justify-content: center;
      height: 100%; } }

@media screen and (max-width: 480px) {
  .Home .home-info {
    display: none; }
  .Home .Tiles {
    padding: 4rem 2rem; }
    .Home .Tiles h3 {
      font-size: 1rem; }
    .Home .Tiles .Tile .image {
      padding: 0;
      min-width: unset; }
  .Home .button {
    width: 3rem; }
    .Home .button.up {
      top: 1rem; }
    .Home .button.down {
      bottom: 1rem; } }

.LegalPage {
  height: unset; }
  .LegalPage main {
    display: flex;
    flex-direction: column;
    padding: 2rem 0; }
    .LegalPage main h1,
    .LegalPage main h2,
    .LegalPage main p,
    .LegalPage main ul {
      width: 70%;
      margin: 1rem auto;
      text-align: justify; }
    .LegalPage main li {
      margin-left: 1rem; }
    .LegalPage main ul {
      list-style: disc; }
    .LegalPage main h1,
    .LegalPage main h2 {
      text-align: center;
      font-weight: bold; }
    .LegalPage main h1 {
      font-size: 1.5rem;
      margin-bottom: 2rem; }
    .LegalPage main h2 {
      font-size: 1.1rem;
      margin: 1rem auto; }
    .LegalPage main strong {
      font-weight: bold; }
    .LegalPage main a {
      color: #031655; }
    .LegalPage main button {
      width: fit-content;
      background: #031655;
      margin: 0 auto;
      margin-top: 1rem;
      padding: 0.5rem;
      outline: none;
      border: none;
      outline: none;
      border: none;
      border-radius: 4px; }
      .LegalPage main button:hover {
        background: #2f532c; }
      .LegalPage main button a {
        color: white; }

