<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0%;
  /* padding-right: 0.3%; */
  margin: 0%;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
nav {
  padding-left: 8%;
  height: 10em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#nev {
  position: absolute;
  display: flex;
  justify-content: space-around;
  width: 35%;
  margin-left: 15rem;
  padding-top: 0.2%;
}
#sdr path {
  fill: gray;
}
#sdr {
  margin-right: 25%;
  margin-bottom: 7%;
}
#sdr:hover {
  opacity: 0.7;
}
#srs {
  border-radius: 50px;
  width: 33%;
  margin-top: 5%;
}
#srs:hover {
  border: 2px solid hsl(26, 100%, 55%);
  cursor: pointer;
}
#sss {
  /* margin-right: -1rem; */
  margin-left: 25%;
  padding-right: 5%;
}
li {
  font-size: 1.5rem;
  list-style: none;
}
ul li a {
  text-decoration: none;
  color: rgb(103, 102, 102);
  font-family: "Secular One", sans-serif;
}
ul li a:hover {
  /* :active,
:visited { */
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3.9rem;
  text-decoration-color: hsl(26, 100%, 55%);
  text-decoration-thickness: 4px;
  cursor: pointer;
}
#logo {
  font-size: 2.5rem;
  margin-right: 3rem;
  font-family: "Mitr", sans-serif;
  font-weight: 1000;
}
hr {
  margin-left: 8%;
  margin-right: 6.5%;
  border: -0.01rem solid #7a7878;
}
#pico {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-around;
  align-items: center;
}
#spo {
  position: relative;
  padding: 5%;
  /* padding-left: 20%; */
  margin-left: 17.5%;
  width: 50%;
  border-radius: 14%;
  cursor: pointer;
}
#orang {
  color: hsl(26, 100%, 55%);
  font-size: 1.5rem;
  margin-bottom: 4%;
  margin-top: 8%;
  font-family: "Secular One", sans-serif;
}
#h1 {
  font-size: 3.3rem;
  margin-bottom: 8%;
  font-family: "Kumbh Sans", sans-serif;
}
#partie {
  padding: 4%;
  margin-left: -27%;
  margin-right: 2%;
  /* padding-right: 8%; */
}
h5 {
  color: rgba(128, 128, 128, 0.8);
  margin-bottom: 8%;
  font-size: 1.8rem;
  font-family: "Secular One", sans-serif;
}
h2 {
  color: hsl(26, 100%, 55%);
  background-color: hsl(25, 100%, 94%);
  margin-left: 2%;
  margin-top: 1%;
  margin-bottom: 1%;
  width: 3rem;
}
#strass {
  font-size: 2.3rem;
}
#pr {
  display: flex;
  flex-wrap: wrap;
}
.tree {
  width: 3rem;
  height: 4rem;
  border: none;
  color: hsl(26, 100%, 55%);
  font-size: 2rem;
  border-radius: 15%;
  margin-top: 1%;
  cursor: pointer;
}

.trees {
  width: 3rem;
  height: 4rem;
  border: none;
  font-family: cursive;
  font-size: 1.5rem;
  margin-left: -1%;
  margin-right: -1%;
  /* margin-top: -1%; */
}
/* #trf {
} */
.free {
  height: 4.5rem;
  width: 25vh;
  border: none;
  border-radius: 7px;
  background-color: hsl(26, 100%, 55%);
  color: white;
  margin-left: 11rem;
  margin-top: -4.3rem;

  font-size: 1.8rem;
  font-family: monospace;
  box-shadow: 0px 12px 15px hsl(25, 83%, 84%);
  position: absolute;
}

#sdd path {
  fill: white;
}
.free:hover {
  cursor: pointer;
  opacity: 0.6;
  /* box-shadow: 0px 10px 4px hsl(25, 100%, 94%); */
}
#sin {
  color: #7a7878;
  font-size: 1.4rem;
  margin-top: 2%;
  text-decoration: line-through;
}
.image {
  width: 10%;
  border-radius: 10px;
  margin-left: 3%;
  cursor: pointer;
}
.image:hover {
  /* background: rgba(0, 0, 0, 0.5); */
  border: 2px solid #ff7d1a;
  opacity: 0.4;
}
#image1 {
  border: 2px solid #ff7d1a;
  opacity: 0.4;
}
#ctf {
  /* width: 50%; */
  height: 10rem;
  padding-left: 20%;
}
/* #cmd {
} */
/* .free:hover .tree {
  opacity: 0.2;
  background-color: lawngreen;
  /* transition: opacity 0.9s; */
