/* Reset css */
*, ::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

@font-face {
  font-family: "neon_tubes_2regular";
  src: url("./Base/neontubes2.woff2") format("woff2"), url("./Base/neontubes2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: verdana, "neon_tubes_2regular", sans-serif;
}

/* f845c5 - 37373f*/
/* Animation neon */ 
@keyframes blink1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  62% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  77% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0;
  }
  94% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  97% {
    opacity: 1;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink2 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  8% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  29% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  49% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  62% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  73% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  83% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  88% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0;
  }
  94% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  97% {
    opacity: 1;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Menu mobile */
@media screen and (max-width: 425px) {
  .nav-check, .nav-large {
    display: none;
  }
  .btn-menu {
    background-color: #161619;
    height: 4rem;
    width: 4rem;
    position: fixed;
    top: 1rem;
    right: 1rem;
    border-radius: 50%;
    z-index: 2000;
    text-align: center;
    cursor: pointer;
    font-family: "neon_tubes_2regular", sans-serif;
    background: #161619;
    box-shadow: 1px 1px 5px #000, -1px -1px 5px #6f6f6f, inset 1px 1px 5px #2b2b2b, inset -1px -1px 5px #000;
    transition: all 0.1s;
  }
  .btn-menu:active {
    box-shadow: 1px 1px 5px #5b5b5b, -1px -1px 5px #000, inset 1px 1px 5px #2b2b2b, inset -1px -1px 5px #e5dfdf;
    color: #fff;
    text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
  }
  .bi-caret-left-fill {
    color: #f845c5;
    position: fixed;
    top: 2.5rem;
    right: 5rem;
  }
  .logo {
    font-family: "neon_tubes_2regular";
    color: #fff;
    text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
    /* ffd9e2 */
    position: relative;
    display: inline-block;
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .logo:hover {
    color: #f845c5;
  }
  .nav {
    width: 10rem;
    position: fixed;
    top: 1rem;
    right: 7rem;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 400ms ease-in-out;
    z-index: 2000;
  }
  .nav-list {
    left: 2rem;
    top: 1rem;
    text-align: center;
    background-color: #161619;
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 5px 5px 20px #000;
  }
  .liens {
    font-family: "neon_tubes_2regular";
    color: #f845c5;
    display: inline-block;
    font-size: 1rem;
    text-shadow: 2px 2px 2px #000;
    margin: 0.5rem;
    padding: 0.5rem;
  }
  .liens:hover {
    font-family: "neon_tubes_2regular";
    color: #fff;
    text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
    /* ffd9e2 */
    transform: scale(1.08);
    transition: all 0.2s ease-in-out;
  }
  .nav-check:checked ~ .nav {
    transform: scale(1, 1);
  }
}
/* Menu tablette desktop */
@media screen and (min-width: 426px) {
  .nav-logo {
    display: none;
  }
  .nav-large {
    display: flex;
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.2));
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
  }
  .logo-large {
    font-family: "neon_tubes_2regular";
    color: #f845c5;
    padding: 1rem 1.3rem;
    font-size: 1.5rem;
  }
  .logo-large:hover {
    color: #fff;
    text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
    transform: scale(1.08);
    transition: all 0.2s ease-in-out;
  }
  .nav2 {
    margin-left: auto;
  }
  .nav-list2 {
    display: flex;
  }
  .liens-large {
    display: flex;
    color: #f845c5;
    font-family: "neon_tubes_2regular";
    font-size: 1rem;
    padding: 1.3rem 1rem;
    text-shadow: 2px 2px 2px #000;
  }
  .liens-large:hover {
    color: #fff;
    text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
    transform: scale(1.08);
    transition: all 0.2s ease-in-out;
  }
}
/* ONE PAGE */
@media screen and (min-width: 1441px) {
  #projets, #apropos {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.projets-title, .propos-title, .contact-title {
  font-family: "neon_tubes_2regular";
  color: #fff;
  text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
  /* ffd9e2 */
  text-align: center;
  margin-bottom: 2rem;
}

