@charset "UTF-8";
@font-face {
  font-family: "interReg";
  src: url("fonts/international/Inter-Regular.ttf");
}
@font-face {
  font-family: "interItal";
  src: url("fonts/international/Inter-Italic.ttf");
}
@font-face {
  font-family: "interBold";
  src: url("fonts/international/Inter-Bold.ttf");
}
@font-face {
  font-family: "interBlack";
  src: url("fonts/international/Inter-Black.ttf");
}
@font-face {
  font-family: "ParkBold";
  src: url("fonts/nationalPark/NationalPark-Bold.ttf")
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes noway {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: grayscale(1);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: grayscale(0);
  }
}
@-webkit-keyframes noway {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: bottom;
  }
}
@keyframes noway {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: bottom;
  }
}
::selection {
  background: black;
  color: white;
}

/* width */
::-webkit-scrollbar {
  width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  background: darkgrey;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: black;
}

.scroller {
  overflow-y: scroll;
  scrollbar-color: black white;
  scrollbar-width: 5px;
}

body {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "interReg";
  letter-spacing: 0.5pt;
  overflow-x: hidden;
  color: #792eca;
}
body section#liste {
  list-style: none;
  background: white;
  width: 100%;
  height: 10vh;
  display: flex;
  overflow-x: hidden;
  position: fixed;
  border-right: 1px solid #000090;
  z-index: 2;
}
body section#liste h1 {
  padding-left: 15px;
  font-weight: normal;
  font-family: "ParkBold";
  font-size: 2em;
}
body section#liste h1 a {
  color:white;
  -webkit-text-stroke: 1px #792eca;
  text-shadow: 2px 2px #792eca;
  text-decoration: none;
  transition: ease-in-out 0.4s;
}
body section#liste h1 a:hover {
  text-shadow: 0px 0px #792eca;
  transition: ease-in-out 0.4s;
}
body section#liste h1 a::before{
  content:"▦ ";
  font-weight: normal;
  color: #792eca;
  -webkit-text-stroke: 0px;
  text-shadow: 0px 0px #792eca;
}
body section#liste ul {
  font-size: 1.3rem;
  line-height: 1.5em;
  position: relative;
  display: flex;
  padding-left: 0;
}
body section#liste ul li {
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
  border-right: 1px solid #792eca;
  padding-right: 60px;
  padding-left: 30px;
}
body section#liste ul li .picto {
  width: 35px;
  height: auto;
  padding-right: 10px;
  position: absolute;
  right: 0;
}
body section#liste ul li:before {
  content: "⤬";
  padding-right: 8px;
  color: hsl(51, 97%, 85%);
}
body section#liste ul li:hover span:nth-of-type(1) {
  text-decoration: underline;
}
body section#liste ul li:hover:before {
  content: "⤬";
  padding-right: 8px;
}
body section#liste ul li span {
  font-family: "ParkBold";
  padding-bottom: 8px;
}
body section#liste ul li span:nth-of-type(1) {
  padding-right: 8px;
}
body section#liste ul li span:nth-of-type(2) {
  text-decoration: underline;
}
body section#liste ul li a {
  text-decoration: none;
  color: #792eca;
}
body section#liste ul li a em {
  margin-top: 10px;
  font-family: "interReg";
  font-style: normal;
  text-indent: 15px;
}
body section#liste ul li.toCome {
  opacity: 0.5;
  cursor: wait;
  color: lightgrey;
}
body section#liste ul li.toCome em{
  background: lightgrey;
}
body .fenetreCours {
  width: 100vw;
  height: 90vh;
  top: 10vh;
  position: relative;
  padding: 0;
  margin: 0;
  background: hsl(51, 97%, 85%);
  background-image: url("grid.png");
  overflow-y: scroll;
  overflow-x: hidden;
}
body .fenetreCours ul.subNav {
  display: none;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  margin: 0;
  height: 100vh;
  width: 2%;
  right: 0;
  position: fixed;
  background: #e6fae7;
}
body .fenetreCours ul.subNav li {
  writing-mode: vertical-lr;
  text-orientation: upright;
  text-align: center;
  text-transform: uppercase;
  font-family: "ParkBold";
  border-left: 1px solid #792eca;
  border-bottom: 1px solid #792eca;
  width: 100%;
  height: calc(100vh/5);
  padding-left: 10px;
  list-style: none;
  color: #792eca;
  background: white;
}
body .fenetreCours ul.subNav li:nth-last-of-type(1) {
  border-right: 0 solid;
}

body .fenetreCours ul.subNav li:hover {
  cursor: pointer;
  background: #792eca;
  color: white;
}

body .fenetreCours ul.subNav li:hover:after {
  content: " ↗";
  color: hsl(51, 97%, 85%);
}
body .fenetreCours ul.subNav li:after {
  content: " ↘";
  color: hsl(51, 97%, 85%);
}


body .fenetreCours section {
  width: 100%;
  overflow-x: hidden;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 1.3em;
}
body .fenetreCours section a {
  color: #792eca;
}
body .fenetreCours section a:hover {
  color:hsl(51, 97%, 85%);
}
body .fenetreCours section p {
  width: 60%;
  font-size: 1em;
  line-height: 1.3em;
  /* text-indent: 4vw; */
  padding: 25px;
  background: white;
  margin: 0;
}
body .fenetreCours section iframe{
  transform: scale(0.8);
  transform-origin: left;
}

