body {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  background-color: #292425;
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

.titre {
  font-family: "Solway", serif;
  margin-bottom: 18px;
  margin-top: 0;
  text-align: center;
}
.titre--color {
  color: #EBEBEB;
}
.titre--h1 {
  font-size: 51px;
}
.titre--h2 {
  font-size: 36px;
}
.titre--h3 {
  font-size: 25px;
}

.liste__li {
  list-style-image: url("../assets/images/svgopti/baniereV4.svg");
  margin-bottom: 9px;
}

.nav {
  background-image: url("../assets/images/svgopti/baniereV6.svg");
  background-repeat: no-repeat;
  background-position: left;
  width: 50%;
  height: 29vh;
  z-index: 1;
  position: relative;
}
.nav--img {
  max-width: 100%;
  height: 1.5vh;
  margin-top: -2vh;
}
.nav__li {
  margin-bottom: -1vh;
}
.nav__img {
  margin-bottom: 10px;
}
.nav__img--hidden {
  opacity: 0;
}
.nav__li--active {
  margin-bottom: -6vh;
}
.nav__a {
  text-decoration: none;
}
.nav__ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 145px;
  align-items: center;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin: 0;
  padding-top: 18px;
}
.nav__ul button, .nav .nav__a {
  background-color: transparent;
  border: none;
  font-family: "Solway", serif;
  color: #025629;
  font-weight: 600;
  font-size: 18px;
}
.nav__ul button:hover, .nav__ul button .nav__a:hover, .nav .nav__a:hover, .nav .nav__a .nav__a:hover {
  color: #39AA3D;
}

