/*Couleur de fond - */
/*Couleur de fond -*/
/*Couleur du texte - principal*/
/*Couleur du texte - titres*/
/*Couleur du texte - alt*/
/*Couleur du texte - paragraphes*/
/*Police des titres H1 - */
/*Police des titres hors H1 - */
/*Police des paragraphes - */
* {
  font-family: "Source Sans 3", sans-serif;
  color: #232526;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  background-color: #fff;
  max-width: 100%;
  overflow-x: hidden;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: auto;
  padding: 25px 100px;
  box-shadow: 0px 2px 80px rgba(126, 70, 70, 0.07);
}

.header__logo {
  font-family: "Poppins";
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 800;
}

.header__navbar {
  font-family: "Open Sans";
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.header__navbar-home, .header__navbar .header__navbar-about, .header__navbar .header__navbar-services, .header__navbar .header__navbar-portfolio, .header__navbar .header__navbar-contact {
  margin: 0.2rem;
  font-weight: 700;
  border-radius: 5px;
  padding: 5px;
}
.header__navbar-home:hover, .header__navbar .header__navbar-about:hover, .header__navbar .header__navbar-services:hover, .header__navbar .header__navbar-portfolio:hover, .header__navbar .header__navbar-contact:hover {
  background-color: #fcfcfc;
  color: #004292;
}

.header__btn-mobile {
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: auto;
  padding: 25px 100px;
  background-color: #fcfcfc;
}
footer__navbar {
  font-family: "Open Sans";
  font-size: 1.1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
footer__copyright {
  color: #232526;
}

/* Media query for smaller screens - Mobiles*/
@media screen and (max-width: 767px) {
  div {
    display: block;
  }
  .header__navbar {
    display: none;
  }
  .header__btn-mobile {
    display: block;
    cursor: pointer;
    opacity: 1;
  }
  .header__navbar-mobile {
    display: block;
    -webkit-backdrop-filter: blur 7%;
            backdrop-filter: blur 7%;
    list-style: none;
    margin: 47px 30px 0px;
    padding: 50px 10px 0px;
    width: 20%;
    position: absolute;
    right: 0;
  }
  .header__navbar-mobile li {
    margin-bottom: 10px;
  }
  .header__navbar-mobile li a {
    color: #000428;
    font-family: "Open Sans";
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .header__navbar-mobile li a:hover {
    color: #004292;
  }
  header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px 30px;
    margin-bottom: -50px;
  }
  footer {
    padding: 25px 30px;
    font-size: 0.8rem;
  }
  main {
    padding-top: 50px;
    max-width: 100%;
  }
  .div-home-section h1 {
    margin-top: 40px;
  }
  .container__home-section, .container__about-me-section, .container__services-section, .container__projects-section, .container__contact-section {
    max-width: 100%;
    padding: 50px 30px;
    margin: auto;
    height: auto;
  }
  .container__contact {
    padding: 0px auto;
    display: flex;
    flex-direction: column;
  }
  .container__about-me-section {
    padding: 50px 30px;
    padding-bottom: 50px;
  }
  .footer__navbar > a > img {
    height: 20px;
    padding-right: 4px;
  }
  .profile-photo-mob-div {
    display: grid;
    place-items: center;
  }
  .about-me-photo {
    display: none;
  }
  .about-me-photo-mob {
    display: grid;
    place-items: center;
    background-image: url("./images/about-me.jpg");
    width: 100%;
    height: 20rem;
    margin: auto;
    margin-bottom: 50px;
    background-size: cover;
    background-position: center center;
    border: 3px solid #000428;
    border-radius: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  h1 {
    font-size: 2.5em;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    text-align: center;
  }
  .home-section {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .div-home-section {
    width: 100%;
    padding: 25px 0px;
  }
  .profile-photo {
    display: none;
  }
  .tech-stack {
    display: flex;
    flex-direction: row;
    margin: 50px auto;
    max-width: 50%;
  }
  .skills {
    display: none;
  }
  .contact-infos {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
  }
  .contact-infos > div > a {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .contact-infos > div > a > img {
    max-height: 48px;
    margin-top: 15px;
  }
  .pied-de-page {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header {
    padding: 25px 40px;
  }
  footer {
    padding: 25px 40px;
    font-size: 0.8rem;
  }
  .container__home-section, .container__about-me-section, .container__services-section, .container__projects-section, .container__contact-section {
    max-width: 100%;
    padding: 100px 80px;
    margin: auto;
    height: auto;
  }
  .container__about-me-section, .container__services-section, .container__projects-section, .container__contact-section {
    max-width: 100%;
    padding: 100px 80px;
    margin: auto;
    height: auto;
  }
  .group {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: auto;
  }
  .profile-photo-mob {
    display: none;
  }
  .div-home-section {
    max-width: 60%;
    margin-right: 80px;
  }
  h1 {
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
  }
  .container__contact {
    padding: 0px 60px;
    display: flex;
    flex-direction: column;
  }
  .contact-info {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
  }
  .container__contact {
    padding: 0px 50px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer__navbar > a > img {
    height: 25px;
    padding-right: 4px;
  }
  .tech-stack {
    margin-top: 50px;
  }
  .profile-photo-mob-div {
    display: none;
  }
  .contact-infos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
  }
  .contact-infos > div > a {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .contact-infos > div > a > img {
    max-height: 48px;
  }
  .about-me-photo {
    display: grid;
    place-items: center;
    background-image: url("./images/about-me.jpg");
    width: 100%;
    height: 20rem;
    margin: auto 40px auto auto;
    background-size: cover;
    background-position: center center;
    border: 3px solid #000428;
    border-radius: 2rem;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-me-photo-mob {
    display: none;
  }
  .container__about-me {
    display: flex;
    flex-direction: column;
  }
  .about-me-text {
    width: 100%;
    margin-top: 50px;
  }
  .pied-de-page {
    display: none;
  }
  .header__navbar-mobile {
    display: none;
  }
  .header__btn-mobile {
    display: none;
    cursor: pointer;
    opacity: 1;
  }
  .header__navbar-mobile {
    display: none;
    -webkit-backdrop-filter: blur 7%;
            backdrop-filter: blur 7%;
    list-style: none;
    margin: 47px 30px 0px;
    padding: 50px 10px 0px;
    width: 20%;
    position: absolute;
    right: 0;
  }
  .header__navbar-mobile li {
    margin-bottom: 10px;
  }
  .header__navbar-mobile li a {
    display: none;
    color: #000428;
    font-family: "Open Sans";
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .header__navbar-mobile li a:hover {
    color: #004292;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header {
    padding: 25px 40px;
  }
  footer {
    padding: 25px 40px;
    font-size: 0.8rem;
  }
  .container__home-section, .container__about-me-section, .container__services-section, .container__projects-section, .container__contact-section {
    max-width: 100%;
    padding: 100px 80px;
    margin: auto;
    height: auto;
  }
  .container__about-me-section, .container__services-section, .container__projects-section, .container__contact-section {
    max-width: 100%;
    padding: 100px 80px;
    margin: auto;
    height: auto;
  }
  .group {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: auto;
  }
  .profile-photo-mob {
    display: none;
  }
  .div-home-section {
    max-width: 60%;
    margin-right: 80px;
  }
  h1 {
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
  }
  .container__contact {
    padding: 0px 60px;
    display: flex;
    flex-direction: column;
  }
  .contact-info {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
  }
  .container__contact {
    padding: 0px 80px;
    display: flex;
    flex-direction: column;
  }
  .footer__navbar > a > img {
    height: 25px;
    padding-right: 4px;
  }
  .tech-stack {
    margin-top: 50px;
  }
  .profile-photo-mob-div {
    display: none;
  }
  .contact-infos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
  }
  .contact-infos > div > a {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .contact-infos > div > a > img {
    max-height: 48px;
  }
  .about-me-photo {
    display: none;
  }
  .about-me-photo-mob {
    display: grid;
    place-items: center;
    background-image: url("./images/about-me.jpg");
    width: 100%;
    height: 20rem;
    margin: auto 40px auto auto;
    background-size: cover;
    background-position: center center;
    border: 3px solid #000428;
    border-radius: 2rem;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-me-text {
    width: 50%;
  }
  .pied-de-page {
    display: none;
  }
  .header__navbar-mobile {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .container__home-section, .container__about-me-section, .container__services-section, .container__projects-section, .container__contact-section {
    max-width: 100%;
    padding: 150px 100px 100px 100px;
    margin: auto;
    height: auto;
  }
  .container__about-me-section, .container__services-section, .container__projects-section, .container__contact-section {
    max-width: 100%;
    padding: 100px 100px;
    margin: auto;
    height: auto;
  }
  .profile-photo-mob {
    display: none;
  }
  .group {
    display: flex;
    flex-direction: row;
    width: 65%;
    margin: auto;
  }
  .profile-photo-mob-div {
    display: none;
  }
  .div-home-section {
    max-width: 60%;
    margin-right: 100px;
  }
  h1 {
    font-family: "Poppins", sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
  }
  .competences {
    display: flex;
    flex-direction: row;
    text-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .skills, .tech-stack {
    margin: 80px auto;
    padding-right: 50px;
  }
  .contact-info {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
  }
  .container__contact {
    padding: 0px 80px;
    display: flex;
    flex-direction: column;
  }
  .form-control {
    width: 100%;
    margin: auto;
  }
  .btn-submit {
    height: 40px;
    width: 100%;
    margin: auto;
    font-family: "Open Sans";
    background-color: #004292;
  }
  .footer__navbar > a > img {
    padding-right: 5px;
  }
  .contact-infos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
  }
  .contact-infos > div > a {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .contact-infos > div > a > img {
    max-height: 32px;
  }
  .about-me-photo-mob {
    display: none;
  }
  .about-me-photo {
    display: grid;
    place-items: center;
    background-image: url("./images/about-me.jpg");
    height: 30rem;
    width: 50%;
    margin: auto 40px auto auto;
    background-size: cover;
    background-position: center center;
    border: 3px solid #000428;
    border-radius: 2rem;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-me-text {
    width: 50%;
  }
  span {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
  }
  .pied-de-page > h6 {
    color: rgba(0, 0, 0, 0.3);
  }
  .header__navbar-mobile {
    display: none;
  }
}
a {
  text-decoration: none;
}

.profile-photo, .profile-photo-mob-div {
  background-image: url("./images/nathan.png");
  width: 20rem;
  height: 20rem;
  margin: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 3px solid #000428;
  animation: morph 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  position: relative;
  transition: all 1s ease-in-out;
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
h2, h3, h4, h5, h6 { /*H2 to H6 titles*/
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

h2 { /*H2 and H3 titles*/
  font-size: 1.6em;
}

h3 {
  font-size: 1.3em;
  color: #000428;
}

h4 {
  color: #004292;
  font-size: 1.1em;
  margin-bottom: 10px;
}

h6 {
  font-size: 0.7rem;
  color: #696969;
}

p { /*Paragraphes */
  text-align: justify;
  font-family: "Source Sans 3", sans-serif;
  color: #696969;
}

.intro {
  margin-top: 25px;
  margin-bottom: 50px;
  font-weight: 450;
  font-size: 1.2em;
  text-align: left;
}

.intro-about, .intro-connect {
  margin-top: 25px;
  font-weight: 450;
  font-size: 1.1em;
  text-align: left;
}

.skills-list, .tech-stack-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.skills-list li {
  font-size: 0.9rem;
  background-color: #fcfcfc;
  padding: 7px;
  border-radius: 8px;
  flex-grow: 1;
  text-align: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.skills-list li:hover {
  border-color: #004292;
  background-color: #fcfcfc;
}

.container__home-section {
  background-color: #fcfcfc;
}

.home-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home-section img {
  max-width: 100px;
  margin-right: 20px;
}

.container__about-me-section {
  background-color: #fff;
}

.container__projects-section {
  background-color: #fcfcfc;
}

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

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

.container__contact-section {
  background-color: #fff;
}

.skills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  gap: 0.1rem;
}

.tech-stack {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  gap: 0.1rem;
}

.tech-stack > img {
  height: 50px;
}

a > img {
  height: 24px;
  margin: 0px 3px 0px 0px;
  opacity: 1;
}
a > img:hover {
  opacity: 0.8;
}

.tech-stack > ul > li > img {
  height: 50px;
  margin: 0px 3px 0px 0px;
}

/*CARDS CARDS CARDS CARDS CARDS CARDS CARDS*/
/*CARDS CARDS CARDS CARDS CARDS CARDS CARDS*/
:root {
  --primary: #111926;
  --white: #fff;
  --background: #F8F8FF;
  --gray: #D3D3D3;
  --text: #262626;
  --like: #FF3040;
}

.projects-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  height: auto;
}

.card {
  background: var(--white);
  border-radius: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
  display: flex;
  width: 22rem;
  height: 29rem;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px;
}

.card__preview {
  height: 12rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card__preview img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-out;
}

.card:hover .card__preview img {
  transform: scale(1.35);
}

.card__address {
  margin-top: 0.5rem;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 1rem;
}

.card__price {
  background-color: var(--white);
  color: var(--text);
  z-index: 1;
  position: absolute;
  bottom: 1.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  left: 1.25rem;
  font-weight: bold;
}

.card__content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: var(--text);
}

.card__bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card__description {
  margin-top: 0.5rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.card__buttons {
  display: flex;
  gap: 0.5rem;
}

.card__btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card__btn svg {
  height: 2rem;
  width: 2rem;
  stroke: var(--text);
  stroke-width: 1.5px;
}

.card__btn--like svg {
  stroke: var(--like);
  fill: var(--like);
}

/* SCROLLBAR SCROLLBAR SCROLLBAR SCROLLBAR SCROLLBAR*/
/* SCROLLBAR SCROLLBAR SCROLLBAR SCROLLBAR SCROLLBAR*/
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000428;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}/*# sourceMappingURL=style.css.map */