@import '_content/TransacWebLibrary.Ui/TransacWebLibrary.Ui.niiuyo3iah.bundle.scp.css';

/* _content/TransacWebHome/Components/Pages/Homepage/Components/AutreConcours.razor.rz.scp.css */
.accordion__miles[b-1ukd6x96bd] {
  border-radius: 4px;
  padding: 2px 6px;
  background-color: #50B8E4;
  color: white;
  font-weight: 700;
  line-height: 13px;
  font-variant: all-small-caps;
}

.concours__head[b-1ukd6x96bd] {
  height: 100px;
  border-radius: 4px;
  padding: 6px;
  background: linear-gradient(0deg, rgba(21, 24, 30, 0.2) 0%, rgba(21, 24, 30, 0.2) 100%), url("./img/autre-concours.png") lightgray 0px -115.918px/100% 262.266% no-repeat;
  display: flex;
  justify-content: space-between;
}
@media (width <= 450px) {
  .concours__head[b-1ukd6x96bd] {
    flex-direction: column-reverse;
  }
}
.concours__destination[b-1ukd6x96bd] {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 4px;
  padding: 4px 6px;
  background-color: #50B8E4;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 13px;
  font-variant: all-small-caps;
}
.concours__limite[b-1ukd6x96bd] {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 4px;
  padding: 4px 6px;
  background-color: #101F3D;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 13px;
  font-variant: all-small-caps;
}
.concours-list[b-1ukd6x96bd] {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.concours-list__ele:not(:last-child)[b-1ukd6x96bd] {
  position: relative;
}
.concours-list__ele:not(:last-child)[b-1ukd6x96bd]::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E7EDF2;
  position: absolute;
  top: 0;
  right: -6px;
}

.classement[b-1ukd6x96bd] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.classement__head[b-1ukd6x96bd] {
  display: flex;
  gap: 6px;
}
.classement__title[b-1ukd6x96bd] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-variant: all-small-caps;
  line-height: normal;
}
[b-1ukd6x96bd] .classement__picto {
  width: 14px;
  height: 14px;
}
[b-1ukd6x96bd] .classement__picto path {
  fill: #878F9E;
}
.classement__rank[b-1ukd6x96bd] {
  font-size: 16px;
  font-weight: 700;
  font-variant: small-caps;
  line-height: 42px;
}
.classement__rank--actual[b-1ukd6x96bd] {
  color: #50B8E4;
  font-size: 24px;
}
@media (width <= 1024px) {
  .classement__rank--actual[b-1ukd6x96bd] {
    font-size: 20px;
  }
}
@media (width <= 768px) {
  .classement__rank--actual[b-1ukd6x96bd] {
    font-size: 16px;
  }
}/*# sourceMappingURL=AutreConcours.razor.css.map */
/* _content/TransacWebHome/Components/Pages/Homepage/Components/AvisGoogle.razor.rz.scp.css */
.accordion__logo[b-c9h5tkh2pm] {
  width: 21px;
}
.accordion__desc[b-c9h5tkh2pm] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.accordion__desc[b-c9h5tkh2pm]::before {
  grid-column: span 2;
}

