/* 
	Author :: Elodie BAYET
*/
/*
    Global Placeholders
*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,200;1,200&family=Roboto:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300&display=swap");
/*
    Global Variables
*/
html {
  font-family: "Roboto", Verdana, sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

main h2 {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1rem;
}

a, a:link, a:visited, button, nav li {
  transition: 0.25s ease-in-out;
}

/* Kit Author */
#author {
  text-align: center;
}
#author p {
  font-size: 1.2rem;
  line-height: 2;
}
#author p * {
  display: inline-block;
  vertical-align: bottom;
}
#author p img {
  width: 18px;
  display: inline-block;
  margin-left: 3px;
  margin-top: -7px;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 0.625em;
}

body {
  min-height: 100vh;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
body, body *, body *::before, body *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a, a:link, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
}

img, a img, a:link img, a:visited img, a:hover img, a:focus img, a:active img {
  border: none;
}

img {
  width: 100%;
  height: auto;
}

.applogo {
  position: relative;
  display: inline-block;
  padding: 18px 0 14px;
}
.applogo .icon {
  width: 144px;
  white-space: nowrap;
  display: inline-block;
}
.applogo + p {
  font-style: italic;
  font-weight: 200;
  line-height: 1.25;
  color: rgb(12.75, 12.75, 12.75);
  margin-top: -4px;
  padding-bottom: 18px;
}

.blind {
  font-size: 0.1rem !important;
  line-height: 0.1rem !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 0 !important;
  left: -99999px !important;
  position: absolute !important;
  display: inline !important;
  overflow: hidden !important;
  z-index: 1 !important;
  white-space: nowrap !important;
}

main {
  text-align: center;
  width: 100vw;
  max-width: 584px;
  padding: 0 24px;
  margin-top: -48px;
}
main h2 {
  line-height: 1.5;
  font-size: 2.4rem;
  color: rgb(178, 1, 89);
  margin-bottom: 1.6rem;
}
main p, main li {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.1rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

nav {
  margin-bottom: 36px;
}
nav li a {
  font-weight: 600;
  color: rgb(0, 0, 0);
  background-color: transparent;
  transition: 0.25s ease-in-out;
  padding: 6px 18px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(178, 1, 89);
  border-radius: 2px;
}
nav li a:hover {
  color: rgb(151.3, 1, 75.7254237288);
  border-color: rgb(227.3726256983, 1.2773743017, 113.6863128492);
}

#author p {
  color: rgb(89.25, 89.25, 89.25);
}
#author span {
  color: rgb(12.75, 12.75, 12.75);
}
#author a {
  color: rgb(178, 1, 89);
}
#author a:hover, #author a:focus {
  color: rgb(151.3, 1, 75.7254237288);
}/*# sourceMappingURL=root.css.map */