/*
 * UnderConstructionPage
 * Mad Designer theme CSS — adapté à l'identité Artemisia Paysagiste
 * (c) WebFactory Ltd, 2015 - 2025
 */


/* ---- Polices du site Artemisia ---- */
@font-face {
  font-family: "Masconia";
  src: url("/wp-content/uploads/2025/11/Masconia.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Bhyora";
  src: url("/wp-content/uploads/2025/11/BHYORA.ttf") format("truetype");
  font-display: swap;
}


/* ---- Palette ---- */
:root {
  --artemisia-fond: #f1eedb;
  --artemisia-brun: #684538;
  --artemisia-brun-clair: #9c8574;
  --artemisia-trait: #cdbca9;
}

html {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Bhyora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: var(--artemisia-brun-clair);
  background: var(--artemisia-fond);
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  padding: 60px 20px;
}

#agency {
  font-family: "Masconia", "Times New Roman", serif;
  font-size: 56px;
  line-height: 120%;
  color: var(--artemisia-brun);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  /* compense l'espacement ajouté après la dernière lettre, sinon le mot paraît décalé à gauche */
  text-indent: 0.22em;
  text-align: center;
  margin: 0 0 26px 0;
}

#hero-image {
  text-align: center;
  margin: 0 auto 18px auto;
}

#hero-image img {
  width: 240px;
  max-width: 62%;
  height: auto;
}

h1 {
  font-family: "Masconia", "Times New Roman", serif;
  font-size: 40px;
  line-height: 130%;
  font-weight: 400;
  color: var(--artemisia-brun);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  margin: 0;
  text-align: center;
}

.ornament {
  width: 70px;
  height: 1px;
  margin: 34px auto;
  background: var(--artemisia-trait);
}

.content {
  text-align: center;
  font-family: "Bhyora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 175%;
  color: var(--artemisia-brun-clair);
  margin: 0 auto;
  max-width: 620px;
}

#social {
  text-align: center;
  margin-top: 40px;
}

#social a i {
  color: var(--artemisia-brun);
  margin: 10px;
  box-sizing: content-box;
  transition: color 0.25s ease;
}

#social a:hover i {
  color: var(--artemisia-brun-clair);
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .container {
    padding: 40px 18px;
  }
  #agency {
    font-size: 34px;
    letter-spacing: 0.18em;
    text-indent: 0.18em;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 28px;
    letter-spacing: 0.12em;
  }
  .content {
    font-size: 17px;
  }
  #hero-image img {
    width: 180px;
    max-width: 55%;
  }
  .ornament {
    margin: 26px auto;
  }
}
