/* Initialisation */
h1, h2, h3, h4, h5 {
  font-family: Playfair Display;
}

body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

main {
  padding: 0;
  margin: 0;
}

button {
  background-color: #D4AF37;
  color: white;
  border-radius: 10px;
  border: none;
  padding: 5px;
}

li {
  margin-left: 15px;
  margin-right: 15px;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

/* Header */
.logo {
  font-family: "ChomskyRegular";
  font-weight: normal;
  font-style: normal;
}
.logo:hover {
  cursor: pointer;
}

.menu-header {
  display: flex;
  list-style: none;
  flex-direction: row;
  justify-content: space-around;
  font-family: "Playfair Display";
}
.menu-header :hover {
  text-decoration: underline;
  cursor: pointer;
}

.bienvenue {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: lightgray;
}
.bienvenue h1, .bienvenue p {
  color: white;
}

/* Section Bienvenue */
.bienvenue {
  max-width: 100vw;
  height: 100vh;
  width: 100%;
  background-image: url("Images/Image accueil - bloc Hero.jpg");
  background-size: cover;
  background-origin: border-box;
  background-clip: border-box;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bienvenue-bouton {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #262626;
  font-family: Playfair display;
}
.bienvenue-bouton:hover {
  background-color: #8c7425;
  cursor: pointer;
}

.bvn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
.bvn-content h2 {
  color: white;
  font-size: 2em;
  line-height: 2;
  margin: 0;
  padding: 0;
}
.bvn-content p {
  font-size: x-large;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.about-us {
  display: flex;
  flex-direction: row;
  background: #FAF4EF;
}

.about-us-cover {
  border-radius: 15px;
  max-width: 50vw;
  max-height: 60vh;
  width: 50%;
  margin-right: 2vw;
}

.about-us-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 50vw;
  width: 50%;
}

.about-us-p {
  max-width: 40vw;
}
.about-us-p span {
  font-weight: bold;
}

.about-us-list {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.services {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.services-tattoo-piercing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  max-height: 60vh;
  width: 50%;
  height: 50%;
}
.services-tattoo-piercing img {
  height: 50%;
  width: 40%;
  margin-bottom: 10px;
  filter: drop-shadow(3px 1px 4px #000000);
  border-radius: 15px;
}
.services-tattoo-piercing p {
  margin: 0;
  margin-bottom: 10px;
}

.piercing img {
  max-height: 50%;
}

.gallerie {
  background-color: #F7F4F2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 15px;
}
.gallerie h3 {
  font-size: 2em;
}

.gallery-content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.gallery-content img {
  max-height: 100%;
  max-width: 30%;
  height: 100%;
  border-radius: 15px;
  filter: drop-shadow(3px 1px 4px #000000);
}

.avis {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.avis ul {
  display: flex;
  flex-direction: row;
  list-style: none;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 20%;
  border: solid 1px lightgray;
  border-radius: 15px;
  padding: 15px;
  background: white;
  filter: drop-shadow(3px 1px 4px #000000);
}
.card h6 {
  font-size: large;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

.contact {
  background-color: #F7F4F2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.form-and-map {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.form-and-map iframe {
  width: 50%;
}

.contact-us-form {
  max-height: 100%;
  width: 50%;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #262626;
  border-top: white solid 40px;
  border-left: white solid 30px;
  border-right: white solid 30px;
  color: white;
}

.logo-footer {
  height: 4em;
}

.menu-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
}

.info-contact {
  display: flex;
  flex-direction: column;
  align-items: first baseline;
  list-style: none;
}

.reseaux-signature {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.reseaux-signature ul {
  list-style: none;
}/*# sourceMappingURL=index.css.map */