a:focus {
  outline-color: #f845c5;
  border-radius: 1rem;
  border: 2px;
}

@media screen and (min-width: 2561px) {
  body {
    padding-right: 15%;
    padding-left: 15%;
  }
  .nav-large {
    max-width: 70%;
  }
}
/* SECTION HERO */
#hero {
  background-image: url("../images/bg-black.jpg");
  background-size: cover;
  top: 0;
  padding: 5.5rem 1rem 7rem 1rem;
  height: 110vh;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.titles {
  margin-top: 5rem;
}

.title-l {
  display: flex;
  padding: 1rem;
}
.title-l .laeti {
  margin: auto;
  font-family: "neon_tubes_2regular";
  color: #fff;
  text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
  /* ffd9e2 */
  font-size: 3rem;
  letter-spacing: 5px;
}

.title-d, .title-dev, .title-w {
  display: flex;
}
.title-d .duche, .title-dev .duche, .title-w .duche {
  letter-spacing: 5px;
  font-size: 3rem;
  margin: auto;
  font-family: "neon_tubes_2regular";
  color: #fff;
  text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
  /* ffd9e2 */
}

.title-dev {
  margin-right: 1rem;
  margin-left: 1rem;
}

.title-dw {
  font-size: 1.5rem;
  margin-top: 5rem;
  margin-bottom: 6rem;
}
.title-dw .dev, .title-dw .web {
  font-family: "neon_tubes_2regular";
  color: #fff;
  text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
  /* ffd9e2 */
  letter-spacing: 3px;
  margin: auto;
  font-size: 1.5rem;
}

.title-dev {
  padding: 1rem 0;
}

/* Animation neon */
.laeti, .duche {
  animation: blink1 1000ms linear;
}

.dev {
  animation: blink1 1500ms linear;
}

.web {
  animation: blink2 2700ms linear;
}

/* Bouton contact */
.lien-contact {
  display: flex;
  justify-content: space-around;
  margin-bottom: 5rem;
}

.btn-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "neon_tubes_2regular";
  color: #f845c5;
  font-weight: bold;
  padding: 1rem;
  border-radius: 30px;
  border: none;
  background: #161619;
  box-shadow: 1px 1px 5px #000, -1px -1px 5px #6f6f6f, inset 1px 1px 5px #2b2b2b, inset -1px -1px 5px #000;
  transition: all 0.1s;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.btn-contact:active {
  box-shadow: 1px 1px 5px #5b5b5b, -1px -1px 5px #000, inset 1px 1px 5px #2b2b2b, inset -1px -1px 5px #e5dfdf;
  color: #fff;
  text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
}
.btn-contact:active {
  box-shadow: 1px 1px 5px #feecf9, -1px -1px 5px #310d27, inset 1px 1px 5px #fcb4e7, inset -1px -1px 5px #feecf9;
  color: #fff;
  text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
}
.btn-contact:hover {
  color: #fff;
  text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
  transform: scale(1.08);
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 620px) {
  #hero {
    height: 100vh;
  }
  .names {
    display: flex;
    justify-content: center;
  }
  .names .laeti {
    margin-right: 2rem;
  }
  .title-dw {
    display: flex;
    justify-content: center;
  }
}
/* SECTION PROJETS */
#projets {
  background: linear-gradient(to bottom, rgb(15, 15, 15), rgba(20, 20, 20, 0.7));
  padding-top: 6rem;
  padding-bottom: 6rem;
  box-shadow: rgba(15, 15, 15, 0.2) 0px 20px 30px -10px;
}

.p-projet {
  display: flex;
  justify-content: center;
  color: #fff;
  line-height: 35px;
  font-size: 1.2rem;
  padding: 2rem;
}
.p-projet p {
  text-align: justify;
}

/* CAROUSEL */
.bloc-carousel {
  display: flex;
  margin-top: 1rem;
}