/* The Modal (background) */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.75); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 450px;
  border-radius: 20px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.image0 {
  width: 6%;
  border-radius: 10px;
  margin-top: 10%;
  margin-left: 3%;
  cursor: pointer;
}
#image01 {
  margin-left: 33%;
}
#neg {
  margin-left: 0.9rem;
  margin-bottom: 0.32rem;
}
#neg:hover {
  opacity: 0.7;
}
#pos:hover {
  opacity: 0.7;
}
.bot {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: white;
  border: none;
}
.bot:hover {
  opacity: 0.7;
}
.bot:hover .drt path {
  filter: brightness(0) saturate(100%) invert(50%) sepia(75%) saturate(885%)
    hue-rotate(347deg) brightness(100%) contrast(101%);
}
#next {
  /* width: 100%; */
  position: absolute;
  right: 22%;
  top: 35%;
}
#prev {
  position: absolute;
  top: 35%;
  left: 22%;
}
#sous {
  margin-top: -5%;
}
#nomb {
  display: none;
  position: absolute;
  background-color: #ff7d1a;
  color: white;
  padding: 0.05rem;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  border-radius: 42%;
  text-align: center;
  margin-left: 1rem;
  margin-top: 1.2rem;
}
#bass {
  position: absolute;
  width: 30rem;
  height: 25rem;
  /* margin: 2rem -15rem; */
  margin-top: -23%;
  margin-right: 3rem;
  margin-left: 65%;
  padding-bottom: 4%;
  background-color: white;
  display: none;
  border-radius: 20px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), 0px 10px 10px rgba(0, 0, 0, 0.1);
}
#bass header {
  width: 100%;
  height: 8rem;
}
#bass header h1 {
  padding: 7%;
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.9);
}
#bass hr {
  width: 100%;
  margin-left: -0.2rem;
  margin-top: -2%;
}
#trm {
  display: none;
  /* display: flex */
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 50%;
}
#trm img {
  width: 5rem;
  border-radius: 5px;
  /* margin-left: 2rem;
  margin-top: 5rem; */
}
#trm h4 {
  font-size: 1.4rem;
  color: #7a7878;
}
#initial {
  display: none;
  color: #7a7878;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 25%;
}
#term {
  width: 28rem;
  height: 5rem;
  margin-left: 1rem;
  display: none;
}
#somme {
  position: absolute;
  margin-top: 1.7rem;
  margin-right: -17%;
  margin-left: 3rem;
  font-size: 1.4rem;
}
#corb:hover {
  opacity: 0.8;
}
header #clo {
  position: absolute;
  margin-left: 27rem;
  margin-top: -5rem;
}
header #clo:hover path {
  fill: rgba(0, 0, 0, 0.8);
}
#menu {
  display: none;
}
#pass {
  display: none;
}
#btt {
  width: 10rem;
  height: 4.3rem;
  padding-right: -5rem;
  background-color: #f1f0f0;
  border-radius: 8px;
}
#term {
  margin-top: -1rem;
}
#nx {
  display: none;
}
#pr1 {
  display: none;
}
@media screen and (max-width: 575px) {
  #spo {
    padding: 0%;
    /* padding-left: 20%; */
    margin-left: 0%;
    width: 100%;
    height: 48vh;
    border-radius: 0%;
    /* position: relative; */
    /* display: none; */
  }

  #menu {
    display: initial;
  }

  #pass6 {
    position: absolute;
    background-color: white;
    margin-top: -23%;
    width: 20rem;
    height: 101.5vh;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1),
      0px 10px 10px rgba(0, 0, 0, 0.1);
    /* margin-left: 2rem; */
    display: none;
  }
  #cmd {
    position: relative;
    /* display: none; */
  }
  #pass6 ul {
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 25rem;
    margin-top: 5rem;
    padding-left: 3rem;
  }
  #pos9 {
    margin-left: 2rem;
    margin-top: 2rem;
  }
  #pos9:hover {
    opacity: 0.8;
  }
  #nev {
    display: none;
  }
  #pico {
    display: block;
  }
  #ctf {
    display: none;
  }
  /* header hr {
    display: none;
  } */
  header {
    margin-top: -1rem;
    height: 9rem;
  }
  #partie {
    padding: 0%;
    padding-left: 4%;
    margin-left: 0%;
    /* margin-top: 40vh; */
  }
  #term {
    margin-top: -1rem;
  }
  #bass {
    position: absolute;
    width: 30rem;
    height: 25rem;
    margin: -40vh 12rem;
    padding-bottom: 0%;
  }
  #sin {
    color: #7a7878;
    font-size: 1.9rem;
    margin-top: -3.3rem;
    margin-left: 80%;
  }
  #strass {
    font-size: 3rem;
    padding-right: 3rem;
  }
  #pr h2 {
    margin-left: 2%;
    /* margin-top: 1.1%; */
    margin-bottom: 2%;
    padding-top: 0.6%;
    width: 4rem;
    font-size: 2rem;
  }
  #btt {
    width: 90%;
    margin-left: 1rem;
  }
  .free {
    position: relative;
    margin-top: 2rem;
    width: 90%;
    /* margin-right: 20rem; */
    margin-left: 1rem;
  }
  .tree {
    width: 33%;
    height: 3rem;
  }
  .trees {
    width: 33%;
    height: 3rem;
  }
  .bot {
    /* display: inline; */
    position: absolute;
    /* margin-left: 20%; */
    width: 4rem;
    height: 5rem;
    border-radius: 50%;
    background-color: white;
    border: none;
    margin-top: -29vh;
  }
  #nx {
    display: block;
    padding: 1.35rem;
    margin-left: 1.3vh;
  }
  #pr1 {
    display: block;
    margin-left: 62vh;
    right: 2%;
    padding: 1.4rem;
  }
  #menu:hover {
    opacity: 0.8;
  }
  ul li a:hover {
    text-underline-offset: 0.2rem;
  }
  .modal {
    display: none;
  }
  /* body {
    width: 50vh;
  } */
}
</pre></body></html>