.block[b-c9h5tkh2pm] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
}
.block--note[b-c9h5tkh2pm]::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E7EDF2;
  position: absolute;
  top: 0;
  right: -1px;
}
.block__title[b-c9h5tkh2pm] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-variant: small-caps;
  line-height: normal;
}
[b-c9h5tkh2pm] .block__picto {
  width: 14px;
  height: 14px;
}
[b-c9h5tkh2pm] .block__picto path {
  fill: #878F9E;
}
.block__content[b-c9h5tkh2pm] {
  font-size: 28px;
  font-weight: 700;
  font-variant: small-caps;
  line-height: normal;
}
@media (width <= 1450px) {
  .block__content[b-c9h5tkh2pm] {
    font-size: 24px;
  }
}
@media (width <= 1024px) {
  .block__content[b-c9h5tkh2pm] {
    font-size: 20px;
  }
}
@media (width <= 768px) {
  .block__content[b-c9h5tkh2pm] {
    font-size: 18px;
  }
}
.block__content--bold[b-c9h5tkh2pm] {
  color: #50B8E4;
  font-size: 32px;
}
@media (width <= 1450px) {
  .block__content--bold[b-c9h5tkh2pm] {
    font-size: 28px;
  }
}
@media (width <= 1024px) {
  .block__content--bold[b-c9h5tkh2pm] {
    font-size: 20px;
  }
}
@media (width <= 768px) {
  .block__content--bold[b-c9h5tkh2pm] {
    font-size: 18px;
  }
}/*# sourceMappingURL=AvisGoogle.razor.css.map */
/* _content/TransacWebHome/Components/Pages/Homepage/Components/BiensALaVente.razor.rz.scp.css */
[b-adp17rnw80] .customMarker {
  padding-top: 10px;
  background-image: url("./img/pin.svg");
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  text-align: center;
}
[b-adp17rnw80] .leaflet-popup-content {
  width: 240px;
  margin: 0;
}
[b-adp17rnw80] .leaflet-popup-content p {
  margin: 0;
}
[b-adp17rnw80] a.leaflet-popup-close-button {
  top: 3px !important;
  right: 4px !important;
}
[b-adp17rnw80] .info {
  padding: 12px;
  color: #101F3D;
  font-family: "Roboto";
  font-weight: 400;
  line-height: normal;
}
[b-adp17rnw80] .info__title {
  color: #101F3D;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
[b-adp17rnw80] .info__photo {
  height: 100px;
  margin: 8px 0;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}
[b-adp17rnw80] .info__txt {
  margin-top: 4px !important;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-variant: all-small-caps;
}
[b-adp17rnw80] .info__txt--ref {
  font-weight: 700;
  text-decoration: underline;
}
[b-adp17rnw80] .info__txt--prix {
  color: #0F4881;
  font-size: 16px;
  font-weight: 700;
  font-variant: small-caps;
}/*# sourceMappingURL=BiensALaVente.razor.css.map */
/* _content/TransacWebHome/Components/Pages/Homepage/Components/Classement.razor.rz.scp.css */
.classement[b-gosyvjzvid] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
}
.classement__head[b-gosyvjzvid] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.classement__group[b-gosyvjzvid] {
  display: flex;
  gap: 6px;
}
.classement__btn[b-gosyvjzvid] {
  border: 1px solid #E7EDF2;
  border-radius: 4px;
  padding: 6px 8px;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  gap: 6px;
  font-variant: all-small-caps;
  line-height: normal;
  color: #878F9E;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.classement__btn:hover[b-gosyvjzvid] {
  background-color: #E7EDF2;
}
.classement__btn--active[b-gosyvjzvid] {
  background-color: #E7EDF2;
  font-weight: 600;
}
.classement__btn--active[b-gosyvjzvid]  svg path {
  fill: #101F3D;
}
.classement__btn[b-gosyvjzvid]  svg {
  width: 14px;
  height: 14px;
}
.classement__btn[b-gosyvjzvid]  svg path {
  fill: #878F9E;
}
.classement__titleCol[b-gosyvjzvid] {
  font-style: italic;
  font-weight: 500;
  font-variant: all-small-caps;
  line-height: normal;
  opacity: 0.25;
}
.classement-list[b-gosyvjzvid] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.classement-list__ele:not(:first-child)[b-gosyvjzvid] {
  border-top: 1px solid #E7EDF2;
  padding-top: 6px;
}
.classement-list__ele:nth-child(1)[b-gosyvjzvid], .classement-list__ele:nth-child(2)[b-gosyvjzvid], .classement-list__ele:nth-child(3)[b-gosyvjzvid] {
  color: #0F4881;
  font-weight: 500;
}

.row[b-gosyvjzvid] {
  display: flex;
  justify-content: space-between;
}
.row--me[b-gosyvjzvid] {
  color: #50B8E4;
  font-weight: 500;
}
.row__group[b-gosyvjzvid] {
  display: flex;
  gap: 6px;
}/*# sourceMappingURL=Classement.razor.css.map */
/* _content/TransacWebHome/Components/Pages/Homepage/Components/DailySales.razor.rz.scp.css */
.swiper-button-next[b-iz67bau2z7], .swiper-button-prev[b-iz67bau2z7] {
  width: 24px;
  height: 24px;
  top: auto;
  bottom: 20px;
}
.swiper-button-next[b-iz67bau2z7]::after, .swiper-button-prev[b-iz67bau2z7]::after {
  content: none;
}

