/*
Theme Name: portfolio
Theme URI: https://monurlpersonnel.com/mesthemes
Author: Emma Wettlé
Author URI: https://monurlpersonnel.com
Description: Le thème développé pour le portfolio
Version: 0.1
Tags: simple, facile, sans danger, base pour la suite
*/

body {
  background-color: #fff0de;
  font-family: montserrat, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  background-color: #fff0de;
  padding: 18px;
  text-align: center;
  font-family: "Bangers", cursive;
  color: #0f372b;
  display: flex;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
}

header a {
  text-decoration: none;
  font-family: "Bangers", cursive;
  font-size: 32px;
  color: #0f372b;
  text-align: start;
}

header ul {
  display: flex;
  gap: 20px;
  list-style-type: none;
}

.header_link {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
}

.header-grid {
  display: flex;
  flex-wrap: wrap;
}

.header_menu {
  font-size: 32px;
  font-family: "Bangers", cursive;
  color: #0f372b;
  align-items: start;
  margin-right: auto;
}

.header_button {
  color: #fff0de;
  width: 250px;
  height: 64px;
  border-radius: 30px;
  background-color: #0f372b;
  font-family: "Bangers", cursive;
  font-size: 32px;
  text-align: center;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#nav2 {
  padding: 0;
}

footer {
  margin-top: 100px;
  margin-bottom: 0;
}

footer ul {
  display: flex;
  gap: 20px;
  list-style-type: none;
  color: #9f5237;
  padding: 10px;
}

footer a {
  text-decoration: none;
  font-family: "Bangers", cursive;
  font-size: 20px;
  color: #9f5237;
  text-align: start;
}

.footer_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #9f5237;
  padding: 10px;
}

.footer_link {
  padding-top: 20px;
}

.footer_separator {
  border-top: 1px solid #9f5237; 
  margin: 0; 
}

.home_container {
  display: flex;
  flex-direction: column;
}

.home_title {
  font-family: "Bangers", cursive;
  font-size: 280px;
  letter-spacing: 10px;
  color: #0f372b;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 150px;
}

.rectangle {
  margin-top: 180px;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
  flex-direction: row;
}

.rectangle2 {
  margin-top: 180px;
  width: 80%;
  margin-right: 0;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
  flex-direction: row;
}

.home_photo {
  width: 65%;
  height: auto;
}

.home_photo2 {
  width: 65%;
  height: auto;
  margin-left: auto;
}

.home_a {
  display: flex;
  align-items: center;
  margin-top: 2em;
}

.home_project {
  position: absolute;
  font-family: "Bangers", cursive;
  font-size: 106px;
  color: #0f372b;
  margin-bottom: 2em;
  margin-left: -2em;
}

.home_project2 {
  position: absolute;
  font-family: "Bangers", cursive;
  font-size: 106px;
  color: #0f372b;
  margin-top: 3em;
  margin-left: 10em;
}

.home_project3 {
  position: absolute;
  font-family: "Bangers", cursive;
  font-size: 106px;
  color: #0f372b;
  z-index: 1;
  margin-top: 3em;
  margin-left: 10.5em;
}

.home_link {
  display: flex;
  gap: 30px;
  font-family: montserrat, sans-serif;
  font-size: 32px;
  color: #0f372b;
  margin-top: 60px;
  margin-left: 8em;
  text-decoration: none;
}

.contact_text {
  font-family: montserrat, sans-serif;
  font-size: 20px;
}

.home_h2 {
  font-family: "Bangers", cursive;
  font-size: 48px;
  color: #0f372b;
  margin-top: 2em;
  margin-left: 1em;
}

.home_button {
  color: #fff0de;
  width: 500px;
  height: 80px;
  border-radius: 100px;
  border: none;
  background-color: #9f5237;
  text-align: center;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3em auto 50px auto;
}

button a {
  text-decoration: none;
  font-family: "Bangers", cursive;
  font-size: 48px;
  color: #fff0de;
  text-align: start;
}

