@charset "UTF-8";
/**
* Vars
*/
/**
* Colors 
*/
/**
* Positions
*/
/**
* Blocs
*/
.bloc {
  position: relative;
  z-index: 1;
}
@media (min-width: 993px) {
  .bloc {
    height: 100%;
  }
  .bloc--proprio {
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  .bloc {
    margin: 0 auto 3rem;
    width: 550px;
    max-width: 96%;
  }
  .bloc:first-of-type {
    margin-top: 1rem;
  }
}
.bloc__wrap {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  border: 0.5px solid #231f20;
  position: relative;
  z-index: 1;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  opacity: 0.5;
  border-radius: 10px;
}
.bloc h2 {
  margin: 0;
}
.bloc h3 {
  color: #bbcb60;
  margin: 0;
  line-height: 1;
  font-weight: 300;
}
.bloc p {
  font-size: 0.9rem;
}
.bloc .btn {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  width: auto;
  display: table;
  margin-top: 0;
}
.bloc h3 + .btn, .bloc h3 + form {
  margin-top: 1rem;
}
.bloc--dark {
  background: #231f20;
  border-radius: 10px;
  padding: 1rem;
}
.bloc--dark *, .bloc--dark .btn {
  color: #fff;
}
.bloc--dark .bloc__wrap {
  background: transparent;
  border: 0.5px solid #fff;
  overflow: hidden;
}
.bloc--vert {
  background: rgba(187, 203, 96, 0.9);
  border-radius: 10px;
  padding: 1rem;
}
.bloc--vert *, .bloc--vert .btn, .bloc--vert h3 {
  color: #fff;
}
.bloc--vert .bloc__wrap {
  background: transparent;
  border: 0.5px solid #fff;
  overflow: hidden;
}
.bloc--shadow-vert::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ecf1d3;
  border-radius: 10px;
  z-index: -1;
  transform: translate(-20px, 20px);
}
.bloc--shadow-rouge::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #231f20;
  border-radius: 10px;
  z-index: -1;
}
.bloc--shadow-rouge::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f9d5dc;
  border-radius: 10px;
  z-index: -1;
  transform: translate(20px, 20px);
}
/**
* Bloc propriétaire
*/
@media (min-width: 551px) {
  .bloc--proprio__form {
    display: flex;
  }
}
.bloc--proprio__form__adresse {
  position: relative;
  height: 50px;
  border: 0.5px solid #231f20;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
@media (min-width: 551px) {
  .bloc--proprio__form__adresse {
    border-right: 0;
    border-radius: 5px 0 0 5px;
  }
}
@media (max-width: 550px) {
  .bloc--proprio__form__adresse {
    border-radius: 5px;
  }
}
.bloc--proprio__form__adresse i {
  position: relative;
  z-index: 2;
}
.bloc--proprio__form__adresse input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  background: transparent;
}
.bloc--proprio__form input[type="submit"] {
  background: #fdb913;
  color: #fff;
  font-family: "poppins", "font awesome 5 free";
  font-weight: bold;
  text-transform: uppercase;
  border: 0.5px solid #fdb913;
  transition: 0.2s ease-in-out;
}
@media (min-width: 551px) {
  .bloc--proprio__form input[type="submit"] {
    border-radius: 0 5px 5px 0;
  }
}
@media (max-width: 550px) {
  .bloc--proprio__form input[type="submit"] {
    border-radius: 5px;
    padding: 0.75rem 2rem 0.5rem;
    margin: 0.5rem 0;
  }
}
.bloc--proprio__form input[type="submit"]:hover {
  cursor: pointer;
  background: #fdc846;
  border-color: #fdc846;
}
/**
* section chiffres
*/
.section-chiffres {
  padding: 2rem;
}
.section-chiffres .slick-dots li button:before {
  color: #fff;
}
.list-chiffres__chiffre {
  margin: 0.5rem 1rem;
}
@media (min-width: 451px) {
  .chiffreAnim {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 450px) {
  .chiffreAnim {
    text-align: center;
  }
}
.chiffreAnim__chiffre {
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 1rem;
  color: #fdb913;
  position: relative;
}
@media (max-width: 450px) {
  .chiffreAnim__chiffre {
    margin: 0 auto 1rem;
  }
}
.chiffreAnim__chiffre::after {
  content: "";
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 100%;
}
.chiffreAnim__descr {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
/**
* Services
*/
#section-services-circle {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  #section-services-circle {
    width: 400px;
    max-width: 96%;
    margin: 3rem auto;
    display: block;
  }
}
.service {
  text-align: center;
}
@media (min-width: 993px) {
  .service:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media (max-width: 992px) {
  .service {
    margin-bottom: 3rem;
  }
}
.service i {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.service__title {
  font-family: "Poppins";
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
  line-height: 1;
  margin-top: 0;
}
.service .btn {
  width: auto;
  display: table;
  color: #fff;
  padding: 0.25rem 1rem;
  font-size: 0.85rem;
  margin: 0.5rem auto 0;
  border: none;
}
/**
* Avis home
*/
.section-avis .slick-dots li button::before {
  color: #fff !important;
}
.avis-list {
  margin: 1rem;
}
.avis-list .slick-dots li {
  margin: 0;
}
@media (min-width: 551px) {
  .avis {
    display: flex !important;
    align-items: center;
    padding: 1rem 3rem;
  }
}
@media (max-width: 550px) {
  .avis {
    padding: 1rem;
  }
}
.avis p:empty {
  display: none;
}
.avis__thumb {
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  border-radius: 100%;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bbcb60;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  font-family: "poppins";
  line-height: 1;
  position: relative;
}
.avis__thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 1px solid #bbcb60;
  border-radius: 100%;
}
.avis__content p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.7em;
  margin-bottom: 0.5rem;
}
.avis__author {
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
}
/**
* section actus
*/
.list-actus .actu__thumb {
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.list-actus .actu__title {
  margin-top: 1rem;
  font-family: "poppins";
  font-weight: bold;
  font-size: 1.3rem;
}
.list-actus .actu__readmore {
  font-weight: bold;
  color: #bbcb60;
  font-size: 1.1rem;
  font-family: "poppins";
}
.list-actus .actu__readmore i {
  color: inherit;
}
.list-actus .actu:hover .actu__readmore {
  color: #fdb913;
}
/**
* Agence
*/
.agence__title {
  text-align: center;
}
@media (min-width: 769px) {
  .agence__infos {
    display: flex;
    justify-content: center;
  }
}
.agence__infos__info {
  padding: 0 2rem;
  text-align: center;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .agence__infos__info {
    margin: 1rem auto;
  }
}
.agence__infos__info i {
  font-size: 2rem;
  color: #87152b;
  margin-bottom: 0.5rem;
}
.agence__infos__info__content {
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}
.agence__descr p {
  text-align: center;
}
#agence-first h1 {
  margin-top: 0;
}
#agence-first .agence__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  opacity: 0.1;
}
#agence-honoraires {
  background: #fff;
}
#agence-honoraires h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  border-bottom: 0.05rem solid;
  padding-bottom: 2rem;
}
#agence-honoraires h3 {
  font-size: 1.5rem;
  background: #fdb913;
  padding: 1rem 2rem;
  color: #fff;
  display: table;
  margin-bottom: 0;
  border-bottom: 0.05rem solid #fff;
}
#agence-honoraires hr {
  margin: 4rem 0;
}
#agence-honoraires table {
  border-collapse: collapse;
}
#agence-honoraires table thead {
  background: #fdb913;
}
#agence-honoraires table thead th {
  padding: 1rem 0.25rem;
  color: #fff;
  line-height: 1;
}
#agence-honoraires table h4 {
  text-align: center;
  font-size: 1.2rem;
}
#agence-honoraires table th, #agence-honoraires table td {
  padding: 1rem 0.5rem;
  font-size: 0.8rem;
  margin: 0;
  width: 14.2%;
}
#agence-honoraires table td:not(:first-child) {
  text-align: center;
}
#agence-honoraires table td {
  border-top: 0.05rem solid rgba(0, 0, 0, 0.5);
  line-height: 1;
  vertical-align: top;
  line-height: 1.3;
}
#agence-honoraires table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.025);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.monzeo.fr%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fmonzeo%2Fstyles%2Fscss%2Fagence.scss%22%2C%22wp-content%2Fthemes%2Fmonzeo%2Fstyles%2Fscss%2F_blocs.scss%22%2C%22wp-content%2Fthemes%2Fmonzeo%2Fstyles%2Fscss%2F_chiffres.scss%22%2C%22wp-content%2Fthemes%2Fmonzeo%2Fstyles%2Fscss%2F_services.scss%22%2C%22wp-content%2Fthemes%2Fmonzeo%2Fstyles%2Fscss%2F_avis.scss%22%2C%22wp-content%2Fthemes%2Fmonzeo%2Fstyles%2Fscss%2F_actus.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvIF%3BAAAA%3BAAAA%3BAC8JE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjNH%3BAAAA%3BAAAA%3BAEIA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFpDD%3BAAAA%3BAAAA%3BAGIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGC%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH1CD%3BAAAA%3BAAAA%3BAIMC%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJnED%3BAAAA%3BAAAA%3BAKME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAL9BJ%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%22%7D */