/*
       </‾‾\>
 o-/‾‾‾‾\__/
   \______/
   ||   ||
*/

@font-face {
  font-family: 'Litsans';
  src: url(../font/litsans.otf);
}

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Litsans';
  color: white;
  background-color: black;
}

h1 {
  margin-bottom: 0;
}

#poubelle {
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/cacrame.png);
  text-align: center;
}

#toutcramers {
  text-align: center;
  background-color: black;
}

#precisions {
  color: gray;
  font-size: smaller;
  padding: 0 3% 0 3%;
  border-top: 1px solid;
}

.terminaison {
  color: #da222d;
}

#poubelle p, #poubelle h1 {
  background-color: black;
  padding: 2px 5px 2px 5px;
}

.full {
  width: 100%;
  height: 100%;
}

.min-full {
  width: 100%;
  min-height: 100%;
}

.flex-centred {
  align-items: center;
}

.flex-end {
  justify-content: end;
}

.flex-center {
  justify-content: center;
}

.flex {
  display: flex;
  flex-direction: column;
}

.winnie {
  max-width: 100%;
  max-height: 50%;
}

.touite {
  color: #1DA1F2;
  font-style: bold;
  text-decoration: none;
}

.touite:active {
  color: #1DA1F2;
}

.underlined {
  text-decoration: underline;
}

#conjugaison {
  min-width: 50%;
}

a {
  color: white;
}

a:active {
  color: white;
}

.etouale a {
  color: white;
  text-decoration: none;
}

.verbe-touitter:hover {
  cursor: pointer;
}

.verbe-touitter:hover + .verbe-touitter-hidden {
  display: inline;
}

.verbe-touitter-hidden {
  display: none;
  color: gray;
}

.toutcrame, .toutcrame * {
  color: #da222d;
}
