@charset "UTF-8";
.fjalla-one-regular {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.quicksand {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #19032E;
  background-color: #F8F7FE;
  margin: 0;
}

h1 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(38px, 2rem + 7vw, 101px);
  color: #19032E;
  margin: 16px 0 51px 0;
  padding: 51px 16px 0px 16px;
  line-height: 1;
  -webkit-animation: animGauche linear 0.4s;
          animation: animGauche linear 0.4s;
}

h2 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  padding: 51px 16px 28px 16px;
  margin: 0;
}

p {
  margin: 0;
  padding: 28px 18px 21px 18px;
  line-height: 1.5;
}

.arrow__see {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.arrow__see span {
  display: inline-block;
  transform: rotate(-45deg);
  color: #3B217E;
  font-size: 38px;
}

.caddre__nav {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ECE0FF;
  padding: 16px;
  border-radius: 16px;
  color: #3B217E;
  margin: 21px 16px 21px 16px;
}
.caddre__nav h2 {
  margin: 0;
  padding: 21px 0px 16px 0px;
}
.caddre__nav p {
  margin: 0;
  padding: 0;
}
.caddre__nav:active {
  transform: scale(0.9);
  box-shadow: 0 2px 4px rgba(25, 3, 46, 0.5);
}
.caddre__nav:active .caddre__btn {
  transform: scale(0.9);
  background-color: #3B217E;
  border: 1px solid #ECE0FF;
  color: #ECE0FF;
  box-shadow: 0 2px 4px rgba(25, 3, 46, 0.5);
}
.caddre__nav:active .arrow__see {
  transform: scale(0.9);
}

.caddre__nav--design, .caddre__nav--code {
  width: 50vw;
}

.caddre__nav--photo {
  background-image: url("../assets/images/photo_dopa.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.caddre__nav--portfolio {
  background-image: url("../assets/images/portpholio.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.caddre__nav--hello {
  background-image: url("../assets/images/hello_world.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.caddre__btn {
  width: 67px;
  background-color: #ECE0FF;
  border: 1px solid #3B217E;
  border-radius: 6px;
  padding: 7px;
  font-size: 16px;
  color: #3B217E;
  text-align: center;
}
.caddre__btn:active {
  transform: scale(0.9);
  background-color: #3B217E;
  border: 1px solid #ECE0FF;
  color: #ECE0FF;
  box-shadow: 0 2px 4px rgba(25, 3, 46, 0.5);
}

.caddre__info {
  background-color: #ECE0FF;
  width: 30vw;
  padding: 16px;
  border-radius: 10px;
  margin: 16px 0 16px 0;
}
.caddre__info h2 {
  font-size: clamp(16px, 1rem + 1vw, 28px);
  margin: 0;
  padding: 0px 0px 16px 0px;
}
.caddre__info p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.case__modb {
  width: 100%;
}

.ellement__image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  padding: 16px;
  box-sizing: border-box;
}

.credit__lien {
  display: flex;
  align-items: center;
}

.line__visuel {
  padding-top: 28px;
  border-top: 1px solid #19032E;
}

.main__code {
  background-image: url("../assets/images/aubole.svg");
  background-repeat: no-repeat;
  background-position: right 55% bottom 9%;
  border-bottom: 1px solid #19032E;
  background-size: 150vw;
}

.case__footer {
  border-top: 1px solid #19032E;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@-webkit-keyframes animGauche {
  from {
    opacity: 0;
    transform: scale(0);
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    transform: translateX(1);
  }
}

@keyframes animGauche {
  from {
    opacity: 0;
    transform: scale(0);
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    transform: translateX(1);
  }
}
@media (min-width: 650px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: clamp(76px, 2rem + 7vw, 101px);
    margin: 18px 0 0 0;
  }

  h2 {
    font-size: clamp(20px, 1rem + 1vw, 32px);
  }

  p {
    padding: 32px 18px 24px 18px;
  }

  .arrow__see i {
    font-size: 43px;
  }

  .caddre__nav {
    padding: 18px;
    border-radius: 18px;
    margin: 24px 18px 24px 0px;
  }
  .caddre__nav h2 {
    font-size: clamp(18px, 1rem + 1vw, 24px);
    padding: 24px 0px 18px 0px;
  }

  .caddre__nav--design, .caddre__nav--code {
    width: 20vw;
  }

  .caddre__nav--photo {
    background-image: url("../assets/images/photo_dopa_pc.png");
    background-size: 100%;
  }

  .caddre__nav--photo,
.caddre__nav--portfolio,
.caddre__nav--hello {
    margin: 24px 18px 24px 18px;
  }

  .caddre__btn {
    width: 76px;
    font-size: 18px;
  }
  .caddre__btn:hover {
    transition: transform 0.3s ease;
    transform: scale(1.1);
    font-size: 18px;
  }

  .caddre__info {
    margin: 16px 0 16px 0;
  }
  .caddre__info h2 {
    margin: 0;
    padding: 0px 0px 14px 0px;
  }
  .caddre__info p {
    margin: 0;
    padding: 0;
  }

  .line__visuel {
    padding-top: 32px;
  }

  .main__code {
    background-position: right 80% bottom 9%;
    background-size: 120vw;
  }
}
@media (min-width: 1000px) {
  body {
    font-size: 21px;
  }

  h1 {
    font-size: clamp(76px, 2rem + 7vw, 130px);
  }

  h2 {
    font-size: clamp(21px, 1rem + 1vw, 37px);
  }

  p {
    padding: 37px 21px 28px 21px;
  }

  .line__visuel {
    padding-top: 37px;
  }

  .line__visuel--pc {
    padding-top: 37px;
    border-top: 1px solid #19032E;
  }

  .caddre__nav {
    padding: 18px;
    border-radius: 18px;
    margin: 16px 21px 16px 21px;
    transition: transform 0.3s ease;
  }
  .caddre__nav h2 {
    padding: 16px 0px 21px 0px;
  }
  .caddre__nav:hover {
    transform: scale(1.1);
  }
  .caddre__nav:hover .arrow__see {
    transition: transform 0.3s ease;
    transform: scale(1.1);
  }
  .caddre__nav:active {
    transform: scale(0.9);
    box-shadow: 0 2px 4px rgba(25, 3, 46, 0.5);
  }
  .caddre__nav:active .caddre__btn {
    transition: transform 0.3s ease;
    transform: scale(0.9);
    background-color: #3B217E;
    border: 1px solid #ECE0FF;
    color: #ECE0FF;
    box-shadow: 0 2px 4px rgba(25, 3, 46, 0.5);
  }
  .caddre__nav:active .arrow__see {
    transition: transform 0.3s ease;
    transform: scale(0.9);
  }

  .caddre__nav--design, .caddre__nav--code {
    width: 17vw;
  }

  .caddre__nav--photo, .caddre__nav--portfolio, .caddre__nav--hello {
    margin: 16px 21px 16px 21px;
  }

  .caddre__nav--portfolio {
    background-image: url("../assets/images/portpholio_pc.png");
    background-size: cover;
  }

  .caddre__nav--hello {
    background-image: url("../assets/images/hello_world_pc.png");
    background-size: cover;
  }

  .caddre__info {
    width: 16vw;
  }
}
@media (min-width: 650px) {
  .case__header {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: "titre      titre      seringue" "auteur     soutitre   seringue" "paragraphe paragraphe seringue";
  }

  .grid__design, .grid__code {
    grid-template-areas: "titre      titre        ." "soutitre   .            ." "paragraphe paragraphe   ." "paragraphe2 paragraphe2 ." "modboard   modboard     modboard";
  }

  .case__titre {
    grid-area: titre;
  }

  .case__autor {
    grid-area: auteur;
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .case__soutitre {
    grid-area: soutitre;
    align-self: stretch;
  }

  .case__texte {
    grid-area: paragraphe;
  }

  .case__icon {
    grid-area: seringue;
    display: flex;
    justify-content: center;
    height: 100%;
    border-left: 1px solid #19032E;
  }

  .case__modb {
    grid-area: modboard;
  }

  .case__texte--mood {
    grid-area: paragraphe2;
  }

  .main__grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: "soutitre-imerg paragraphe-imerg paragraphe-imerg" "soutitre-solus paragraphe-solus paragraphe-solus" ".              sectionDesign    sectionCode" ".              sectionDop       sectionDop ";
  }

  .grid__soutitre--imertion {
    grid-area: soutitre-imerg;
    padding: 32px 18px;
  }

  .grid__parag--imertion {
    grid-area: paragraphe-imerg;
  }

  .grid__soutitre--solus {
    grid-area: soutitre-solus;
    padding: 32px 18px;
  }

  .grid__paragraphe--solus {
    grid-area: paragraphe-solus;
  }

  .grid__nav--design {
    grid-area: sectionDesign;
  }

  .grid__nav--code {
    grid-area: sectionCode;
    justify-self: end;
  }

  .grid__nav--photo {
    grid-area: sectionDop;
  }

  .grid__mainCode, .grid__mainDesing {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
  }

  .grid__mainCode > *, .grid__mainDesing > * {
    grid-column: 1/-1;
  }

  .grid__texteCode, .grid__texteDesing {
    grid-column: 1/-2;
  }
}
@media (min-width: 1000px) {
  .case__header {
    display: grid;
    grid-template-columns: 1fr 3.4fr 1fr;
    grid-template-areas: "titre      titre      soutitre" "auteur     paragraphe seringue";
  }

  .grid__code {
    grid-template-areas: "titre          titre           ." "soutitre       paragraphe      paragraphe ";
  }

  .grid__design {
    grid-template-areas: "titre          titre         ." "soutitre       paragraphe    ." "paragraphe2    paragraphe2   ." ".              modboard      modboard";
  }

  .main__grid {
    display: grid;
    grid-template-columns: 1fr 0.5fr 0.5fr 1fr 1fr;
    align-items: start;
    grid-template-areas: "soutitre-imerg paragraphe-imerg paragraphe-imerg paragraphe-imerg ." ".              paragraphe-solus paragraphe-solus paragraphe-solus soutitre-solus" ".              sectionDesign    sectionCode      sectionCode      ." ".              sectionDop       sectionDop       sectionDop       . ";
  }

  .grid__soutitre--solus, .grid__soutitre--imertion {
    margin: 0;
    padding: 37px 21px;
  }

  .case__autor {
    margin: 28px 0px 28px 0px;
  }

  .case__soutitre {
    padding-left: 21px;
    border-left: 1px solid #19032E;
    align-self: stretch;
  }

  .grid__mainDesing {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .flex__ellemntDesigne {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
  }

  .grid__titreDesing {
    padding: 37px 21px 28px 21px;
  }

  .ellement__image {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .grid__mainCode {
    display: grid;
    grid-template-columns: 1fr 3.4fr 1fr;
    align-items: start;
  }

  .grid__texteCode {
    grid-column: 2;
    border-left: 1px solid #19032E;
  }

  .grid__titreCode {
    grid-column: 1;
    padding: 37px 21px 28px 21px;
  }
}
.case__header {
  background-image: url("assets/images/Heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid #19032E;
  margin-top: clamp(4.6875rem, 4.4583rem + 1.0185vw, 5.375rem);
}

.container {
  max-width: 80vw;
  margin: 0 auto;
  border-left: 1px solid #19032E;
  border-right: 1px solid #19032E;
}

.case__autor {
  padding: 16px;
}

.autor__img {
  width: 51px;
  height: auto;
}

.autor__name {
  padding: 16px 0 0 0;
}

.case__icon {
  background-image: url("../assets/images/sering.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-color: transparent;
  height: 100px;
  width: 100%;
  padding: 10px;
}

@media (min-width: 650px) {
  .case__header {
    background-size: 20em;
    background-position: top right;
  }

  .case__icon {
    background-image: url("../assets/images/sering_tab.svg");
    background-position: bottom;
    height: 100%;
    width: 90%;
    padding: 0 18px 0 18px;
  }
}
@media (min-width: 1000px) {
  .container {
    max-width: 83vw;
  }

  .case__header {
    background-size: 15em;
    background-position: right 20vw top;
  }

  .case__soutitre--modboard {
    border-left: none;
  }

  .case__soutitre--challenge {
    border-left: none;
    border-right: 1px solid #19032E;
    padding: 37px 21px 0px 21px;
  }
}
.section__nav {
  height: clamp(4.6875rem, 4.4583rem + 1.0185vw, 5.375rem);
  border-bottom: 1px solid #19032E;
  border-top: 1px solid #19032E;
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  width: 100%;
  z-index: 6;
  background-color: #F8F7FE;
}

svg {
  width: 100%;
  height: 100%;
  display: block;
}

.menu__liste {
  position: fixed;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  padding: 67px 20px 20px 20px;
  margin: 0;
  z-index: 10;
  display: none;
}

.menu--open .menu__liste {
  display: block;
  background-color: #F8F7FE;
  border-left: 1px solid #19032E;
}

.menu__el {
  list-style: none;
  margin: 21px;
}

.menu__link {
  font-size: 28px;
  text-decoration: none;
  color: #19032E;
}

.menu__link.active:before {
  content: "► ";
  font-size: 28px;
}

.menu__link:hover {
  color: #3B217E;
  font-weight: 600;
  transform: scale(30px);
}

.menu {
  width: 90px;
  height: 90px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 20;
}

.line {
  fill: none;
  stroke: #19032E;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 3;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

@media (min-width: 1000px) {
  .menu {
    display: none;
  }

  .menu__liste {
    display: flex;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    gap: 2rem;
    margin-left: 66px;
    background-color: transparent;
  }

  .menu--open {
    display: none;
  }

  .menu__el {
    margin: 0;
  }

  .menu__link {
    font-size: 21px;
  }
}

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