@charset "UTF-8";
.entete {
  display: flex;
  height: 150px;
  justify-content: space-between;
  align-items: center;
  width: 100%; /* Prend toute la largeur de son conteneur parent */
  max-width: 1440px; /* Limite la largeur maximale sur les grands écrans */
  margin: 0 auto; /* Centre le header sur les écrans plus larges */
  padding: 10px; /* Espace interne */
}

.header_logo {
  width: 37%;
  margin-left: 7%;
}

.main-navigation {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 110px;
}

#main-menu {
  display: flex;
  justify-content: flex-end;
}

#main-menu a {
  text-decoration: none;
  color: black;
  font-family: Space Mono;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.7px;
  text-align: left;
}

#main-menu a:hover {
  font-weight: 700;
  color: #ff914d;
}

#main-menu li {
  padding: 10px 40px 0 10px;
  list-style: none;
}

.header-text a {
  text-decoration: none;
  color: black;
  font-size: 19px;
  font-weight: 400;
  line-height: 23.7px;
}

.header-text {
  margin-bottom: 8%;
  display: flex;
  margin-left: 25%;
}

.header-text img {
  width: 25px;
  margin-right: 8px;
}

.burger-menu {
  display: none; /* Caché par défaut, sera affiché sur mobile */
}

.burger-button {
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 50px;
  margin-bottom: 20px;
}

.burger-icon {
  display: inline;
}

.close-icon {
  display: none;
}

.mobile-menu {
  display: none;
  position: fixed;
  width: 80%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  justify-content: center;
  text-align: center;
}

.mobile-menu.active {
  display: block;
  top: 5px;
  margin-left: -5px;
  width: 100%;
}

.mobile-main-navigation a {
  text-decoration: none;
  color: black;
  font-family: Space Mono;
  font-size: 20px;
  font-weight: 400;
  line-height: 65.16px;
  text-align: center;
  margin-bottom: 100px;
}

.mobile-main-navigation li {
  list-style: none;
  margin-bottom: 50px;
}

.burger-button.open .burger-icon {
  display: none;
}

.burger-button.open .close-icon {
  display: inline;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

#mobile-main-menu {
  margin-top: 50px;
  height: auto;
  margin-left: -10%;
}

@media screen and (max-width: 920px) {
  .entete {
    width: 100%;
  }
  .header_logo {
    width: 80%;
    margin-left: 0%;
  }
  .header-text a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-weight: 400;
    line-height: 23.7px;
  }
  .header-text {
    margin-bottom: 8%;
    display: flex;
    margin-left: 25%;
  }
  .header-text img {
    width: 15%;
    height: 10%;
    margin-right: 8px;
  }
  .burger-menu {
    display: flex;
    margin-right: 10px;
  }
  .main-navigation {
    display: none; /* Caché par défaut */
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .main-navigation.active {
    display: flex;
  }
  #main-menu {
    flex-direction: column;
    gap: 15px;
  }
  #main-menu li {
    padding: 10px 0;
  }
  .header-text {
    margin-bottom: 8%;
    display: flex;
    margin-right: 25%;
  }
  .mobile-main-navigation a {
    text-decoration: none;
    color: black;
    font-family: Space Mono;
    font-size: 35px;
    font-weight: 400;
    line-height: 65.16px;
    text-align: center;
    margin-bottom: 100px;
  }
}
/* Affichage du menu sur mobile */
@media screen and (max-width: 450px) {
  .entete {
    width: 100%;
  }
  .header_logo {
    width: 100%;
    margin-left: 0%;
  }
  .header-text a {
    text-decoration: none;
    color: black;
    font-size: 10px;
    font-weight: 400;
    line-height: 23.7px;
  }
  .header-text {
    margin-bottom: 8%;
    display: flex;
    margin-left: 25%;
  }
  .header-text img {
    width: 15%;
    height: 10%;
    margin-right: 8px;
    margin-top: 7px;
  }
  .burger-menu {
    display: flex;
  }
  .main-navigation {
    display: none; /* Caché par défaut */
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .main-navigation.active {
    display: flex;
  }
  #main-menu {
    flex-direction: column;
    gap: 15px;
  }
  #main-menu li {
    padding: 10px 0;
  }
  .header-text {
    margin-bottom: 8%;
    display: flex;
    margin-right: 15%;
  }
  #mobile-main-menu {
    margin-top: 50px;
    height: auto;
    margin-left: -30%;
  }
  .mobile-main-navigation a {
    text-decoration: none;
    color: black;
    font-family: Space Mono;
    font-size: 20px;
    font-weight: 400;
    line-height: 65.16px;
    text-align: center;
    margin-bottom: 100px;
  }
}
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid black;
}

.piedpage {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 60px;
  justify-content: space-between;
}

#footer-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  gap: 60px;
}

#footer-menu li {
  display: flex;
  justify-content: space-between;
}

#footer-menu a {
  text-decoration: none;
  color: black;
  font-family: Space Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.7px;
}

.footer-text {
  text-decoration: none;
  color: black;
  font-family: Space Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.7px;
}

@media all and (max-width: 450px) {
  footer {
    display: flex;
    flex-direction: column;
    margin-right: 5px;
  }
  .piedpage {
    display: flex;
    flex-direction: column;
    width: 375px;
    height: 207px;
    top: 3686px;
    left: 179px;
    gap: 0px;
  }
  #footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    margin-right: 40px;
    margin-bottom: 0px;
  }
  #footer-menu li {
    justify-content: center;
    width: 100%;
  }
  #footer-menu a {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
  .footer-text {
    font-size: 14px;
    text-align: center;
    padding-bottom: 120px;
  }
}
#sent input.wpcf7-form-control {
  box-shadow: 0px 2px 1px 0px #D8D8D8;
  width: 263px;
  height: 50px;
  top: 683px;
  left: 165px;
  padding: 8px 15px 8px 15px;
  gap: 10px;
  border-radius: 2px 0px 0px 0px;
  opacity: 0px;
  background-color: #FF914D;
  border-radius: 8px 8px 8px 8px;
  border: 1px 1px 1px 1px;
}

.contact {
  font-family: Space Mono;
  font-size: 16px;
  font-weight: 700;
  line-height: 17.77px;
}

.wpcf7-form {
  width: 150%;
  box-sizing: border-box;
  margin-top: 50px;
}

.wpcf7-form p {
  font-family: Space Mono;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #000000 !important;
}

input.wpcf7-form-control {
  width: 263px;
  height: 40px;
  top: 23px;
  gap: 0px;
  border-radius: 8px 8px 8px 8px;
  border: 1px 1px 1px 1px;
  opacity: 0px;
  margin-top: 5px;
  border: 1px solid #B8BBC2;
}

#sent input.wpcf7-form-control:hover {
  background-color: #D8D8D8;
}

textarea.wpcf7-form-control {
  width: 263px;
  top: 23px;
  gap: 0px;
  border-radius: 8px 8px 8px 8px;
  opacity: 0px;
  border: 1px solid #B8BBC2;
}

#butoncontact {
  width: 600px;
  height: 100px;
}

@media (max-width: 767px) {
  #gallery-1 {
    width: 100% !important; /* 1 colonne sur mobile */
  }
}
/* Pour la police Space Mono */
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400; /* Normal */
  src: url("fonts/SpaceMono-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Space Mono";
  font-style: italic;
  font-weight: 400; /* Normal */
  src: url("fonts/SpaceMono-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Space Mono";
  font-style: italic;
  font-weight: 700; /* Gras */
  src: url("fonts/SpaceMono-BoldItalic.ttf") format("truetype");
}/*# sourceMappingURL=style.css.map */