@charset "UTF-8";
@font-face {
  font-family: "EBG-reg";
  src: url("fonts/EBGaramond/EBGaramond-Regular.ttf");
}
@font-face {
  font-family: "EBG-reg-ital";
  src: url("fonts/EBGaramond/EBGaramond-Italic.ttf");
}
@font-face {
  font-family: "EBG-bold";
  src: url("fonts/EBGaramond/EBGaramond-Bold.ttf");
}
@font-face {
  font-family: "Sono-Bold";
  src: url("fonts/Sono-Bold.ttf");
}
@font-face {
  font-family: "Sono-Regular";
  src: url("fonts/Sono-Regular.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;
  }
}
:root{
--main-txt: #4faa84;
--lead-txt: #f3d475;
--background: #ffffff;
}
::selection {
  background: var(--lead-txt);
  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: "EBG-reg";
  font-size: 20pt;
  line-height: 22pt;
  letter-spacing: 0.5pt;
  overflow-x: hidden;
  background: var(--background);
  color: var(--main-txt ) ;
}
body .imgIntro{
  z-index: 10;
  width: 30vw;
  height: auto;
  background-color: var(--main-txt);
  position: absolute;
  right: 10vw;
  top: 10vh;
}
body .imgIntro img{
  width: 100%;
  height: auto;
  filter: grayscale(1) contrast(150%);
  mix-blend-mode: screen;
}
body .chabot{
  outline: solid 1px var(--main-txt);
}
body section#liste {
  list-style: none;
  background: var(--background);
  width: 100vw;
  height: 8vh;
  overflow-x: hidden;
  position: fixed;
  border-bottom: 1px solid var(--main-txt);
  z-index: 12;
}
body section#liste ul li:nth-of-type(1) {
  padding-left: 15px;
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "Sono-Bold";
  text-transform: uppercase;
}
body section#liste ul li:nth-of-type(1) a {
  text-decoration: none;
  transition: ease-in-out 0.1s;
}
body section#liste ul li:nth-of-type(1) a:hover {
  transition: ease-in-out 0.1s;
  color: var(--lead-txt);
}
body section#liste ul {
  font-size: 1.6rem;
  position: relative;
  margin-top: 2.1vh ;
  display: flex;
  flex-direction: row;
  padding-left: 0;
  font-family: "Sono-Regular";
}
body section#liste ul li {
  list-style: none;
  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:hover span:nth-of-type(1) {
  text-decoration: underline;
}
body section#liste ul li span {
  font-family: "Sono-Regular";
  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: var(--main-txt ) ;
}
body section#liste ul li a em {
  margin-top: 10px;
  font-family: "Sono-Regular";
  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: 92vh;
  top: 8vh;
  position: relative;
  left: 1vw;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
body .fenetreCours ul.subNav {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  margin: 0;
  bottom : 2vh;
  height: 5vh;
  width: auto;
  left: 0;
  height: 5vh;
  z-index: 20;
  position: fixed;
  flex-direction: row;
}
body .fenetreCours ul.subNav li {
  text-align: center;
  font-size: 1.6rem;
  font-family: "Sono-Regular";
  border: 1px solid var(--main-txt ) ;
  width: calc(100vh/5);
  list-style: none;
  color: var(--main-txt ) ;
  background: white;
  padding-top: 1Vh;
  margin-left: 5vw;
  box-shadow: 2px 2px var(--main-txt);
  transition: 0.1s ease-in-out;
}
body .fenetreCours ul.subNav li a{
  text-decoration: none;
  color:  var(--main-txt);
}
body .fenetreCours ul.subNav li:nth-last-of-type(1) {
  border-right: 0 solid;
}

body .fenetreCours ul.subNav li:hover {
  cursor: pointer;
  color: var(--lead-txt);
  box-shadow: 4px 4px var(--lead-txt);
  border: 1px solid var(--lead-txt ) ;
  transition: 0.1s ease-in-out;
}

body .fenetreCours ul.subNav li:hover a{
  color: var(--lead-txt);
}


