@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
  font-family: "Futura-Heavy";
  src: url(../fonts/futura/Futura-Heavy-font.ttf);
}

@font-face {
  font-family: "Futura-Heavy-Italic";
  src: url(../fonts/futura/Futura-Heavy-Italic-font.ttf);
}
/* navbar */

.portfolio-navbar {
  font-family: 'Montserrat', sans-serif;
  font-size: 10pt;
  font-weight: 500;
}

.portfolio-nav-color {
  color: #0f0f0f;
}

.portfolio-navbar .portfolio-nav-margin {
  color: #616161;
}

.portfolio-nav-margin {
  margin-left: 7px;
}

.portfolio-nav-margin:first-child {
  margin-left: 0px;
}

.portfolio-navbar .portfolio-navbar-div ul {
  display: flex;
  margin-top: 25px;
  margin-bottom: 100px;
}

@media screen and (min-width: 90ch) {
  .portfolio-navbar {
    width: 95%;
    max-width: 150ch;
  }
  .projects {
    width: 95%;
    max-width: 200ch;
  }
  .project {
    width: 95%;
    max-width: 200ch;
  }
}

.portfolio-navbar {
  width: 95%;
  list-style: none;
  margin: 0px auto;
}

/* Disposition Projets */

.projects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding-top: 170px;
  margin-bottom: 70px;
}

.projects a {
  width: 400px;
  height: auto;
  margin: 20px;
}

.projects a img {
  z-index: -100;
}

.project {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.project img{
  width: 400px;
  height: auto;
}

.project-title {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 30px;
  width: 600px;
  margin: 30px auto;
}

/* Pale Blue Dot */

.center-video {
  display: flex;
  margin: 0 auto;
  margin-bottom: 50px;
}

.description {
  height: 400px;
  background-color: #0e1834;
}

.row {
  display: flex;
  margin: 0 auto;
  width: 1260px;
}

.bloc1 {
  flex: 1;
  margin-right: 30px;
  padding: 10px;
  margin-bottom: 20px;
}

.bloc2 {
  flex: 1;
  margin-left: 30px;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.bloc2 img{
  margin-top: -30px;
}





.project-img-full {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.project-img-special {
  width: 90%;
  margin-left: 40px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.elle-6-jpg {
  margin-top: 100px;
}


#txt-elle-1 {
  margin-left: 80px;
  margin-top: 220px;
  margin-bottom: 60px;
  width: 350px;
}

#txt-elle-2 {
  margin-right: 80px;
  margin-left: auto;
  margin-top: 350px;
  margin-bottom: 60px;
  width: 200px;
}

#txt-elle-3 {
  margin: 50px auto;
  width: 300px;
}

#txt-elle-4 {
  margin-top: 100px;
  margin-left: 20px;
  margin-right: 20px;
  width: 350px;
}

.row-elle {
  margin-top: 200px;
  display: flex;
  width: 100%;
}

.row-elle-1 {
  flex: 1;
}

.row-elle-2 {
  flex: 1;
}



.txt-elle-1-p {
  font-family: 'Roboto', sans-serif;
  weight: 300;
  font-size: 6pt;
  text-align: justify;
}

.txt-elle-2-p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 6pt;
  text-align: right;
}

.txt-elle-3-p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 6pt;
  text-align: center;
}

.txt-elle-4-p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 6pt;
  text-align: justify;
}

.txt-elle-fin-div {
  text-align: center;
  margin: 0 auto;
}

.txt-elle-fin {
  position: absolute;
  display: inline-block;
  width: 350px;
  font-family: "Futura-Heavy";
  color: #ffffff;
  font-size: 24pt;
  text-align: center;
}

.txt-elle-bold-italic{
  font-family: "Futura-Heavy-Italic";
}

.txt-elle-bold {
  font-family: "Futura-Heavy";
}

.txt-elle-bold-titre {
  font-family:  "Futura-Heavy";
  font-size: 18px;
  color: #5e5e5e;
}



@media screen and (max-width: 1100px) {
  .projects {
    padding-top: 220px;
  }

  .row-elle {
    display: block;
  }

  .row-elle-1 {
    margin: 0 auto;
  }

  .row-elle-2 {
    margin-left: 0;
    margin-right: auto;
  }

  #txt-elle-1 {
    margin-left: 80px;
    margin-top: 220px;
    margin-bottom: 60px;
    width: 700px;
  }

  #txt-elle-2 {
    margin-right: 80px;
    margin-left: auto;
    margin-top: 350px;
    margin-bottom: 60px;
    width: 400px;
  }

  #txt-elle-3 {
    margin: 50px auto;
    width: 600px;
  }

  #txt-elle-4 {
    margin: 60px auto;
    width: 600px;
  }

  .txt-elle-bold-titre {
    font-size: 24pt;
  }

  .txt-elle-1-p {
    font-size: 20pt;
  }

  .txt-elle-2-p {
    font-size: 20pt;
  }

  .txt-elle-3-p {
    font-size: 20pt;
  }

  .txt-elle-4-p {
    font-size: 20pt;
  }
}












.popup {
  margin: 60px auto;
  width: 90%;
  max-width: 950px;
  height: auto;
  background-color: #ffffff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.overlay {
  z-index: -1000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  overflow: scroll;
  transition: opacity .2s;
}

.overlay:target {
  opacity: 1;
  z-index: 102;
  transition: opacity .2s;
}

.overlay::-webkit-scrollbar {
  width: 6px; /* width of the entire scrollbar */
  height: 0px;
}

.overlay::-webkit-scrollbar-track {
  background-color: #141414/* color of the tracking area */
}

.overlay::-webkit-scrollbar-thumb {
  background-color: #409eff; /* color of the scroll thumb */
}

.cross {
  position: fixed;
  top: 10px;
  right: 16px;
  width: 15px;
  height: auto;
}

.soft {
  position: fixed;
  width: 40px;
  height: 40px;
  left: 50%;
  right: 50%;
  padding-left: 1020px;
  transform: translate(-50%, -5%);

}

@media screen and (max-width: 1100px) {
  .popup {
    margin: 0 auto;
    width: 100%;
    max-width: 100vw;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .cross {
    position: fixed;
    top: 10px;
    right: 16px;
    width: 45px;
    height: auto;
  }
}
