@charset "UTF-8";
:root {
  --fc-bg-color: #99c8ff;
  --fc-fg-color: white; }

* {
  box-sizing: border-box; }

html {
  font-family: "Book", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: large; }

body {
  background-image: url("/img/tapis.png");
  margin: 0;
  background-color: #99c8ff;
  background-size: 85vw; }

img {
  max-width: 100%; }

main, header.main, footer {
  max-width: 1200px;
  margin: auto; }

header.main {
  display: flex;
  justify-content: end;
  background-image: url("/img/arbre_bleu.png");
  background-size: 380px;
  background-position: 65% bottom;
  background-repeat: no-repeat;
  overflow: visible; }
  @media (max-width: 400px) {
    header.main {
      flex-direction: column;
      gap: 1em;
      padding-bottom: 2em; } }
  @media (max-width: 1200px) {
    header.main {
      background-size: 144px;
      padding: 1rem 5vw;
      justify-content: space-between;
      align-items: end; } }
  @media (min-width: 1200px) {
    header.main {
      flex-flow: column;
      height: 510px; } }
.title.site {
  min-width: 220px;
  text-align: center; }
  @media (max-width: 400px) {
    .title.site {
      width: 100%; } }
  .title.site a {
    display: flex;
    gap: 1em 4em;
    flex-flow: row wrap; }
    @media (max-width: 400px) {
      .title.site a {
        width: 100%;
        justify-content: center;
        gap: 1em; } }
    @media (min-width: 1200px) {
      .title.site a {
        justify-content: center; } }
.title.site > a > img {
  min-height: 48px;
  width: auto;
  max-width: calc(100% - 2em);
  height: 6em; }
  @media (max-width: 1200px) {
    .title.site > a > img {
      height: 3em; } }
  @media (max-width: 400px) {
    .title.site > a > img {
      height: 2em; } }
nav.site {
  display: flex;
  justify-content: space-evenly; }
  nav.site a {
    max-width: 600px;
    font-family: 'SansBold';
    font-size: 1.5em;
    color: white;
    text-decoration: none;
    text-align: right;
    color: #ff4d00; }
  nav.site a.exposed {
    color: white; }
  @media (max-width: 1200px) {
    nav.site {
      flex-flow: column;
      align-items: end;
      justify-content: space-evenly;
      height: 100%; } }
  @media (min-width: 1200px) {
    nav.site {
      /* The title above appears further than it is. */
      margin: 1.2em 0 2em;
      width: 100%; } }
nav.site > * {
  /* utile aux petites largeurs pour libérer le padding : */
  box-sizing: border-box; }

main {
  background-image: url("/img/bleu.png");
  padding: 2em 5vw; }
  main h1, main h2, main h3, main h4, main h5, main h6 {
    font-family: 'SansBold';
    text-align: center; }
  main header {
    display: flex;
    justify-content: center;
    gap: 2em;
    align-items: center; }
  main article {
    margin-bottom: 3em; }
    main article .genre {
      float: left; }
  main .articles {
    min-height: 20em;
    padding: 0; }
    main .articles li {
      display: flex;
      flex-flow: column;
      align-items: start;
      gap: 1rem;
      margin: 1rem 0;
      padding: 1rem;
      border: 3px solid transparent;
      border-radius: 10px;
      background-color: #99c8ff;
      /* bleu sombre */ }
      main .articles li article {
        display: flex;
        align-items: start; }
        main .articles li article p {
          margin: 0; }
      main .articles li .link-button {
        align-self: end; }
    main .articles li:focus {
      border: 3px solid white; }
  @media (min-width: 910px) {
    main {
      border-radius: 10px; } }
.genre {
  text-align: center;
  border: 2px solid #ff4d00;
  border-radius: 10px;
  margin: 0 2rem; }

.link-button {
  font-family: 'SansBold';
  color: #ff4d00;
  font-weight: bolder;
  padding: 0.2em;
  border: 2px solid;
  border-radius: 6px;
  font-size: 1.2em;
  text-decoration: none; }

/* icone de calendrier */
.cal_item {
  display: inline-block;
  font-family: monospace;
  text-align: center;
  width: 6rem; }
  .cal_item .month {
    height: 20%;
    font-weight: bold;
    color: black;
    border: solid 2px #ff4d00;
    /* orange */
    padding: 5%;
    font-size: 0.9rem; }
  .cal_item .day {
    max-height: 80%;
    font-weight: bold;
    padding-top: 5%;
    padding-bottom: 2%;
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
    text-align: center;
    color: white;
    background-color: #ff4d00;
    /* orange */
    font-size: 3rem; }
  .cal_item .hour {
    font-weight: bold;
    font-size: 1.3rem; }

#agenda {
  font-size: medium;
  height: 25.5em; }
  @media (max-width: 910px) {
    #agenda {
      max-width: 100%; } }
  @media (min-width: 910px) {
    #agenda {
      min-width: 22em;
      float: left;
      padding: 0 1em 0 0; } }
  #agenda .fc-button-primary {
    color: var(--fc-bg-color);
    background-color: var(--fc-fg-color);
    border-color: var(--fc-bg-color); }
  #agenda .fc-toolbar-title {
    font-size: 1em !important; }
  #agenda .fc-view {
    background-color: white;
    border-radius: 10px; }
    #agenda .fc-view table {
      border-spacing: 10px !important; }
    #agenda .fc-view .fc-scroller {
      overflow: hidden !important; }
    #agenda .fc-view .fc-scrollgrid-section-header, #agenda .fc-view .fc-day {
      border: none;
      width: 2em !important; }
    #agenda .fc-view .fc-daygrid-body {
      width: 100%; }
    #agenda .fc-view .fc-day {
      background-color: #99c8ff;
      /* bleu sombre */
      border-radius: 10px; }
    #agenda .fc-view .fc-day-today {
      background-color: white; }
    #agenda .fc-view .fc-event {
      background-color: #ff4d00;
      /* orange */
      border-radius: 1em;
      height: 2em !important;
      width: 2em !important; }
    #agenda .fc-view .fc-event-title {
      visibility: hidden; }

footer {
  text-align: center;
  padding: 1.2em;
  /*
    color: white;
    font-weight: bold;
  */ }