body .fenetreCours section {
  width: 100%;
  overflow-x: hidden;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 10vh;
  margin-top: 5vh;
  font-size: 1.8rem;
}
body .fenetreCours section a {
  color: var(--lead-txt);
}
body .fenetreCours section a:hover {
  color:var(--main-txt ) ;
}
body .fenetreCours section p {
  width: 45vw;
  font-size: 1.8rem;
  line-height: 2rem;
  text-indent: 4vw;
  padding-left: 40px;
  margin: 0;
}
body .fenetreCours section p strong{
  font-weight: normal;
  text-decoration: underline;
  font-family: "Sono-Regular";
  font-size: 1.6rem;
}
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;
  margin-bottom: 4vh;
}
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{
  font-family: "Sono-Regular";
  font-size: 1.6rem;
  font-style: normal;
}
body .fenetreCours section h1 strong,
body .fenetreCours section h2 strong,
body .fenetreCours section h3 strong {
  font-family: "Sono-Bold";
  font-size: 1.6rem;
  font-style: normal;
}
body .fenetreCours section h1 {
  font-size: 1.8rem;
  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: "Sono-Regular";
  font-size: 1.6rem;
  max-width: 80%;
}
body .fenetreCours section h2 img {
  border-radius: 20px;
  max-width: 80%;
}
body .fenetreCours section h3 {
  max-width: 50%;
  padding-bottom: 50px;
  font-family: "Sono-Regular";
  font-size: 1.1rem;
  font-weight: normal;
}
body .fenetreCours section h3 em{
  font-family: "Sono-Regular";
}

body .fenetreCours section h3:before {
  content: "⟶ ";
}
body .fenetreCours section h3 em {
  font-family: "EBG-reg-ital";
}
body .fenetreCours section h4 {
  font-family: "Sono-Regular";
  font-weight: normal;
  text-decoration: underline;
  font-size: 1.8rem;
}
body .fenetreCours section ol {
  font-family: "EBG-reg";
  display: block;
  padding-bottom: 30px;
  width: 50%;
}
body .fenetreCours section ol li {
  list-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--main-txt);
}
body .fenetreCours section ol li strong{
  font-weight: normal;
  font-family: "EBG-bold";
  color: var(--lead-txt);
}
body .fenetreCours section ol li:nth-last-of-type {
  border-bottom: 0 solid var(--main-txt);
}
body .fenetreCours section ol li a {
  color:black;
}
body .fenetreCours section ol li a:hover {
  color:var(--main-txt ) ;
}
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-left: 1px solid var(--lead-txt);
  background: white;
  list-style: none;
  transition: ease-in-out 0.1s;
  width: 50%;
  line-height: 2.2rem;
}
body .fenetreCours section ul:hover {
  outline: 1px solid var(--lead-txt);
  transition: ease-in-out 0.1s;
}
body .fenetreCours section ul li {
  font-family: "EBG-reg";
}
body .fenetreCours section ul li a {
  color:var(--lead-txt);
}
body .fenetreCours section ul li a :hover{
  color:var(--main-txt ) ;
}
body .fenetreCours section ul li strong {
  font-family: "EBG-bold";
}
body .fenetreCours section#exos h3 {
  padding-bottom: 0;
}
body .fenetreCours section#exos .noway {
  font-size: 1.8rem;
  color: red;
  left: 20px;
  margin-top: -15px;
  position: absolute;
  filter: grayscale(1);
  animation: noway 0.4s linear alternate infinite;
}
body .fenetreCours section.content p:nth-of-type(1){
  text-indent: 0;;
}
body .fenetreCours section em{
  font-family: "EBG-reg-ital";
  font-style: normal;
  /* margin-top: 2vh;
  margin-bottom: 2vh; */
}
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 var(--main-txt);
  border-radius: 100px;
  width: 27px;
  text-align: center;
  text-indent: 0;
  box-shadow: 2px 2px var(--main-txt);
}
body .fenetreCours section#lexique strong {
  text-indent: 15px;
  font-family: "EBG-bold";
  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 */
