html {
  font-family: "Helvetica, Arial, Noto Sans, Ubuntu", sans-serif;
}

body {
  background-image: url("logo.png");
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
  background-size: 80px;
  background-attachment: scroll;
  background-color: #fff;
  margin: 0 0 5em 0;
}

h1 {
  text-align: center;
}

.afficheur h1 {
  font-size: 3em;
}

h2 {
  clear: both;
  margin-bottom: 0;
  text-align: center;
  background-color: #555;
  padding: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}

h3 {
  clear: both;
  text-align: center;
  background-color: #eeeeeed1;
  color: #555;
  padding: 0.5em;
  margin-top: 0;
}

h3:first-of-type {
  page-break-before: unset;
  margin-top: 0;
}

p {
  padding-left: 1em;
  padding-right: 1em;
}

ul.liste-cp {
  columns: 5;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.done, .done a {
  color: green;
}

tr.done {
  box-shadow: 10px 0 0px 0px rgb(38, 236, 38), -10px 0 0px 0px rgb(38, 236, 38);
}

td.center {
  text-align: center;
}

.todo, .todo a {
  color: red;
}

tr.todo {
  box-shadow: 10px 0 0px 0px red, -10px 0 0px 0px red;
}

.ems, .ems a {
  color: rgb(18, 131, 4);
}

tr.ems {
  box-shadow: 10px 0 0px 0px rgb(18, 131, 4), -10px 0 0px 0px rgb(18, 131, 4);
}

div.flist {
  display: flex;
  justify-content: space-around;
  padding-bottom: 1em;
}

div.fcenter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

div.fcenter > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

div.fcenter img.small {
  width: 20vw;
  transition: 0.5s ease;
}

div.fcenter img.small:hover {
  width: 35vw;
}

div.tcenter {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

div.cols {
  display: flex;
  justify-content: space-around;
}

div.notes {
  float: right;
}

div.notes h2 {
  margin: 0;
  padding: 0;
}

span.small {
  font-size: 0.75rem;
  color: gray;
}

div.notes span {
  font-size: 4em;
  margin: 0;
}

.info {
  color: gray;
  text-align: center;
}

div.alert {
  float: right;
  color: red;
  background-color: yellow;
  box-shadow: gray;
  border-radius: 25px;
  padding: 1em;
  margin: 0.5em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

div.appli {
  display: inline-grid;
  border-radius: 20px;
  width: 113px;
  height: 113px;
  text-align: center;
  margin: 4px;
  box-shadow: 2px 2px 2px #aaa;
  background-color: #f9f9f9;
}

div.appli > a,
div.appli > img {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

div.appli h3 {
  margin: 0;
  margin-top: 10px;
  background-color: inherit;
}

div.appli p {
  color: #878787;
  font-size: 0.7em;
  z-index: 1;
  position: absolute;
  margin-top: 0;
}

img.tendance {
  float: right;
  position: absolute;
  top: 5px;
  right: 110px;
}

div.fr {
  float: right;
  width: 50%;
  margin-bottom: 1em;
}

div.fl {
  float: left;
  width: 50%;
  margin-bottom: 1em;
}

div.droite {
  float: right;
  width: 45%;
}

div.gauche {
  float: left;
  width: 45%;
}

div.full {
  float: left;
  width: 100%;
}

table {
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
}

table > thead {
  background-color: #e0e0e0;
}

tr:hover {
  background-color: #e0e0e0;
}

tr:nth-child(odd) > td {
  background-color: #eee;
}

td.num {
  text-align: right;
}

div.menu {
  float: left;
  z-index: 0;
  position: fixed;
  top: 10px;
  left: 10px;
  transition-duration: 0.5s;
  text-align: left;
  font-size: 1.2em;
}

div.menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.21em;
  bottom: 0.21em;
  width: 25px;
  height: 25px;
  background: linear-gradient(
    to bottom,
    black,
    black 20%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0) 40%,
    black 40%,
    black 60%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0) 80%,
    black 80%,
    black 100%
  );
}

div.menu:hover {
  background-color: #e0e0e0;
  z-index: 10;
  padding: 0;
  padding-right: 20px;
  border-radius: 0 15px 15px 15px;
  box-shadow: 2px 2px 2px #888;
}

div.menu > ul {
  display: none;
  list-style: none;
}

div.menu:hover > ul {
  display: block;
}

div.menu:hover > div {
  display: none;
}

.note-orage {
  text-align: right;
  background-color: red;
  color: white;
}
.note-voilé {
  text-align: right;
  background-color: yellow;
}
.note-nuage {
  text-align: right;
  background-color: orange;
}
.note-soleil {
  text-align: right;
  background-color: green;
  color: white;
}

div.encart {
  text-align: center;
  display: block;
  background-color: yellow;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 20em;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.big {
  font-size: 1.5em;
  text-decoration: underline;
}

.clear {
  clear: both;
}

footer {
  background-color: #555;
  color: #eee;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  height: 2em;
  opacity: 0.9;
}

footer a {
  color: white;
}

footer > div {
  margin: 0 0.5em 0 0.5em;
}
