:root {
  --main-color: #0E3F9B;
  --grey-color:#4B4A5D;
  --green-color: #30E236;
  --red-color: #EF4949;
}

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right {
  display: none !important;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FAFAFA;
  font: 12px "Open sans";
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 0 0 32px 0;
  color: var(--main-color);
  font-size: 64px;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  color: var(--main-color);
  font-weight: 300;
}

h3 {
  font-family: Open sans;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
}

h4 {
  font-size: 12px;
  color: var(--main-color);
  font-family: "Open Sans";
  font-weight: 700;
  margin: 0;
}

.book {
  padding: 20px;
}

.page {
  width: 21cm;
  min-height: 29.7cm;
  padding: 64px;
  background: white;
  margin-bottom: 64px;
}

#page-1 {
  background: #0E3F9B;
  /* The Fallback */
  background: rgba(14, 63, 155, 0.05);
  padding: 250px 64px 64px 64px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
#page-1 .container .adress {
  font-family: "Open Sans";
  color: var(--main-color);
  font-size: 30px;
  font-weight: 400;
}
#page-1 .container .website-container {
  font-family: "Open Sans";
  font-size: 16px;
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: 400;
  margin: 24px 0 0 0;
}
#page-1 .container .website-container .website {
  font-weight: 700;
}
#page-1 .footer {
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 100%;
}
#page-1 .footer .logo-agency {
  width: 250px;
  margin-left: 64px;
}
#page-1 .footer .contact-container {
  background: white;
  padding: 32px 64px;
  display: flex;
  flex-direction: row;
}
#page-1 .footer .contact-container .block-2 {
  margin-left: 24px;
}
#page-1 .footer .contact-container span {
  font-size: 12px;
  color: var(--main-color);
  font-family: "Open Sans";
  font-weight: 400;
  margin: 0;
}
#page-1 .decoration {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
#page-1 .decoration .square {
  width: 720px;
  height: 720px;
  background: #0E3F9B;
  /* The Fallback */
  background: rgba(14, 63, 155, 0.07);
  border-radius: 100px;
  position: absolute;
  left: 210px;
  top: 210px;
  transform-origin: 10% 10%;
}
#page-1 .decoration .square-1 {
  transform: rotate(-15deg);
}
#page-1 .decoration .square-2 {
  transform: rotate(-30deg);
}
#page-1 .decoration .square-3 {
  transform: rotate(-45deg);
}