.title {
  font-family: "Bangers", cursive;
  font-size: 60px;
  color: #0f372b;
  margin-top: 1em;
  margin-left: 0.3em;
}

.bandeau {
  height: auto;
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  overflow: hidden; 
  animation-play-state: running;
}

.texte_bandeau {
  font-family: "Bangers", cursive;
  font-size: 64px;
  color: #226a56;
  white-space: nowrap;
  animation: scroll 3s linear infinite;
  margin-right: 10px;
  margin-left: 10px;
  animation-play-state: running;
}

.texte_bandeau2 {
  font-family: "Bangers", cursive;
  font-size: 58px;
  color: #226a56;
  white-space: nowrap;
  animation: scroll2 3s linear infinite;
  margin-right: 10px;
  margin-left: 10px;
  animation-play-state: running;
}

@keyframes scroll {
  from {
      transform: translateX(0);
  }

  to {
      transform: translateX(-17vw);
  }
}

@keyframes scroll2 {
  from {
      transform: translateX(0);
  }

  to {
      transform: translateX(-20.75vw);
  }
}

.projets_groupe {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-evenly;
  margin-top: 80px;
}

.formulaire {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 20px;
  text-align: center;
  background-color: #226a56;
  border-radius: 20px;
}

input[type="text"],
input[type="email"],
textarea {
  display: block;
  width: 50%;
  height: 2em;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  border-radius: 10px;
  border: none;
  background-color: #fff0de;
  font-family: montserrat, sans-serif;
  font-size: 20px;
  color: #0f372b;
}

textarea {
  height: 8em;
}

button {
  background-color: #0f372b;
  border: none;
  border-radius: 10px;
  font-family: "Bangers", cursive;
  font-size: 32px;
  color: #fff0de;
  height: 2em;
  width: 20%;
  align-items: end;
}

.confirmation {
  text-decoration: none;
    font-family: "Bangers", cursive;
    font-size: 36px;
    color: #fff0de;
    text-align: start;
}

.projet_photo {
  width: 90%;
  height: auto;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}

.mockup {
  width: 20%;
  height: auto;
  padding: auto;
}

a {
  color: #0f372b;
}

.projet_infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 2em;
}

.projet_bold {
  font-weight: bold;
  color: #226a56;
}

.projet_paragraphe {
  display: flex;
  margin-top: 20px;
  justify-content: space-evenly;
}

.projet_texte {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  color: #0f372b;
  padding: 20px;
  width: 50%;
  align-items: center;
  margin: auto 0;
}

.projet_texte2 {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  color: #0f372b;
  padding: 3em;
  width: 50%;
}