body .fenetreCours section p img {
  max-width: 200%;
  max-height: 80vh;
  margin-top: 30px;
}
body .fenetreCours section p img .vertical {
  max-width: 66%;
}
body .fenetreCours section iframe {
  margin-top: 30px;
}
body .fenetreCours section .intro {
  position: absolute;
  right: 50px;
  top: 40px;
  width: 30%;
  mix-blend-mode: multiply;
}
body .fenetreCours section .introLexique {
  position: absolute;
  right: 50px;
  top: 40px;
  width: 60%;
  filter: grayscale(1);
}
body .fenetreCours section pre {
  width: auto;
  height: auto;
  overflow-y: scroll;
  color: white;
  background: darkgrey;
}
body .fenetreCours section h1,
body .fenetreCours section h2,
body .fenetreCours section h3 {
  font-weight: normal;
}
body .fenetreCours section h1 em,
body .fenetreCours section h2 em,
body .fenetreCours section h3 em {
  font-family: "ParkBold";
  font-style: normal;
}
body .fenetreCours section h1 strong,
body .fenetreCours section h2 strong,
body .fenetreCours section h3 strong {
  font-family: "ParkBold";
  font-style: normal;
}
body .fenetreCours section h1 {
  font-size: 1.5em;
  padding-bottom: 30px;
  text-decoration: underline;
}
body .fenetreCours section h1:nth-of-type(2),
body .fenetreCours section h1:nth-of-type(3),
body .fenetreCours section h1:nth-of-type(4) {
  margin-top: 75px;
}
body .fenetreCours section h2 {
  font-family: "ParkBold";
  font-size: 3em;
  max-width: 80%;
}
body .fenetreCours section h2 img {
  border-radius: 20px;
  max-width: 80%;
}
body .fenetreCours section h3 {
  max-width: 50%;
  padding: 25px;
  font-family: "interReg";
  font-size: 1.3em;
  font-weight: normal;
  background: white;
}
body .fenetreCours section h3:before {
  content: "♡ ";
}
body .fenetreCours section h3 em {
  font-family: "interItal";
}
body .fenetreCours section h4 {
  font-family: "ParkBold";
  font-style: italic;
  font-weight: normal;
  font-size: 1.3em;
  margin-left: 3vw;
}
body .fenetreCours section h4:before{
  content:"✎";
  text-decoration: initial;
}
body .fenetreCours section ol {
  font-family: "interReg";
  background:white;
  display: block;
  padding: 25px;
  width: 50%;
}
body .fenetreCours section ol li {
  list-style: none;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #792eca;
}
body .fenetreCours section ol li::before{
  content: "◯";
  margin-right: 10px;
  color:  hsl(51, 97%, 85%);
}
body .fenetreCours section ol li:nth-last-of-type(1) {
  border-bottom: 0px solid transparent;
}
body .fenetreCours section ol li a {
  color:#792eca;
}
body .fenetreCours section ol li a:hover {
  color:hsl(51, 97%, 85%);
}
body .fenetreCours section ol li del {
  opacity: 0.5;
  text-decoration: none;
}
body .fenetreCours section ol li p {
  width: 100%;
}
body .fenetreCours section ul {
  padding: 20px;
  border: 1px solid;
  background: white;
  list-style: none;
  transition: ease-in-out 0.2s;
  width: 50%;
  border-radius: 10px;
  line-height: 1.5em;
}
body .fenetreCours section ul:hover {
  box-shadow: 2px 2px;
  transition: ease-in-out 0.2s;
}
body .fenetreCours section ul li {
  font-family: "interReg";
}
body .fenetreCours section ul li a {
  color:#792eca;
}
body .fenetreCours section ul li a :hover{
  color:hsl(51, 97%, 85%);
}
body .fenetreCours section ul li strong {
  font-family: "interBold";
}
body .fenetreCours section#exos h3 {
  padding-bottom: 0;
}
body .fenetreCours section#exos .noway {
  font-size: 30px;
  color: red;
  left: 20px;
  margin-top: -15px;
  position: absolute;
  filter: grayscale(1);
  animation: noway 0.4s linear alternate infinite;
}
body .fenetreCours section#biblio,
body .fenetreCours section#exos,
body .fenetreCours section#pad,
body .fenetreCours section#technique,
body .fenetreCours section#visuels {
  display: none;
}
body .fenetreCours section#lexique h2 {
  padding-bottom: 0;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 100px;
  width: 27px;
  text-align: center;
  text-indent: 0;
  box-shadow: 2px 2px black;
}
body .fenetreCours section#lexique strong {
  /* text-indent: 15px; */
  font-family: "interBold";
  font-weight: normal;
  text-decoration: underline;
}
body .fenetreCours section#exos h1 {
  padding-bottom: 15px;
  width: 60%;
}
body .fenetreCours section#exos h1:nth-of-type(2) {
  border-top: 1px solid black;
  padding-top: 30px;
}
body .fenetreCours section#exos ol {
  width: 60%;
  border-left: solid 0 black;
  border-bottom: 0 solid black;
}
body .fenetreCours section#exos ol li {
  padding-bottom: 15px;
}

/*# sourceMappingURL=main.css.map */