#page-2 {
  background: #0E3F9B;
  /* The Fallback */
  background: rgba(14, 63, 155, 0.05);
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
#page-2 .header {
  z-index: 2;
  padding: 12px 64px;
  background: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#page-2 .header span {
  font-size: 12px;
  color: var(--main-color);
  font-family: "Open Sans";
  font-weight: 400;
  margin: 0;
}
#page-2 .header .center img {
  width: 96px;
}
#page-2 .header .right .block-2 {
  text-align: right;
}
#page-2 .container {
  z-index: 1;
}
#page-2 .container .block-1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  padding-left: 64px;
}
#page-2 .container .block-1 .left {
  width: 100%;
}
#page-2 .container .block-1 .left h2 {
  margin: 32px 0 0 0;
}
#page-2 .container .block-1 .left span {
  font-size: 24px;
  color: var(--main-color);
  font-weight: 600;
  font-family: "Open sans", sans-serif;
}
#page-2 .container .block-1 .left img {
  width: 105%;
  margin-top: 32px;
  border-radius: 16px;
}
#page-2 .container .block-1 .right {
  width: 522px;
  background: white;
  border-bottom-left-radius: 16px;
  padding: 32px 16px;
}
#page-2 .container .block-1 .right h3 {
  margin: 0 0 32px 0;
}
#page-2 .container .block-1 .right .inputs-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#page-2 .container .block-1 .right .inputs-container .input-block {
  display: flex;
  flex-direction: column;
  margin-right: 32px;
  margin-bottom: 16px;
}
#page-2 .container .block-1 .right .inputs-container .input-block label {
  font-size: 12.5px;
  font-family: Open sans;
  color: var(--main-color);
}
#page-2 .container .block-1 .right .inputs-container .input-block span {
  font-size: 14px;
  font-family: "Open Sans";
  color: var(--grey-color);
}
#page-2 .container .block-1 .right .inputs-container .input-block:last-child {
  margin-right: 32px;
  margin-bottom: 0;
}
#page-2 .container .block-2 {
  padding: 0 64px;
  position: relative;
}
#page-2 .container .block-2 p {
  margin: 0;
  font-family: "Open Sans";
  font-size: 12.5px;
  color: var(--grey-color);
}
#page-2 .container .block-2 .container-price {
  background: white;
  width: 100%;
  border-radius: 12px;
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
}
#page-2 .container .block-2 .container-price .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#page-2 .container .block-2 .container-price .left span {
  font-size: 22px;
  color: var(--grey-color);
  opacity: 75%;
  font-weight: 700;
}
#page-2 .container .block-2 .container-price .left label {
  color: var(--red-color);
  font-family: "Open sans";
  font-size: 16px;
  font-weight: 500;
}
#page-2 .container .block-2 .container-price .center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-2 .container .block-2 .container-price .center span {
  font-size: 38px;
  color: var(--grey-color);
  font-weight: 700;
}
#page-2 .container .block-2 .container-price .center p {
  font-weight: 700;
  opacity: 75%;
}
#page-2 .container .block-2 .container-price .center .price-m2 {
  font-size: 19px;
  font-weight: 700;
}
#page-2 .container .block-2 .container-price .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#page-2 .container .block-2 .container-price .right span {
  font-size: 22px;
  color: var(--grey-color);
  opacity: 75%;
  font-weight: 700;
}
#page-2 .container .block-2 .container-price .right label {
  color: var(--green-color);
  font-family: "Open sans";
  font-size: 16px;
  font-weight: 500;
}
#page-2 .container .block-2 .container-indice {
  display: flex;
  flex-direction: row;
  background: white;
  width: fit-content;
  padding: 8px;
  border-radius: 20px;
  position: absolute;
  bottom: -16px;
  left: 304px;
}
#page-2 .container .block-2 .container-indice span {
  font-size: 9px;
  color: var(--grey-color);
  font-weight: 600;
  margin-right: 8px;
}
#page-2 .container .block-2 .container-indice .circles {
  display: flex;
  flex-direction: row;
}
#page-2 .container .block-2 .container-indice .circles .circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 4px;
}
#page-2 .container .block-2 .container-indice .circles .circle-on {
  background: var(--main-color);
}
#page-2 .container .block-2 .container-indice .circles .circle-off {
  background: var(--grey-color);
  opacity: 10%;
}
#page-2 .container .block-3 {
  padding: 0 64px;
  display: flex;
  flex-direction: row;
  margin-top: 32px;
}
#page-2 .container .block-3 .left {
  background: #0E3F9B;
  /* The Fallback */
  background: rgba(14, 63, 155, 0.05);
  padding: 16px;
  border-radius: 12px;
  width: 55%;
}
#page-2 .container .block-3 .left p {
  margin: 8px 0 0 0;
}
#page-2 .container .block-3 .left .cloud-words {
  height: 200px;
  position: relative;
}
#page-2 .container .block-3 .left .cloud-words .word {
  font-family: "Open sans";
  margin: 0;
  color: var(--main-color);
  background: #0E3F9B;
  /* The Fallback */
  background: rgba(14, 63, 155, 0.1);
  padding: 6px;
  border-radius: 32px;
  font-weight: 600;
  position: absolute;
}
#page-2 .container .block-3 .left .cloud-words .word-1 {
  font-size: 18px;
  top: 50px;
  right: 0;
}
#page-2 .container .block-3 .left .cloud-words .word-2 {
  font-size: 16px;
  top: 14px;
}
#page-2 .container .block-3 .left .cloud-words .word-3 {
  font-size: 16px;
  top: 0;
  right: 20px;
}
#page-2 .container .block-3 .left .cloud-words .word-4 {
  font-size: 16px;
  bottom: 66px;
  right: 10px;
}
#page-2 .container .block-3 .left .cloud-words .word-5 {
  font-size: 12px;
  bottom: 31px;
  left: 112px;
}
#page-2 .container .block-3 .left .cloud-words .word-6 {
  font-size: 12px;
  top: 100px;
}
#page-2 .container .block-3 .left .cloud-words .word-7 {
  font-size: 10px;
  bottom: 0;
  left: 50px;
}
#page-2 .container .block-3 .right {
  margin-left: 32px;
}
#page-2 .container .block-3 .right .kpis {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
#page-2 .container .block-3 .right .kpis .kpi {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
#page-2 .container .block-3 .right .kpis .kpi label {
  font-size: 16px;
  color: var(--main-color);
  font-weight: 600;
}
#page-2 .container .block-3 .right .kpis .kpi label sup {
  font-size: 10px;
}
#page-2 .container .block-3 .right .kpis .kpi p {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  font-size: 10px;
  color: var(--main-color);
}
#page-2 .container .block-3 .right .kpis .kpi span {
  font-size: 24px;
  color: var(--grey-color);
  font-weight: 700;
}
#page-2 .decoration {
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
#page-2 .decoration .square {
  width: 720px;
  height: 720px;
  background: #0E3F9B;
  background: rgba(14, 63, 155, 0.05);
  border-radius: 100px;
  position: absolute;
  left: -500px;
  top: 139px;
  transform-origin: 10% 10%;
}
#page-2 .decoration .square-1 {
  transform: rotate(-30deg);
}

