/* @font-face {
  font-family: "Gloock";
  src: url("./fonts/Gloock-Regular.woff") format("woff"),
    url("./fonts/Gloock-Regular.ttf") format("truetype");
} */

:root {
  --transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  --emeraude: #166873;
  --ocean: #7c9ea7;
  --white: #fff;
  --corail: #f59581;
  /* --blue-opacity: #e5edef; */
  --blue-opacity: #d8e5e8;
  --blue-clair: #c3d3d7;
}

/* Styles textes et titres */
/* p {
  font-family: "Nothing You Could Do";
  font-size: 26px;
  line-height: 20px;
  color: var(--ocean);
  font-weight: 400;
  text-align: center;
} */

strong {
  font-family: "Raleway";
  font-weight: 600;
}

.strong-title {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 15px;
}

.strong-italic {
  font-weight: 800;
  font-style: italic;
}

.quote {
  font-family: "DM Serif Display";
  font-size: 20px;
  line-height: 25px;
  color: var(--ocean);
}

h1 {
  font-family: "Berkshire Swash";
  font-size: 55px;
  line-height: 62px;
  color: var(--emeraude);
}

h2 {
  font-family: "Nothing You Could Do";
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  color: var(--emeraude);
  padding-top: 10px;
}

h3 {
  font-family: "Berkshire Swash";
  font-size: 40px;
  line-height: 45px;
  color: var(--emeraude);
}

h4 {
  font-family: "Nothing You Could Do";
  font-size: 250px;
  /* font-weight: 800; */
  color: var(--blue-opacity);
  text-align: center;
}

h5 {
  font-family: "Raleway";
  font-size: 12px;
  font-weight: 700;
  color: var(--white);
  text-align: center;

  /* padding-top: 20px; */
}

h6 {
  font-family: "Raleway";
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  align-items: center;
  color: var(--white);
}

p {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 16px;
  color: var(--emeraude);
  line-height: 20px;
}

.p-special {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* BOUTONS */
.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-home {
  /* font-family: "DM Serif Display"; */
  font-family: "Berkshire Swash";
  /* font-weight: 700; */
  font-size: 80px;
  /* font-style: italic; */
  transition: 0.4s ease-out;
  color: var(--blue-opacity);
  right: 0;
  text-align: center;
  /* padding-bottom: 34px; */
  /* padding-right: 20px; */
}

/* .bouton-home {
  color: var(--emeraude);
  display: block;
}

.bouton-home:hover {
  color: var(--corail);
  display: block;
} */

.btn {
  padding: 14px 20px;
  border-radius: 40px;
  text-decoration: none;
  margin-right: 20px;
  font-family: "Berkshire Swash";
  font-weight: 400;

  font-size: 22px;
  /* color: var(--white); */
  transition: 0.4s ease-out;
  width: 200px;
}
.bouton {
  text-align: center;
  /* border: var(--emeraude) 2px solid; */
  color: var(--white);
  background-color: var(--emeraude);
  display: block;
}
.bouton:hover {
  color: var(--white);
  /* border: var(--corail) 2px solid; */
  background-color: var(--blue-clair);
}
/* NAV */
/* début menu */

.upandco-btn {
  padding-top: 30px;
  padding-bottom: 40px;
  margin-left: 30px;
}

.btn-actif {
  color: var(--emeraude);
}

a {
  text-decoration: none;
  color: var(--blue-opacity);
}

a:hover {
  color: var(--emeraude);
  /* background-color: var(--corail); */
}

/*  navigation haute */
nav > a {
  color: var(--white);
  font-family: "Berkshire Swash";
  font-size: 32px;
}

nav {
  display: grid;
  gap: 22px;
  align-items: start;
  z-index: 2;
}

.nav-wrapper {
  background-color: rgba(255, 255, 255, 0.22);
  padding: 25px 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* box-shadow: 0px 2px 4px rgb(0 0 0 / 5%); */
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
  overflow: hidden;
  height: 78px;
  transition: var(--transition);
  z-index: 3;
}

.logo-burger {
  display: block;
}

.nav-wrapper img {
  max-width: 30px;
}

.barre-burger {
  margin-left: 5px;
  margin-right: 5px;
}

.brand,
.burger {
  grid-area: 1 / 1 / 2 / 2;
}

/* .burger */

.nav-icon {
  text-align: center;
  display: flex;
  gap: 35px;
  justify-content: center;
  align-items: center;
}

.brand {
  width: 100px;
}

.burger {
  width: 40px;
  justify-self: end;
}
.link {
  justify-self: center;
}

.link-contact {
  justify-self: center;
  font-family: "Nothing You Could Do";
  font-size: 20px;
  padding-top: 15px;
}

.burger > div {
  height: 4px;
  border-radius: 2px;
  /* background-color: var(--emeraude); */
  margin-bottom: 8px;
  transition: var(--transition);
}

.menu-blue {
  background-color: var(--emeraude);
}

.open {
  height: 470px;
  background-color: var(--ocean);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.open > nav > .burger > div:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}

.open > nav > .burger > div:nth-child(2) {
  transform: scaleX(0.1);
  opacity: 0;
}

.open > nav > .burger > div:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}
/* FIN du menu */