.carousel {
  /* display: grid; */
  grid-auto-flow: column;
  overflow-x: auto;
  grid-auto-columns: 100%;
  grid-gap: 1em;
  padding: 2rem;
  z-index: 0;
}

.element-projet {
  display: flex;
  border-radius: 1rem;
}

.container {
  display: flex;
  border-radius: 1rem;
  margin-bottom: 1rem;
  box-shadow: 5px 5px 20px #000;
}
.container:hover {
  transform: scale(1.06);
  transition: all 0.2s ease-in-out;
}

.btn {
  text-decoration: none;
  color: #000;
}

.titre-projet {
  display: block;
  text-align: center;
  background: #fff;
  padding-top: 0.5rem;
  border-radius: 0 0 1rem 1rem;
}
.titre-projet h3 {
  font-size: 1.2rem;
}
.titre-projet p {
  padding-bottom: 0.5rem;
  color: #000;
  font-size: 1rem;
}

figure {
  display: flex;
  flex-direction: column;
}

.btn img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}

/* POP-UP MODAL */
/* Fenetre */
.modal-window {
  /* display: flex;
  position: absolute; */
  top: 100%;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  border-radius: 1rem;
  z-index: 1000;
}

.modal-window:target {
  display: flex;
  position: absolute;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
}

.modal-window > div {
  position: absolute;
  border-radius: 1rem;
  top: 90%;
  left: 5%;
  right: 5%;
  z-index: 1000;
  background: #f2f2f2;
  box-shadow: 5px 5px 20px #5e5e65;
}

/* Bouton fermer */
.close {
  margin-top: 1rem;
  margin-left: 1rem;
  position: absolute;
  font-size: 2rem;
  z-index: 2000;
}
.close .bi-x-lg {
  color: #f845c5;
}
.close .bi-x-lg:hover {
  color: #000;
}

/* Texte */
.text-pop {
  display: inline-block;
  background: #fff;
  padding: 3rem 2rem 2rem 2rem;
  border-radius: 1rem 1rem 0 0;
}
.text-pop h4 {
  text-align: center;
  color: #f845c5;
  font-family: "neon_tubes_2regular";
  font-size: 1.5rem;
  margin: 1rem 0 0 0;
  line-height: 2.5rem;
}
.text-pop .p-pop {
  display: flex;
  margin-top: 1rem;
  line-height: 23px;
}
.text-pop .p-pop p {
  text-align: justify;
  padding-top: 5%;
  padding-bottom: 5%;
}

/* Icons techno */
.tech-pop {
  margin-top: 1rem;
}

.logo-tech {
  display: inline-block;
  justify-content: space-evenly;
}

.logo-tech img {
  margin-right: 1rem;
  margin-top: 1rem;
}

/* Bouton lien code */
.liens-code {
  display: flex;
  justify-content: space-around;
}

.btn-code {
  display: flex;
  width: 50px;
  height: 50px;
  margin: 1rem 5px;
  overflow: hidden;
  background: #f845c5;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 1px 1px 5px #310d27, -1px -1px 5px #fff, inset 1px 1px 5px #fcb4e7, inset -1px -1px 5px #310d27;
  border: none;
  font-family: "neon_tubes_2regular";
  transition: all 0.3s ease-out;
}
.btn-code:active {
  box-shadow: 1px 1px 5px #feecf9, -1px -1px 5px #310d27, inset 1px 1px 5px #fcb4e7, inset -1px -1px 5px #feecf9;
  color: #fff;
  text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
}
.btn-code:hover {
  width: 155px;
}
.btn-code .icon {
  float: left;
  padding-left: 13px;
  border-radius: 50px;
  color: #fff;
}
.btn-code .icon i {
  font-size: 1.4rem;
  line-height: 48px;
}
.btn-code .span-site, .btn-code .span-code {
  font-size: 0.8rem;
  color: #fff;
  line-height: 50px;
  margin-left: 0.9rem;
}