.motion_photo {
  width: 70%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.motion_video {
  width: 70%;
  height: auto;
  margin-left: 200px;
  margin-right: 200px;
}

.graphisme_photo {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.projet_maquette {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-evenly;
}

.projet_lien {
  margin-bottom: 50px;
  margin-left: 30px;
  font-family: montserrat, sans-serif;
  font-size: 24px;
}

.maquette {
  width: 30%;
  height: auto;
}

.bento {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr 1fr;
  grid-gap: 30px;
}

.un {
  grid-column: 1;
  grid-row: 1/3;
}

.bento_photo {
  border-radius: 20px;
  margin-left: 40px;
  width: 90%;
}

.bento_title {
  font-family: "Bangers", cursive;
  font-size: 48px;
  letter-spacing: 2px;
  color: #fff0de;
  padding-left: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.bento_text1 {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  color: #fff0de;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 45px;
  align-items: center;
}

.bento_text {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  color: #fff0de;
  padding-left: 60px;
  padding-right: 60px;
  align-items: center;
}

.bento_bigtext {
  font-family: "Bangers", cursive;
  font-size: 80px;
  color: #fff0de;
}

.bento_cv {
  font-family: "Bangers", cursive;
  font-size: 36px;
  color: #fff0de;
  margin-left: 40px;
  letter-spacing: 1px;
}

.deux {
  background-color: #226a56;
  width: 380px;
  height: 118px;
  border-radius: 50px;
  grid-column: 1;
  grid-row: 2;
  margin-top: 22em;
  margin-left: 35px;
}

.trois {
  background-color: #226a56;
  width: 120%;
  height: auto;
  border-radius: 50px;
  grid-column: 2/4;
  grid-row: 1;
}

.quatre {
  background-color: #9f5237;
  width: auto;
  height: auto;
  border-radius: 50px;
  grid-column: 2;
  grid-row: 2;
}

.cinq {
  background-color: #0f372b;
  width: 165px;
  height: 223px;
  border-radius: 50px;
  grid-column: 3;
  grid-row: 2;
  margin-left: auto;
  margin-right: auto;
}

.six {
  background-color: #0f372b;
  width: 165px;
  height: 223px;
  border-radius: 50px;
  grid-column: 3;
  grid-row: 2;
  margin-top: 15em;
  margin-left: auto;
  margin-right: auto;
}

.sept {
  background-color: #0f372b;
  width: 132px;
  height: 461px;
  border-radius: 50px;
  grid-column: 4;
  grid-row: 2/5;
}

.bento2 {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  grid-gap: 20px;
  margin-left: 40px;
  margin-right: auto;
}

.huit {
  background-color: #0f372b;
  width: 650px;
  height: auto;
  border-radius: 50px;
  grid-column: 1;
  grid-row: 2/5;
}

.neuf {
  background-color: #226a56;
  width: 133px;
  height: 305px;
  border-radius: 50px;
  grid-column: 2;
  grid-row: 2/5;
  margin-left: auto;
  margin-right: auto;
}

.dix {
  background-color: #9f5237;
  width: 132px;
  height: 118px;
  border-radius: 60px;
  grid-column: 2;
  grid-row: 2/5;
  margin-top: 20em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dix_mail {
  margin: auto;
}

.onze {
  background-color: #9f5237;
  width: auto;
  height: 90px;
  border-radius: 50px;
  grid-column: 3;
  grid-row: 2/5;
}

.onze_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.douze {
  background-color: #226a56;
  width: auto;
  height: 330px;
  border-radius: 50px;
  grid-column: 3;
  grid-row: 3/5;
  display: flex;
  text-align: center;
}

.douze_lien {
  text-decoration: none;
}
.error {
  font-family: "Bangers", cursive;
  font-size: 48px;
  color: #0f372b;
  margin-left: 20px;
}


@media (max-width: 767px) {
  .projet_paragraphe {
    display: flex;
    flex-direction: column !important;
    margin-top: 20px;
    justify-content: center !important;
  }

  header {
    background-color: #fff0de;
    padding: 18px;
    text-align: center;
    font-family: "Bangers", cursive;
    color: #0f372b;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
  }

  header a {
    text-decoration: none;
    font-family: "Bangers", cursive;
    font-size: 24px;
    color: #0f372b;
    text-align: start;
  }

  header ul {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    gap: 20px;
    list-style-type: none;
  }

  .header_link {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
  }

  .header-grid {
    display: flex;
  }

  .header_menu {
    font-size: 24px;
    font-family: "Bangers", cursive;
    color: #0f372b;
    align-items: start;
    margin-right: auto;
  }

  .header_button {
    color: #fff0de;
    width: 250px;
    height: 64px;
    border-radius: 30px;
    background-color: #0f372b;
    font-family: "Bangers", cursive;
    font-size: 24px;
    text-align: center;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .menu-navigation-principale-container {
    display: flex;
    flex-direction: column;
  } 

  footer {
    margin-top: 50px;
    margin-bottom: 0;
  }

  footer ul {
    display: flex;
    gap: 20px;
    list-style-type: none;
    color: #9f5237;
    padding: 10px;
  }

  footer a {
    text-decoration: none;
    font-family: "Bangers", cursive;
    font-size: 14px;
    color: #9f5237;
    text-align: start;
  }

  .footer_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #9f5237;
    padding: 10px;
  }

  .footer_link {
    padding-top: 20px;
  }

  .footer_separator {
    border-top: 1px solid #9f5237; 
    margin: 0; 
  }

  .home_container {
    display: flex;
    flex-direction: column;
  }

  .home_title {
    font-family: "Bangers", cursive;
    font-size: 65px;
    letter-spacing: 5px;
    color: #0f372b;
    text-align: center;
    margin-top: 170px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .rectangle {
    margin-top: 80px;
    margin-right: auto;
    display: flex;
    flex-direction: row;
  }

  .rectangle2 {
    margin-top: 80px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
  }

  .home_photo {
    width: 90%;
    height: auto;
  }

  .home_photo2 {
    width: 100%;
    height: auto;
  }

  .home_a {
    display: flex;
    align-items: center;
    margin-top: 2em;
  }

  .home_project {
    position: absolute;
    font-family: "Bangers", cursive;
    font-size: 26px;
    color: #0f372b;
    margin-bottom: -1.5em;
    margin-left: 1em;
  }

  .home_project2 {
    position: absolute;
    font-family: "Bangers", cursive;
    font-size: 26px;
    color: #0f372b;
    z-index: 1;
    margin-top: 10.5em;
    margin-left: 2em;
  }

  .home_project3 {
    position: absolute;
    font-family: "Bangers", cursive;
    font-size: 26px;
    color: #0f372b;
    z-index: 1;
    margin-top: 10em;
    margin-left: 2em;
  }

  .home_link {
    display: flex;
    gap: 30px;
    font-family: montserrat, sans-serif;
    font-size: 32px;
    color: #0f372b;
    margin-top: 20px;
    margin-left: 1.5em;
    text-decoration: none;
  }

  .contact_text {
    font-family: montserrat, sans-serif;
    font-size: 16px;
  }

  .contact {
    margin-bottom: 50px; 
  }

  .home_h2 {
    font-family: "Bangers", cursive;
    font-size: 26px;
    color: #0f372b;
    margin-top: 2em;
    margin-left: 1em;
  }

  .home_button {
    color: #fff0de;
    width: 80%;
    height: 50px;
    border-radius: 100px;
    border: none;
    background-color: #9f5237;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3em auto;
  }

  .home_photo {
    margin-right: 30px;
    width: auto;
  }

  button a {
    text-decoration: none;
    font-family: "Bangers", cursive;
    font-size: 24px;
    color: #fff0de;
    text-align: start;
  }

  .title {
    font-family: "Bangers", cursive;
    font-size: 30px;
    color: #0f372b;
    margin-top: 3em;
    margin-left: 0.3em;
  }

  .bandeau {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .texte_bandeau {
    font-family: "Bangers", cursive;
    font-size: 36px;
    color: #226a56;
    text-align: center;
  }

  .texte_bandeau2 {
    font-family: "Bangers", cursive;
    font-size: 36px;
    color: #226a56;
    text-align: center;
  }


  @keyframes scroll {
    from {
        transform: translateX(0);
    }
  
    to {
        transform: translateX(-39.5vw);
    }
  }

  @keyframes scroll2 {
    from {
        transform: translateX(0);
    }
  
    to {
        transform: translateX(-52.5vw);
    }
  }

  .project_title {
    font-family: montserrat, sans-serif;
    font-size: 18px;
    color: #0f372b;
    margin-top: 1em;
    margin-left: 0.3em;
  }

  .projets_groupe {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    justify-content: space-evenly;
    margin-top: 60px;
  }

  .formulaire {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px;
    text-align: center;
    background-color: #226a56;
    border-radius: 20px;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    display: block;
    width: 85%;
    height: 1.5em;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    border-radius: 10px;
    border: none;
    background-color: #fff0de;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    color: #0f372b;
  }

  textarea {
    height: 8em;
  }

  button {
    background-color: #0f372b;
    border: none;
    border-radius: 10px;
    font-family: "Bangers", cursive;
    font-size: 20px;
    color: #fff0de;
    height: 2em;
    width: 30%;
    align-items: end;
  }

  .projet_photo {
    width: 90%;
    height: auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
  }

  .mockup {
    width: 50%;
    height: auto;
    padding: auto;
  }

  a {
    color: #0f372b;
  }

  .projet_infos {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
    /* padding: auto; */
    margin-bottom: 2em;
  }

  .projet_bold {
    font-weight: bold;
    color: #226a56;
  }

  .projet_paragraphe {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-evenly;
  }

  .projet_texte {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    color: #0f372b;
    padding: 0 2em;
    width: 100%;
    align-items: center;
  }

  .projet_texte2 {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    color: #0f372b;
    padding: 0;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
  }

  .motion_photo {
    width: 70%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
  }

  .motion_video {
    width: 80%;
    height: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .graphisme_photo {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .projet_maquette {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin: auto;
    justify-content: space-evenly;
  }

  .projet_lien {
    margin-bottom: 50px;
    padding-left: 40px;
    font-family: montserrat, sans-serif;
    font-size: 18px;
  }

  .maquette {
    width: 50%;
    height: auto;
  }

  .bento {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .un {
    width: 90%;
    margin-left: 1em;
    margin-right: auto; 
  }

  .bento_photo {
    border-radius: 20px;
    margin-left: 20px;
  }

  .bento_title {
    font-family: "Bangers", cursive;
    font-size: 24px;
    color: #fff0de;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .bento_text1 {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    color: #fff0de;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    align-items: center;
  }

  .bento_text {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    color: #fff0de;
    padding-left: 50px;
    padding-right: 50px;
    align-items: center;
  }

  .bento_bigtext {
    font-family: "Bangers", cursive;
    font-size: 40px;
    color: #fff0de;
  }

  .bento_cv {
    font-family: "Bangers", cursive;
    font-size: 24px;
    color: #fff0de;
    margin-left: 20px;
  }

  .deux {
    display: none;
  }

  .trois {
    background-color: #226a56;
    width: auto;
    height: auto;
    border-radius: 35px;
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: 10%;
    padding-top: 10%;
  }

  .quatre {
    background-color: #9f5237;
    width: auto;
    height: auto;
    border-radius: 35px;
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: 10%;
    padding-top: 10%;
  }

  .cinq {
    display: none;
  }

  .six {
    display: none;
  }

  .sept {
    display: none;
  }

  .bento2 {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 40px;
  }

  .huit {
    background-color: #0f372b;
    width: 90%;
    height: auto;
    border-radius: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;
    padding-top: 10%;
  }

  .neuf {
    display: none;
  }

  .dix {
    background-color: #9f5237;
    width: 132px;
    height: 118px;
    border-radius: 50px;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .dix_mail {
    margin: auto;
  }

  .onze {
    background-color: #9f5237;
    width: 35%;
    height: auto;
    border-radius: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;
    padding-top: 10%;
  }

  .onze_icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-top: 20px;
  }

  .douze {
    background-color: #226a56;
    width: 90%;
    height: auto;
    border-radius: 35px;
    display: flex;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;
    padding-top: 10%;
  }

  .douze_lien {
    text-decoration: none;
  }
}

.error {
  font-family: "Bangers", cursive;
  font-size: 24px;
  color: #0f372b;
  margin-left: 20px;
  margin-top: 4em;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .projet_paragraphe {
    display: flex;
    margin-top: 20px;
    justify-content: space-evenly;
  }

  header {
    background-color: #fff0de;
    padding: 18px;
    text-align: center;
    font-family: "Bangers", cursive;
    color: #0f372b;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
  }

  header a {
    text-decoration: none;
    font-family: "Bangers", cursive;
    font-size: 32px;
    color: #0f372b;
    text-align: start;
  }

  header ul {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    gap: 20px;
    list-style-type: none;
  }

  .header_link {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
  }

  .header-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .header_menu {
    font-size: 32px;
    font-family: "Bangers", cursive;
    color: #0f372b;
    align-items: start;
    margin-right: auto;
  }

  .header_button {
    color: #fff0de;
    width: 250px;
    height: 64px;
    border-radius: 30px;
    background-color: #0f372b;
    font-family: "Bangers", cursive;
    font-size: 32px;
    text-align: center;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  footer {
    margin-top: 100px;
    margin-bottom: 0;
  }

  footer ul {
    display: flex;
    gap: 20px;
    list-style-type: none;
    color: #9f5237;
    padding: 10px;
  }

  footer a {
    text-decoration: none;
    font-family: "Bangers", cursive;
    font-size: 18px;
    color: #9f5237;
    text-align: start;
  }

  .footer_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #9f5237;
    padding: 10px;
  }

  .footer_link {
    padding-top: 20px;
  }

  .footer_separator {
    border-top: 1px solid #9f5237; 
    margin: 0; 
  }

  .home_container {
    display: flex;
    flex-direction: column;
  }

  .home_title {
    font-family: "Bangers", cursive;
    font-size: 140px;
    letter-spacing: 10px;
    color: #0f372b;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 150px;
    white-space: nowrap;
  }

  .rectangle {
    margin-top: 80px;
    margin-right: auto;
    display: flex;
    flex-direction: row;
  }

  .rectangle2 {
    margin-top: 150px;
    margin-left: auto;
   margin-bottom: 50px;
  }

  .home_photo {
    width: 80%;
    height: auto;
  }

  .home_photo2 {
    width: 100%;
    height: auto;
  }

  .home_a {
    display: flex;
    align-items: center;
    margin-top: 2em;
  }

  .home_project {
    position: absolute;
    font-family: "Bangers", cursive;
    font-size: 40px;
    color: #0f372b;
    margin-bottom: -1.3em;
    margin-left: 10em;
  }

  .home_project2 {
    position: absolute;
    font-family: "Bangers", cursive;
    font-size: 40px;
    color: #0f372b;
    z-index: 1;
    margin-top: 11.5em;
    margin-left: 2em;
  }

  .home_project3 {
    position: absolute;
    font-family: "Bangers", cursive;
    font-size: 40px;
    color: #0f372b;
    z-index: 1;
    margin-top: 11em;
    margin-left: 2em;
  }

  .home_link {
    display: flex;
    gap: 30px;
    font-family: montserrat, sans-serif;
    font-size: 32px;
    color: #0f372b;
    margin-top: 0px;
    margin-left: 4em;
    text-decoration: none;
  }


  .contact_text {
    font-family: montserrat, sans-serif;
    font-size: 20px;
  }

  .home_h2 {
    font-family: "Bangers", cursive;
    font-size: 32px;
    color: #0f372b;
    margin-top: 2em;
    margin-left: 1em;
    white-space: nowrap;
  }

  .home_button {
    color: #fff0de;
    width: 60%;
    height: 50px;
    border-radius: 100px;
    border: none;
    background-color: #9f5237;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4em auto auto;
  }

  button a {
    text-decoration: none;
    font-family: "Bangers", cursive;
    font-size: 42px;
    color: #fff0de;
    text-align: start;
  }

  .title {
    font-family: "Bangers", cursive;
    font-size: 50px;
    color: #0f372b;
    margin-top: 1em;
    margin-left: 0.3em;
  }

  .bandeau {
    width: 100%;
    height: auto;
    margin-top: 30px; 
  }

  .texte_bandeau {
    font-family: "Bangers", cursive;
    font-size: 48px;
    color: #226a56;
    text-align: center;
  }

  .texte_bandeau2 {
    font-family: "Bangers", cursive;
    font-size: 48px;
    color: #226a56;
    text-align: center;
  }

  @keyframes scroll {
    from {
        transform: translateX(0);
    }
  
    to {
        transform: translateX(-24.5vw);
    }
  }

  @keyframes scroll2 {
    from {
        transform: translateX(0);
    }
  
    to {
        transform: translateX(-32.75vw);
    }
  }

  .project_title {
    font-family: montserrat, sans-serif;
    font-size: 24px;
    color: #0f372b;
    margin-top: 1em;
    margin-left: 0.3em;
  }

  .projets_groupe {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
    margin-top: 100px;
  }

  .formulaire {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding: 20px;
    text-align: center;
    background-color: #226a56;
    border-radius: 20px;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    display: block;
    width: 50%;
    height: 2em;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    border-radius: 10px;
    border: none;
    background-color: #fff0de;
    font-family: montserrat, sans-serif;
    font-size: 20px;
    color: #0f372b;
  }

  textarea {
    height: 8em;
  }

  button {
    background-color: #0f372b;
    border: none;
    border-radius: 10px;
    font-family: "Bangers", cursive;
    font-size: 32px;
    color: #fff0de;
    height: 2em;
    width: 20%;
    align-items: end;
  }

  .projet_photo {
    width: 90%;
    height: auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
  }

  .mockup {
    width: 50%;
    height: auto;
    padding: auto;
  }

  a {
    color: #0f372b;
  }

  .projet_infos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 2em;
  }

  .projet_bold {
    font-weight: bold;
    color: #226a56;
  }

  .projet_paragraphe {
    display: flex;
    margin-top: 20px;
    justify-content: space-evenly;
  }

  .projet_texte {
    font-family: montserrat, sans-serif;
    font-size: 18px;
    color: #0f372b;
    padding: 20px;
    width: 50%;
    align-items: center;
    margin: auto 0;
  }

  .projet_texte2 {
    font-family: montserrat, sans-serif;
    font-size: 18px;
    color: #0f372b;
    padding: 20px;
    width: 50%;
  }

  .motion_photo {
    width: 70%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .motion_video {
    width: 50%;
    height: auto;
  }

  .graphisme_photo {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .projet_maquette {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: space-evenly;
  }

  .projet_lien {
    margin-bottom: 100px;
    padding-left: 40px;
    font-family: montserrat, sans-serif;
    font-size: 24px;
  }

  .maquette {
    width: 30%;
    height: auto;
  }

  .bento {
    display: flex;
    flex-direction: column;
  }

  .un {
    width: 90%;
    margin-left: 1em;
    margin-right: auto; 
  }

  .bento_photo {
    border-radius: 20px;
    margin-left: 20px;
  }

  .bento_title {
    font-family: "Bangers", cursive;
    font-size: 28px;
    color: #fff0de;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .bento_text1 {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    color: #fff0de;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    align-items: center;
  }

  .bento_text {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    color: #fff0de;
    padding-left: 50px;
    padding-right: 50px;
    align-items: center;
  }

  .bento_bigtext {
    font-family: "Bangers", cursive;
    font-size: 44px;
    color: #fff0de;
    padding-left: 3em;
    padding-right: 3em;
  }

  .bento_cv {
    font-family: "Bangers", cursive;
    font-size: 28px;
    color: #fff0de;
    margin-left: 20px;
  }

  .deux {
    display: none;
  }

  .trois {
    background-color: #226a56;
    width: auto;
    height: auto;
    border-radius: 40px;
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: 5%;
    padding-top: 5%;
  }

  .quatre {
    background-color: #9f5237;
    width: auto;
    height: auto;
    border-radius: 40px;
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: 5%;
    padding-top: 5%;
  }

  .cinq {
    display: none;
  }

  .six {
    display: none;
  }

  .sept {
    display: none;
  }

  .bento2 {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 40px;
  }

  .huit {
    background-color: #0f372b;
    width: 90%;
    height: auto;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5%;
    padding-top: 5%;
  }

  .neuf {
    display: none;
  }

  .dix {
    background-color: #9f5237;
    width: 132px;
    height: 118px;
    border-radius: 60px;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .dix_mail {
    margin: auto;
  }

  .onze {
    background-color: #9f5237;
    width: auto;
    height: auto;
    border-radius: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5%;
    padding-top: 5%;
  }

  .onze_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }

  .douze {
    background-color: #226a56;
    width: 90%;
    height: auto;
    border-radius: 40px;
    display: flex;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5%;
    padding-top: 5%;
  }

  .douze_lien {
    text-decoration: none;
  }
}

.error {
  font-family: "Bangers", cursive;
  font-size: 36px;
  color: #0f372b;
  margin-left: 20px;
  margin-top: 1em;
}
