@font-face {
    font-family: 'Quicksand';
    src: url('https://momou.ch/fonts/Quicksand-Bold.woff2') format('woff2'),
        url('https://momou.ch/fonts/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
	font-family: 'Quicksand', sans-serif;
}
a {
	color: #f5f7fa;
	transition: all .2s ease;
	text-decoration: underline;
}
#footer a:hover,
#footer a:focus,
a:hover,
a:focus {
	opacity: .7;
	transition: all .2s ease;
	text-decoration: none;
	background: none;
	padding: 0;
}
#logo {
  text-shadow: none;
  	font-family: 'Quicksand', sans-serif;
  	color: white;
}
h1, h2, h3 {
	color: white;
}
.content {
	background-color: rgba(0,0,0,.1) !important;
}
#header,
#content,
#footer {
  background: none !important;
  color: #f5f7fa;
	font-family: 'Quicksand', sans-serif;
}
#menu {
	background-color: #036fd7;
  color: #f5f7fa;
	font-family: 'Quicksand', sans-serif;
}

#layout {
	background-color: #036fd7;
	animation: pulse 20s infinite alternate;
}
.pure-form-message {
  color: #d0d2d5;
}
label {
	display: inline-block;
	margin: 10px 0 5px 0;
}
.pure-form {
  border-radius: none;
}
input,
textarea:focus {
	border-radius: 7px !important;
	padding: 7px;
	border: #fff 1px solid;
}
input:focus,
textarea:focus {
	border: #151B54 1px solid !important;
	background: #eee !important;
}
.pure-menu-selected > .pure-menu-link, .pure-menu-selected > .pure-menu-link:visited {
	color: white;
}
.pure-table-striped tr:nth-child(2n-1) td {
	background-color: rgba( 0,0,0,.1);
}
a:hover,
a:focus,
a.pure-menu-link:hover,
a.pure-menu-link:focus,
.pure-menu-selected a.pure-menu-link:hover,
.pure-menu-selected a.pure-menu-link:focus {
	color: white;
}
.enablebox tr.enabled td {
	background: rgba(0,0,0,.2) !important;
}
.enablebox tr.disabled td {
	background: rgba(0,0,0,.4) !important;
}
.message-box {
	background-color: rgba( 0, 0, 0, .3);
}
.message-box p,
.message-box.error * {
	color: #1c1c1c;
}
.pure-menu-link {
	color: white;
}
@keyframes pulse {
      0% {background-color: #036fd7;}
     25% {background-color: #355cab;}
     50% {background-color: #4a93b3;}
     75% {background-color: #5350f1;}
     100% {background-color: #3975e3;}
}

/*
 * momou! SimpleSAMLphp theme
 * Generated by: ssp-theme-generator.sh v20230725
 * At: Tue Jul 22 07:43:37 AM CEST 2025
 *
 * This CSS file is included after SimpleSAMLphp's default CSS and merely
 * overrides the default styling for this theme.
 */
:root {
  --theme-colour: #036fd7;
  --theme-up-complement: ;
  --theme-dn-complement: ;
}

/*
 * if your logo is displaying wrong, you most likely need to change
 * the width and height dimensions here.
 */
.logo-icon {
  padding: 0.5rem 0;
  height: calc(6rem - 1rem);
  width: auto;
}


#menu .pure-menu-selected,
#menu .pure-menu-heading {
  background: var(--theme-up-complement);
}

#menu .pure-menu ul,
#menu .pure-menu .menu-item-divided {
  border-top: 1px solid var(--theme-dn-complement);
}
.pure-button,
.pure-button-primary,
.pure-button-red {
	padding: 10px;
	border-radius: 7px !important;
	text-shadow: none;
	background: #151B54;
	color: #fff;
	background-color: #151B54;
}

.pure-button:hover,
.pure-button:focus,
.pure-button-red:hover,
.pure-button-red:focus {
	padding: 10px;
	background: #0020C2;
	cursor: pointer;
}

.logo-footer,
.copyrights {
  display: none;
}

.footer-links {
  padding-top: 0.5rem;
  height: 3.5rem;
  font-size: .8rem;
}