/* Demo-Video */
.video-pop {
  display: flex;
  justify-content: center;
  padding: 2rem;
  background: #d7d7d8;
  border-radius: 0 0 1rem 1rem;
}
.video-pop video {
  margin-top: auto;
  margin-bottom: auto;
  width: 250px;
  border-radius: 1rem;
  border: 5px solid #fff;
  box-shadow: 5px 5px 20px #000;
}

/* RESPONSIVE tablette / desktop */
@media screen and (max-width: 320px) {
  .container {
    width: 100%;
  }
  .liens-code {
    display: inline;
  }
}
@media screen and (min-width: 426px) {
  #projets {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .p-projet {
    padding: 2rem 0;
  }
  .carousel {
    display: grid;
    overflow-x: unset;
    grid-auto-flow: unset;
    grid-template-columns: repeat(2, 1fr);
    padding: 0rem;
  }
  .liens-code {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 769px) {
  #projets {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .carousel {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
  }
  .container {
    margin: 0;
  }
  .modal-window > div {
    display: flex;
    z-index: 1000;
  }
  .text-pop {
    border-radius: 1rem 0 0 1rem;
  }
  .video-pop {
    border-radius: 0 1rem 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #projets {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .carousel {
    grid-auto-columns: 30%;
  }
  .p-projet {
    padding: 4rem 0rem;
  }
  .video-pop {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1441px) {
  #projets {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .carousel {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2em;
  }
}
/* SECTION A PROPOS */
#apropos {
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.8), rgba(20, 20, 20, 0.4));
  padding-top: 4rem;
}

/* TEXTE */
.propos-title {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-bio {
  text-align: justify;
  justify-content: center;
  color: #000;
  line-height: 35px;
}

.propos-p {
  padding: 2rem;
  font-size: 1.2rem;
  background-color: #e7e7e8;
}

/* PORTRAIT */
.img {
  display: flex;
  text-align: center;
  padding: 4rem 2rem;
  justify-content: center;
  align-items: center;
}

.img-bio {
  box-shadow: 5px 5px 20px #000;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 250px;
  height: 250px;
}

/* RESPONSIVE tablette / desktop */
@media screen and (min-width: 426px) {
  #apropos {
    align-items: center;
  }
  .title h2 {
    width: 100%;
  }
  .propos-p {
    padding: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .img {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  #apropos {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .p-bio {
    display: flex;
  }
}
@media screen and (min-width: 1441px) {
  #apropos {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .propos-p {
    width: 60%;
  }
  .img {
    width: 40%;
  }
}
/* SECTION CONTACT */
footer {
  background-color: rgb(15, 15, 15);
  padding-top: 6rem;
  padding-bottom: 1rem;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.15) 2.6px 1.95px 1.95px;
}

.bloc-contact {
  display: flex;
  padding: 2rem 1rem 1rem 1rem;
  margin-top: 2rem;
}

.contact {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.p-contact {
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.2rem;
}

.social {
  display: flex;
  justify-content: space-evenly;
}

.mailto, .linkedin, .github {
  color: #f845c5;
  font-size: 2rem;
  font-weight: bold;
}
.mailto:hover, .linkedin:hover, .github:hover {
  color: #fff;
  text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
}

.btn {
  display: flex;
  justify-content: center;
}

.btn-social {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  background: #161619;
  box-shadow: 1px 1px 5px #000, -1px -1px 5px #6f6f6f, inset 1px 1px 5px #2b2b2b, inset -1px -1px 5px #000;
  transition: all 0.1s;
  cursor: pointer;
}
.btn-social:active {
  box-shadow: 1px 1px 5px #5b5b5b, -1px -1px 5px #000, inset 1px 1px 5px #2b2b2b, inset -1px -1px 5px #e5dfdf;
  color: #fff;
  text-shadow: 0 0 0 transparent, 0 0 10px #f845c5, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #f845c5, 0 0 100px #f845c5, 0 0 90px #f845c5, 0 0 100px #f845c5, 0 0 300px #f845c5;
}

.droits {
  display: flex;
  color: #fff;
  margin: 5rem 0 2rem 0;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
}/*# sourceMappingURL=main.css.map */