* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
html {
  background-color: ghostwhite;
}
body {
  min-height: 100vh;
}
a {
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
blockquote {
  border-left-width: 0;
  font-size: 1em;
}
header {
  text-align: center;
  color: white;
  padding: 0.8em;
  font-size: 1em;
  background-color: #4d55ac;
  font-weight: 100;
  text-shadow: 0 2px 0px rgba(0, 0, 0, 0.4);
}
header h1 {
  top: .8rem;
  font-size: 4em;
  font-family: 'Cinzel Decorative';
  font-weight: inherit;
}
header h2 {
  font-size: 2em;
  font-family: 'Alegreya Sans', cursive;
  font-weight: inherit;
}
ui-view {
  display: block;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
ng-transclude,
[ng-transclude],
ng-include,
[ng-include] {
  display: block;
}

.toto {
    list-style-type: none;
    background-color: white;
}

.toto>a {
    display: block;
    text-decoration: none;
    color: black;
    font-size: small;
    width: 100%;
}

.toto>a:hover {
    background-color: #f5f5f5;
}

.toto-page>a {
    text-align: initial;
}

.toto>a,
.toto-page>a {
  padding-left: 20px;
}

.tata {
  width: 130px;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(0, 0, 0, 0.15);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.15);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.15);
  border-top-style: solid;
  border-top-width: 1px;
}