body {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 20px;
  color: #475B63;
  position: relative;
  top: 50px;
}

@media (min-width: 1200px) {
  body {
    position: inherit;
  }
}
.logo_nav {
  height: 60px;
}

.navbar {
  font-size: 28px;
  justify-content: center;
  top: 0;
  z-index: 3;
  background-color: white;
}

#navbarNav ul {
  width: 90vw;
  justify-content: space-between;
}

.navbar a {
  color: #567480;
}

.navbar a:hover {
  color: #FFA69E;
}

@media (min-width: 1200px) {
  .navbar {
    display: none;
  }
}
.div_about div :last-child {
  border: none;
  border-radius: 10px;
  width: 130px;
  height: 35px;
  padding-bottom: 15px;
}

.div_right :last-child {
  background-color: #567480;
  color: #f1d4cc;
}

.div_left :last-child {
  background-color: #f1d4cc;
  color: #567480;
}

.btn_grid {
  grid-column: 2/3;
  grid-row: 4;
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
}

.article__project-img {
  width: 60vw;
  margin-bottom: 2em;
  border: 2px solid black;
}

.article__passion-img {
  height: auto;
  width: 60vw;
  margin: auto;
}

.article__icone {
  width: 4em;
  margin: auto;
}

.article__passion-img {
  margin-bottom: 0.7em;
}

#div_picture {
  display: none;
}

@media (min-width: 620px) {
  .article__icone {
    width: 6em;
    margin: auto;
  }
  .article__icone-contact {
    width: 6em;
  }
}
@media (min-width: 830px) {
  .article__passion {
    display: flex;
    justify-content: space-between;
  }
  .article__passion-img {
    width: 200px;
    height: 150px;
  }
  .article__icone, .article__icone-contact {
    width: 4em;
  }
}
@media (min-width: 1200px) {
  .article__passion-img {
    width: 300px;
    height: 200px;
  }
  .article__project-img {
    width: 700px;
  }
  #div_picture {
    display: block;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    overflow: hidden;
    height: 350px;
    width: 200px;
    margin-left: 5vw;
    margin-top: 30px;
  }
  #photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
hr {
  color: #FFA69E;
}

.about_me {
  text-align: justify;
}

.pink_article, .blue_article {
  width: 94vw;
  margin: auto;
  border-radius: 10px;
}

.pink_article a {
  color: #FFA69E;
}

.pink_article {
  background-color: #475B63;
  color: #f1d4cc;
}

.blue_article {
  background-color: #f1d4cc;
  color: #475B63;
}

@media (min-width: 575px) {
  .pink_article, .blue_article {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .presentation__div {
    display: flex;
    justify-content: space-between;
  }
  .presentation__div div {
    width: 47%;
  }
  .parallax {
    /* The image used */
    background-image: url("../img/lotus.jpg");
    /* Set a specific height */
    min-height: 400px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header_parallax {
    height: 100vh;
    color: #f1d4cc;
    font-size: 78px;
  }
  .header_parallax h1 {
    font-size: 4rem;
  }
  .btn_cv {
    background-color: #f1d4cc;
    position: fixed;
    top: 3.5vh;
    right: 1vw;
  }
}
.logo {
  width: 60px;
}

.grid_content h1 {
  font-family: "Combo", sans-serif;
  font-size: 46px;
}

.animate, #animate_last {
  visibility: hidden;
}

.div_title {
  color: #475B63;
  text-align: center;
}

.div_left {
  background-color: #475B63;
  color: #f1d4cc;
}

.div_right {
  background-color: #f1d4cc;
  color: #475B63;
}

.div_about {
  display: flex;
  flex-wrap: wrap;
  gap: 10vw;
  margin: 5vh 0 10vh 0;
}

.div_about div {
  display: grid;
  padding: 15px;
  border-radius: 10px;
  text-align: justify;
}

.div_about div hr {
  grid-row: 2;
}

.div_about div p, .div_about div hr, .div_about div h3 {
  grid-column: 1/3;
}

.icon_btn {
  color: #FFA69E;
}

.blue {
  color: #475B63;
}

#informations_container {
  display: none;
}

@media screen and (min-width: 1200px) {
  .grid_content {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    grid-auto-rows: 300px;
  }
  .div_title {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 33vw;
    text-align: start;
  }
  .div_about {
    grid-row: 1/3;
    grid-column: 2/4;
    gap: 50px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .div_about div {
    width: 22vw;
    min-height: 30vh;
  }
  .div_last hr {
    height: 1px;
  }
}
#footer {
  display: none;
}

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