#page-3 {
  background: #0E3F9B;
  /* The Fallback */
  background: rgba(14, 63, 155, 0.05);
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
#page-3 .header {
  background: #ffffff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  padding: 12px 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#page-3 .header span {
  font-size: 12px;
  color: var(--main-color);
  font-family: "Open Sans";
  font-weight: 400;
  margin: 0;
}
#page-3 .header .center img {
  width: 96px;
}
#page-3 .header .right .block-2 {
  text-align: right;
}
#page-3 .container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
#page-3 .container .map-container {
  width: 100%;
  height: 41%;
  position: relative;
}
#page-3 .container .map-container #map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
#page-3 .container .map-container h2 {
  z-index: 9999;
  position: absolute;
  left: 55px;
  top: 180px;
  margin: 0;
  line-height: 65px;
}
#page-3 .container .map-container h2 span {
  display: inline;
  background: white;
}
#page-3 .container .list-container {
  padding: 0 50px;
  margin-top: -25px;
  z-index: 999;
}
#page-3 .container .list-container .estimated-object {
  background-color: var(--main-color);
  border-radius: 4px;
  padding: 12px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 12px;
}
#page-3 .container .list-container .estimated-object .column {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
#page-3 .container .list-container .estimated-object .column span {
  color: white;
  font-family: "Open Sans";
  font-size: 9px;
  font-weight: 400;
}
#page-3 .container .list-container .estimated-object .column p {
  margin: 0;
  font-weight: 600;
}
#page-3 .container .list-container .estimated-object .column-1 {
  width: 20px;
}
#page-3 .container .list-container .estimated-object .column-2 {
  width: 67px;
}
#page-3 .container .list-container .estimated-object .column-3 {
  width: 103px;
}
#page-3 .container .list-container .estimated-object .column-4 {
  width: 76px;
}
#page-3 .container .list-container .estimated-object .column-5 {
  width: 64px;
}
#page-3 .container .list-container .estimated-object .column-6 {
  width: 53px;
}
#page-3 .container .list-container .estimated-object .column-7 {
  width: 40px;
}
#page-3 .container .list-container .estimated-object .column-8 {
  width: 79px;
}
#page-3 .container .list-container .estimated-object .column-9 {
  width: 85px;
}
#page-3 .container .list-container .list-items {
  display: flex;
  flex-direction: column;
}
#page-3 .container .list-container .list-items .table-header {
  background: #0E3F9B;
  /* The Fallback */
  background: rgba(14, 63, 155, 0.1);
  padding: 4px 20px;
  display: flex;
  flex-direction: row;
}
#page-3 .container .list-container .list-items .table-header .column {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
#page-3 .container .list-container .list-items .table-header .column span {
  color: var(--main-color);
  font-family: "Open Sans", sans-serif;
  font-size: 9px;
  font-weight: 600;
}
#page-3 .container .list-container .list-items .table-header .column-1 {
  width: 20px;
}
#page-3 .container .list-container .list-items .table-header .column-2 {
  width: 52px;
}
#page-3 .container .list-container .list-items .table-header .column-3 {
  width: 103px;
}
#page-3 .container .list-container .list-items .table-header .column-4 {
  width: 67px;
}
#page-3 .container .list-container .list-items .table-header .column-5 {
  width: 64px;
}
#page-3 .container .list-container .list-items .table-header .column-6 {
  width: 53px;
}
#page-3 .container .list-container .list-items .table-header .column-7 {
  width: 40px;
}
#page-3 .container .list-container .list-items .table-header .column-8 {
  width: 79px;
}
#page-3 .container .list-container .list-items .table-header .column-9 {
  width: 69px;
  margin-right: 0;
}
#page-3 .container .list-container .list-items .single-object {
  padding: 12px 15px 12px 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#page-3 .container .list-container .list-items .single-object .column {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
