@charset "UTF-8";
/* Header fiche bien */
body {
  color: #1c1d3b;
}

.header-bien {
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.header-bien .link3d {
  background: #1c1d3b;
  color: #f3e0c5;
  display: inline-block;
  bottom: 20px;
  right: 20px;
  padding: 5px 10px;
  position: absolute;
  text-decoration: none;
  min-width: 150px;
  text-align: center;
  outline: 2px solid #f3e0c5;
  outline-offset: -5px;
}
.header-bien .link3d:hover {
  background: #f3e0c5;
  color: #1c1d3b;
  outline: 2px solid #1c1d3b;
}

.logo {
  text-align: center;
  margin-top: -40px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .logo {
    text-align: left;
    margin-left: 20px;
  }
}
.logo img {
  max-width: 150px;
}

.chiffres-generaux {
  outline: 2px solid #f3e0c5;
  outline-offset: -5px;
  background: #1c1d3b;
  color: #f3e0c5;
  width: 49%;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 992px) {
  .chiffres-generaux {
    width: 100%;
    margin: auto;
  }
}

.separation {
  height: 2px;
  background: #1c1d3b;
  width: 100%;
}
.separation.doree {
  background: #f3e0c5;
}

.titre-chiffre {
  outline: 2px solid #f3e0c5;
  outline-offset: -5px;
  background: #1c1d3b;
  color: #f3e0c5;
}

.sous-titre-chiffre {
  font-weight: 700;
}

.sous-titre-chiffre-clef {
  font-size: 1.4rem;
  text-align: right;
}

.chiffre-clef {
  font-size: 1.4rem;
  font-style: italic;
  text-align: right;
}

.chiffre-principal {
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .chiffre-principal {
    font-size: 1.3rem;
  }
}

.logo-classique {
  text-align: center;
  position: relative;
}
.logo-classique img {
  max-width: 150px;
}

.prix {
  font-style: italic;
}

.text-right {
  text-align: right;
}

.btn-rentier {
  background: #1c1d3b;
  color: #f3e0c5;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  min-width: 150px;
  max-width: 300px;
  text-align: center;
  outline: 2px solid #f3e0c5;
  outline-offset: -5px;
  margin: auto;
}
.btn-rentier:hover {
  background: #f3e0c5;
  color: #1c1d3b;
  outline: 2px solid #1c1d3b;
}

.mention {
  font-size: 13px;
}

/* Vos chiffres (Système de calcul javascript) */
.vos-chiffres {
  outline: 2px solid #f3e0c5;
  outline-offset: -5px;
  background: #1c1d3b;
  color: #f3e0c5;
  padding-right: 25px;
  padding-left: 25px;
  width: 100%;
  margin: auto;
}
.vos-chiffres label {
  font-size: 1.2rem;
}
.vos-chiffres .apport_button {
  background-color: #f3e0c5;
  color: #1c1d3b;
  padding: 0 7px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 10px;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
}
.vos-chiffres .label-js-apport {
  min-width: 150px;
}

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