@media only screen and (min-width: 375px) {
  .nav {
    width: 33%;
    height: 29vh;
  }
  .nav__ul {
    height: 207px;
    padding-top: 3vh;
  }
}
/* TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE */
@media only screen and (min-width: 631px) {
  body {
    font-size: 20px;
  }

  .titre {
    margin-bottom: 20px;
  }
  .titre--color {
    color: #292425;
  }
  .titre--h1 {
    font-size: 80px;
    margin-bottom: 80px;
  }
  .titre--h2 {
    font-size: 57px;
  }
  .titre--h3 {
    font-size: 40px;
  }
}
/* DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS */
@media only screen and (min-width: 1000px) {
  body {
    font-size: 22px;
  }

  .titre {
    margin-bottom: 22px;
  }
  .titre--color {
    color: #292425;
  }
  .titre--h1 {
    font-size: 62px;
    margin-bottom: 62px;
  }
  .titre--h2 {
    font-size: 44px;
  }
  .titre--h3 {
    font-size: 31px;
  }

  .nav {
    width: 20%;
    height: 25vh;
  }
  .nav__ul {
    height: 165px;
  }
  .nav__ul button {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1680px) {
  .nav {
    width: 13%;
    height: 29vh;
    position: fixed;
  }
  .nav__ul {
    height: 150px;
  }
  .nav__ul button {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .nav {
    padding-top: 0;
    width: 12%;
  }
  .nav__li--active {
    margin-bottom: -5vh;
  }
}
.txt {
  margin: 0 18px;
  color: #292425;
}
.txt a {
  color: #025629;
  font-weight: 600;
  text-decoration: none;
}
.txt a:visited, .txt a:hover {
  color: #39AA3D;
  font-weight: 600;
}
.txt__paragraf {
  margin-bottom: 18px;
}
.txt__deco--illu {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img__fiche {
  max-width: 100%;
  position: absolute;
  justify-self: center;
}

.img__arbre {
  max-width: 70%;
  position: absolute;
  justify-self: center;
}

.illu {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.projet {
  padding-top: 100px;
  padding-bottom: 51px;
  background: rgb(41, 36, 37);
  background: linear-gradient(0deg, rgb(41, 36, 37) 0%, rgb(239, 212, 182) 30%, rgb(237, 223, 209) 45%, rgb(237, 223, 209) 55%, rgb(239, 212, 182) 70%, rgb(41, 36, 37) 100%);
}
.projet__presentation {
  margin-bottom: 51px;
  margin-top: -5vh;
}
.projet a:visited, .projet a:hover {
  color: #39AA3D;
  font-weight: 600;
}
.projet a {
  color: #025629;
  text-decoration: none;
  font-weight: 600;
}

.svg {
  padding: 0 18px;
}
.svg__fiche, .svg__arbre {
  height: 270px;
  justify-content: center;
  display: flex;
}
.svg__chat g {
  opacity: 0;
}
.svg__chat #chatElement08 {
  opacity: 1;
}

#livreFermer {
  opacity: 0;
}

.livres {
  display: flex;
  flex-direction: column;
}

.livre {
  list-style-type: none;
  display: flex;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  justify-content: center;
  margin-bottom: 0;
  width: 100%;
  height: 200px;
}
.livre__svg .svg {
  height: 30vh;
  visibility: visible;
}
.livre__projets {
  margin-top: -9px;
}
.livre__clic {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
  display: flex;
}
.livre__clic img {
  height: 18vh;
}
.livre__clic--voiture img {
  transform: rotate(-11.25deg);
  margin-left: 19.2px;
}
.livre__clic--arbre img {
  transform: rotate(11.25deg);
  margin-right: 19.2px;
}

/* TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE */
@media only screen and (min-width: 631px) {
  .livre__clic {
    height: 270px;
  }

  .img__fiche, .img__arbre {
    max-width: 80%;
    justify-self: center;
  }
}
/* DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS */
@media only screen and (min-width: 1000px) {
  .svg {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .livre__svg {
    max-width: 55%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .livre img {
    height: 30vh;
  }
  .livre img:hover {
    height: 34vh;
  }

  .projet {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .illu__txt {
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .txt__deco {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .txt__deco--illu {
    max-width: 60%;
    opacity: 0.6;
  }
}
@media only screen and (min-width: 1680px) {
  .illu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    max-width: 77%;
    margin-left: auto;
    margin-right: auto;
  }
  .illu__txt {
    max-width: 45%;
  }

  .svg {
    width: 30%;
  }

  .img__fiche {
    max-width: 35%;
    justify-self: center;
  }

  .img__arbre {
    max-width: 20%;
    justify-self: center;
  }

  .livre__svg {
    max-width: 35%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .livre__projets {
    width: 70%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: -30vh;
    display: grid;
    grid-template-columns: 93px 93px 93px 4fr 93px 93px 93px;
    gap: 0%;
  }
  .livre__projets--fiche {
    grid-column: 5;
  }
  .livre__projets--piments {
    grid-column: 6;
  }
  .livre__projets--voiture {
    grid-column: 7;
  }
  .livre__clic--chauss img {
    transform: rotate(-11.25deg);
  }
  .livre__clic--fiche img {
    transform: rotate(11.25deg);
  }

  .txt__deco--illu {
    max-width: 30%;
    opacity: 0.6;
  }

  .projet__presentation {
    margin-top: inherit;
  }
}
.papier {
  background: rgb(237, 224, 211);
  background: radial-gradient(circle, rgb(237, 224, 211) 40%, rgb(239, 212, 182) 80%, rgb(239, 207, 172) 100%);
}

.presentation, .competence {
  margin-top: -5vh;
}

.txt, .projets {
  padding-top: 51px;
  padding-bottom: 51px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 51px;
}
.txt__color, .projets__color {
  color: #292425;
}
.txt__deco, .projets__deco {
  opacity: 0.6;
}
.txt__deco--haut, .projets__deco--haut {
  margin-bottom: 22px;
}
.txt__deco--bas, .projets__deco--bas {
  margin-top: 22px;
}

.enveloppe {
  max-width: 100%;
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-left: auto;
  margin-right: auto;
}
.enveloppe__size {
  height: 15vh;
}
.enveloppe__size--mail {
  transform: rotate(-15deg);
}
.enveloppe__size--CV {
  transform: rotate(25deg);
}

.slider--show {
  transform: translateX(0);
  /*affiche*/
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  position: relative;
}

.slider--hidden {
  /*masquer*/
  opacity: 0;
  visibility: hidden;
  display: none;
  position: relative;
}

.bibli {
  background-image: url(../assets/images/svgopti/bibliMob03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100vh;
}

.titre__index {
  background-image: url(../assets/images/svgopti/plaque.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 8px;
  font-size: 25px;
  position: absolute;
  height: 5vh;
  width: 90%;
  right: 3%;
}
.titre__index--HEAJ {
  top: 12vh;
}
.titre__index--Rops {
  bottom: 31vh;
}

.livres {
  list-style-type: none;
  display: flex;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  width: 100%;
}
.livres__size {
  height: 23vh;
}
.livres__margin-right {
  margin-right: 5%;
}
.livres__margin-left {
  margin-left: 0%;
}
.livres__rotate--01 {
  transform: rotate(12.5deg);
  margin-right: 37%;
}
.livres__rotate--02 {
  transform: rotate(-12.5deg);
  margin-left: 37%;
}
.livresHEAJ {
  top: 24vh;
}
.livresRops {
  bottom: 0vh;
}

.deco__chat--orange svg {
  height: 30vh;
  transform: scaleX(-1);
  top: -16.5vh;
  z-index: -1;
  right: 12%;
}
.deco__chat--noir svg {
  height: 28vh;
  bottom: -26vh;
  z-index: -1;
  left: 2vh;
}

.deco__chat svg {
  position: absolute;
}

@media only screen and (min-width: 375px) {
  .bibli {
    height: 115vh;
  }

  .titre__index {
    padding: 8px;
    height: 5vh;
    width: 90%;
    right: 3%;
  }
  .titre__index--HEAJ {
    top: 14vh;
  }
  .titre__index--Rops {
    bottom: 36vh;
  }

  .livres {
    width: 95%;
  }
  .livres__size {
    height: 27vh;
  }
  .livres__margin-right {
    margin-right: 5%;
  }
  .livres__margin-left {
    margin-left: 0%;
  }
  .livres__rotate--01 {
    margin-right: 37%;
  }
  .livres__rotate--02 {
    margin-left: 37%;
  }
  .livresHEAJ {
    top: 27vh;
  }
  .livresRops {
    bottom: 0vh;
  }

  .deco__chat--orange svg {
    height: 30vh;
    top: -16.5vh;
    right: 12%;
  }
  .deco__chat--noir svg {
    height: 28vh;
    bottom: -26vh;
    left: 2vh;
  }
}
@media only screen and (min-width: 390px) {
  .bibli {
    height: 115vh;
  }

  .titre__index {
    padding: 8px;
    height: 5vh;
    width: 90%;
    right: 3%;
  }
  .titre__index--HEAJ {
    top: 14vh;
  }
  .titre__index--Rops {
    bottom: 36vh;
  }

  .livres {
    width: 95%;
  }
  .livres__size {
    height: 23vh;
  }
  .livres__margin-right {
    margin-right: 5%;
  }
  .livres__margin-left {
    margin-left: 0%;
  }
  .livres__rotate--01 {
    margin-right: 37%;
  }
  .livres__rotate--02 {
    margin-left: 37%;
  }
  .livresHEAJ {
    top: 27vh;
  }
  .livresRops {
    bottom: 0vh;
  }

  .deco__chat--orange svg {
    height: 30vh;
    top: -16.5vh;
    right: 12%;
  }
  .deco__chat--noir svg {
    height: 28vh;
    bottom: -26vh;
    left: 2vh;
  }
}
/* TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE */
@media only screen and (min-width: 631px) {
  .txt__deco--haut {
    margin-bottom: 57px;
  }
  .txt__deco--bas {
    margin-top: 57px;
  }

  .bibli {
    background-image: url("../assets/images/svgopti/bibliTab04.svg");
    height: 137vh;
  }

  .titre__index {
    padding: 18px;
    height: 3.5vh;
  }
  .titre__index--HEAJ {
    top: 17vh;
  }
  .titre__index--Rops {
    bottom: 52vh;
  }

  .livres {
    width: 95%;
  }
  .livres__size {
    height: 27vh;
  }
  .livres__margin-right {
    margin-right: 5%;
  }
  .livres__margin-left {
    margin-left: 0%;
  }
  .livres__rotate--01 {
    margin-right: 37%;
  }
  .livres__rotate--02 {
    margin-left: 37%;
  }
  .livresHEAJ {
    top: 33vh;
    right: 12%;
  }
  .livresRops {
    bottom: 14.5vh;
  }

  .deco__chat--orange svg {
    height: 35vh;
    top: -19vh;
    right: 12%;
  }
  .deco__chat--noir svg {
    height: 28vh;
    bottom: -14vh;
    left: 2vh;
  }
}
/* DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS */
@media only screen and (min-width: 1680px) {
  .papier {
    background-image: url("../assets/images/svgopti/papier03.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
  }

  .txt {
    padding-top: 100px;
    max-width: 40%;
    margin-bottom: 62px;
  }
  .txt__deco {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .txt__deco--haut {
    margin-bottom: 62px;
  }
  .txt__deco--bas {
    margin-top: 62px;
  }

  .enveloppe__position {
    position: absolute;
    bottom: 0;
  }
  .enveloppe__size {
    height: 22vh;
    display: block;
  }
  .enveloppe__size--mail {
    right: 6vh;
  }
  .enveloppe__size--CV {
    left: 4vh;
  }

  .bibli {
    background-image: url(../assets/images/svgopti/bibliPcV6.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 90vh;
  }

  .titre__index {
    background-position: inherit;
    position: absolute;
    height: 5vh;
    width: 18%;
    top: 9vh;
  }
  .titre__index--HEAJ {
    left: 30vh;
  }
  .titre__index--Rops {
    bottom: inherit;
    right: 35vh;
  }

  .livres {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    justify-content: inherit;
    position: absolute;
    width: 95%;
  }
  .livres__size {
    height: 18vh;
  }
  .livres__size:hover {
    height: 21vh;
  }
  .livres__margin-right {
    margin-right: 1.3%;
  }
  .livres__margin-left {
    margin-left: 0%;
  }
  .livres__rotate--01 {
    transform: rotate(12.5deg);
    margin-right: 37%;
  }
  .livres__rotate--02 {
    transform: rotate(-12.5deg);
    margin-left: 37%;
  }
  .livresHEAJ {
    top: 16vh;
    left: 35vh;
  }
  .livresRops {
    top: 16vh;
    bottom: inherit;
    left: 61%;
  }

  .deco__chat--orange svg {
    height: 30vh;
    transform: scaleX(-1);
    top: inherit;
    bottom: 21.5vh;
    right: inherit;
    left: 29vh;
  }
  .deco__chat--noir svg {
    height: 19vh;
    bottom: 34vh;
    left: 128vh;
  }

  .presentation, .competence {
    margin-top: inherit;
  }
}
@media only screen and (min-width: 1920px) {
  .enveloppe__size--mail {
    right: 10vh;
  }
  .enveloppe__size--CV {
    left: 8vh;
  }

  .titre__index {
    height: 5vh;
    width: 15%;
    top: 8vh;
  }
  .titre__index--HEAJ {
    left: 34vh;
  }
  .titre__index--Rops {
    right: 40vh;
  }

  .livres {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    justify-content: inherit;
    position: absolute;
    width: 95%;
  }
  .livres__size {
    height: 18vh;
  }
  .livres__margin-right {
    margin-right: 1.3%;
  }
  .livres__margin-left {
    margin-left: 0%;
  }
  .livres__rotate--01 {
    transform: rotate(12.5deg);
    margin-right: 37%;
  }
  .livres__rotate--02 {
    transform: rotate(-12.5deg);
    margin-left: 37%;
  }
  .livresHEAJ {
    top: 15vh;
    left: 42vh;
  }
  .livresRops {
    top: 15vh;
  }

  .deco__chat--orange svg {
    bottom: 20.5vh;
    left: 35vh;
  }
  .deco__chat--noir svg {
    height: 20vh;
    bottom: 33vh;
    left: 144vh;
  }
}
/* footer */
/* footer */
.footer {
  margin-top: 35px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.footer a {
  font-size: 18px;
}
.footer__info {
  padding: 5px 0 5px 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}
.footer__info p {
  width: 100%;
  max-width: inherit;
  color: #EBEBEB;
}
.footer__info--logodwm {
  height: 40px;
  width: 60px;
}

.navfo__liste--li a, .footer__info a {
  color: #39AA3D;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
}

.navfo__liste--li {
  list-style-type: none;
  text-align: center;
}

.navfo__liste--li a:hover, .footer__info a:hover:not(.footer__info--nohover) {
  background-color: #39AA3D;
  color: #EBEBEB;
}

.navfo__liste {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 32px;
  list-style-type: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 10vh;
  }
}
@media only screen and (min-width: 1000px) {
  .index--footer {
    margin-top: 20vh;
    padding-right: 19%;
  }

  .navfo__liste {
    display: flex;
  }

  .footer__info {
    display: flex;
    width: 16%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .footer__info--logodwm {
    width: inherit;
    height: 25px;
  }
  .footer__info p {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .footer__info a span {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
  }
}
@media only screen and (min-width: 1678px) {
  .index__footer {
    margin-top: 2vh;
    padding-right: inherit;
  }

  .index--footer {
    margin-top: 25vh;
    padding-right: inherit;
  }
}
.credits--section {
  background-color: #292425;
  color: #EBEBEB;
  padding-top: 40px;
}
.credits--section h1 {
  margin-left: 20px;
  margin-top: 0px;
}
.credits--section .credits__liste {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  list-style-image: url("../assets/images/svgopti/baniereV4.svg");
}
.credits--section .credits__liste--el {
  margin-bottom: 25px;
}
.credits--section .credits__liste--el a {
  color: #39AA3D;
  text-decoration: none;
  padding: 5px;
  border-radius: 10px;
}

.body--blue {
  background-color: #292425;
}

/* TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE */
@media only screen and (min-width: 631px) {
  .credits--section {
    padding-top: 80px;
    padding-left: 100px;
  }
  .credits--section .credits__liste {
    width: 60%;
  }
  .credits--section .credits__liste--el {
    margin-bottom: 25px;
  }

  .credits--footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .credits--section {
    margin: 0 0 0 200px;
  }
}

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