*,
:after,
:before {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

button {
  border: none;
}

a,
button,
h1,
h2,
h3,
h4,
input,
label,
li,
p,
span,
textarea {
  margin: 0;
}

body {
  background-color: #F9F6EE;
  margin: 0;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9.375rem;
  background-color: #0C3633;
}
.header .logo {
  width: 11.25rem;
  height: auto;
}

h1 {
  font-family: Ardeco, sans-serif;
  font-size: 2.5rem !important;
  color: black;
}

.bloc_contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: url("../images/background-motif.svg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 82.5vh;
}
.bloc_contact .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F9F6EE;
  padding: 2rem 1.5rem;
}
.bloc_contact .content .inner .bloc_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 16px 0 0 0;
}
.bloc_contact .content .inner .bloc_content .name_input {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  color: black;
  font-weight: 700;
}
.bloc_contact .content .inner .bloc_content .info {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  color: black;
  font-weight: 300;
  margin: 8px 0 0 0;
}
.bloc_contact .content .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 32px 0 0 0;
}
.bloc_contact .content .buttons .insta_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid #0C3633;
  border-radius: 100px;
  padding: 9px 9px;
}
.bloc_contact .content .buttons .insta_btn .logo_insta {
  width: 100%;
}
.bloc_contact .content .buttons .add_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #0C3633;
  border-radius: 100px;
  padding: 0.625rem 1.5rem;
  margin: 0 0 0 8px;
}
.bloc_contact .content .buttons .add_btn .btn_text {
  color: white;
  background: none;
}

/*# sourceMappingURL=style.css.map */
