@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel.ttf") format("truetype");
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant.ttf") format("truetype");
}
body {
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  color: #96885f;
  font-family: "Cinzel", serif;
}

h2, h3 {
  padding-bottom: 0.5rem;
}

h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 150%;
}

h3 {
  text-transform: uppercase;
}

h4 {
  font-size: 1.3rem;
  font-style: italic;
}

.bandeau-blanc {
  font-size: 3rem;
  font-family: "Cinzel", serif;
  box-shadow: 0px 0px 50px #96885f;
  border-radius: 50px;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.logo-client {
  position: absolute;
  height: 132px;
  top: 100px;
  right: 9.7%;
}

div#fond-dentelle div {
  z-index: 1;
  height: 100vh;
  width: 5%;
  background-image: url("../img/CarrePatternNoir.jpg");
  position: fixed;
  top: 0;
}
div#fond-dentelle div:first-child {
  left: 0;
}
div#fond-dentelle div:last-child {
  right: 0;
}

.presentation-echo {
  font-size: 150%;
  font-weight: bold;
}

body {
  padding: 0;
  background-color: rgb(0, 0, 0);
  color: white;
  font-family: "Assistant", sans-serif;
}
body hr {
  border-color: rgba(150, 136, 95, 0.5);
}
body strong {
  color: #96885f;
}
body div#content {
  width: 90%;
  margin: 0 auto;
}
body a {
  color: #96885f;
}
body a:hover {
  color: #776c4b;
}
body form, body div#validation {
  width: 90%;
  margin: 0 auto;
}
body p.important {
  text-transform: uppercase;
}
body form label.prix {
  font-size: 1.5rem;
  color: #96885f;
  font-weight: bold;
}
body form label.prix.abonnement {
  font-size: 2rem;
  color: #fff;
}
body form .btn {
  background: #96885f;
  border-color: #96885f;
  color: rgb(0, 0, 0);
}
body form .btn:hover {
  background: #776c4b;
  border-color: #776c4b;
}
body form input.form-control:focus, body form textarea.form-control:focus {
  border-color: #96885f;
  box-shadow: 0 0 0 0.2rem rgba(226, 85, 0, 0.25);
}
body form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid #96885f;
  transition: 0.2s all linear;
  margin-right: 5px;
}
body form input[type=checkbox]:checked {
  background: #96885f;
  content: url("../img/check-b.svg");
}

div#validation {
  text-align: center;
  position: fixed;
  top: 37.5%;
  left: 25%;
  height: 25vh;
  width: 50% !important;
  display: none;
}
div#validation div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
div#validation span#close {
  position: absolute;
  top: -5%;
  right: 0;
  padding: 0.5rem;
  font-size: 3rem;
  color: black;
  cursor: pointer;
}
div#validation span#close:hover {
  color: #96885f;
}

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