#page-3 .container .list-container .list-items .single-object .column span {
  color: var(--grey-color);
  font-family: "Open Sans", sans-serif;
  font-size: 9px;
  font-weight: 400;
}
#page-3 .container .list-container .list-items .single-object .column span p {
  margin: 0;
  font-weight: 400;
}
#page-3 .container .list-container .list-items .single-object .column .price {
  font-weight: 600;
}
#page-3 .container .list-container .list-items .single-object .column .type-sold {
  background-color: var(--green-color);
  color: white;
  border-radius: 20px;
  padding: 3px 5px;
}
#page-3 .container .list-container .list-items .single-object .column .type-sell {
  background-color: var(--grey-color);
  color: white;
  border-radius: 20px;
  padding: 3px 5px;
}
#page-3 .container .list-container .list-items .single-object .column-1 {
  width: 27px;
}
#page-3 .container .list-container .list-items .single-object .column-2 {
  width: 60px;
}
#page-3 .container .list-container .list-items .single-object .column-3 {
  width: 130px;
}
#page-3 .container .list-container .list-items .single-object .column-4 {
  width: 82px;
}
#page-3 .container .list-container .list-items .single-object .column-5 {
  width: 82px;
}
#page-3 .container .list-container .list-items .single-object .column-6 {
  width: 65px;
}
#page-3 .container .list-container .list-items .single-object .column-7 {
  width: 53px;
}
#page-3 .container .list-container .list-items .single-object .column-8 {
  width: 91px;
}
#page-3 .container .list-container .list-items .single-object .column-9 {
  width: 92px;
}
#page-3 .container .list-container .list-items .single-object:nth-child(even) {
  background-color: #F7F7FB;
}

#page-4 {
  background: #0E3F9B;
  /* The Fallback */
  background: rgba(14, 63, 155, 0.05);
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
#page-4 .container {
  padding: 64px;
}
#page-4 .container .block-1 p {
  margin: 0;
}
#page-4 .container .block-2 {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
}
#page-4 .container .block-2 .left {
  width: 70%;
  margin: 16px 16px 0 0;
}
#page-4 .container .block-2 .left .cloud-graph {
  width: 100%;
  height: 450px;
  background: white;
  border-radius: 8px;
  color: var(--main-color);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-4 .container .block-2 .right {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#page-4 .container .block-2 .right .legende {
  width: 150px;
  background: white;
  height: 100px;
  border-radius: 8px;
}
#page-4 .container .block-3 p {
  margin: 0;
}
#page-4 .container .block-4 {
  margin: 16px 0 0 0;
}
#page-4 .container .block-4 .graphe-evolution {
  width: 100%;
  height: 300px;
  background: white;
  border-radius: 8px;
  color: var(--main-color);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-4 .header {
  z-index: 2;
  padding: 12px 64px;
  background: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#page-4 .header span {
  font-size: 12px;
  color: var(--main-color);
  font-family: "Open Sans";
  font-weight: 400;
  margin: 0;
}
#page-4 .header .center img {
  width: 96px;
}
#page-4 .header .right .block-2 {
  text-align: right;
}
#page-4 .decoration {
  z-index: -99;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
#page-4 .decoration .square {
  width: 800px;
  height: 800px;
  background: #0E3F9B;
  background: rgba(14, 63, 155, 0.05);
  border-radius: 100px;
  position: absolute;
  left: 37px;
  bottom: -556px;
  transform-origin: 10% 10%;
}
#page-4 .decoration .square-1 {
  transform: rotate(15deg);
}

#page-5 {
  background: #0E3F9B;
  /* The Fallback */
  background: rgba(14, 63, 155, 0.05);
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
#page-5 .decoration {
  z-index: -99;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
#page-5 .decoration .square {
  width: 800px;
  height: 800px;
  background: #0E3F9B;
  background: rgba(14, 63, 155, 0.05);
  border-radius: 100px;
  position: absolute;
  left: 37px;
  top: -466px;
  transform-origin: 10% 10%;
}
#page-5 .decoration .square-1 {
  transform: rotate(41deg);
}

#page-6 {
  background: #0E3F9B;
  /* The Fallback */
  background: rgba(14, 63, 155, 0.05);
  padding: 250px 64px 64px 64px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
#page-6 .footer {
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 100%;
}
#page-6 .footer h2 {
  margin: 0 0 32px 64px;
}
#page-6 .footer .logo-agency {
  width: 250px;
  margin-left: 64px;
}
#page-6 .footer .contact-container {
  background: white;
  padding: 32px 64px;
  display: flex;
  flex-direction: row;
}
#page-6 .footer .contact-container .block-2 {
  margin-left: 24px;
}
#page-6 .footer .contact-container span {
  font-size: 12px;
  color: var(--main-color);
  font-family: "Open Sans";
  font-weight: 400;
  margin: 0;
}
#page-6 .decoration {
  z-index: -99;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
#page-6 .decoration .square {
  width: 800px;
  height: 800px;
  background: #0E3F9B;
  background: rgba(14, 63, 155, 0.05);
  border-radius: 100px;
  position: absolute;
  right: -700px;
  bottom: -129px;
  transform-origin: 10% 10%;
}
#page-6 .decoration .square-1 {
  transform: rotate(41deg);
}

@page {
  size: A4;
  margin: 0;
}
@media print {
  .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}
/*# sourceMappingURL=style.scss.map */

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