.body-page {
  background-image: url(./img/paper-texture2.jpg);
  background-attachment: fixed;
}

/* HOMEPAGE */

.homepage {
  /* background-color: var(--ocean); */
  padding-top: 60px;
  min-height: 100vh;

  /* background-size: cover; */
  /* background-size: contain; */
  overflow-y: hidden;
}
.homepage p {
  font-family: "Nothing You Could Do";
  font-size: 26px;
  line-height: 20px;
  color: var(--ocean);
  font-weight: 400;
  text-align: center;
}

.home-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.home-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 14px;
  padding-right: 14px;
}
.home-content2 {
  display: flex;

  gap: 14px;
}

.home-content-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.home-content-item1 {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.home-content-item-a {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.home-img img {
  /* filtre */
  filter: grayscale(100%);
  transition: var(--transition);
}

.home-img:hover img {
  /* filtre */
  filter: none;
}

.home-content-item-img {
  display: none;
}

/* effacer */
/* .home {
  display: block;
  height: 100vh;
  align-items: center;
  padding: 0px 50px;
  margin-top: 0;
} */
/* .logo-home {
  margin: 0;
  text-align: center;
  padding-bottom: 80px;
  padding-top: 30px;
} */

/* .logo-home > img {
  max-width: 50px;
}

.items-home {
  padding-top: 0px;
} */

.figure-categorie {
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  /* position: relative; */
  z-index: -1;
}

/* .projet > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
} */

figure > .projet {
  /* background-image: url(./img/miniature1.jpg);
  background-size: cover; */

  /* background-color: #f59581; */
  /* height: 280px; */
  position: relative;
  margin-bottom: 12px;
}

.num-projet {
  position: relative;
  /* padding-top: -50px; */
}

.projet h2 {
  font-family: "Open Sans";
  font-size: 4em;
  color: var(--white);
  margin-top: -40px;
  margin-left: -10px;
  padding-bottom: 0;
}

/* PAGE PROJET tag heuer */

.projet-content-text > a {
  font-family: "Nothing You Could Do";
  /* font-style: italic; */
  font-size: 22px;
  text-decoration: none;
  color: var(--ocean);
  /* font-weight: 400; */
}

.projet-content-text a:hover {
  color: var(--blue-clair);
}

.projet-content {
  padding: 50px 0px;
}
.chiffre-projet {
  position: absolute;
  padding-top: 20px;
  align-items: center;
  z-index: -1;
}

.projet-content-text {
  padding: 58px 30px;
  display: flex;
  z-index: 2;
}

/* .text-projet {
  width: 85%;
  padding-right: 100px;
} */

.text-projet {
  position: absolute;
  padding-top: 157px;
  padding-right: 20px;
  /* z-index: -1; */
}

.text-projet > h1 {
  padding-bottom: 10px;
}

.figure-projet > video {
  padding-bottom: 20px;
}

/* .projet-content-img {
  padding-top: 40px;
} */
.figure-projet > img {
  margin-bottom: 20px;
}
.projet-content-first {
  padding-top: 310px;
}
.projet-content-first2 {
  padding-top: 430px;
}
.detail-color {
  /* background-color: var(--blue-opacity); */
  /* padding-left: 20px;
  padding-right: 20px; */
  margin: 0;
  padding: 20px 20px;
  padding-bottom: 50px;
}
.detail-color p {
  padding-top: 16px;
  font-family: "Nothing You Could Do";
  font-size: 22px;
}

/* PAGE PHOTO */
.photo-content {
  padding: 20px 0px;
}
.photo-content-items img {
  padding-bottom: 6px;
}

.photo_section {
  text-align: center;
}
.nav_photo {
  text-decoration: none;
  font-family: "Arima Madurai";
  font-size: 14px;
  font-weight: 700;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 30px;
}

.active_photos {
  text-decoration: underline;
}

/* PAGE ABOUT */
.about-content {
  padding: 100px 25px;
}

.bio {
  padding-top: 50px;
}

.bio > h2 {
  padding-top: 10px;
  padding-bottom: 50px;
}
.bio > h3 {
  color: var(--blue-opacity);
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: right;
}
.bio > p {
  padding-top: 7px;
}

.bio > a {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* ABOUT-FOOTER fixe */
.about-footer {
  position: fixed;
  bottom: -35px;
  left: -10px;
  width: 100%;
}

.about-footer > h4 {
  font-size: 130px;
  font-family: "Nothing You Could Do";
  opacity: 70%;
}

.reseau-img {
  width: 12%;
}
.reseaux-sociaux > a {
  padding-left: 12px;
}

.reseaux-sociaux {
  text-align: right;
}

/* FIN PAGE ABOUT */

/* FIN PAGE CONTACT */

/* FOOTER GENERAL */

ul {
  font-family: "Berkshire Swash";
  /* font-weight: 400; */
  font-size: 40px;
  display: none;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: var(--emeraude);
  padding-bottom: 20px;
}

.footer-content h2 {
  text-align: center;
  font-size: 34px;
}

.footer-content p {
  font-family: "Raleway";
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 24px;
}

.li-contact {
  font-family: "Nothing You Could Do";
  font-size: 40px;
}

/* PAGE CONTACT */

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 20px;
  padding-top: 70px;
}
.contact-info-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.contact-networks {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.contact-networks img {
  width: 16px;
}

.contact-page {
  /* background-color: var(--emeraude); */
  background-image: url(./img/paper-emeraude.jpg);
}
.menu-white {
  background-color: var(--white);
}
.h1-special {
  font-family: "Berkshire Swash";
  font-size: 80px;
  line-height: 70px;
  text-align: right;
  color: var(--white);
}

.contact-title {
  padding-top: 124px;
  padding-right: 50px;
}

.contact-form h2 {
  text-align: right;

  color: var(--white);
}

.contact-form {
  padding-top: 30px;
  padding-right: 20px;
}

form {
  text-align: right;
}
.contact-form-content {
  align-items: center;
  justify-content: end;
  display: flex;
  gap: 10px;
  padding-top: 10px;
}

.btn-contact {
  padding: 12px 16px;
  border-radius: 40px;
  text-decoration: none;
  margin-right: 12px;
  font-family: "Berkshire Swash";
  font-weight: 400;
  margin-top: 20px;
  margin-right: 35px;
  font-size: 18px;
  /* color: var(--white); */
  transition: 0.4s ease-out;
  width: 200px;
}
.bouton-contact {
  text-align: center;
  border: var(--white) 2px solid;
  color: var(--emeraude);
  background-color: var(--white);
  /* display: block; */
}
.bouton-contact:hover {
  color: var(--white);
  border: var(--ocean) 2px solid;
  background-color: var(--ocean);
}

form input,
form textarea {
  font-family: "Raleway";
  font-size: 12px;
  font-weight: 500;
  color: var(--ocean);
  /* margin-right: 10px; */
}

.section-contact {
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
}

.section-contact p {
  color: var(--white);
  font-size: 13px;
  padding-right: 35px;
  padding-top: 20px;
  text-align: right;
  font-family: "Raleway";
  font-weight: 400;
}

.contact-page footer h2 {
  color: var(--blue-clair);
}

.contact-page footer p {
  color: var(--blue-clair);
}

.contact-page footer {
  padding-bottom: 50px;
}

.contact-page a:hover {
  color: var(--ocean);
}

/* RESPONSIVE */

@media (min-width: 425px) {
  .items-home {
    padding-top: 80px;
  }
  .projet-content-first2 {
    padding-top: 360px;
  }
  .projet-content-first {
    padding-top: 320px;
  }

  .upandco-btn {
    padding-top: 50px;
  }

  /* PAGE PHOTO */
  .photo-content {
    padding: 50px 0px;
  }

  .about-content {
    padding: 100px 40px;
  }
  .reseau-img {
    width: 8%;
  }
  .reseaux-sociaux > a {
    padding-left: 20px;
  }

  .contact-info {
    padding-left: 40px;
    padding-top: 70px;
  }

  .contact-form {
    padding-right: 40px;
  }
  .btn-contact {
    margin-top: 20px;
    margin-right: 45px;
  }
  .section-contact p {
    padding-right: 44px;
    padding-top: 20px;
  }
}

@media (min-width: 650px) {
  /* HOMEPAGE */

  .homepage {
    background-image: url(./img/Torn_paper_fond.jpg);
    background-size: cover;
    /* background-size: contain; */
  }

  .logo-home > img {
    max-width: max-content;
    min-width: max-content;
  }

  /* .items-home {
    position: relative;
    z-index: 1;
  } */
  .items-home > p > a {
    font-size: 145px;
  }

  .items-home > a {
    /* padding-bottom: 30px; */
    text-align: right;
  }
  /* FIN HOMEPAGE */

  /* PAGE ABOUT */

  /* WEB PAGE CONTENT */
  figure > .projet {
    margin-bottom: 20px;
  }

  .figure-categorie {
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
    width: 100%;
    /* margin-bottom: 180px; */
  }
  .projet-content-first2 {
    padding-top: 354px;
  }
  .projet h2 {
    font-size: 7em;
    margin-top: -50px;
    margin-left: -10px;
  }
  .web-content {
    padding-bottom: 30px;
  }

  /* PAGE PHOTO */

  .photo-content-items {
    width: 35%;
  }

  .photo-content-items img {
    padding-bottom: 6px;
  }

  .text-projet {
    width: 85%;
    padding-right: 100px;
  }
  .detail-color {
    margin: 0;
  }

  .photo-content {
    display: flex;
    padding: 40px 0px;
    gap: 6px;
  }
  .about-content {
    padding: 100px 150px;
  }
  /* .profil > img {
    text-align: center;
    max-width: 70%;
    padding-top: 50px;
  } */
  ul {
    font-size: 40px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-end;
  }

  .contact-title {
    padding-right: 100px;
  }
  .contact-info {
    padding-left: 100px;
  }
  .contact-form {
    padding-right: 100px;
  }
}

@media (min-width: 920px) {
  /* HOMEPAGE 2023 */

  .home-wrapper {
    flex-direction: row;
  }
  .home-content {
    justify-content: center;
  }

  .home-content-item-a {
    position: fixed;
    top: 180px;
    padding-left: 50px;
  }
  .home-content-item-img {
    display: flex;
    position: fixed;
    bottom: -100px;
    left: -50px;
  }
  .home-content2 {
    padding-left: 300px;
  }

  .home-content-item1 {
    padding-top: 50px;
  }
  /* PAGE WEB PROJET */

  .figure-categorie {
    padding-left: 200px;
    padding-right: 200px;
  }
  figure > .projet {
    margin-bottom: 50px;
  }

  .figure-projet > video {
    padding-top: 0px;
  }

  .projet h2 {
    font-size: 11em;
    margin-top: -70px;
    margin-left: -15px;
  }
  .num-projet {
    margin-bottom: 40px;
  }

  /* PAGE PROJET tag heuer */
  .projet-content {
    padding: 80px 0px;
  }
  .projet-content-text {
    padding: 30px 80px;
    display: flex;
  }
  .text-projet {
    width: 50%;
    padding-right: 100px;
  }
  .projet-content-img {
    display: flex;
    gap: 20px;
  }
  .upandco-btn {
    padding-top: 40px;
  }

  .projet-content-first2 {
    width: 50%;
    padding-top: 420px;
  }
  .upandco-btn {
    margin-left: 80px;
  }
  .projet-content-first {
    width: 50%;
    padding-top: 310px;
  }
  .projet-content-second {
    width: 50%;
    padding-top: 20px;
  }
  .projet-content-second2 {
    width: 50%;
    padding-top: 170px;
  }
  .projet-content-third {
    width: 50%;
  }
  .detail-color {
    padding: 20px 20px;
  }

  /* PAGE PHOTO */
  .photo-content {
    padding: 30px 0px;
  }

  /* PAGE ABOUT */
  .about-content {
    padding: 100px 200px;
  }

  .about-items {
    display: flex;
    gap: 40px;
  }
  .profil {
    width: 50%;
  }
  /* .about-footer {
    width: 50%;
  } */

  .about-footer > h4 {
    z-index: -1;
  }

  .profil > img {
    position: fixed;
    width: 30%;
    left: 100px;
    padding-top: 0px;
  }
  .bio {
    width: 50%;
    z-index: 2;
  }

  .about-footer {
    bottom: -35px;
    left: -10px;
    width: 100%;
  }

  .about-footer > h4 {
    font-size: 14vw;

    opacity: 70%;
    text-align: left;
  }
  ul {
    font-size: 50px;
    gap: 40px;
  }

  /* CONTACT */
  .contact-title {
    padding-right: 0px;
  }

  .section-contact {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 80px;
    justify-content: center;
    padding-bottom: 70px;
  }

  .contact-title {
    padding-top: 110px;
  }
  .contact-info {
    padding-left: 0px;
    padding-top: 245px;
  }

  .contact-form {
    padding-top: 310px;
    padding-right: 0px;
  }

  .section-contact p {
    color: var(--white);
    font-size: 13px;
    padding-right: 42px;
    padding-top: 20px;
    text-align: right;
    font-family: "Raleway";
    font-weight: 400;
  }
  .contact-form h2 {
    padding-right: 64px;
  }
}
@media (min-width: 1200px) {
  .projet-content-first2 {
    padding-top: 360px;
  }
  .projet-content-first {
    padding-top: 310px;
  }
  .home-content-item-a {
    top: 180px;
    padding-left: 170px;
  }
  .home-content2 {
    padding-left: 600px;
  }
  .btn-home {
    font-size: 100px;
  }

  ul {
    font-size: 60px;

    gap: 60px;

    padding-bottom: 20px;
  }
  .footer-content h2 {
    font-size: 34px;
  }

  .footer-content p {
    font-size: 14px;

    padding-top: 12px;
    padding-bottom: 24px;
  }

  .li-contact {
    font-size: 40px;
  }
  .section-contact {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 150px;
    justify-content: center;
    padding-bottom: 60px;
  }
  .contact-title {
    padding-top: 110px;
  }
  .contact-info {
    padding-left: 0px;
    padding-top: 245px;
  }

  .contact-form {
    padding-top: 310px;
  }
}