.bien[b-iz67bau2z7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  font-variant: all-small-caps;
}
.bien__img[b-iz67bau2z7] {
  width: 100%;
  border-radius: 6px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.bien__img--default[b-iz67bau2z7] {
  max-width: 96px;
  max-height: 96px;
  min-height: auto;
  margin: 32px 0;
}
.bien__loc[b-iz67bau2z7] {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.bien__loc[b-iz67bau2z7]  svg {
  width: 14px;
  height: 14px;
}
.bien__loc[b-iz67bau2z7]  svg path {
  fill: #878F9E;
}
.bien__price[b-iz67bau2z7] {
  color: #0F4881;
  font-size: 32px;
  font-weight: 700;
  font-variant: small-caps;
  line-height: normal;
}
.bien__agence[b-iz67bau2z7] {
  color: #878F9E;
}/*# sourceMappingURL=DailySales.razor.css.map */
/* _content/TransacWebHome/Components/Pages/Homepage/Components/PopupAgences.razor.rz.scp.css */
.fullscreen[b-e7oeynv0ib] {
  width: 100%;
  height: 100vh;
  padding: 0 20px;
  background-color: rgba(16, 31, 61, 0.33);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.popup[b-e7oeynv0ib] {
  max-width: 580px;
  border-radius: 15px;
  padding: 24px;
  background-color: white;
  box-shadow: 0px 0px 16px 0px rgba(16, 31, 61, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.popup__cross[b-e7oeynv0ib] {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
.popup__subtitle[b-e7oeynv0ib] {
  margin-bottom: 6px;
  color: #50B8E4;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}
.popup__title[b-e7oeynv0ib] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-variant: small-caps;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  text-transform: lowercase;
}
.popup__title[b-e7oeynv0ib]  svg {
  width: 20px;
  height: 20px;
}
.popup__title[b-e7oeynv0ib]  svg path {
  fill: #878F9E;
}
.popup__input[b-e7oeynv0ib] {
  width: 100%;
  margin-top: 10px;
}
.popup__info[b-e7oeynv0ib] {
  margin-top: 15px;
  border-radius: 8px;
  padding: 15px;
  background-color: #D3ECFF;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-style: italic;
  line-height: 23px;
  white-space: pre-wrap;
  position: relative;
  overflow: hidden;
}
.popup__info[b-e7oeynv0ib]::after {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #50B8E4;
  position: absolute;
  left: 0;
}
.popup__info[b-e7oeynv0ib]  svg {
  flex-shrink: 0;
}
.popup__desc[b-e7oeynv0ib] {
  margin-top: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  white-space: pre-wrap;
}
.popup__hr[b-e7oeynv0ib] {
  width: 300px;
  height: 1px;
  margin: 15px 0;
  border: 0;
  border-radius: 2px;
  background-color: rgba(15, 72, 129, 0.1019607843);
}
.popup__container[b-e7oeynv0ib] {
  display: flex;
  gap: 20px;
}
.popup__btn--primary[b-e7oeynv0ib] {
  padding: 10px 16px;
  border: 1px solid #0F4881;
  border-radius: 50px;
  background-color: #0F4881;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.popup__btn--primary:hover[b-e7oeynv0ib] {
  border: 1px solid #0f335e;
  background-color: #0f335e;
  color: white;
}
.popup__btn--secondary[b-e7oeynv0ib] {
  padding: 10px 16px;
  border: 1px solid #101F3D;
  border-radius: 50px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #101F3D;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.popup__btn--secondary:hover[b-e7oeynv0ib] {
  border: 1px solid #101F3D;
  background-color: #E7EDF2;
  color: #101F3D;
}
.popup__btn--secondary[b-e7oeynv0ib]  svg, .popup__btn--secondary[b-e7oeynv0ib]  path {
  fill: #101F3D;
}
.popup__btn[b-e7oeynv0ib]  svg {
  width: 20px;
  height: 20px;
}

.popup-alert[b-e7oeynv0ib] {
  max-width: 580px;
  border-radius: 15px;
  padding: 24px;
  background-color: white;
  box-shadow: 0px 0px 16px 0px rgba(16, 31, 61, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.popup-alert__cross[b-e7oeynv0ib] {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
.popup-alert__subtitle[b-e7oeynv0ib] {
  margin-bottom: 6px;
  color: #50B8E4;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}
.popup-alert__title[b-e7oeynv0ib] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-variant: small-caps;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  text-transform: lowercase;
}
.popup-alert__title[b-e7oeynv0ib]  svg {
  width: 20px;
  height: 20px;
}
.popup-alert__title[b-e7oeynv0ib]  svg path {
  fill: #878F9E;
}
.popup-alert__input[b-e7oeynv0ib] {
  width: 100%;
  margin-top: 10px;
}
.popup-alert__info[b-e7oeynv0ib] {
  margin-top: 15px;
  border-radius: 8px;
  padding: 15px;
  background-color: #D3ECFF;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-style: italic;
  line-height: 23px;
  white-space: pre-wrap;
  position: relative;
  overflow: hidden;
}
.popup-alert__info[b-e7oeynv0ib]::after {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #50B8E4;
  position: absolute;
  left: 0;
}
.popup-alert__info[b-e7oeynv0ib]  svg {
  flex-shrink: 0;
}
.popup-alert__desc[b-e7oeynv0ib] {
  margin-top: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  white-space: pre-wrap;
}
.popup-alert__hr[b-e7oeynv0ib] {
  width: 300px;
  height: 1px;
  margin: 15px 0;
  border: 0;
  border-radius: 2px;
  background-color: rgba(15, 72, 129, 0.1019607843);
}
.popup-alert__container[b-e7oeynv0ib] {
  display: flex;
  gap: 20px;
}
.popup-alert__btn--primary[b-e7oeynv0ib] {
  padding: 10px 16px;
  border: 1px solid #0F4881;
  border-radius: 50px;
  background-color: #0F4881;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.popup-alert__btn--primary:hover[b-e7oeynv0ib] {
  border: 1px solid #0f335e;
  background-color: #0f335e;
  color: white;
}
.popup-alert__btn--secondary[b-e7oeynv0ib] {
  padding: 10px 16px;
  border: 1px solid #101F3D;
  border-radius: 50px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #101F3D;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.popup-alert__btn--secondary:hover[b-e7oeynv0ib] {
  border: 1px solid #101F3D;
  background-color: #E7EDF2;
  color: #101F3D;
}
.popup-alert__btn--secondary[b-e7oeynv0ib]  svg, .popup-alert__btn--secondary[b-e7oeynv0ib]  path {
  fill: #101F3D;
}
.popup-alert__btn[b-e7oeynv0ib]  svg {
  width: 20px;
  height: 20px;
}/*# sourceMappingURL=PopupAgences.razor.css.map */
/* _content/TransacWebHome/Components/Pages/Homepage/Homepage.razor.rz.scp.css */
.headPage[b-4y3m27hbyc] {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
[b-4y3m27hbyc] .headPage__select {
  max-width: 340px;
  width: 222px;
  border-color: rgba(15, 72, 129, 0.1019607843);
  box-shadow: 0px 5px 20px 0px rgba(16, 31, 61, 0.05);
}
[b-4y3m27hbyc] .headPage__select .select-list__label {
  border-color: rgba(15, 72, 129, 0.1019607843);
}
.headPage__link[b-4y3m27hbyc] {
  padding: 10px 16px;
  border: 1px solid #0F4881;
  border-radius: 50px;
  background-color: #0F4881;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.headPage__link:hover[b-4y3m27hbyc] {
  border: 1px solid #0F4881;
  background-color: #0F4881;
  color: white;
}
.headPage__title[b-4y3m27hbyc] {
  font-weight: 600;
  font-size: 22px;
}
.headPage__agence[b-4y3m27hbyc] {
  font-weight: 500;
  color: #878F9E;
}
[b-4y3m27hbyc] .headPage__icon path {
  fill: white;
}

.dashboard[b-4y3m27hbyc] {
  max-width: 1600px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (width <= 1450px) {
  .dashboard[b-4y3m27hbyc] {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (width <= 1024px) {
  .dashboard[b-4y3m27hbyc] {
    gap: 20px;
  }
}
@media (width <= 768px) {
  .dashboard[b-4y3m27hbyc] {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.dashboard__group[b-4y3m27hbyc] {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (width <= 1450px) {
  .dashboard__group[b-4y3m27hbyc] {
    gap: 24px;
  }
}
@media (width <= 1024px) {
  .dashboard__group[b-4y3m27hbyc] {
    gap: 20px;
  }
}
@media (width <= 768px) {
  .dashboard__group[b-4y3m27hbyc] {
    gap: 16px;
  }
}
.dashboard__group--map[b-4y3m27hbyc] {
  grid-column: span 3;
  gap: 0;
}
@media (width <= 1450px) {
  .dashboard__group--map[b-4y3m27hbyc] {
    grid-column: span 2;
  }
}
@media (width <= 768px) {
  .dashboard__group--map[b-4y3m27hbyc] {
    grid-column: span 1;
  }
}

[b-4y3m27hbyc] .accordion {
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 20px 16px 20px;
  border: 1px solid #E7EDF2;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(16, 31, 61, 0.05);
}
[b-4y3m27hbyc] .accordion__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[b-4y3m27hbyc] .accordion__group {
  display: flex;
  align-items: center;
  gap: 10px;
}
[b-4y3m27hbyc] ::deep .accordion__picto path {
  fill: #878F9E;
}
[b-4y3m27hbyc] .accordion__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
@media (width <= 1024px) {
  [b-4y3m27hbyc] .accordion__title {
    font-size: 20px;
  }
}
[b-4y3m27hbyc] .accordion__desc {
  position: relative;
}
[b-4y3m27hbyc] .accordion__desc::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  background-color: #E7EDF2;
}/*# sourceMappingURL=Homepage.razor.css.map */
