/* Bulma Grid */
.column {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 15px;
}

.columns.is-mobile>.column.is-narrow {
	flex: none;
	width: unset;
}

.columns.is-mobile>.column.is-full {
	flex: none;
	width: 100%;
}

.columns.is-mobile>.column.is-three-quarters {
	flex: none;
	width: 75%;
}

.columns.is-mobile>.column.is-two-thirds {
	flex: none;
	width: 66.6666%;
}

.columns.is-mobile>.column.is-half {
	flex: none;
	width: 50%;
}

.columns.is-mobile>.column.is-one-third {
	flex: none;
	width: 33.3333%;
}

.columns.is-mobile>.column.is-one-quarter {
	flex: none;
	width: 25%;
}

.columns.is-mobile>.column.is-one-fifth {
	flex: none;
	width: 20%;
}

.columns.is-mobile>.column.is-two-fifths {
	flex: none;
	width: 40%;
}

.columns.is-mobile>.column.is-three-fifths {
	flex: none;
	width: 60%;
}

.columns.is-mobile>.column.is-four-fifths {
	flex: none;
	width: 80%;
}

.columns.is-mobile>.column.is-offset-three-quarters {
	margin-left: 75%;
}

.columns.is-mobile>.column.is-offset-two-thirds {
	margin-left: 66.6666%;
}

.columns.is-mobile>.column.is-offset-half {
	margin-left: 50%;
}

.columns.is-mobile>.column.is-offset-one-third {
	margin-left: 33.3333%;
}

.columns.is-mobile>.column.is-offset-one-quarter {
	margin-left: 25%;
}

.columns.is-mobile>.column.is-offset-one-fifth {
	margin-left: 20%;
}

.columns.is-mobile>.column.is-offset-two-fifths {
	margin-left: 40%;
}

.columns.is-mobile>.column.is-offset-three-fifths {
	margin-left: 60%;
}

.columns.is-mobile>.column.is-offset-four-fifths {
	margin-left: 80%;
}

.columns.is-mobile>.column.is-0 {
	flex: none;
	width: 0%;
}

.columns.is-mobile>.column.is-offset-0 {
	margin-left: 0%;
}

.columns.is-mobile>.column.is-1 {
	flex: none;
	width: 8.33333%;
}

.columns.is-mobile>.column.is-offset-1 {
	margin-left: 8.33333%;
}

.columns.is-mobile>.column.is-2 {
	flex: none;
	width: 16.66667%;
}

.columns.is-mobile>.column.is-offset-2 {
	margin-left: 16.66667%;
}

.columns.is-mobile>.column.is-3 {
	flex: none;
	width: 25%;
}

.columns.is-mobile>.column.is-offset-3 {
	margin-left: 25%;
}

.columns.is-mobile>.column.is-4 {
	flex: none;
	width: 33.33333%;
}

.columns.is-mobile>.column.is-offset-4 {
	margin-left: 33.33333%;
}

.columns.is-mobile>.column.is-5 {
	flex: none;
	width: 41.66667%;
}

.columns.is-mobile>.column.is-offset-5 {
	margin-left: 41.66667%;
}

.columns.is-mobile>.column.is-6 {
	flex: none;
	width: 50%;
}

.columns.is-mobile>.column.is-offset-6 {
	margin-left: 50%;
}

.columns.is-mobile>.column.is-7 {
	flex: none;
	width: 58.33333%;
}

.columns.is-mobile>.column.is-offset-7 {
	margin-left: 58.33333%;
}

.columns.is-mobile>.column.is-8 {
	flex: none;
	width: 66.66667%;
}

.columns.is-mobile>.column.is-offset-8 {
	margin-left: 66.66667%;
}

.columns.is-mobile>.column.is-9 {
	flex: none;
	width: 75%;
}

.columns.is-mobile>.column.is-offset-9 {
	margin-left: 75%;
}

.columns.is-mobile>.column.is-10 {
	flex: none;
	width: 83.33333%;
}

.columns.is-mobile>.column.is-offset-10 {
	margin-left: 83.33333%;
}

.columns.is-mobile>.column.is-11 {
	flex: none;
	width: 91.66667%;
}

.columns.is-mobile>.column.is-offset-11 {
	margin-left: 91.66667%;
}

.columns.is-mobile>.column.is-12 {
	flex: none;
	width: 100%;
}

.columns.is-mobile>.column.is-offset-12 {
	margin-left: 100%;
}

.is-justify-content-space-center{
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.column.is-narrow-mobile {
		flex: none;
		width: unset;
	}

	.column.is-full-mobile {
		flex: none;
		width: 100%;
	}

	.column.is-three-quarters-mobile {
		flex: none;
		width: 75%;
	}

	.column.is-two-thirds-mobile {
		flex: none;
		width: 66.6666%;
	}

	.column.is-half-mobile {
		flex: none;
		width: 50%;
	}

	.column.is-one-third-mobile {
		flex: none;
		width: 33.3333%;
	}

	.column.is-one-quarter-mobile {
		flex: none;
		width: 25%;
	}

	.column.is-one-fifth-mobile {
		flex: none;
		width: 20%;
	}

	.column.is-two-fifths-mobile {
		flex: none;
		width: 40%;
	}

	.column.is-three-fifths-mobile {
		flex: none;
		width: 60%;
	}

	.column.is-four-fifths-mobile {
		flex: none;
		width: 80%;
	}

	.column.is-offset-three-quarters-mobile {
		margin-left: 75%;
	}

	.column.is-offset-two-thirds-mobile {
		margin-left: 66.6666%;
	}

	.column.is-offset-half-mobile {
		margin-left: 50%;
	}

	.column.is-offset-one-third-mobile {
		margin-left: 33.3333%;
	}

	.column.is-offset-one-quarter-mobile {
		margin-left: 25%;
	}

	.column.is-offset-one-fifth-mobile {
		margin-left: 20%;
	}

	.column.is-offset-two-fifths-mobile {
		margin-left: 40%;
	}

	.column.is-offset-three-fifths-mobile {
		margin-left: 60%;
	}

	.column.is-offset-four-fifths-mobile {
		margin-left: 80%;
	}

	.column.is-0-mobile {
		flex: none;
		width: 0%;
	}

	.column.is-offset-0-mobile {
		margin-left: 0%;
	}

	.column.is-1-mobile {
		flex: none;
		width: 8.33333%;
	}

	.column.is-offset-1-mobile {
		margin-left: 8.33333%;
	}

	.column.is-2-mobile {
		flex: none;
		width: 16.66667%;
	}

	.column.is-offset-2-mobile {
		margin-left: 16.66667%;
	}

	.column.is-3-mobile {
		flex: none;
		width: 25%;
	}

	.column.is-offset-3-mobile {
		margin-left: 25%;
	}

	.column.is-4-mobile {
		flex: none;
		width: 33.33333%;
	}

	.column.is-offset-4-mobile {
		margin-left: 33.33333%;
	}

	.column.is-5-mobile {
		flex: none;
		width: 41.66667%;
	}

	.column.is-offset-5-mobile {
		margin-left: 41.66667%;
	}

	.column.is-6-mobile {
		flex: none;
		width: 50%;
	}

	.column.is-offset-6-mobile {
		margin-left: 50%;
	}

	.column.is-7-mobile {
		flex: none;
		width: 58.33333%;
	}

	.column.is-offset-7-mobile {
		margin-left: 58.33333%;
	}

	.column.is-8-mobile {
		flex: none;
		width: 66.66667%;
	}

	.column.is-offset-8-mobile {
		margin-left: 66.66667%;
	}

	.column.is-9-mobile {
		flex: none;
		width: 75%;
	}

	.column.is-offset-9-mobile {
		margin-left: 75%;
	}

	.column.is-10-mobile {
		flex: none;
		width: 83.33333%;
	}

	.column.is-offset-10-mobile {
		margin-left: 83.33333%;
	}

	.column.is-11-mobile {
		flex: none;
		width: 91.66667%;
	}

	.column.is-offset-11-mobile {
		margin-left: 91.66667%;
	}

	.column.is-12-mobile {
		flex: none;
		width: 100%;
	}

	.column.is-offset-12-mobile {
		margin-left: 100%;
	}
}


@media screen and (min-width: 576px) and (max-width: 767px) {
  .column.is-1-smt {
    width: 8.3333333333% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .column.is-2-smt {
    width: 16.6666666667% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .column.is-3-smt {
    width: 25% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .column.is-4-smt {
    width: 33.3333333333% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .column.is-5-smt {
    width: 41.6666666667% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .column.is-6-smt {
    width: 50% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .column.is-7-smt {
    width: 58.3333333333% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .column.is-8-smt {
    width: 66.6666666667% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .column.is-9-smt {
    width: 75% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .column.is-10-smt {
    width: 83.3333333333% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .column.is-11-smt {
    width: 91.6666666667% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .column.is-12-smt {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px),
print {

	.column.is-narrow,
	.column.is-narrow-tablet {
		flex: none;
		width: unset;
	}

	.column.is-full,
	.column.is-full-tablet {
		flex: none;
		width: 100%;
	}

	.column.is-three-quarters,
	.column.is-three-quarters-tablet {
		flex: none;
		width: 75%;
	}

	.column.is-two-thirds,
	.column.is-two-thirds-tablet {
		flex: none;
		width: 66.6666%;
	}

	.column.is-half,
	.column.is-half-tablet {
		flex: none;
		width: 50%;
	}

	.column.is-one-third,
	.column.is-one-third-tablet {
		flex: none;
		width: 33.3333%;
	}

	.column.is-one-quarter,
	.column.is-one-quarter-tablet {
		flex: none;
		width: 25%;
	}

	.column.is-one-fifth,
	.column.is-one-fifth-tablet {
		flex: none;
		width: 20%;
	}

	.column.is-two-fifths,
	.column.is-two-fifths-tablet {
		flex: none;
		width: 40%;
	}

	.column.is-three-fifths,
	.column.is-three-fifths-tablet {
		flex: none;
		width: 60%;
	}

	.column.is-four-fifths,
	.column.is-four-fifths-tablet {
		flex: none;
		width: 80%;
	}

	.column.is-offset-three-quarters,
	.column.is-offset-three-quarters-tablet {
		margin-left: 75%;
	}

	.column.is-offset-two-thirds,
	.column.is-offset-two-thirds-tablet {
		margin-left: 66.6666%;
	}

	.column.is-offset-half,
	.column.is-offset-half-tablet {
		margin-left: 50%;
	}

	.column.is-offset-one-third,
	.column.is-offset-one-third-tablet {
		margin-left: 33.3333%;
	}

	.column.is-offset-one-quarter,
	.column.is-offset-one-quarter-tablet {
		margin-left: 25%;
	}

	.column.is-offset-one-fifth,
	.column.is-offset-one-fifth-tablet {
		margin-left: 20%;
	}

	.column.is-offset-two-fifths,
	.column.is-offset-two-fifths-tablet {
		margin-left: 40%;
	}

	.column.is-offset-three-fifths,
	.column.is-offset-three-fifths-tablet {
		margin-left: 60%;
	}

	.column.is-offset-four-fifths,
	.column.is-offset-four-fifths-tablet {
		margin-left: 80%;
	}

	.column.is-0,
	.column.is-0-tablet {
		flex: none;
		width: 0%;
	}

	.column.is-offset-0,
	.column.is-offset-0-tablet {
		margin-left: 0%;
	}

	.column.is-1,
	.column.is-1-tablet {
		flex: none;
		width: 8.33333%;
	}

	.column.is-offset-1,
	.column.is-offset-1-tablet {
		margin-left: 8.33333%;
	}

	.column.is-2,
	.column.is-2-tablet {
		flex: none;
		width: 16.66667%;
	}

	.column.is-offset-2,
	.column.is-offset-2-tablet {
		margin-left: 16.66667%;
	}

	.column.is-3,
	.column.is-3-tablet {
		flex: none;
		width: 25%;
	}

	.column.is-offset-3,
	.column.is-offset-3-tablet {
		margin-left: 25%;
	}

	.column.is-4,
	.column.is-4-tablet {
		flex: none;
		width: 33.33333%;
	}

	.column.is-offset-4,
	.column.is-offset-4-tablet {
		margin-left: 33.33333%;
	}

	.column.is-5,
	.column.is-5-tablet {
		flex: none;
		width: 41.66667%;
	}

	.column.is-offset-5,
	.column.is-offset-5-tablet {
		margin-left: 41.66667%;
	}

	.column.is-6,
	.column.is-6-tablet {
		flex: none;
		width: 50%;
	}

	.column.is-offset-6,
	.column.is-offset-6-tablet {
		margin-left: 50%;
	}

	.column.is-7,
	.column.is-7-tablet {
		flex: none;
		width: 58.33333%;
	}

	.column.is-offset-7,
	.column.is-offset-7-tablet {
		margin-left: 58.33333%;
	}

	.column.is-8,
	.column.is-8-tablet {
		flex: none;
		width: 66.66667%;
	}

	.column.is-offset-8,
	.column.is-offset-8-tablet {
		margin-left: 66.66667%;
	}

	.column.is-9,
	.column.is-9-tablet {
		flex: none;
		width: 75%;
	}

	.column.is-offset-9,
	.column.is-offset-9-tablet {
		margin-left: 75%;
	}

	.column.is-10,
	.column.is-10-tablet {
		flex: none;
		width: 83.33333%;
	}

	.column.is-offset-10,
	.column.is-offset-10-tablet {
		margin-left: 83.33333%;
	}

	.column.is-11,
	.column.is-11-tablet {
		flex: none;
		width: 91.66667%;
	}

	.column.is-offset-11,
	.column.is-offset-11-tablet {
		margin-left: 91.66667%;
	}

	.column.is-12,
	.column.is-12-tablet {
		flex: none;
		width: 100%;
	}

	.column.is-offset-12,
	.column.is-offset-12-tablet {
		margin-left: 100%;
	}
}

@media screen and (max-width: 1023px) {
	.column.is-narrow-touch {
		flex: none;
		width: unset;
	}

	.column.is-full-touch {
		flex: none;
		width: 100%;
	}

	.column.is-three-quarters-touch {
		flex: none;
		width: 75%;
	}

	.column.is-two-thirds-touch {
		flex: none;
		width: 66.6666%;
	}

	.column.is-half-touch {
		flex: none;
		width: 50%;
	}

	.column.is-one-third-touch {
		flex: none;
		width: 33.3333%;
	}

	.column.is-one-quarter-touch {
		flex: none;
		width: 25%;
	}

	.column.is-one-fifth-touch {
		flex: none;
		width: 20%;
	}

	.column.is-two-fifths-touch {
		flex: none;
		width: 40%;
	}

	.column.is-three-fifths-touch {
		flex: none;
		width: 60%;
	}

	.column.is-four-fifths-touch {
		flex: none;
		width: 80%;
	}

	.column.is-offset-three-quarters-touch {
		margin-left: 75%;
	}

	.column.is-offset-two-thirds-touch {
		margin-left: 66.6666%;
	}

	.column.is-offset-half-touch {
		margin-left: 50%;
	}

	.column.is-offset-one-third-touch {
		margin-left: 33.3333%;
	}

	.column.is-offset-one-quarter-touch {
		margin-left: 25%;
	}

	.column.is-offset-one-fifth-touch {
		margin-left: 20%;
	}

	.column.is-offset-two-fifths-touch {
		margin-left: 40%;
	}

	.column.is-offset-three-fifths-touch {
		margin-left: 60%;
	}

	.column.is-offset-four-fifths-touch {
		margin-left: 80%;
	}

	.column.is-0-touch {
		flex: none;
		width: 0%;
	}

	.column.is-offset-0-touch {
		margin-left: 0%;
	}

	.column.is-1-touch {
		flex: none;
		width: 8.33333%;
	}

	.column.is-offset-1-touch {
		margin-left: 8.33333%;
	}

	.column.is-2-touch {
		flex: none;
		width: 16.66667%;
	}

	.column.is-offset-2-touch {
		margin-left: 16.66667%;
	}

	.column.is-3-touch {
		flex: none;
		width: 25%;
	}

	.column.is-offset-3-touch {
		margin-left: 25%;
	}

	.column.is-4-touch {
		flex: none;
		width: 33.33333%;
	}

	.column.is-offset-4-touch {
		margin-left: 33.33333%;
	}

	.column.is-5-touch {
		flex: none;
		width: 41.66667%;
	}

	.column.is-offset-5-touch {
		margin-left: 41.66667%;
	}

	.column.is-6-touch {
		flex: none;
		width: 50%;
	}

	.column.is-offset-6-touch {
		margin-left: 50%;
	}

	.column.is-7-touch {
		flex: none;
		width: 58.33333%;
	}

	.column.is-offset-7-touch {
		margin-left: 58.33333%;
	}

	.column.is-8-touch {
		flex: none;
		width: 66.66667%;
	}

	.column.is-offset-8-touch {
		margin-left: 66.66667%;
	}

	.column.is-9-touch {
		flex: none;
		width: 75%;
	}

	.column.is-offset-9-touch {
		margin-left: 75%;
	}

	.column.is-10-touch {
		flex: none;
		width: 83.33333%;
	}

	.column.is-offset-10-touch {
		margin-left: 83.33333%;
	}

	.column.is-11-touch {
		flex: none;
		width: 91.66667%;
	}

	.column.is-offset-11-touch {
		margin-left: 91.66667%;
	}

	.column.is-12-touch {
		flex: none;
		width: 100%;
	}

	.column.is-offset-12-touch {
		margin-left: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.column.is-narrow-desktop {
		flex: none;
		width: unset;
	}

	.column.is-full-desktop {
		flex: none;
		width: 100%;
	}

	.column.is-three-quarters-desktop {
		flex: none;
		width: 75%;
	}

	.column.is-two-thirds-desktop {
		flex: none;
		width: 66.6666%;
	}

	.column.is-half-desktop {
		flex: none;
		width: 50%;
	}

	.column.is-one-third-desktop {
		flex: none;
		width: 33.3333%;
	}

	.column.is-one-quarter-desktop {
		flex: none;
		width: 25%;
	}

	.column.is-one-fifth-desktop {
		flex: none;
		width: 20%;
	}

	.column.is-two-fifths-desktop {
		flex: none;
		width: 40%;
	}

	.column.is-three-fifths-desktop {
		flex: none;
		width: 60%;
	}

	.column.is-four-fifths-desktop {
		flex: none;
		width: 80%;
	}

	.column.is-offset-three-quarters-desktop {
		margin-left: 75%;
	}

	.column.is-offset-two-thirds-desktop {
		margin-left: 66.6666%;
	}

	.column.is-offset-half-desktop {
		margin-left: 50%;
	}

	.column.is-offset-one-third-desktop {
		margin-left: 33.3333%;
	}

	.column.is-offset-one-quarter-desktop {
		margin-left: 25%;
	}

	.column.is-offset-one-fifth-desktop {
		margin-left: 20%;
	}

	.column.is-offset-two-fifths-desktop {
		margin-left: 40%;
	}

	.column.is-offset-three-fifths-desktop {
		margin-left: 60%;
	}

	.column.is-offset-four-fifths-desktop {
		margin-left: 80%;
	}

	.column.is-0-desktop {
		flex: none;
		width: 0%;
	}

	.column.is-offset-0-desktop {
		margin-left: 0%;
	}

	.column.is-1-desktop {
		flex: none;
		width: 8.33333%;
	}

	.column.is-offset-1-desktop {
		margin-left: 8.33333%;
	}

	.column.is-2-desktop {
		flex: none;
		width: 16.66667%;
	}

	.column.is-offset-2-desktop {
		margin-left: 16.66667%;
	}

	.column.is-3-desktop {
		flex: none;
		width: 25%;
	}

	.column.is-offset-3-desktop {
		margin-left: 25%;
	}

	.column.is-4-desktop {
		flex: none;
		width: 33.33333%;
	}

	.column.is-offset-4-desktop {
		margin-left: 33.33333%;
	}

	.column.is-5-desktop {
		flex: none;
		width: 41.66667%;
	}

	.column.is-offset-5-desktop {
		margin-left: 41.66667%;
	}

	.column.is-6-desktop {
		flex: none;
		width: 50%;
	}

	.column.is-offset-6-desktop {
		margin-left: 50%;
	}

	.column.is-7-desktop {
		flex: none;
		width: 58.33333%;
	}

	.column.is-offset-7-desktop {
		margin-left: 58.33333%;
	}

	.column.is-8-desktop {
		flex: none;
		width: 66.66667%;
	}

	.column.is-offset-8-desktop {
		margin-left: 66.66667%;
	}

	.column.is-9-desktop {
		flex: none;
		width: 75%;
	}

	.column.is-offset-9-desktop {
		margin-left: 75%;
	}

	.column.is-10-desktop {
		flex: none;
		width: 83.33333%;
	}

	.column.is-offset-10-desktop {
		margin-left: 83.33333%;
	}

	.column.is-11-desktop {
		flex: none;
		width: 91.66667%;
	}

	.column.is-offset-11-desktop {
		margin-left: 91.66667%;
	}

	.column.is-12-desktop {
		flex: none;
		width: 100%;
	}

	.column.is-offset-12-desktop {
		margin-left: 100%;
	}
}

@media screen and (min-width: 1274px) {
	.column.is-narrow-widescreen {
		flex: none;
		width: unset;
	}

	.column.is-full-widescreen {
		flex: none;
		width: 100%;
	}

	.column.is-three-quarters-widescreen {
		flex: none;
		width: 75%;
	}

	.column.is-two-thirds-widescreen {
		flex: none;
		width: 66.6666%;
	}

	.column.is-half-widescreen {
		flex: none;
		width: 50%;
	}

	.column.is-one-third-widescreen {
		flex: none;
		width: 33.3333%;
	}

	.column.is-one-quarter-widescreen {
		flex: none;
		width: 25%;
	}

	.column.is-one-fifth-widescreen {
		flex: none;
		width: 20%;
	}

	.column.is-two-fifths-widescreen {
		flex: none;
		width: 40%;
	}

	.column.is-three-fifths-widescreen {
		flex: none;
		width: 60%;
	}

	.column.is-four-fifths-widescreen {
		flex: none;
		width: 80%;
	}

	.column.is-offset-three-quarters-widescreen {
		margin-left: 75%;
	}

	.column.is-offset-two-thirds-widescreen {
		margin-left: 66.6666%;
	}

	.column.is-offset-half-widescreen {
		margin-left: 50%;
	}

	.column.is-offset-one-third-widescreen {
		margin-left: 33.3333%;
	}

	.column.is-offset-one-quarter-widescreen {
		margin-left: 25%;
	}

	.column.is-offset-one-fifth-widescreen {
		margin-left: 20%;
	}

	.column.is-offset-two-fifths-widescreen {
		margin-left: 40%;
	}

	.column.is-offset-three-fifths-widescreen {
		margin-left: 60%;
	}

	.column.is-offset-four-fifths-widescreen {
		margin-left: 80%;
	}

	.column.is-0-widescreen {
		flex: none;
		width: 0%;
	}

	.column.is-offset-0-widescreen {
		margin-left: 0%;
	}

	.column.is-1-widescreen {
		flex: none;
		width: 8.33333%;
	}

	.column.is-offset-1-widescreen {
		margin-left: 8.33333%;
	}

	.column.is-2-widescreen {
		flex: none;
		width: 16.66667%;
	}

	.column.is-offset-2-widescreen {
		margin-left: 16.66667%;
	}

	.column.is-3-widescreen {
		flex: none;
		width: 25%;
	}

	.column.is-offset-3-widescreen {
		margin-left: 25%;
	}

	.column.is-4-widescreen {
		flex: none;
		width: 33.33333%;
	}

	.column.is-offset-4-widescreen {
		margin-left: 33.33333%;
	}

	.column.is-5-widescreen {
		flex: none;
		width: 41.66667%;
	}

	.column.is-offset-5-widescreen {
		margin-left: 41.66667%;
	}

	.column.is-6-widescreen {
		flex: none;
		width: 50%;
	}

	.column.is-offset-6-widescreen {
		margin-left: 50%;
	}

	.column.is-7-widescreen {
		flex: none;
		width: 58.33333%;
	}

	.column.is-offset-7-widescreen {
		margin-left: 58.33333%;
	}

	.column.is-8-widescreen {
		flex: none;
		width: 66.66667%;
	}

	.column.is-offset-8-widescreen {
		margin-left: 66.66667%;
	}

	.column.is-9-widescreen {
		flex: none;
		width: 75%;
	}

	.column.is-offset-9-widescreen {
		margin-left: 75%;
	}

	.column.is-10-widescreen {
		flex: none;
		width: 83.33333%;
	}

	.column.is-offset-10-widescreen {
		margin-left: 83.33333%;
	}

	.column.is-11-widescreen {
		flex: none;
		width: 91.66667%;
	}

	.column.is-offset-11-widescreen {
		margin-left: 91.66667%;
	}

	.column.is-12-widescreen {
		flex: none;
		width: 100%;
	}

	.column.is-offset-12-widescreen {
		margin-left: 100%;
	}
}

@media screen and (min-width: 1408px) {
	.column.is-narrow-fullhd {
		flex: none;
		width: unset;
	}

	.column.is-full-fullhd {
		flex: none;
		width: 100%;
	}

	.column.is-three-quarters-fullhd {
		flex: none;
		width: 75%;
	}

	.column.is-two-thirds-fullhd {
		flex: none;
		width: 66.6666%;
	}

	.column.is-half-fullhd {
		flex: none;
		width: 50%;
	}

	.column.is-one-third-fullhd {
		flex: none;
		width: 33.3333%;
	}

	.column.is-one-quarter-fullhd {
		flex: none;
		width: 25%;
	}

	.column.is-one-fifth-fullhd {
		flex: none;
		width: 20%;
	}

	.column.is-two-fifths-fullhd {
		flex: none;
		width: 40%;
	}

	.column.is-three-fifths-fullhd {
		flex: none;
		width: 60%;
	}

	.column.is-four-fifths-fullhd {
		flex: none;
		width: 80%;
	}

	.column.is-offset-three-quarters-fullhd {
		margin-left: 75%;
	}

	.column.is-offset-two-thirds-fullhd {
		margin-left: 66.6666%;
	}

	.column.is-offset-half-fullhd {
		margin-left: 50%;
	}

	.column.is-offset-one-third-fullhd {
		margin-left: 33.3333%;
	}

	.column.is-offset-one-quarter-fullhd {
		margin-left: 25%;
	}

	.column.is-offset-one-fifth-fullhd {
		margin-left: 20%;
	}

	.column.is-offset-two-fifths-fullhd {
		margin-left: 40%;
	}

	.column.is-offset-three-fifths-fullhd {
		margin-left: 60%;
	}

	.column.is-offset-four-fifths-fullhd {
		margin-left: 80%;
	}

	.column.is-0-fullhd {
		flex: none;
		width: 0%;
	}

	.column.is-offset-0-fullhd {
		margin-left: 0%;
	}

	.column.is-1-fullhd {
		flex: none;
		width: 8.33333%;
	}

	.column.is-offset-1-fullhd {
		margin-left: 8.33333%;
	}

	.column.is-2-fullhd {
		flex: none;
		width: 16.66667%;
	}

	.column.is-offset-2-fullhd {
		margin-left: 16.66667%;
	}

	.column.is-3-fullhd {
		flex: none;
		width: 25%;
	}

	.column.is-offset-3-fullhd {
		margin-left: 25%;
	}

	.column.is-4-fullhd {
		flex: none;
		width: 33.33333%;
	}

	.column.is-offset-4-fullhd {
		margin-left: 33.33333%;
	}

	.column.is-5-fullhd {
		flex: none;
		width: 41.66667%;
	}

	.column.is-offset-5-fullhd {
		margin-left: 41.66667%;
	}

	.column.is-6-fullhd {
		flex: none;
		width: 50%;
	}

	.column.is-offset-6-fullhd {
		margin-left: 50%;
	}

	.column.is-7-fullhd {
		flex: none;
		width: 58.33333%;
	}

	.column.is-offset-7-fullhd {
		margin-left: 58.33333%;
	}

	.column.is-8-fullhd {
		flex: none;
		width: 66.66667%;
	}

	.column.is-offset-8-fullhd {
		margin-left: 66.66667%;
	}

	.column.is-9-fullhd {
		flex: none;
		width: 75%;
	}

	.column.is-offset-9-fullhd {
		margin-left: 75%;
	}

	.column.is-10-fullhd {
		flex: none;
		width: 83.33333%;
	}

	.column.is-offset-10-fullhd {
		margin-left: 83.33333%;
	}

	.column.is-11-fullhd {
		flex: none;
		width: 91.66667%;
	}

	.column.is-offset-11-fullhd {
		margin-left: 91.66667%;
	}

	.column.is-12-fullhd {
		flex: none;
		width: 100%;
	}

	.column.is-offset-12-fullhd {
		margin-left: 100%;
	}
}

.columns {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
}

.columns:last-child {
	margin-bottom: -15px;
}

.columns:not(:last-child) {
	margin-bottom: calc(1.5rem - 15px);
}

.columns.is-centered {
	justify-content: center;
}

.columns.is-gapless {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.columns.is-gapless>.column {
	margin: 0;
	padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
	margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
	margin-bottom: 0;
}

.columns.is-mobile {
	display: flex;
}

.columns.is-multiline {
	flex-wrap: wrap;
}

.columns.is-vcentered {
	align-items: center;
}

@media screen and (min-width: 576px),
print {
	.columns:not(.is-desktop) {
		display: flex;
	}
}

@media screen and (min-width: 768px),
print {
	.columns:not(.is-desktop) {
		display: flex;
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-desktop {
		display: flex;
	}
}

.columns.is-variable {
	--columnGap: 0.75rem;
	margin-left: calc(-1 * var(--columnGap));
	margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable>.column {
	padding-left: var(--columnGap);
	padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
	--columnGap: 0rem;
}

@media screen and (max-width: 767px) {
	.columns.is-variable.is-0-mobile {
		--columnGap: 0rem;
	}
}

@media screen and (min-width: 768px),
print {
	.columns.is-variable.is-0-tablet {
		--columnGap: 0rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.columns.is-variable.is-0-tablet-only {
		--columnGap: 0rem;
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-0-touch {
		--columnGap: 0rem;
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-0-desktop {
		--columnGap: 0rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.columns.is-variable.is-0-desktop-only {
		--columnGap: 0rem;
	}
}

@media screen and (min-width: 1274px) {
	.columns.is-variable.is-0-widescreen {
		--columnGap: 0rem;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.columns.is-variable.is-0-widescreen-only {
		--columnGap: 0rem;
	}
}

@media screen and (min-width: 1408px) {
	.columns.is-variable.is-0-fullhd {
		--columnGap: 0rem;
	}
}

.columns.is-variable.is-1 {
	--columnGap: 0.25rem;
}

@media screen and (max-width: 767px) {
	.columns.is-variable.is-1-mobile {
		--columnGap: 0.25rem;
	}
}

@media screen and (min-width: 768px),
print {
	.columns.is-variable.is-1-tablet {
		--columnGap: 0.25rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.columns.is-variable.is-1-tablet-only {
		--columnGap: 0.25rem;
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-1-touch {
		--columnGap: 0.25rem;
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-1-desktop {
		--columnGap: 0.25rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.columns.is-variable.is-1-desktop-only {
		--columnGap: 0.25rem;
	}
}

@media screen and (min-width: 1274px) {
	.columns.is-variable.is-1-widescreen {
		--columnGap: 0.25rem;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.columns.is-variable.is-1-widescreen-only {
		--columnGap: 0.25rem;
	}
}

@media screen and (min-width: 1408px) {
	.columns.is-variable.is-1-fullhd {
		--columnGap: 0.25rem;
	}
}

.columns.is-variable.is-2 {
	--columnGap: 0.5rem;
}

@media screen and (max-width: 767px) {
	.columns.is-variable.is-2-mobile {
		--columnGap: 0.5rem;
	}
}

@media screen and (min-width: 768px),
print {
	.columns.is-variable.is-2-tablet {
		--columnGap: 0.5rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.columns.is-variable.is-2-tablet-only {
		--columnGap: 0.5rem;
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-2-touch {
		--columnGap: 0.5rem;
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-2-desktop {
		--columnGap: 0.5rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.columns.is-variable.is-2-desktop-only {
		--columnGap: 0.5rem;
	}
}

@media screen and (min-width: 1274px) {
	.columns.is-variable.is-2-widescreen {
		--columnGap: 0.5rem;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.columns.is-variable.is-2-widescreen-only {
		--columnGap: 0.5rem;
	}
}

@media screen and (min-width: 1408px) {
	.columns.is-variable.is-2-fullhd {
		--columnGap: 0.5rem;
	}
}

.columns.is-variable.is-3 {
	--columnGap: 0.75rem;
}

@media screen and (max-width: 767px) {
	.columns.is-variable.is-3-mobile {
		--columnGap: 0.75rem;
	}
}

@media screen and (min-width: 768px),
print {
	.columns.is-variable.is-3-tablet {
		--columnGap: 0.75rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.columns.is-variable.is-3-tablet-only {
		--columnGap: 0.75rem;
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-3-touch {
		--columnGap: 0.75rem;
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-3-desktop {
		--columnGap: 0.75rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.columns.is-variable.is-3-desktop-only {
		--columnGap: 0.75rem;
	}
}

@media screen and (min-width: 1274px) {
	.columns.is-variable.is-3-widescreen {
		--columnGap: 0.75rem;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.columns.is-variable.is-3-widescreen-only {
		--columnGap: 0.75rem;
	}
}

@media screen and (min-width: 1408px) {
	.columns.is-variable.is-3-fullhd {
		--columnGap: 0.75rem;
	}
}

.columns.is-variable.is-4 {
	--columnGap: 1rem;
}

@media screen and (max-width: 767px) {
	.columns.is-variable.is-4-mobile {
		--columnGap: 1rem;
	}
}

@media screen and (min-width: 768px),
print {
	.columns.is-variable.is-4-tablet {
		--columnGap: 1rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.columns.is-variable.is-4-tablet-only {
		--columnGap: 1rem;
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-4-touch {
		--columnGap: 1rem;
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-4-desktop {
		--columnGap: 1rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.columns.is-variable.is-4-desktop-only {
		--columnGap: 1rem;
	}
}

@media screen and (min-width: 1274px) {
	.columns.is-variable.is-4-widescreen {
		--columnGap: 1rem;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.columns.is-variable.is-4-widescreen-only {
		--columnGap: 1rem;
	}
}

@media screen and (min-width: 1408px) {
	.columns.is-variable.is-4-fullhd {
		--columnGap: 1rem;
	}
}

.columns.is-variable.is-5 {
	--columnGap: 1.25rem;
}

@media screen and (max-width: 767px) {
	.columns.is-variable.is-5-mobile {
		--columnGap: 1.25rem;
	}
}

@media screen and (min-width: 768px),
print {
	.columns.is-variable.is-5-tablet {
		--columnGap: 1.25rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.columns.is-variable.is-5-tablet-only {
		--columnGap: 1.25rem;
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-5-touch {
		--columnGap: 1.25rem;
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-5-desktop {
		--columnGap: 1.25rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.columns.is-variable.is-5-desktop-only {
		--columnGap: 1.25rem;
	}
}

@media screen and (min-width: 1274px) {
	.columns.is-variable.is-5-widescreen {
		--columnGap: 1.25rem;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.columns.is-variable.is-5-widescreen-only {
		--columnGap: 1.25rem;
	}
}

@media screen and (min-width: 1408px) {
	.columns.is-variable.is-5-fullhd {
		--columnGap: 1.25rem;
	}
}

.columns.is-variable.is-6 {
	--columnGap: 1.5rem;
}

@media screen and (max-width: 767px) {
	.columns.is-variable.is-6-mobile {
		--columnGap: 1.5rem;
	}
}

@media screen and (min-width: 768px),
print {
	.columns.is-variable.is-6-tablet {
		--columnGap: 1.5rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.columns.is-variable.is-6-tablet-only {
		--columnGap: 1.5rem;
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-6-touch {
		--columnGap: 1.5rem;
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-6-desktop {
		--columnGap: 1.5rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.columns.is-variable.is-6-desktop-only {
		--columnGap: 1.5rem;
	}
}

@media screen and (min-width: 1274px) {
	.columns.is-variable.is-6-widescreen {
		--columnGap: 1.5rem;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.columns.is-variable.is-6-widescreen-only {
		--columnGap: 1.5rem;
	}
}

@media screen and (min-width: 1408px) {
	.columns.is-variable.is-6-fullhd {
		--columnGap: 1.5rem;
	}
}

.columns.is-variable.is-7 {
	--columnGap: 1.75rem;
}

@media screen and (max-width: 767px) {
	.columns.is-variable.is-7-mobile {
		--columnGap: 1.75rem;
	}
}

@media screen and (min-width: 768px),
print {
	.columns.is-variable.is-7-tablet {
		--columnGap: 1.75rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.columns.is-variable.is-7-tablet-only {
		--columnGap: 1.75rem;
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-7-touch {
		--columnGap: 1.75rem;
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-7-desktop {
		--columnGap: 1.75rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.columns.is-variable.is-7-desktop-only {
		--columnGap: 1.75rem;
	}
}

@media screen and (min-width: 1274px) {
	.columns.is-variable.is-7-widescreen {
		--columnGap: 1.75rem;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.columns.is-variable.is-7-widescreen-only {
		--columnGap: 1.75rem;
	}
}

@media screen and (min-width: 1408px) {
	.columns.is-variable.is-7-fullhd {
		--columnGap: 1.75rem;
	}
}

.columns.is-variable.is-8 {
	--columnGap: 2rem;
}

@media screen and (max-width: 767px) {
	.columns.is-variable.is-8-mobile {
		--columnGap: 2rem;
	}
}

@media screen and (min-width: 768px),
print {
	.columns.is-variable.is-8-tablet {
		--columnGap: 2rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.columns.is-variable.is-8-tablet-only {
		--columnGap: 2rem;
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-8-touch {
		--columnGap: 2rem;
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-8-desktop {
		--columnGap: 2rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.columns.is-variable.is-8-desktop-only {
		--columnGap: 2rem;
	}
}

@media screen and (min-width: 1274px) {
	.columns.is-variable.is-8-widescreen {
		--columnGap: 2rem;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.columns.is-variable.is-8-widescreen-only {
		--columnGap: 2rem;
	}
}

@media screen and (min-width: 1408px) {
	.columns.is-variable.is-8-fullhd {
		--columnGap: 2rem;
	}
}

.tile {
	align-items: stretch;
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	min-height: -webkit-min-content;
	min-height: -moz-min-content;
	min-height: min-content;
}

.tile.is-ancestor {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
	margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
	margin-bottom: 0.75rem;
}

.tile.is-child {
	margin: 0 !important;
}

.tile.is-parent {
	padding: 0.75rem;
}

.tile.is-vertical {
	flex-direction: column;
}

.tile.is-vertical>.tile.is-child:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 768px),
print {
	.tile:not(.is-child) {
		display: flex;
	}

	.tile.is-1 {
		flex: none;
		width: 8.33333%;
	}

	.tile.is-2 {
		flex: none;
		width: 16.66667%;
	}

	.tile.is-3 {
		flex: none;
		width: 25%;
	}

	.tile.is-4 {
		flex: none;
		width: 33.33333%;
	}

	.tile.is-5 {
		flex: none;
		width: 41.66667%;
	}

	.tile.is-6 {
		flex: none;
		width: 50%;
	}

	.tile.is-7 {
		flex: none;
		width: 58.33333%;
	}

	.tile.is-8 {
		flex: none;
		width: 66.66667%;
	}

	.tile.is-9 {
		flex: none;
		width: 75%;
	}

	.tile.is-10 {
		flex: none;
		width: 83.33333%;
	}

	.tile.is-11 {
		flex: none;
		width: 91.66667%;
	}

	.tile.is-12 {
		flex: none;
		width: 100%;
	}
}

.container {
	flex-grow: 1;
	margin: 0 auto;
	position: relative;
	width: auto;
}

.container.is-fluid {
	max-width: none !important;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.container {
		max-width: 960px;
	}
}

@media screen and (max-width: 1273px) {
	.container.is-widescreen:not(.is-max-desktop) {
		max-width: 1210px;
	}
}

@media screen and (max-width: 1407px) {
	.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
		max-width: 1344px;
	}
}

@media screen and (min-width: 1274px) {
	.container:not(.is-max-desktop) {
		max-width: 1210px;
	}
}

@media screen and (min-width: 1408px) {
	.container:not(.is-max-desktop):not(.is-max-widescreen) {
		max-width: 1344px;
	}

	.container.is-large:not(.is-max-desktop):not(.is-max-widescreen){
		max-width: 1570px;
	}
}

.is-block {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.is-block-mobile {
		display: block !important;
	}
}

@media screen and (min-width: 768px),
print {
	.is-block-tablet {
		display: block !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.is-block-tablet-only {
		display: block !important;
	}
}

@media screen and (max-width: 1023px) {
	.is-block-touch {
		display: block !important;
	}
}

@media screen and (min-width: 1024px) {
	.is-block-desktop {
		display: block !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.is-block-desktop-only {
		display: block !important;
	}
}

@media screen and (min-width: 1274px) {
	.is-block-widescreen {
		display: block !important;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.is-block-widescreen-only {
		display: block !important;
	}
}

@media screen and (min-width: 1408px) {
	.is-block-fullhd {
		display: block !important;
	}
}

.is-flex {
	display: flex !important;
}

@media screen and (max-width: 767px) {
	.is-flex-mobile {
		display: flex !important;
	}
}

@media screen and (min-width: 768px),
print {
	.is-flex-tablet {
		display: flex !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.is-flex-tablet-only {
		display: flex !important;
	}
}

@media screen and (max-width: 1023px) {
	.is-flex-touch {
		display: flex !important;
	}
}

@media screen and (min-width: 1024px) {
	.is-flex-desktop {
		display: flex !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.is-flex-desktop-only {
		display: flex !important;
	}
}

@media screen and (min-width: 1274px) {
	.is-flex-widescreen {
		display: flex !important;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.is-flex-widescreen-only {
		display: flex !important;
	}
}

@media screen and (min-width: 1408px) {
	.is-flex-fullhd {
		display: flex !important;
	}
}

.is-inline {
	display: inline !important;
}

@media screen and (max-width: 767px) {
	.is-inline-mobile {
		display: inline !important;
	}
}

@media screen and (min-width: 768px),
print {
	.is-inline-tablet {
		display: inline !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.is-inline-tablet-only {
		display: inline !important;
	}
}

@media screen and (max-width: 1023px) {
	.is-inline-touch {
		display: inline !important;
	}
}

@media screen and (min-width: 1024px) {
	.is-inline-desktop {
		display: inline !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.is-inline-desktop-only {
		display: inline !important;
	}
}

@media screen and (min-width: 1274px) {
	.is-inline-widescreen {
		display: inline !important;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.is-inline-widescreen-only {
		display: inline !important;
	}
}

@media screen and (min-width: 1408px) {
	.is-inline-fullhd {
		display: inline !important;
	}
}

.is-inline-block {
	display: inline-block !important;
}

@media screen and (max-width: 767px) {
	.is-inline-block-mobile {
		display: inline-block !important;
	}
}

@media screen and (min-width: 768px),
print {
	.is-inline-block-tablet {
		display: inline-block !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.is-inline-block-tablet-only {
		display: inline-block !important;
	}
}

@media screen and (max-width: 1023px) {
	.is-inline-block-touch {
		display: inline-block !important;
	}
}

@media screen and (min-width: 1024px) {
	.is-inline-block-desktop {
		display: inline-block !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.is-inline-block-desktop-only {
		display: inline-block !important;
	}
}

@media screen and (min-width: 1274px) {
	.is-inline-block-widescreen {
		display: inline-block !important;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.is-inline-block-widescreen-only {
		display: inline-block !important;
	}
}

@media screen and (min-width: 1408px) {
	.is-inline-block-fullhd {
		display: inline-block !important;
	}
}

.is-inline-flex {
	display: inline-flex !important;
}

@media screen and (max-width: 767px) {
	.is-inline-flex-mobile {
		display: inline-flex !important;
	}
}

@media screen and (min-width: 768px),
print {
	.is-inline-flex-tablet {
		display: inline-flex !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.is-inline-flex-tablet-only {
		display: inline-flex !important;
	}
}

@media screen and (max-width: 1023px) {
	.is-inline-flex-touch {
		display: inline-flex !important;
	}
}

@media screen and (min-width: 1024px) {
	.is-inline-flex-desktop {
		display: inline-flex !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.is-inline-flex-desktop-only {
		display: inline-flex !important;
	}
}

@media screen and (min-width: 1274px) {
	.is-inline-flex-widescreen {
		display: inline-flex !important;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.is-inline-flex-widescreen-only {
		display: inline-flex !important;
	}
}

@media screen and (min-width: 1408px) {
	.is-inline-flex-fullhd {
		display: inline-flex !important;
	}
}

.is-hidden {
	display: none !important;
}

.is-sr-only {
	border: none !important;
	clip: rect(0, 0, 0, 0) !important;
	height: 0.01em !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 0.01em !important;
}

@media screen and (max-width: 767px) {
	.is-hidden-mobile {
		display: none !important;
	}
}

@media screen and (min-width: 768px),
print {
	.is-hidden-tablet {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.is-hidden-tablet-only {
		display: none !important;
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.is-hidden-smt {
		display: none !important;
	}
}

@media screen and (max-width: 1023px) {
	.is-hidden-touch {
		display: none !important;
	}
}

@media screen and (min-width: 1024px) {
	.is-hidden-desktop {
		display: none !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.is-hidden-desktop-only {
		display: none !important;
	}
}

@media screen and (min-width: 1274px) {
	.is-hidden-widescreen {
		display: none !important;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.is-hidden-widescreen-only {
		display: none !important;
	}
}

@media screen and (min-width: 1408px) {
	.is-hidden-fullhd {
		display: none !important;
	}
}

.is-invisible {
	visibility: hidden !important;
}

@media screen and (max-width: 767px) {
	.is-invisible-mobile {
		visibility: hidden !important;
	}
}

@media screen and (min-width: 768px),
print {
	.is-invisible-tablet {
		visibility: hidden !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.is-invisible-tablet-only {
		visibility: hidden !important;
	}
}

@media screen and (max-width: 1023px) {
	.is-invisible-touch {
		visibility: hidden !important;
	}
}

@media screen and (min-width: 1024px) {
	.is-invisible-desktop {
		visibility: hidden !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.is-invisible-desktop-only {
		visibility: hidden !important;
	}
}

@media screen and (min-width: 1274px) {
	.is-invisible-widescreen {
		visibility: hidden !important;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.is-invisible-widescreen-only {
		visibility: hidden !important;
	}
}

@media screen and (min-width: 1408px) {
	.is-invisible-fullhd {
		visibility: hidden !important;
	}
}

.is-flex-direction-row {
	flex-direction: row !important;
}

.is-flex-direction-row-reverse {
	flex-direction: row-reverse !important;
}

.is-flex-direction-column {
	flex-direction: column !important;
}

.is-flex-direction-column-reverse {
	flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
	flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
	flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
	justify-content: flex-start !important;
}

.is-justify-content-flex-end {
	justify-content: flex-end !important;
}

.is-justify-content-center {
	justify-content: center !important;
}

.is-justify-content-space-between {
	justify-content: space-between !important;
}

.is-justify-content-space-around {
	justify-content: space-around !important;
}

.is-justify-content-space-evenly {
	justify-content: space-evenly !important;
}

.is-justify-content-start {
	justify-content: start !important;
}

.is-justify-content-end {
	justify-content: end !important;
}

.is-justify-content-left {
	justify-content: left !important;
}

.is-justify-content-right {
	justify-content: right !important;
}

.is-align-content-flex-start {
	align-content: flex-start !important;
}

.is-align-content-flex-end {
	align-content: flex-end !important;
}

.is-align-content-center {
	align-content: center !important;
}

.is-align-content-space-between {
	align-content: space-between !important;
}

.is-align-content-space-around {
	align-content: space-around !important;
}

.is-align-content-space-evenly {
	align-content: space-evenly !important;
}

.is-align-content-stretch {
	align-content: stretch !important;
}

.is-align-content-start {
	align-content: start !important;
}

.is-align-content-end {
	align-content: end !important;
}

.is-align-content-baseline {
	align-content: baseline !important;
}

.is-align-items-stretch {
	align-items: stretch !important;
}

.is-align-items-flex-start {
	align-items: flex-start !important;
}

.is-align-items-flex-end {
	align-items: flex-end !important;
}

.is-align-items-center {
	align-items: center !important;
}

.is-align-items-baseline {
	align-items: baseline !important;
}

.is-align-items-start {
	align-items: start !important;
}

.is-align-items-end {
	align-items: end !important;
}

.is-align-items-self-start {
	align-items: self-start !important;
}

.is-align-items-self-end {
	align-items: self-end !important;
}

.is-align-self-auto {
	align-self: auto !important;
}

.is-align-self-flex-start {
	align-self: flex-start !important;
}

.is-align-self-flex-end {
	align-self: flex-end !important;
}

.is-align-self-center {
	align-self: center !important;
}

.is-align-self-baseline {
	align-self: baseline !important;
}

.is-align-self-stretch {
	align-self: stretch !important;
}

.is-flex-grow-0 {
	flex-grow: 0 !important;
}

.is-flex-grow-1 {
	flex-grow: 1 !important;
}

.is-flex-grow-2 {
	flex-grow: 2 !important;
}

.is-flex-grow-3 {
	flex-grow: 3 !important;
}

.is-flex-grow-4 {
	flex-grow: 4 !important;
}

.is-flex-grow-5 {
	flex-grow: 5 !important;
}

.is-flex-shrink-0 {
	flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
	flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
	flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
	flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
	flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
	flex-shrink: 5 !important;
}

.is-size-1 {
	font-size: 3rem !important;
}

.is-size-2 {
	font-size: 2.5rem !important;
}

.is-size-3 {
	font-size: 2rem !important;
}

.is-size-4 {
	font-size: 1.5rem !important;
}

.is-size-5 {
	font-size: 1.25rem !important;
}

.is-size-6 {
	font-size: 1rem !important;
}

.is-size-7 {
	font-size: 0.75rem !important;
}

@media screen and (max-width: 767px) {
	.is-size-1-mobile {
		font-size: 3rem !important;
	}

	.is-size-2-mobile {
		font-size: 2.5rem !important;
	}

	.is-size-3-mobile {
		font-size: 2rem !important;
	}

	.is-size-4-mobile {
		font-size: 1.5rem !important;
	}

	.is-size-5-mobile {
		font-size: 1.25rem !important;
	}

	.is-size-6-mobile {
		font-size: 1rem !important;
	}

	.is-size-7-mobile {
		font-size: 0.75rem !important;
	}
}

@media screen and (min-width: 768px),
print {
	.is-size-1-tablet {
		font-size: 3rem !important;
	}

	.is-size-2-tablet {
		font-size: 2.5rem !important;
	}

	.is-size-3-tablet {
		font-size: 2rem !important;
	}

	.is-size-4-tablet {
		font-size: 1.5rem !important;
	}

	.is-size-5-tablet {
		font-size: 1.25rem !important;
	}

	.is-size-6-tablet {
		font-size: 1rem !important;
	}

	.is-size-7-tablet {
		font-size: 0.75rem !important;
	}
}

@media screen and (max-width: 1023px) {
	.is-size-1-touch {
		font-size: 3rem !important;
	}

	.is-size-2-touch {
		font-size: 2.5rem !important;
	}

	.is-size-3-touch {
		font-size: 2rem !important;
	}

	.is-size-4-touch {
		font-size: 1.5rem !important;
	}

	.is-size-5-touch {
		font-size: 1.25rem !important;
	}

	.is-size-6-touch {
		font-size: 1rem !important;
	}

	.is-size-7-touch {
		font-size: 0.75rem !important;
	}
}

@media screen and (min-width: 1024px) {
	.is-size-1-desktop {
		font-size: 3rem !important;
	}

	.is-size-2-desktop {
		font-size: 2.5rem !important;
	}

	.is-size-3-desktop {
		font-size: 2rem !important;
	}

	.is-size-4-desktop {
		font-size: 1.5rem !important;
	}

	.is-size-5-desktop {
		font-size: 1.25rem !important;
	}

	.is-size-6-desktop {
		font-size: 1rem !important;
	}

	.is-size-7-desktop {
		font-size: 0.75rem !important;
	}
}

@media screen and (min-width: 1274px) {
	.is-size-1-widescreen {
		font-size: 3rem !important;
	}

	.is-size-2-widescreen {
		font-size: 2.5rem !important;
	}

	.is-size-3-widescreen {
		font-size: 2rem !important;
	}

	.is-size-4-widescreen {
		font-size: 1.5rem !important;
	}

	.is-size-5-widescreen {
		font-size: 1.25rem !important;
	}

	.is-size-6-widescreen {
		font-size: 1rem !important;
	}

	.is-size-7-widescreen {
		font-size: 0.75rem !important;
	}
}

@media screen and (min-width: 1408px) {
	.is-size-1-fullhd {
		font-size: 3rem !important;
	}

	.is-size-2-fullhd {
		font-size: 2.5rem !important;
	}

	.is-size-3-fullhd {
		font-size: 2rem !important;
	}

	.is-size-4-fullhd {
		font-size: 1.5rem !important;
	}

	.is-size-5-fullhd {
		font-size: 1.25rem !important;
	}

	.is-size-6-fullhd {
		font-size: 1rem !important;
	}

	.is-size-7-fullhd {
		font-size: 0.75rem !important;
	}
}

.has-text-centered {
	text-align: center !important;
}

.has-text-justified {
	text-align: justify !important;
}

.has-text-left {
	text-align: left !important;
}

.has-text-right {
	text-align: right !important;
}

@media screen and (max-width: 767px) {
	.has-text-centered-mobile {
		text-align: center !important;
	}
}

@media screen and (min-width: 768px),
print {
	.has-text-centered-tablet {
		text-align: center !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.has-text-centered-tablet-only {
		text-align: center !important;
	}
}

@media screen and (max-width: 1023px) {
	.has-text-centered-touch {
		text-align: center !important;
	}
}

@media screen and (min-width: 1024px) {
	.has-text-centered-desktop {
		text-align: center !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.has-text-centered-desktop-only {
		text-align: center !important;
	}
}

@media screen and (min-width: 1274px) {
	.has-text-centered-widescreen {
		text-align: center !important;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.has-text-centered-widescreen-only {
		text-align: center !important;
	}
}

@media screen and (min-width: 1408px) {
	.has-text-centered-fullhd {
		text-align: center !important;
	}
}

@media screen and (max-width: 767px) {
	.has-text-justified-mobile {
		text-align: justify !important;
	}
}

@media screen and (min-width: 768px),
print {
	.has-text-justified-tablet {
		text-align: justify !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.has-text-justified-tablet-only {
		text-align: justify !important;
	}
}

@media screen and (max-width: 1023px) {
	.has-text-justified-touch {
		text-align: justify !important;
	}
}

@media screen and (min-width: 1024px) {
	.has-text-justified-desktop {
		text-align: justify !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.has-text-justified-desktop-only {
		text-align: justify !important;
	}
}

@media screen and (min-width: 1274px) {
	.has-text-justified-widescreen {
		text-align: justify !important;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.has-text-justified-widescreen-only {
		text-align: justify !important;
	}
}

@media screen and (min-width: 1408px) {
	.has-text-justified-fullhd {
		text-align: justify !important;
	}
}

@media screen and (max-width: 767px) {
	.has-text-left-mobile {
		text-align: left !important;
	}
}

@media screen and (min-width: 768px),
print {
	.has-text-left-tablet {
		text-align: left !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.has-text-left-tablet-only {
		text-align: left !important;
	}
}

@media screen and (max-width: 1023px) {
	.has-text-left-touch {
		text-align: left !important;
	}
}

@media screen and (min-width: 1024px) {
	.has-text-left-desktop {
		text-align: left !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.has-text-left-desktop-only {
		text-align: left !important;
	}
}

@media screen and (min-width: 1274px) {
	.has-text-left-widescreen {
		text-align: left !important;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.has-text-left-widescreen-only {
		text-align: left !important;
	}
}

@media screen and (min-width: 1408px) {
	.has-text-left-fullhd {
		text-align: left !important;
	}
}

@media screen and (max-width: 767px) {
	.has-text-right-mobile {
		text-align: right !important;
	}
}

@media screen and (min-width: 768px),
print {
	.has-text-right-tablet {
		text-align: right !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.has-text-right-tablet-only {
		text-align: right !important;
	}
}

@media screen and (max-width: 1023px) {
	.has-text-right-touch {
		text-align: right !important;
	}
}

@media screen and (min-width: 1024px) {
	.has-text-right-desktop {
		text-align: right !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1273px) {
	.has-text-right-desktop-only {
		text-align: right !important;
	}
}

@media screen and (min-width: 1274px) {
	.has-text-right-widescreen {
		text-align: right !important;
	}
}

@media screen and (min-width: 1274px) and (max-width: 1407px) {
	.has-text-right-widescreen-only {
		text-align: right !important;
	}
}

@media screen and (min-width: 1408px) {
	.has-text-right-fullhd {
		text-align: right !important;
	}
}

.is-capitalized {
	text-transform: capitalize !important;
}

.is-lowercase {
	text-transform: lowercase !important;
}

.is-uppercase {
	text-transform: uppercase !important;
}

.is-italic {
	font-style: italic !important;
}

.is-underlined {
	text-decoration: underline !important;
}

.has-text-weight-light {
	font-weight: 300 !important;
}

.has-text-weight-normal {
	font-weight: 400 !important;
}

.has-text-weight-medium {
	font-weight: 500 !important;
}

.has-text-weight-semibold {
	font-weight: 600 !important;
}

.has-text-weight-bold {
	font-weight: 700 !important;
}

.is-family-primary {
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
	font-family: monospace !important;
}

.is-family-code {
	font-family: monospace !important;
}

.is-marginless {
	margin: 0 !important;
}

.is-paddingless {
	padding: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.m-3 {
	margin: 0.75rem !important;
}

.mt-3 {
	margin-top: 0.75rem !important;
}

.mr-3 {
	margin-right: 0.75rem !important;
}

.mb-3 {
	margin-bottom: 0.75rem !important;
}

.ml-3 {
	margin-left: 0.75rem !important;
}

.mx-3 {
	margin-left: 0.75rem !important;
	margin-right: 0.75rem !important;
}

.my-3 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}

.m-4 {
	margin: 1rem !important;
}

.mt-4 {
	margin-top: 1rem !important;
}

.mr-4 {
	margin-right: 1rem !important;
}

.mb-4 {
	margin-bottom: 1rem !important;
}

.ml-4 {
	margin-left: 1rem !important;
}

.mx-4 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.m-5 {
	margin: 1.5rem !important;
}

.mt-5 {
	margin-top: 1.5rem !important;
}

.mr-5 {
	margin-right: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 1.5rem !important;
}

.ml-5 {
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

.my-5 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.m-6 {
	margin: 3rem !important;
}

.mt-6 {
	margin-top: 3rem !important;
}

.mr-6 {
	margin-right: 3rem !important;
}

.mb-6 {
	margin-bottom: 3rem !important;
}

.ml-6 {
	margin-left: 3rem !important;
}

.mx-6 {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

.my-6 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pr-1 {
	padding-right: 0.25rem !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1 {
	padding-left: 0.25rem !important;
}

.px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pr-2 {
	padding-right: 0.5rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2 {
	padding-left: 0.5rem !important;
}

.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.p-3 {
	padding: 0.75rem !important;
}

.pt-3 {
	padding-top: 0.75rem !important;
}

.pr-3 {
	padding-right: 0.75rem !important;
}

.pb-3 {
	padding-bottom: 0.75rem !important;
}

.pl-3 {
	padding-left: 0.75rem !important;
}

.px-3 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}

.py-3 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}

.p-4 {
	padding: 1rem !important;
}

.pt-4 {
	padding-top: 1rem !important;
}

.pr-4 {
	padding-right: 1rem !important;
}

.pb-4 {
	padding-bottom: 1rem !important;
}

.pl-4 {
	padding-left: 1rem !important;
}

.px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.p-5 {
	padding: 1.5rem !important;
}

.pt-5 {
	padding-top: 1.5rem !important;
}

.pr-5 {
	padding-right: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 1.5rem !important;
}

.pl-5 {
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.py-5 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.p-6 {
	padding: 3rem !important;
}

.pt-6 {
	padding-top: 3rem !important;
}

.pr-6 {
	padding-right: 3rem !important;
}

.pb-6 {
	padding-bottom: 3rem !important;
}

.pl-6 {
	padding-left: 3rem !important;
}

.px-6 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.py-6 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.p-auto {
	padding: auto !important;
}

.pt-auto {
	padding-top: auto !important;
}

.pr-auto {
	padding-right: auto !important;
}

.pb-auto {
	padding-bottom: auto !important;
}

.pl-auto {
	padding-left: auto !important;
}

.px-auto {
	padding-left: auto !important;
	padding-right: auto !important;
}

.py-auto {
	padding-top: auto !important;
	padding-bottom: auto !important;
}

.label-text {
	color: #36607D;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-bottom: 10px;
}

.label-text.is-small{
	font-size: 0.75rem;
	margin-bottom : 0;
}

.select.is-small{
	padding : 8px 8px;
	margin-bottom : 8px;
}

input.is-small{
	padding : 8px 8px;
}

@media screen and (min-width: 992px) {
	.label-text {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

button,
textarea,
select {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
}

.input-text,
.input-text-small,
.select {
	background-color: #EBEFF2;
	color: #36607D;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	border: 0;
	box-shadow: none;
	width: 100%;
	padding: 15px 10px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 5px;
}


.input-text::-moz-placeholder,
.select::-moz-placeholder {
	color: #36607D;
}

.input-text:-ms-input-placeholder,
.select:-ms-input-placeholder {
	color: #36607D;
}

.input-text::placeholder,
.select::placeholder {
	color: #36607D;
}

.input-text:focus::-moz-placeholder,
.select:focus::-moz-placeholder {
	opacity: 0;
}

.input-text:focus:-ms-input-placeholder,
.select:focus:-ms-input-placeholder {
	opacity: 0;
}

.input-text:focus::placeholder,
.select:focus::placeholder {
	opacity: 0;
}

.input-text.is-centered,
.select.is-centered {
	text-align: center !important;
	-moz-text-align-last: center !important;
	text-align-last: center !important;
}

.input-text.is-right,
.select.is-right {
	text-align: right !important;
	-moz-text-align-last: right !important;
	text-align-last: right !important;
}

.input-text.is-orange,
.select.is-orange {
	color: #EE7633;
	font-weight: 900;
}

.select {
	background-image: url("../../img/icon/icon-arrow-down.svg");
	background-repeat: no-repeat;
	background-position: 95% center;
}



.select.is-small, .select.is-small option{
	font-size : 12px;
}

.fake-select {
	position: relative;
}

.fake-select-group {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 51px;
	z-index: 10;
	background: #fff;
	padding: 3px 5px;
	box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
}

.fake-select-group.opened {
	display: block;
}

.fake-select-group .label-text {
	color: #868686;
	font-size: 12px;
	font-weight: 400;
	padding-right: 5px;
	width: 15%;
	margin: 0;
}
@media screen and (min-width: 1202px) {
	.fake-select-group .label-text {
		width: 40%;
	}
	
}

.fake-select-group .input-text {
	border: 1px solid #82ABCE;
}

.fake-select-group .fake-select-item {
	display: flex;
	align-items: center;
	margin: 8px 0;
}


.radio-item {
	display: flex;
    align-items: center;
    padding-bottom: 8px;
}

.radio-item input[type=radio] {
	background: #fff;
	border: 1px solid #555;
	box-sizing: border-box;
	border-radius: 4px;
	width: 14px;
	height: 14px;
	margin: 0 7px 0 0px;
	padding: 0;
}

.radio-item input[type=radio]:checked {
	background: #CB8C2D url(../../img/icon/icon-checked.svg) center center no-repeat;
	border: 0;
}

.radio-item input[type=radio]:checked+label {
	color: #CB8C2D;
}

.radio-item label {
	color: #36607D;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-weight: 400;
    line-height: 16px;
}

.checkbox-block {
	margin-bottom: 17px;
}

.checkbox-block:last-child {
	margin-bottom: 0;
}

.checkbox-title {
	font-size: 16px;
	line-height: 18px;
	color: #868686;
	display: block;
	margin-bottom: 3px;
}

.checkbox-list {
	display: flex;
	flex-wrap: wrap;
	width : 100%;
	padding : 8px;
}

.checkbox-item {
	display: flex;
	align-items: flex-start;
	width : 100%;	
}

.checkbox-item.is-aligned-top {
	align-items: flex-start;
}

.checkbox-item.is-aligned-top input[type=checkbox] {
	margin-top: 3px;
}

.select-block {
	margin-bottom: 20px;
}

.label-select {
	color: #666666;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

.checkbox-item input[type=checkbox] {
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #555;
	box-sizing: border-box;
	width: 14px;
	height: 12px;
}

.radio-item input[type=radio] {
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #555;
	box-sizing: border-box;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}

.checkbox-item input[type=checkbox]:checked, .checkbox-sort-item input[type=checkbox]:checked  {
	background: #CB8C2D url(../../img/pilar/icon/icon-checked.svg) center center no-repeat;
	border: 0;
} 

.checkbox-item input[type=checkbox]:checked+label {
	color: #CB8C2D;
} 

.checkbox-item label {
	color: #36607D;
    line-height: normal;
    cursor: pointer;
    font-weight: 400;
	width : 100%;
}

.checkbox-legal {
	display: flex;
	align-items: center;
}

.checkbox-legal input[type=checkbox] {
	background: #fff;
	border: 1px solid #555;
	box-sizing: border-box;
	border-radius: 4px;
	width: 15px;
	min-width: 15px;
	height: 15px;
	margin: 0 7px 0 0px;
	padding: 0;
}

.checkbox-legal input[type=checkbox]:checked {
	background: #EE7633 url(../../img/icon/icon-checked.svg) center center no-repeat;
	border: 0;
}

.checkbox-legal label {
	font-size: 14px;
	font-weight: 300;
	margin: 5px 0 0;
	padding: 0;
	cursor: pointer;
}

.sort-list-checkbox{
	display: flex;
    align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

.sort-list-checkbox .checkbox-sort-item{
	display: flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 3px;
}

.checkbox-sort-item input[type=checkbox]{
	-webkit-appearance: none;
	background: #fff;
    border: 1px solid #CB8C2D;
    box-sizing: border-box;
    border-radius: 4px;
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    padding: 0;
}

.checkbox-sort-item label{
	color: #36607D;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-weight: 400;
    line-height: 16px;
}


label {
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}

.submit {
	background: #FFFFFF;
	border: 1px solid #36607D;
	border-radius: 45px;
	font-weight: 500;
	font-size: 16px;
	line-height: 13px;
	color: #36607D;
	padding: 15px 35px;
	cursor: pointer;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	/*padding: 42px 0 0;*/
	padding: 60px 0 0;
	min-height: 100vh;
	height: auto;
	position : relative;
	--banner-height: 0px;
}

body.landing-page{
    padding-top : 0;
}

@media screen and (min-width: 768px) {
	body {
		padding-top: 80px;
	}
}

@media screen and (min-width: 1024px) {
	body {
		padding-top: 107px;
	}
}

@media screen and (min-width: 1274px) {
	body {
		padding-top: 119px;
	}
}

@media screen and (min-width: 1408px) {
	body {
		padding-top: 119px;
	}
}


body.has-banner-top {
	padding-top: 112px;
	--banner-height: 52px;
}

@media screen and (min-width: 768px) {
	/* body.has-banner-top {
		padding-top: 132px;
	} */
}

@media screen and (min-width: 1024px) {
	body.has-banner-top {
		padding-top: 141px;
	}
}

@media screen and (min-width: 1274px) {
	body.has-banner-top {
		padding-top: 137px;
	}
}

@media screen and (min-width: 1408px) {
	body.has-banner-top {
		padding-top: 167px;
	}
}

* {
	outline: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

ul,
ol,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
a:hover {
	color: #000;
	text-decoration: none;
	transition: all 250ms ease;
}

p {
	margin-bottom: 10px;
	margin-top: 0;
}

img {
	max-width: 100%;
}

.icon {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  height: 32px;
  transition-duration: 0.3s;
  transition-property: color;
  width: 32px;
}

.icon.is-small {
  height: 24px;
  width: 24px;
}
.icon.is-medium {
  height: 40px;
  width: 40px;
}
.icon.is-large {
  height: 48px;
  width: 48px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0;
	padding: 0;
}

h2 {
	font-weight: 700;
	font-size: 21px;
	line-height: 26px;
	text-align: center;
	color: #36607D;
	margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
	h2 {
		font-size: 30px;
		line-height: 45px;
	}
}

@media screen and (min-width: 1274px) {
	h2 {
		font-size: 29px;
		line-height: 34px;
	}
}

@media screen and (min-width: 1408px) {
	h2 {
		font-size: 41px;
		line-height: 49px;
	}
}

h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	text-align: center;
	margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
	h3 {
		font-size: 25px;
		line-height: 38px;
	}
}

@media screen and (min-width: 1274px) {
	h3 {
		font-size: 18px;
		line-height: 27px;
	}
}

@media screen and (min-width: 1408px) {
	h3 {
		font-size: 25px;
		line-height: 38px;
	}
}

.is-relative {
	position: relative;
}

.is-fullheight {
	height: 100%;
}

.has-text-white {
	color: #fff;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.modal-overflow {
	overflow: hidden;
}

.header-submenu-search-opened {
	overflow: hidden;
}

.header-submenu-search-opened .header .submenu-search {
	transform: translateX(0);
}

.header-submenu-nav-opened {
	overflow: hidden;
}

.header-submenu-nav-opened .header .submenu-nav-mobile {
	transform: translateX(0);
}

.header-submenu-nav-opened .header .icon-close {
	display: block;
}

.header-submenu-nav-opened .header .icon-nav {
	display: none;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
	z-index: 200;
	background: #fff;
	/* .flags {
        display: flex;
        align-items: center;
    }

    .flags-list {

        .flag {
            height: 34px;
            cursor: pointer;
        }

        dt {
            height: 34px;
        }

        dd {

            position: absolute;
            top: 55px;
            left: 15px;

            ul {
                display: none;
            }

        }

    } */
}

.has-banner-top .header {
	top: 52px;
}

.header .form-keyword-component {
    background: #f6f6f6;
    border: 0.5px solid #f6f6f6;
    padding: 10px 25px 10px;
}

.header .search-box{
	overflow : auto;
	height : 150px;
}

.search-result {
    color: #868686;
    font-size: 13px;
    padding: 5px;
    cursor: pointer;
    display: block;
}

.search-result:hover {
    background-color: #f6f6f6;
}

.search-no-results {
    font-size: 13px;
    color: #868686;
    text-align: center;
}

@media screen and (min-width: 768px) {
	.has-banner-top .header {
		top: 35x;
	}
}

@media screen and (min-width: 1274px) {
	.has-banner-top .header {
		top: 24px;
	}
}

@media screen and (min-width: 1408px) {
	.has-banner-top .header {
		top: 34px;
	}
}

/* .has-banner-top .header .submenu {
	top: 112px;
} */

@media screen and (min-width: 768px) {
	/* .has-banner-top .header .submenu {
		top: 132px;
	} */
}

.header .header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height : 59px;
}

.header .logo {
	display: block;
	/* height: 144px; */
}

@media screen and (min-width: 576px) {
	.header .logo {
		display: block;
		height: 40px;
	}
}

.header .col-support-mobile {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.contact-info {
	min-width: 144px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	border-radius: 45px;
	padding: 5px 15px;
	text-align: center;
	margin: auto;
	width : 100%;
}

.contact-info .support-hour-info{
	display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info .support-number-info{
	display : block;
}

.contact-info .support-hour-info .schedules{
	color : #82ABCE;
    font-weight: 800;
	font-size : 16px;
	margin-left : 8px;
	width: 65%;
}

.contact-info .support-hour-info .schedules sup{
	color : #36607D;
    font-weight: 800;
}

.contact-info .support-info-number .support-number{
	font-size : 16px;
	color : #36607D;
    font-weight: 800;
}

.contact-info .support-info-number .support-number.is-light{
	color : #36607D;
    font-weight: 400;
	font-size : 16px;
}

.contact-info .support-info-number .support-number-info{
	color : #CB8C2D;
	font-weight: 400;
	font-size : 16px;
}

.open{
	margin-top : 8px;
	color : #08954B;
	font-weight: 800;
}


@media screen and (min-width: 768px) {
	.header .logo {
		/* height: 44px; */
	}

	.contact-info{
		width : 60%;
	}

	.contact-info .support-hour-info .schedules{
		width : 48%;
	}
}

@media screen and (min-width: 1024px) {
	.header .logo {
		height: 60px;
	}

	.col-logo{
		flex-grow: 5;
		flex-basis: 200px;
	}
	
	.contact-info{
		width : 80%;
	}

	.contact-info .support-hour-info .schedules{
		width : 29%;
	}

	
	.header .col-support {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
	}

}

@media screen and (min-width: 1274px) {

	.header .header-top {
		height : 89px;
	}
	
	.header .col-support {
		min-width: 144px;
		background: rgba(255, 255, 255, 1);
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
		border-radius: 45px;
		padding: 5px 15px;
		align-items: flex-start;	
	}

	.col-logo{
		flex-grow: 1;
	}

	.col-logo{
		flex-grow: 1;
		flex-basis: auto;
	}
}

@media screen and (min-width: 1408px) {
	.header .col-support {
		min-width: 206px;
	}
}

.header .col-support.active {
	border-radius: 20px 20px 0 0;
	align-items: flex-start;
	padding-bottom: 0;
}

.header .col-links-top-list {
	flex: 1 1 auto;
	justify-content: flex-end;
	display: flex;
}

.header .links-top-list {
	display: flex;
}

.header .links-top-item {
	font-size: 12px;
	line-height: 14px;
	margin-left: 10px;
}

@media screen and (min-width: 1024px) {
	.header .links-top-item {
		margin-left: 20px;
		font-size: 16px;
		line-height: 20px;
	}

	.header .links-top-list{
		align-items: center;
	}
}

@media screen and (min-width: 1400px) {
	.header .links-top-item {
		margin-left: 30px;
	}
}

.header .links-top-item:hover .links-top-link {
	color: #82ABCE;
}

.header .links-top-item:first-child {
	margin-left: 0;
}

.header .links-top-item.has-submenu:not(.no-arrow) {
	/* background: url('../images/arrow-down-black.svg') 100% 4px no-repeat; */
	padding-right: 17px;
	position: relative;
}

@media screen and (min-width: 1024px) {
	.header .links-top-item.has-submenu:not(.no-arrow) {
		background-position: 100% 7px;
		padding-right: 20px;
	}
}

.header .links-top-item.has-submenu:not(.no-arrow):after {
	content: "";
	width: 13px;
	height: 7px;
	display: block;
	position: absolute;
	right: 0;
	top: 7px;
	z-index: 1000;
	background: url("../../img/new/arrow-down-black.svg") 0 0 no-repeat;
}


.header .discover-leggett .header-submenu-wrapper {
	min-width: 200px;
	z-index: 20000;
}

.header .links-top-item {
	cursor: pointer;
}

.header .header-submenu-link {
	display: block;
	padding: 5px 5px;
}

.header .header-submenu-link:hover {
	color: #fff;
	background: #82ABCE;
}

.header .header-submenu-item {
	margin-bottom: 6px;
}

@media screen and (min-width: 1400px) {
	.header .header-submenu-item {
		font-size: 16px;
		margin-bottom: 0;
	}
}

/* .header .has-submenu:hover>.header-submenu-wrapper {
	display: block;
} */

.header .header-submenu-wrapper {
	display: none;
	position: absolute;
	top: 12px;
	padding-top: 20px;
	text-align: left;
	min-width: 90px;
}

.header .header-submenu {
	background: #F3F7FA;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 10px;
}

.header .avatar-support {
	margin-right: 10px;
	height: 28px;
	vertical-align: unset !important;
}

.support-contact-mobile{
	color : #36607D;
	font-size : 10px;
	line-height: 11px;
	cursor : pointer;
	display: block;
}

.header .support-number.is-light {
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 0;
}

.header .mobile .schedules.is-light {
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 0;
}

.footer .support-number.is-light{
	font-weight: 400;
}

.header .support-free {
	font-weight: 300;
}

.header .schedules {
	color: #82ABCE;
	font-weight: 800;
	font-size: 12px;
	display: block;
	line-height: 1.2;
	margin: 3px 0;
}

.header .mobile .schedules{
	display:inline;
	font-size : 10px;
	line-height: 10px;
}

.header .support-number {
	font-weight: 800;
	font-size: 12px;
	color: #CB8C2D;
	display: block;
	line-height: 1;
	margin: 3px 0;
	text-align: center;
}

.header .support-number-info{
	font-weight: 400;
	font-size: 10px;
	color: #CB8C2D;
	display: block;
	line-height: 1;
	margin: 3px 0;
	text-align: center;
}

.footer .support-number{
	font-weight: 800;
	color: #CB8C2D;
}

.header .arrow-support {
	margin-left: 0px;
	margin-top: 0px;
	cursor: pointer;
	transform: rotate(180deg);
}

.header .arrow-menu{
	margin-left: 0px;
	margin-top: 0px;
	cursor: pointer;
	vertical-align: middle;
}

.header .arrow-menu-top{
	margin-left: 0px;
    margin-top: 0px;
    cursor: pointer;
    vertical-align: middle;
	transform: rotate(180deg);
}



.header .arrow-rotate{
	transform: rotate(0deg);
}

.header .support-number-more {
	display: none;
	background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	position: absolute;
	bottom: -85px;
	padding-bottom: 7px;
	padding-top:7px;
	left: 0;
	width: 229%;
	border-radius: 0 0 20px 20px;
	z-index: 1100;
	margin-left: -5px;
	text-align: center;
}

.header .support-number-more .support-number{
	font-weight: 400;
	font-size : 10px;
	display : inline;
}

@media screen and (min-width: 768px) {
	.header .col-support.active{
		align-items: center;
	}

	.header .support-contact-mobile, .header .mobile .schedules {
		font-size: 12px;
		line-height : 12px;
	}

	.header .arrow-support {
		margin-left: 10px;
		margin-top: 16px;
		cursor: pointer;
	}

	.header .support-number-more {
		bottom: -88px;
		width: 163%;
		margin-left : 0;
	}
}

@media screen and (min-width: 1024px) {
	.header .support-number-more {
		bottom: -45px;
		width: 84%;
		font-size: 12px;
		line-height: 18px;
		color : #36607D;
		left: 41px;
	}

	.header .support-number-more .support-number{
		font-weight: 400;
		font-size : 12px;
	}

	.header .support-free {
		font-size: 12px;
	}

	.header .support-number {
		font-size: 14px;
		color : #36607D;
	}

	.header .schedules {
		font-size: 14px;
	}

	.support-number-info{
		font-weight : 500;
		font-size:10px;
		color:#CB8C2D;
	}

	.header .avatar-support {
		margin-right: 10px;
		margin-top: 7px;
		height: 35px;
	}

	/* .header .arrow-support {
		margin-left: 10px;
		margin-top: 16px;
		cursor: pointer;
	} */
}

@media screen and (min-width: 1274px) {

	.header .support-number-more {
		bottom: -49px;
		width: 100%;
		margin-left : 0;
		font-size: 12px;
		line-height: 18px;
		color : #36607D;
		padding-left : 55px;
		left: 0;
	}

}

.header .col-actions {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	flex: none;
	padding-left : 8px !important;
}

.header .icon-account {
	height: 18px;
}

.header .icon-search {
	height: 18px;
	margin-left : 8px;
}

.header .icon-favorite {
	
	position: relative;
	top: -1px;
	right: -8px;
}

.header .account-favorite {
	height: 18px;
	position: relative;
	flex: 1 0 auto;
}

.header .icon-close {
	height: 17px;
	display: none;
	margin-left: 25.5px;
}

.header .icon-nav {
	height: 17px;
	margin-left: 8px;
}

.header #viewMyListMobile{
	height: 28px;
}

.header #icon-count-fav-mobile{
	position: absolute;
	right: 67px;
	top: 10px;
	display:none;
}

.header #text-count-fav-mobile{
	position: absolute;
	font-size: 10px;
	font-weight: 700;
	right: 71.5px;
	top: 11px;
	color : white;
	display:none;
}

#icon-count-fav{
	position: absolute;
	right: 10px;
	top: 12px;
	display:none;
}

#text-count-fav{
	position: absolute;
	font-size: 11px;
	font-weight: 700;
	right: 14px;
	top: 11px;
	color : white;
	display:none;
}

.header .col-links-bottom-list {
	background: #fff;
}

@media screen and (min-width: 768px) {
	.header .links-bottom-item {
		padding-bottom: 5px;
	}
}

@media screen and (min-width: 1202px) {
	.header .links-bottom-item {
		padding-bottom: 17px;
	}
}

.header .links-bottom-item:hover .links-bottom-link {
	color: #82ABCE;
}

.header .links-bottom-list {
	display: flex;
	justify-content: center;
}

.header .links-bottom-list .search-inspiration {
	cursor: pointer;
	margin: 0 6px;
}

@media screen and (min-width: 1202px) {
	.header .links-bottom-list .search-inspiration {
		margin: 0 20px;
	}
}

@media screen and (min-width: 1400px) {
	.header .links-bottom-list .search-inspiration {
		margin: 0 30px;
	}
}

/* .header .links-bottom-list .search-inspiration:hover {
	color: #82ABCE;
} */

/* .header .links-bottom-list .search-inspiration:hover .links-bottom-link:after {
	content: "";
	transform: rotate(180deg);
	background: url("../../img/new/arrow-down-blue.svg") 0 0 no-repeat;
	/* filter: invert(69%) sepia(68%) saturate(275%) hue-rotate(177deg) brightness(85%) contrast(87%); 
} */

/* .header .links-bottom-list .search-inspiration:hover .submenu-nav-desktop {
	display: block;
} */

.header .links-bottom-list .search-inspiration .search-inspiration-top {
	font-weight: 700;
}

.header .links-bottom-list .search-inspiration .links-bottom-link {
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 20px;
	width : 130px;
}

@media screen and (min-width: 1202px) {
	.header .links-bottom-list .search-inspiration .search-inspiration {
		text-align: left;
	}
}

.header .links-bottom-list .search-inspiration .icon-search-inspiration {
	height: 19px;
	margin-right: 5px;
}

@media screen and (min-width: 1202px) {
	.header .links-bottom-list .search-inspiration .icon-search-inspiration {
		
		margin-right: 10px;
	}
}

@media screen and (min-width: 1202px) {
	.header .links-bottom-list .search-inspiration .search-inspiration-bottom {
		display: block;
		font-size: 12px;
		line-height: .8;
	}
}

.header .links-bottom-list .links-counter {
	margin: 0 6px;
}

@media screen and (min-width: 1202px) {
	.header .links-bottom-list .links-counter {
		margin: 0 20px;
	}
}

@media screen and (min-width: 1400px) {
	.header .links-bottom-list .links-counter {
		margin: 0 30px;
	}
}

.header .links-bottom-list .links-counter .links-bottom-link:hover {
	color: #82ABCE;
}

.header .links-bottom-list .links-counter .links-counter-title {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
}

@media screen and (min-width: 1202px) {
	.header .links-bottom-list .links-counter .links-counter-title {
		font-size: 15px;
		line-height: 18px;
	}
}

@media screen and (min-width: 1400px) {
	.header .links-bottom-list .links-counter .links-counter-title {
		font-size: 16px;
		line-height: 20px;
	}
}

@media screen and (min-width: 1202px) {
	.header .links-bottom-list .links-counter-text {
		color: rgba(130, 171, 206, 0.7);
		display: block;
		font-size: 10px;
		line-height: 1.2;
	}
}

.header .links-bottom-list .links-buy-sell {
	margin: 0 6px;
	/* background: url('../images/arrow-down-black.svg') 100% 8px no-repeat; */
	cursor: pointer;
}

@media screen and (min-width: 1202px) {
	.header .links-bottom-list .links-buy-sell {
		margin: 0 20px;
	}
}

@media screen and (min-width: 1400px) {
	.header .links-bottom-list .links-buy-sell {
		margin: 0 30px;
		width : 80px;
	}
}

.header .links-bottom-list .links-buy-sell.buy {
	margin-left: 11px;
}

@media screen and (min-width: 1202px) {
	.header .links-bottom-list .links-buy-sell.buy {
		margin-left: 20px;
	}
}

@media screen and (min-width: 1400px) {
	.header .links-bottom-list .links-buy-sell.buy {
		margin-left: 30px;
	}
}

.header .links-bottom-list .links-buy-sell.buy:hover {
	color: #82ABCE;
	/* background-image: url('../images/icon-menu-arrow-down-hover.svg'); */
}


.header .links-bottom-list .links-buy-sell.sell:hover {
	color: #000;
}

.header .links-bottom-list .links-buy-sell.sell:hover .links-bottom-link {
	/* color: #000; */
}


.header .links-bottom-list .links-buy-sell .links-bottom-link {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	position: relative;
}

.header .links-bottom-list .links-buy-sell .links-bottom-link:hover {
	color: #82ABCE;
}

@media screen and (min-width: 1202px) {
	.header .links-bottom-list .links-buy-sell .links-bottom-link {
		font-size: 15px;
		line-height: 18px;
	}
}

@media screen and (min-width: 1400px) {
	.header .links-bottom-list .links-buy-sell .links-bottom-link {
		font-size: 16px;
		line-height: 20px;
	}
}

.header .submenu {
	background: #F3F7FA;
	position: fixed;
	top: calc(60px + var(--banner-height, 0px));
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 25px 15px;
	transform: translateX(-200%);
	transition: transform .25s ease-in-out;
	will-change: transform;
	overflow: scroll;
}

/* @media screen and (min-width: 768px) {
	.header .submenu {
		top: 80px;
	}
} */

.header .submenu .submenu-title {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #82ABCE;
	text-align: left;
}

.header .submenu-nav-desktop {
	background-color: #F6F6F6;
	display: none;
	position: absolute;
	top: 79px;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 10px;
}

.search-inspiration .submenu-nav-desktop-opened{
	display:block !important;
}

@media screen and (min-width: 1024px) {
	.header .submenu-nav-desktop {
		top: 91px;
	}
}

@media screen and (min-width: 1202px) {
	.header .submenu-nav-desktop {
		top: 130px;
	}
}

.header .submenu-nav-desktop .submenu-nav-desktop-category {
	margin: 0 auto;
	cursor: default;
}



@media screen and (min-width: 1024px) {
	.header .submenu-nav-desktop .submenu-nav-desktop-category.category-search {
		margin-top: 0;
	}
}

@media screen and (min-width: 1202px) {
	.header .submenu-nav-desktop .submenu-nav-desktop-category {
		width: 1100px;
	}
}

.header .submenu-nav-desktop .submenu-nav-desktop-category-columns {
	margin: 0;
}

@media screen and (min-width: 1202px) {
	.header .submenu-nav-desktop .submenu-nav-desktop-category-columns {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (min-width: 1202px) {
	.header .submenu-nav-desktop .col-search-form {
		padding-right: 0;
	}
}

@media screen and (min-width: 1202px) {
	.header .submenu-nav-desktop .col-search-form .btn {
		margin-right: 13px;
	}
}

@media screen and (min-width: 1202px) and (min-width: 1202px) {
	.header .submenu-nav-desktop .col-search-form .btn:last-child {
		margin-right: 0;
		font-size: 15px;
	}
}

@media screen and (min-width: 1202px) {
	.header .submenu-nav-desktop .col-submenu-nav-list {
		padding-left: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.header .submenu-nav-desktop .buttons {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1024px) {
	.header .submenu-nav-desktop .buttons .btn:last-child {
		margin-bottom: 8px;
	}
}

.header .submenu-nav-desktop .label-text {
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 700;
}

@media screen and (min-width: 1024px) {
	.header .submenu-nav-desktop .label-text {
		font-size: 16px;
		margin-bottom: 8px;
		margin-top: -8px;
	}
}

.header .submenu-nav-desktop .input-text,
.header .submenu-nav-desktop .select {
	text-align: left;
	-moz-text-align-last: left;
	text-align-last: left;
}

.header .submenu-nav-desktop .submit {
	margin-top: 10px;
}

.header .submenu-nav-desktop .search-form {
	padding-top: 5px;
	padding-bottom: 15px;
}

.header .submenu-nav-desktop .search-form>.column {
	padding-bottom: 0;
	padding-top: 10px;
}

.header .submenu-nav-desktop .search-form-component {
	padding-bottom: 5px;
}

.header .submenu-nav-desktop .form-keyword-component {
	width: 100%;
	margin-bottom: 0;
}

.header .submenu-nav-desktop .submenu-nav-list-title-big {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #82ABCE;
}

.header .submenu-nav-desktop .submenu-nav-list-title {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	padding-left: 0;
	margin-bottom: 12px;
}

.header .submenu-nav-desktop .link-blue,
.header .submenu-nav-desktop .link-orange {
	font-weight: normal;
}

.header .submenu-nav-desktop .submenu-nav-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 25px;
}

.header .submenu-nav-desktop .submenu-nav-list.is-flat {
	display: block;
}

.header .submenu-nav-desktop .submenu-nav-list.is-flat .submenu-nav-item:after {
	content: none;
}

.header .submenu-nav-desktop .submenu-nav-link {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.header .submenu-nav-desktop .col-submenu-nav-sublist-wrapper {
	height: 100%;
	margin-left: -8px;
	margin-right: -8px;
}

.header .submenu-nav-desktop .col-submenu-nav-sublist {
	position: relative;
}

.header .submenu-nav-desktop .col-submenu-nav-sublist {
	padding-left: 8px;
	padding-right: 8px;
}

.header .submenu-nav-desktop .submenu-nav-hook-link {
	display: flex;
	height: 106px;
	color: #fff;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 0;
}

.header .submenu-nav-desktop .submenu-nav-hook-link:hover {
	transform: scale(1.02);
	transform-origin: center;
}

.header .submenu-nav-desktop .submenu-nav-hook-title {
	font-size: 30px;
	line-height: 25px;
	font-weight: 300;
}

.header .submenu-nav-desktop .submenu-nav-hook-subtile {
	font-size: 30px;
	line-height: 25px;
	font-weight: 900;
	display: block;
}

.header .submenu-nav-desktop .category-buy {
	text-align: left;
}

.header .submenu-nav-desktop .category-search-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}

.header .submenu-nav-desktop .category-search-link {
	color: #4F4F4F;
	display: block;
}

.header .submenu-nav-desktop .category-search-link:hover {
	color: #82ABCE;
}

.header .submenu-nav-desktop .category-search-link:hover span {
	color: #82ABCE;
}

.header .submenu-nav-desktop .category-search-link:hover .small-cta {
	background: #82ABCE;
	color: #fff;
}

.header .submenu-nav-desktop .category-search-text {
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 15px;
	color: #000;
	min-height: 120px;
}

.header .submenu-nav-desktop .btn {
	margin-bottom: 20px;
}

.header .submenu-nav-desktop .visual {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 13px;
}

.header .submenu-nav-desktop .category-search-cta {
	background: #82ABCE;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 17px;
	padding: 8px 10px;
	display: inline-block;
	margin-left: 0;
}

.header .submenu-nav-desktop .col-notaire .category-search-text {
	margin-bottom: 20px;
}

.header .submenu-search {
	padding: 0;
}

.header .submenu-search .search-form-component {
	padding-top: 15px;
}

/* .header .submenu-search .search-form-component .search-form {
	margin-left: 0;
                margin-right: 0; 
}*/

.header .submenu-search .search-form-component .buttons .btn:last-child {
	margin-bottom: 0;
}


.header .submenu-nav-mobile {
	padding: 45px 0;
}

.header .submenu-nav-level-scroll {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

.header .submenu-nav-level-2-opened .submenu-nav-level-1 {
	transform: translateX(-100%);
	transition: transform .25s ease-in-out;
	will-change: transform;
}

.header .submenu-nav-level-2-opened .submenu-nav-level-2 {
	transform: translateX(0);
}

.header .submenu-nav-level-2-opened.collections-opened .category-collections {
	display: block;
}

.header .submenu-nav-level-2-opened.living-opened .category-living {
	display: block;
}

.header .submenu-nav-level-2-opened.buy-opened .category-buy {
	display: block;
}

.header .submenu-nav-level-2-opened.sell-opened .category-sell {
	display: block;
}

.header .submenu-nav-level-2-opened.about-opened .category-about {
	display: block;
}

.header .submenu-nav-list {
	text-align: left;
	padding: 0 15px;
}

.header .submenu-nav-item {
	font-size: 15px;
	font-weight: 500;
	position: relative;
}

@media screen and (min-width: 1024px) {
	.header .submenu-nav-item:after {
		content: "|";
		margin: 0 5px;
		color: #000;
	}
}

.header .submenu-nav-item:last-child:after {
	content: none;
}

.header .submenu-nav-item.item-keys {
	padding-left: 20px;
	background: url("../../img/new/keys.png") left center no-repeat;
}

.header .submenu-nav-item.buttons {
	margin-top: 15px;
}

.header .submenu-nav-link {
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
	transition: none;
}

.header .submenu-nav-link.has-submenu {
	background: url("../../img/new/arrow-right-black.svg") 100% 4px no-repeat;
	padding-right: 15px;
}

@media screen and (min-width: 1024px) {
	.header .submenu-nav-link:hover {
		color: #82ABCE;
		transition: none;
		text-decoration: underline;
	}
}

.header .submenu-nav-link strong {
	font-weight: 700;
}

.header .submenu-nav-level-1,
.header .submenu-nav-level-2 {
	position: fixed;
	top: 42px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 130;
}

.header .submenu-nav-level-1 {
	transform: translateX(0);
	transition: transform .25s ease-in-out;
	will-change: transform;
}

.header .submenu-nav-level-2 {
	transform: translateX(100%);
	transition: transform .25s ease-in-out;
	will-change: transform;
}

.header .submenu-nav-level-2-category {
	display: none;
}

.header .submenu-nav-back {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	display: block;
	padding: 0 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	background: url("../../img/new/arrow-left-black.svg") 0 4px no-repeat;
}

.header .submenu-nav-back:last-of-type {
	margin-top: 25px;
}

.header .submenu-nav-list-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	padding-left: 15px;
	margin-bottom: 15px;
	color: #82ABCE;
}

.header .flags {
	min-width: 64px;
}

.header .flags-list {
	display: flex;
	align-items: flex-start;
	margin: 10px 0 15px;
}

@media screen and (min-width: 768px) {
	.header .flags-list {
		margin: 0;
	}
}

@media screen and (min-width: 1024px) {
	.header .flags-list {

		flex-direction: column;
	
		align-items: center;
		z-index: 50;
	}
}

.header .flags-list.open .flag {
	display: block;
}

.header .flags-list .flag {
	height: 34px;
	cursor: pointer;
	margin-right: 5px;
	display: none;
}

@media screen and (min-width: 1024px) {
	.header .flags-list .flag {
		margin-bottom: 5px;
		margin-right: 0;
	}
}

.header .flags-list .flag.active {
	display: block;
}

.footer {
	background: #36607D;
	color: #fff;
	padding: 30px 0 30px;
	text-align: center;
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.footer {
		text-align: left;
	}
}

@media screen and (min-width: 1024px) {
	.footer {
		padding: 30px 0 60px;
	}
}

@media screen and (min-width: 768px) {
	.footer .container {
		width: 100%;
	}
}

.footer a {
	color: #fff;
}

@media screen and (min-width: 1274px) {
	.footer .col-footer-top {
		justify-content: flex-start !important;
	}
}

@media screen and (min-width: 1408px) {
	.footer .col-footer-top {
		justify-content: flex-start !important;
	}
}

.footer .footer-global-title {
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.footer .footer-global-title {
		margin-bottom: 0;
	}
}

.footer .footer-global-title strong {
	font-weight: 900;
}

.footer .social-list {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.footer .social-list {
		justify-content: flex-end;
	}
}

.footer .social-list .social-item {
	margin: 0 10px;
}

.footer .social-list .social-item a {
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .office {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #789FBF;
	margin-bottom: 30px;
}

@media screen and (min-width: 1274px) {
	.footer .office {
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 1408px) {
	.footer .office {
		margin-bottom: 34px;
	}
}

.footer .footer-phones-btn {
	align-items: center;
	margin: 40px 0 30px;
}

@media screen and (min-width: 768px) {
	.footer .footer-phones-btn {
		align-items: flex-start;
		margin-bottom: 10px;
	}
}

.footer .footer-phones-btn a {
	color: #36607D;
}

.footer .links-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

@media screen and (min-width: 1274px) {
	.footer .links-list:first-child {
		margin-top: 15px;
	}
}

@media screen and (min-width: 1408px) {
	.footer .links-list:first-child {
		margin-top: 21px;
	}
}

.footer .links-list a:hover {
	text-decoration: underline;
}

.footer .links-list li:after {
	content: "|";
	margin: 0 5px;
	color: #fff;
}

.footer .links-list li:last-child:after {
	content: none;
}

.footer .form-newsletter-form {
	text-align: left;
}

.footer .form-newsletter-form .footer-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

@media screen and (min-width: 1274px) {
	.footer .form-newsletter-form .footer-title {
		padding-top: 12px;
	}
}

@media screen and (min-width: 1408px) {
	.footer .form-newsletter-form .footer-title {
		padding-top: 17px;
	}
}


.footer .form-newsletter-form .signup-newsletter-input {
	background: #fff;
	font-style: normal;
}

.footer .form-newsletter-form .signup-message {
	margin: 10px 0 0;
	font-weight: 700;
	display : none;
}

.footer .form-newsletter-form .signup-message.error {
	color: red;
}

.footer .form-newsletter-form .signup-message.ok {
	color: green;
}

.footer .form-newsletter-form .btn {
	margin-top: 20px;
}

.footer .footer-legals {
	color: #B1B4B6;
	font-size: 13px;
}

@media screen and (min-width: 1274px) {
	.footer .footer-legals {
		padding: 0 12%;
		font-size: 10px;
	}
}

@media screen and (min-width: 1408px) {
	.footer .footer-legals {
		padding: 0 17%;
		font-size: 14px;
	}
}

.footer .footer-legals .footer-legal-title {
	font-weight: 700;
}

.footer .separator {
	background: #fff;
	height: 1px;
	margin: 10px 0;
}

@media screen and (min-width: 1274px) {
	.footer .separator {
		margin: 6px 0 24px;
	}
}

@media screen and (min-width: 1408px) {
	.footer .separator {
		margin: 8px 0 34px;
	}
}

.buttons {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.buttons {
		flex-direction: row;
	}
}

.buttons .btn {
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	.buttons .btn {
		margin: 0 16px 0 0;
	}
}

.buttons.buttons-column {
	flex-direction: column;
}

.buttons.buttons-column.is-centered {
	align-items: center;
}

.buttons.buttons-column .btn {
	margin-bottom: 16px;
}

.buttons.buttons-list {
	flex-direction: row;
	flex-wrap: wrap;
}


@media screen and (min-width: 768px) {
	.buttons.buttons-list {
		justify-content: center;
	}
}

.buttons.buttons-list .btn {
	margin-right: 8px;
	margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
	.buttons.buttons-list .btn {
		margin: 8px;
	}
}

.btn {
	color: #fff;
	background: #36607D;
	border: 1px solid #36607D;
	border-radius: 45px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	/* padding: 16px 24px; */
	padding: 8px 24px;
	cursor: pointer;
	display: inline-block;
	transition: all .2s ease;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (min-width: 1024px) {
	.btn {
		padding: 16px 32px;
	}
}

.btn.btn-primary {
	color: #fff;
	background: #36607D;
}


.btn.btn-primary:hover {
	color: #36607D;
	background: #fff;
}

.btn.btn-primary.no-hover:hover {
	color: #fff;
	background: #36607D;
}

.btn.btn-secondary {
	color: #36607D;
	background: #fff;
}

.btn.btn-secondary:hover {
	color: #fff;
	background: #36607D;
}

.btn.btn-secondary.no-hover:hover {
	color: #36607D;
	background: #fff;
}

.btn.btn-link {
	background: none;
	border: none;
	color: #36607D;
	text-decoration: underline;
	padding-left: 0;
	padding-right: 0;
}

.accordion .accordion-item {
	margin-bottom: 15px;
}

.accordion .accordion-item.active .accordion-content {
	display: block;
}

.accordion .accordion-header {
	cursor: pointer;
	border-radius: 40px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	padding: 16px 15px 14px;
	background: #F3F7FA url("../../img/new/accordion-plus.svg") calc(100% - 15px) center no-repeat;
	background-size: 16px;
	transition: background .2s ease;
}

@media screen and (min-width: 1274px) {
	.accordion .accordion-header {
		padding: 11px 12px 10px;
		background-size: 11px;
	}
}

@media screen and (min-width: 1408px) {
	.accordion .accordion-header {
		padding: 15px 17px 14px;
		background-size: 15px;
	}
}

.accordion .accordion-header:hover {
	background-color: #DAEDF5;
}

.accordion .accordion-header.active {
	border: 0.5px solid #82ABCE;
	border-bottom: none;
	border-radius: 25px 25px 0 0;
	background-color: transparent;
	background-image: url("../../img/new/accordion-minus.svg");
}

.pilar .accordion.equestrian .accordion-header.active+.accordion-content {
	border: 0.5px solid #C79F63;
}

.pilar .accordion.HL .accordion-header.active+.accordion-content {
	border: 0.5px solid #524C68;
}

.pilar .accordion.equestrian .accordion-header{
	background: #F1E7D8 url(../../img/pilar/fleche.svg) calc(100% - 15px) center no-repeat;
}

.pilar .accordion.HL .accordion-header{
	background: #DDDDDD url(../../img/pilar/fleche.svg) calc(100% - 15px) center no-repeat;
}


.pilar .accordion.equestrian .accordion-header:hover{
	background: #C79F63 url(../../img/pilar/fleche.svg) calc(100% - 15px) center no-repeat;
}

.pilar .accordion.HL .accordion-header:hover{
	background: #DDDDDD url(../../img/pilar/fleche.svg) calc(100% - 15px) center no-repeat;
}

.pilar .accordion.HL .accordion-header:hover .accordion-header-text{
	color : #524C68;
}

.pilar .accordion.equestrian .accordion-header:hover .accordion-header-text{
	color : #FFF;
}

.pilar .equestrian .accordion-header.active{
	border: 0.5px solid #C79F63;
	border-bottom: none;
	border-radius: 25px 25px 0 0;
	background-color: transparent;
	background-image: url("../../img/new/accordion-minus.svg");
	background : #C79F63;
	color : #FFF;
}

.pilar .HL .accordion-header.active{
	border: 0.5px solid #524C68;
	border-bottom: none;
	border-radius: 25px 25px 0 0;
	background-color: transparent;
	background-image: url("../../img/new/accordion-minus.svg");
	background : #524C68;
	color : #FFF;
}



.accordion .accordion-header.active+.accordion-content {
	display: block;
	border: 0.5px solid #82ABCE;
	border-top: none;
	border-radius: 0 0 25px 25px;
	position : relative;
	
}

.accordion .accordion-header-text {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #36607D;
	text-transform: uppercase;
}

.pilar .accordion .accordion-header-text {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #36607D;
	text-transform: none;
}

.pilar .accordion-header.active .accordion-header-text {
	color: #FFF;
}

@media screen and (min-width: 1274px) {
	.accordion .accordion-header-text {
		font-size: 12px;
	}
}

@media screen and (min-width: 1408px) {
	.accordion .accordion-header-text {
		font-size: 17px;
	}
}

.accordion .accordion-content {
	display: none;
	padding: 0 15px 25px;
}

.accordion .accordion-content a {
	text-decoration: underline;
}

.accordion .accordion-content .col-region-magazine {
	margin-top: 0;
}

.accordion .accordion-content .downlad-link {
	font-weight: 700;
}

.accordion .accordion-content .link-region-magazine {
	display: block;
	text-align: center;
}

.visual-region-magazine-extract{
	width: 60%;
}

.accordion .accordion-content .visual-transport {
	display: block;
	margin-top: 20px;
	cursor: pointer;
}

@media screen and (min-width: 1274px) {
	.accordion .accordion-content .visual-transport {
		margin-top: 18px;
	}
}

@media screen and (min-width: 1408px) {
	.accordion .accordion-content .visual-transport {
		margin-top: 25px;
	}
}

.accordion .modal-accordion-transport {
	z-index: -1;
	opacity: 0;
	display: none;
}

.accordion .modal-accordion-transport.is-opened {
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0000006e;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	z-index: 1500;
	opacity: 1;
}

@media screen and (max-width: 1023px) {
	.accordion .modal-accordion-transport.is-opened {
		background: #fff;
	}
}

.accordion .modal-accordion-transport .modal-inner {
	background: #fff;
	padding: 15px;
	width: 992px;
	position: relative;
	font-size: 14px;
}

@media screen and (max-width: 1023px) {
	.accordion .modal-accordion-transport .modal-inner {
		height: auto;
		width: 100%;
	}
}

.accordion .modal-accordion-transport .modal-visual {
	height: 100%;
}

.accordion .modal-accordion-transport .modal-visual {
	height: auto;
	width: 100%;
}

.accordion .modal-accordion-transport .modal-close {
	position: fixed;
	top: 15px;
	right: 12px;
	cursor: pointer;
}

@media screen and (min-width: 1024px) {
	.accordion .modal-accordion-transport .modal-close {
		position: absolute;
		top: -15px;
		right: -15px;
		background: #fff;
		padding: 5px;
		border-radius: 50%;
	}
}

.hero-container {
	position: relative;
	height: 304px;
	max-height: 304px;
	overflow: hidden;
}
.page-list .hero-container{
	height: 140px;
	max-height: 140px;
}

.pilar-list .hero-container{
	height : 140px;
	max-height : 140px;
}


.pilar-list .hero-bg {
	height: 100%;
	width: 100%;
}

.pilar-list  .img-hero{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media screen and (min-width: 1024px) {
	.hero-container {
		height: 450px;
		max-height: 450px;
	}
}


@media screen and (min-width: 1024px) {
	.hero-container {
		height: 450px;
		max-height: 450px;
	}
}

@media screen and (min-width: 1274px) {
	
}

@media screen and (min-width: 1408px) {
	
	.pilar-list .hero-container{
		height : 160px;
		max-height : 160px;
	}
}

.hero-container .hero {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	padding: 15px 15px 55px;
	position: relative;
}

.page-list .hero-container .hero {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	position: relative;
}

.pilar-list .hero-container .hero {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	padding: 15px 15px 55px;
	position: relative;
}

@media screen and (min-width: 728px) {
	.pilar-list .hero-container .hero {
		padding : 15px 15px 20px;
	}
}


@media screen and (min-width: 1024px) {
	.hero-container .hero {
		padding-top: 50px;
		padding-bottom: 110px;
	}
}

@media screen and (min-width: 1274px) {
	.hero-container .hero {
		padding-bottom: 53px;
	}

	.pilar-list .hero-container .hero {
		padding-bottom: 0;
	}

	.page-list .hero-container .hero{
		padding-bottom : 0;
		padding-top : 0;
	}
}

@media screen and (min-width: 1408px) {
	.hero-container .hero {
		padding-bottom: 76px;
	}

	.pilar-list .hero-container .hero {
		padding-bottom: 0;
	}

	.page-list .hero-container .hero{
		padding-bottom : 0;
		padding-top : 0;
	}
	
}


.hero-container .hero-wrapper {
	height: 100%;
}

.hero-container .hero-content {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.pilar-list .hero-container .hero-content, .page-list .hero-container .hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin-left : 30px;
}

.hero-container .hero-title {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #36607D;
	background-color: RGBA(255,255,255, 0.70);
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
}

.hero-container .hero-content-pilar {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}


.pilar-list .hero-container .hero-title {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background-color: rgba(199, 159, 99, 0.60);;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
}

.pilar-list .hero-container .hero-title.HL {
	color: #fff;
	background: linear-gradient(0deg, rgba(82, 76, 104, 0.3), rgba(82, 76, 104, 0.3)),linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

@media screen and (min-width: 768px) {
	.hero-container .hero-title {
		font-size: 16px;
		padding: 5px 15px;
	}

	.pilar-list .hero-container .hero-title{
		font-size: 16px;
	}
}

@media screen and (min-width: 1024px) {
	.hero-container .hero-title {
		font-size: 25px;
        line-height: 35px;
	}

	.pilar-list .hero-container .hero-title{
		font-size: 35px;
		font-style: normal;
		line-height: 30px;
	}

	.pilar-list .hero-container .hero-title span{
		display: block;
		font-size: 20px;
		font-style: italic;
		font-weight: 400;
		line-height: 30px;
	}

	.pilar-list.special-HL .hero-container .hero-title span{
		display: inline;
		font-size: 35px;
		font-weight: 700;
		line-height: 30px;
	}
}

.hero-container .hero-subtitle {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.hero-container .hero-subtitle {
		font-size: 40px;
		line-height: 48px;
	}
}

@media screen and (min-width: 1274px) {
	.hero-container .hero-subtitle {
		font-size: 42px;
		line-height: 50px;
	}
}

@media screen and (min-width: 1408px) {
	.hero-container .hero-subtitle {
		font-size: 60px;
		line-height: 71px;
	}
}

.hero-container .hero-h3-title {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	.hero-container .hero-h3-title {
		font-size: 25px;
		line-height: 30px;
	}
}

@media screen and (min-width: 1274px) {
	.hero-container .hero-h3-title {
		font-size: 18px;
		line-height: 27px;
	}
}

@media screen and (min-width: 1408px) {
	.hero-container .hero-h3-title {
		font-size: 25px;
		line-height: 38px;
	}
}

.hero-container .flickity-slider,
.hero-container .flickity-viewport {
	height: 100% !important;
}

.hero-container .hero-bg {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.pilar-list .hero-container .hero-bg {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.hero-container .hero-bg:before {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.typical-properties {
	padding-top: 30px;
}

.typical-properties+.famous-places {
	padding-top: 0;
	padding-bottom : 30px;
}

.famous-places{
	padding-top : 30px;
}


@media screen and (max-width: 1273px) {
	.typical-properties .container-list {
		padding-left: 0;
		padding-right: 0;
		max-width: none;
	}
}

.typical-properties .typical-properties-list {
	overflow: hidden;
}

@media screen and (min-width: 1274px) {
	.typical-properties .typical-properties-list {
		/* display: flex; */
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 1408px) {
	.typical-properties .typical-properties-list {
		/* display: flex; */
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 1274px) {
	.typical-properties .typical-properties-list:after {
		content: 'flickity';
		display: none;
	}
}

@media screen and (max-width: 1408px) {
	.typical-properties .typical-properties-list:after {
		content: 'flickity';
		display: none;
	}
}


.typical-properties .typical-properties-list .typical-properties-item {
	height: 193px;
	position: relative;
	width: 350px;
	margin-right: 10px;
}

@media screen and (min-width: 768px) {
	.typical-properties .typical-properties-list .typical-properties-item {
		height: 240px;
		width: 380px;
	}
}

@media screen and (min-width: 1274px) {
	/* .typical-properties .typical-properties-list .typical-properties-item {
		width: 18%;
		padding: 6px;
		margin: 0;
		height: 131px;
	} */
}

@media screen and (min-width: 1408px) {
	.typical-properties .typical-properties-list .typical-properties-item {
		width: 25%;
		padding: 8px;
		margin: 0;
		height: 187px;
	}
}

.typical-properties .typical-properties-list .typical-properties-item:hover .typical-properties-visual-image {
	transition: all .3s ease;
	transform: scale(1.02);
}

.typical-properties .typical-properties-list .typical-properties-visual-wrapper,
.typical-properties .typical-properties-list .typical-properties-visual {
	height: 100%;
	overflow: hidden;
}

.typical-properties .typical-properties-list .typical-properties-visual-image {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}


.prestige-paris .prestige-paris-property .tag-group{
	display: flex;
	align-items: center;
	position: absolute;
	justify-content: flex-end;
	right: 10px;
}

.h3-prestigious-property{
	margin-bottom : 30px;
}

.prestige-paris-property{
	margin-top : 20px;
	margin-bottom : 40px !important;
}

.more-prestigious-property{
	margin-top : 32px;
}

.department-item-text .prefecture{
	color : #ED1F24;
}

.h4-prestigious{
	margin-top : 0;
	color : #36607D;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	margin-bottom : 14px;
}

@media screen and (min-width: 768px) {
	.h4-prestigious{
		font-size: 18px;
		line-height: 22px;
	}
}

@media screen and (min-width: 1274px) {
	
	.h3-prestigious-property{
		margin-bottom : 21px;
	}

	.prestige-paris-property{
		margin-top : 14px;
		margin-bottom : 0px;
	}

	.more-prestigious-property{
		margin-top : 22px; 
	}

	.h4-prestigious {
		color : #36607D;
		font-weight: 700;
		font-size: 14px;
		line-height: 17px;
		margin-bottom : 14px;
		margin-top : 28px;
	}
}

@media screen and (min-width: 1408px) {
	
	.h3-prestigious-property{
		margin-bottom : 30px;
	}

	.prestige-paris-property{
		margin-top : 20px;
		margin-bottom : 0px;
	}

	.more-prestigious-property{
		margin-top : 32px;
	}

	.h4-prestigious {
		color : #36607D;
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
		margin-bottom : 20px;
		margin-top : 40px;
	}

}


.prestige-paris .prestige-paris-property .tag-group .tag {
	font-size: 11px;
	line-height: 12px;
	padding: 8px;
}

 .prestige-paris .prestige-paris-property .tag-group .tag-new {
	background: #F3F7FA;
	color: #36607D;
}

.prestige-paris .prestige-paris-property .tag-group .tag-ref{
	background: #36607D;
	color: #fff;
	margin-left: 8px;
}

.famous-places .place-list {
	margin-top: 30px;
	margin-bottom: 25px;
}

.prestige-paris{
	margin-bottom : 32px;
}

.typical-properties-list .tag-info-card{
	/* bottom : 34px; */
	bottom : 41px;
}

@media screen and (min-width: 1274px) {
	.famous-places .place-list {
		margin-bottom: 25px;
	}

	.famous-places {
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.page-region .famous-places{
		padding : 0;
	}
}

@media screen and (min-width: 1408px) {
	.famous-places .place-list {
		margin-bottom: 35px;
	}

	.famous-places {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.page-region .famous-places{
		padding : 0;
	}
}

.famous-places .place-list.place-list-more {
	display: none;
}

.famous-places .place-list.place-list-more.opened {
	display: flex;
	margin-top: -23px;
}

@media screen and (min-width: 1274px) {
	.famous-places .place-list.place-list-more.opened {
		margin-top: -24px;
	}
}

@media screen and (min-width: 1408px) {
	.famous-places .place-list.place-list-more.opened {
		margin-top: -35px;
	}
}

.famous-places .place-item-col {
	padding-top: 4px;
	padding-bottom: 4px;
}

.famous-places .place-item-col.is-4.place-item {
	height: 75px;
}

@media screen and (min-width: 768px) {
	.famous-places .place-item-col.is-4.place-item {
		height: 150px;
	}
}

@media screen and (min-width: 1274px) {
	
}

.famous-places .place-item {
	height: 104px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	flex-direction: column;
	transition: all .2s ease;
	padding-left: 5px;
	padding-right: 5px;
}

@media screen and (min-width: 768px) {
	.famous-places .place-item {
		height: 225px;
	}
}

@media screen and (min-width: 1024px) {
	.famous-places .place-item {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 1274px) {
	.famous-places .is-6.place-item-col .place-item {
		height: 230px;
		padding-bottom: 21px;
		justify-content: flex-end;
	}

	.famous-places .is-4.place-item-col .place-item {
		height: 152px;
		padding-bottom: 21px;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 1408px) {
	.famous-places .is-6.place-item-col .place-item {
		height: 329px;
		padding-bottom: 30px;
		justify-content: flex-end;
	}

	.famous-places .is-4.place-item-col .place-item {
		height: 218px;
		padding-bottom: 30px;
		justify-content: flex-end;
	}
}

.famous-places .is-6.place-item-col .place-item:hover, .famous-places .is-4.place-item-col .place-item:hover {
	justify-content: center;
	padding-bottom : 0;
}

.famous-places .place-item:hover:before {
	transition: all .2s ease;
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.famous-places .place-item:hover .place-link {
	display: block;
}

.famous-places .place-text {
	position: relative;
	color: #fff;
	text-shadow: 0px 2.32331px 2.32331px rgba(0, 0, 0, 0.25);
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	line-height: 18px;
}

@media screen and (min-width: 768px) {
	.famous-places .place-text {
		font-size: 25px;
		line-height: 25px;
	}
}

@media screen and (min-width: 1274px) {
	.famous-places .place-text {
		font-size: 18px;
		line-height: 18px;
	}
}

@media screen and (min-width: 1408px) {
	.famous-places .place-text {
		font-size: 25px;
		line-height: 25px;
	}
}

.famous-places .place-link {
	text-shadow: 0px 3.99117px 3.99117px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 13px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.famous-places .place-link {
		margin-top: 7px;
	}
}

@media screen and (min-width: 1024px) {
	.famous-places .place-link {
		margin-top: 15px;
	}
}

@media screen and (min-width: 1274px) {
	.famous-places .place-link {
		font-size: 10px;
		line-height: 10px;
		display: none;
	}
}

@media screen and (min-width: 1408px) {
	.famous-places .place-link {
		font-size: 14px;
		line-height: 14px;
		display: none;
	}
}

.famous-places .player {
	height: 30px;
}

@media screen and (min-width: 768px) {
	.famous-places .player {
		height: 76px;
	}
}

@media screen and (min-width: 1024px) {
	.famous-places .player {
		height: 100px;
		margin-bottom: 80px;
	}
}

.magazine {
	background: #EFEFEF;
	padding: 60px 0;
	margin-top : 30px;
}

.magazine-link{
	text-align: center;
	color : #000000;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.015em;
	text-decoration-line: underline;
}

@media screen and (min-width: 1024px) {
	.magazine {
		padding-top: 75px;
	}
}

.magazine .region-magazine {
	max-height: 220px;
	display: block;
	margin : auto;
}

.pilar .magazine .region-magazine{
	max-height : 170px;
}

.region-magazine-newsletter{
	display:flex;
}

.magazine .col-region-magazine {
	order: 2;
	flex : none;
}

@media screen and (min-width: 768px) {
	.magazine .region-magazine {
		max-height: 250px;
	}

	.pilar .magazine .region-magazine{
		max-height : 250px;
	}
}

@media screen and (min-width: 1024px) {
	.magazine .region-magazine {
		max-height: 360px;
		margin-left: auto;
	}

	.pilar .magazine .region-magazine{
		max-height: 360px;
	}
}

@media screen and (min-width: 1024px) {
	.magazine .col-region-magazine {
		order: 2;
	}
}

.magazine .region-signup-newsletter-input, .footer .footer-signup-newsletter-input  {
	background: #fff;
	font-style: normal;
	border: 1px solid #555;
}

@media screen and (min-width: 1024px) {
	.magazine .region-signup-newsletter-input, .footer .footer-signup-newsletter-input {
		border: 0.5px solid #555;
	}
}

.magazine .region-newsletter-component {
	margin-top: 32px;
}

.magazine label {
	color: #36607D;
}

@media screen and (min-width: 1024px) {
	.magazine .input-text {
		max-width: 365px;
	}

	.input-text-small{
		max-width: 250px;
	}

	.magazine .newsletter-inline{
		width: 40%;
		display: inline-block;
		margin-bottom: 10px;
	}

	.footer .newsletter-inline{
		width: 40%;
		display: inline-block;
		margin-bottom: 10px;
	}
	
}

.magazine .signup-legal {
	color: #36607D;
}

.magazine .checkbox-legal {
	margin-bottom: 32px;
}

.magazine .signup-message {
	margin: 10px 0 0;
	font-weight: 700;
	display : none;
}

/*element w_nesletter*/
#signup .signup-message {
	margin: 10px 0 0;
	font-weight: 700;
	display : none;
}

.contact-message{
	margin: 10px 0 0;
	font-weight: 700;
	display : none;
	text-align: center;
}

.contact-message.ko {
	color: red;
}

.contact-message.ok {
	color: green;
}

.magazine .signup-message.error {
	color: red;
}

.magazine .signup-message.ok {
	color: green;
}

/*element w_newsletter*/
#signup .signup-message.error {
	color: red;
	background-color: #EFEFEF;
	padding : 10px;
}

#signup .signup-message.ok {
	color: green;
	background-color: #EFEFEF;
	padding : 10px;
}

.collections {
	padding: 30px 0 30px;
}

@media screen and (min-width: 1274px) {
	
}

@media screen and (min-width: 1408px) {
	
}


.collections+.typical-properties {
	padding-top: 0;
}

.collections .buttons-list {
	margin: 20px 0;
	justify-content: center;
}

.where-to-live {
	background: #F3F7FA;
	padding: 60px 0 100px;
}

@media screen and (min-width: 1274px) {
	.where-to-live {
		padding-bottom: 36px;
	}
}

@media screen and (min-width: 1408px) {
	.where-to-live {
		padding-bottom: 51px;
	}
}

.where-to-live .where-map {
	height: 172px;
	margin-top: -35px;
	margin: -35px auto -100px;
	display: block;
}

@media screen and (min-width: 768px) {
	.where-to-live .where-map {
		height: 400px;
		margin: 0;
	}
}

@media screen and (min-width: 1274px) {

	.where-to-live h2,
	.where-to-live h3 {
		text-align: left;
	}
}

@media screen and (min-width: 1274px) {
	/* .where-to-live h2 {
		font-size: 26px;
		line-height: 34px;
	} */
}

@media screen and (min-width: 1274px) {
	/* .where-to-live h3 {
		font-size: 10px;
		line-height: 8px;
		font-weight: 400;
		margin-top: 7px;
	} */
}

@media screen and (min-width: 1408px) {

	.where-to-live h2,
	.where-to-live h3 {
		text-align: left;
	}
}

@media screen and (min-width: 1408px) {
	/* .where-to-live h2 {
		font-size: 37px;
		line-height: 48px;
	} */
}

@media screen and (min-width: 1408px) {
	/* .where-to-live h3 {
		font-size: 14px;
		line-height: 12px;
		font-weight: 400;
		margin-top: 10px;
	} */
}

.departments {
	padding: 20px 0 0;
}

.region-selected{
	padding : 0;
}

.all-region{
	margin-top: 20px;
}

.departments .department-legend {
	margin-bottom: 5px;
}

.region-item-content p{
	margin-bottom : 0;
}

.region-item-text{
	height : 121px;
	overflow:auto;
	-webkit-overflow-scrolling: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom : 10px;
}


@media screen and (min-width: 1274px) {
	.departments .department-legend .department-legend-list {
		margin: 0 auto;
	}

	.departments {
		padding: 24px 0 0;
	}
	
	.departments .department-legend {
		margin-bottom: 18px;
	}
}

@media screen and (min-width: 1408px) {
	.departments .department-legend .department-legend-list {
		margin: 0 auto;
	}

	.departments {
		padding: 34px 0 0;
	}

	.region-selected{
		padding : 0;
	}
	
	.departments .department-legend {
		margin-bottom: 25px;
	}
}

.departments .department-legend .department-legend-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #36607D;
	padding : 5px;
}

@media screen and (min-width: 1024px) {
	.departments .department-legend .department-legend-item {
		flex-direction: row;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.departments .department-legend .department-legend-icon {
	height: 20px;
}

@media screen and (min-width: 1024px) {
	.departments .department-legend .department-legend-icon {
		margin-bottom: 0;
	}

	.departments .department-legend .department-legend-icon {
		height: 25px;
		margin-bottom: 10px;
	}
}

.departments .department-legend .department-legend-text {
	color: #36607D;
	font-size: 10px;
	margin-left: 10px;
	display : none;
}

.departments .department-legend .department-legend-text-mobile {
	color: #36607D;
	font-size: 14px;
	margin-left: 10px;
	display : block;
}

@media screen and (min-width: 1274px) {
	.departments .department-legend .department-legend-text {
		font-size: 13px;
		display : block;
	}

	.departments .department-legend .department-legend-text-mobile {
		display : none;
	}
}

@media screen and (min-width: 1274px) {
	/* .departments .department-list {
		padding: 0 42px;
	} */
}

@media screen and (min-width: 1408px) {
	.departments .department-legend .department-legend-text {
		font-size: 15px;
		display : block;
	}

	.departments .department-legend .department-legend-text-mobile {
		display : none;
	}
}

@media screen and (min-width: 1408px) {
	/* .departments .department-list {
		padding: 0 60px;
	} */
}

.departments .department-item {
	border: 1px solid #3C9ECD;
	border-radius: 25px; 
	min-height: 223px;
}

.departments .department-item:hover .department-item-content {
	background: #ECF6FA;
	border-radius: 0 0 25px 25px;
}

.departments .department-item:hover .region-item-content{
	background: #ECF6FA;
	border-radius: 0 0 25px 25px;
}

.departments .department-item-header {
	border-radius: 23px 23px 0 0;
	background: #3C9ECD;
	font-weight: 700;
	font-size: 20px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	padding: 8px 5px;
}

.departments .department-item-header span{
	font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.departments .department-item-content {
	padding: 12px 12px 20px;
	min-height: 29%;
}

.departments .region-item-content {
	padding: 12px 12px 20px;
	position : relative;
}

.departments .department-item-content a {
	text-decoration: underline;
}

.departments .region-item-content a {
	text-decoration: underline;
}

.departments .department-item-icons {
	margin-bottom: 0;
}

.departments .department-item-icon-left {
	height: 25px;
	margin-top: 6px;
	margin-right: 3px;
}

.departments .department-item-icon-right {
	height: 25px;
}

.departments .department-eye {
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.departments .department-eye:hover {
	text-decoration: none;
}

.departments .department-eye .text-eye {
	display: none;
	margin-left: 7px;
	text-decoration: none;
}

.departments .department-eye:hover .text-eye {
	display: block;
}

.departments .department-item-view-more {
	height: 33px;
}

.testimonials {
	background: #36607D;
	color: #fff;
	padding: 60px 0;
}

.regions{
	padding: 40px 0 50px;
}

.departments .region-item-header {
	border-radius: 23px 23px 0 0;
	background: #3C9ECD;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	padding: 8px 5px;
	height : 70px;
}

.departments .region-item-header a{
	color: white;
}

.departments .region-item-header span{
	font-size:16px;
	font-weight:400;
	line-height:16px;
}

@media screen and (min-width: 768px){
	.departments .department-item-content{
		min-height : 75%;
	}

	.departments .region-item-header {
		font-size: 20px;
	}
}

@media screen and (min-width: 1024px){
	.departments .department-item-content{
		min-height : 72%;
	}

	.departments .region-item-header {
		height : 74px;
	}
}

@media screen and (min-width: 1274px) {
	.testimonials {
		padding-bottom: 46px;
	}

	.departments .department-item-content{
		min-height : 72%;
	}

	.departments .region-item-header {
		height : 74px;
	}
}

@media screen and (min-width: 1408px) {
	.testimonials {
		padding-bottom: 65px;
	}

	.departments .department-item-content{
		min-height : 78%;
	}

	.departments .region-item-header {
		font-size: 20px;
		line-height: 30px;
	}

	.departments .region-item-header span{
		font-size:16px;
		font-weight:400;
		line-height:16px;
	}
}

@media screen and (max-width: 1273px) {
	.testimonials .container-testimonials {
		padding-left: 0;
		padding-right: 0;
		max-width: none;
	}
}

.testimonials h2,
.testimonials h3 {
	color: #fff;
}

.testimonials .testimonials-list {
	margin-top: 40px;
	overflow: hidden;
	-webkit-animation: taadaa-testimonials .75s;
	animation: taadaa-testimonials .75s;
}

@-webkit-keyframes taadaa-testimonials {
	0% {
		opacity: 0;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes taadaa-testimonials {
	0% {
		opacity: 0;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@media screen and (min-width: 1274px) {
	.testimonials .testimonials-list.testimonials-list-mobile {
		display: none;
	}
}

@media screen and (min-width: 1408px) {
	.testimonials .testimonials-list.testimonials-list-mobile {
		display: none;
	}
}

.testimonials .testimonials-list.testimonials-list-desktop {
	display: none;
}

@media screen and (min-width: 1274px) {
	.testimonials .testimonials-list.testimonials-list-desktop {
		display: block;
	}
}

@media screen and (min-width: 1408px) {
	.testimonials .testimonials-list.testimonials-list-desktop {
		display: block;
	}
}

.testimonials .testimonial-group {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.testimonials .testimonial-group {
		width: 50%;
	}
}

@media screen and (min-width: 1274px) {
	.testimonials .testimonial-group {
		width: 100%;
		display: flex;
		align-items: center;
	}
}

@media screen and (min-width: 1408px) {
	.testimonials .testimonial-group {
		width: 100%;
		display: flex;
		align-items: center;
	}
}


.testimonials .testimonial-item {
	display: block;
	width: 280px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 10px;
}

@media screen and (min-width: 1274px) {
	.testimonials .testimonial-item {
		width: 18%;
		padding: 0 3px 7px;
		margin: 0;
	}
}

@media screen and (min-width: 1408px) {
	.testimonials .testimonial-item {
		width: 25%;
		padding: 0 4px 10px;
		margin: 0;
	}
}

.testimonials .testimonial-item.is-blue .testimonial-item-wrapper {
	background: #82ABCE;
}

.testimonials .testimonial-item.is-grey .testimonial-item-wrapper {
	background: #86A0B3;
}

.testimonials .testimonial-item.is-light-brown .testimonial-item-wrapper {
	background: #C79F63;
}

.testimonials .testimonial-item.is-brown .testimonial-item-wrapper {
	background: #805618;
}

.testimonials .testimonial-item-wrapper {
	background: #36607D;
	margin: 0;
	min-height: 134px;
	padding-top: 5px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (min-width: 1274px) {
	.testimonials .testimonial-item-wrapper {
		min-height: 116px;
		padding-top: 11px;
	}
}

@media screen and (min-width: 1408px) {
	.testimonials .testimonial-item-wrapper {
		min-height: 165px;
		padding-top: 15px;
	}
}

.testimonials .testimonial-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 60px;
}

@media screen and (min-width: 1274px) {
	.testimonials .testimonial-text {
		font-weight: 700;
		font-size: 12px;
		line-height: 14px;
		min-height: 43px;
	}
}

@media screen and (min-width: 1408px) {
	.testimonials .testimonial-text {
		font-weight: 700;
		font-size: 17px;
		line-height: 20px;
		min-height: 61px;
	}
}

.testimonials .testimonial-author {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	color: #fff;
	font-style: italic;
	font-family: 'Seaweed Script', cursive;
}

@media screen and (min-width: 1274px) {
	.testimonials .testimonial-author {
		font-size: 12px;
		line-height: 21px;
	}
}

@media screen and (min-width: 1408px) {
	.testimonials .testimonial-author {
		font-size: 17px;
		line-height: 30px;
	}
}

.testimonials .testimonial-visual {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 50px 50px 50px 0px;
	transform: matrix(0.99, 0.14, -0.14, 0.99, 0, 0);
	height: 70px;
	margin-bottom: -25px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 70px;
}

@media screen and (min-width: 1274px) {
	.testimonials .testimonial-visual {
		height: 53px;
		width: 53px;
	}
}

@media screen and (min-width: 1408px) {
	.testimonials .testimonial-visual {
		height: 76px;
		width: 76px;
	}
}


.testimonials .testimonial-visual.is-flat {
	-o-object-fit: contain;
	object-fit: contain;
	filter: none;
	border-radius: 0;
	width: auto;
}

.testimonials .col-visuals {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.testimonials .col-visuals .testimonial-quote {
	position: absolute;
	height: 30px;
	top: 15px;
	left: -10px;
}

.about-region-blog, .about-hub-blog {
	background: #fff;
	padding-top: 0;
	margin-top: 20px;

}
	
.about-region-blog+.services, .about-hub-blog+.services {
	padding-top: 0 !important;
}

.about-region-blog .region-blog-title, .about-hub-blog .region-blog-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #789FBF;
	text-decoration: underline;
}

.about-region-blog .region-blog-text, .about-hub-blog .region-blog-text {
	margin-bottom: 25px;
}

.banner {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	color: #fff;
	padding: 5px 24px;
	text-align: center;
	/* font-weight: 700; */
	font-size: 14px;
	overflow: hidden;
	height: 52px;
	z-index: 200;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 1274px) {
	.banner {
		font-size: 10px;
		height: 24px;
	}
}

@media screen and (min-width: 1408px) {
	.banner {
		font-size: 14px;
		height: 34px;
	}
}

.banner.banner-orange {
	background: #CB8C2D;
}

.banner p {
	margin-bottom: 0;
}

.banner a {
	color: #fff;
}

.banner .banner-close {
	position: absolute;
	right: 8px;
    top: 50%;
    transform: translate(-50%, -50%);
	cursor: pointer;
}

.page-region .buying-living {
	background: #DAEDF5;
	border-radius: 5px;
	color: #36607D;
	padding: 10px;
	position: relative;
	margin-top: -73px;
}

@media screen and (min-width: 768px) {
	.page-region .buying-living {
		display: inline-block;
		padding: 10px 35px;
		margin-top: -28px;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .buying-living {
		padding: 15px 21px;
		margin-top: -65px;
		min-width: 708px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .buying-living {
		padding: 21px 30px;
		margin-top: -93px;
		min-width: 1011px;
	}
}

.page-region .buying-living h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.page-region .buying-living h2 {
		font-size: 40px;
		line-height: 48px;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .buying-living h2 {
		font-size: 42px;
		line-height: 50px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .buying-living h2 {
		font-size: 60px;
		line-height: 71px;
	}
}

.page-region .buying-living h2 .region {
	font-weight: 700;
	display: block;
}

.page-region .buying-living h2 .part {
	font-size: 16px;
	line-height: 22px;
	display: block;
	line-height: 28px;
}

@media screen and (min-width: 768px) {
	.page-region .buying-living h2 .part {
		font-size: 25px;
		line-height: 40px;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .buying-living h2 .part {
		font-size: 18px;
		line-height: 38px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .buying-living h2 .part {
		font-size: 25px;
		line-height: 54px;
	}
}

.page-region .buying-living .region-french-map {
	height: 50px;
	position: absolute;
	top: -13px;
	right: -45px;
	display : none;
}

@media screen and (min-width: 768px) {
	.page-region .buying-living .region-french-map {
		height: 72px;
		top: -28px;
		right: -26px;
		display : block;
	}
}

@media screen and (min-width: 1024px) {
	.page-region .buying-living .region-french-map {
		height: 108px;
		top: -57px;
		right: -56px;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .buying-living .region-french-map {
		height: 144px;
		top: -82px;
		right: 22px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .buying-living .region-french-map {
		height: 205px;
		top: -120px;
		right: 31px;
	}
}

.page-region .welcome {
	padding: 30px 0 30px;
}

@media screen and (min-width: 1024px) {
	
}

@media screen and (min-width: 1274px) {
	
}

@media screen and (min-width: 1408px) {
	
}

.page-region .welcome h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #36607D;
}

@media screen and (min-width: 768px) {
	.page-region .welcome h3 {
		font-size: 25px;
		line-height: 25px;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .welcome h3 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .welcome h3 {
		font-size: 25px;
		line-height: 31px;
	}
}

.page-region .welcome h3 strong {
	display: block;
	font-size: 21px;
	line-height: 26px;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.page-region .welcome h3 strong {
		font-size: 30px;
		line-height: 30px;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .welcome h3 strong {
		font-size: 29px;
		line-height: 34px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .welcome h3 strong {
		font-size: 41px;
		line-height: 49px;
	}
}

.page-region .accordion-region {
	margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
	.page-region .accordion-region {
		margin-top: 30px;
	}
}

.page-region .accordion-region .mosaic, .pilar .mosaic {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	border-radius: 0 0 25px 25px;
	margin-left: -1px;
	margin-right: -1px;
}

@media screen and (min-width: 768px) {
	.page-region .accordion-region .mosaic, .pilar .mosaic {
		margin-left: -3px;
		margin-right: -3px;
	}
}

.page-region .accordion-region .mosaic .mosaic-item, .pilar .mosaic .mosaic-item {
	flex: none;
	width: 26%;
	padding: 1px;
}

.page-region .accordion-region .mosaic .mosaic-item:nth-child(3), .pilar .mosaic .mosaic-item:nth-child(3) {
	width: 48%;
}

.page-region .accordion-region .mosaic .mosaic-item:nth-child(4), .pilar .mosaic .mosaic-item:nth-child(4) {
	width: 48%;
}

.page-region .accordion-region .mosaic .mosaic-item:nth-child(5), .pilar .mosaic .mosaic-item:nth-child(5) {
	width: 30%;
}

.page-region .accordion-region .mosaic .mosaic-item:nth-child(6), .pilar .mosaic .mosaic-item:nth-child(6) {
	width: 22%;
}

.page-region .accordion-region .mosaic .mosaic-item, .pilar .mosaic .mosaic-item {
	cursor: pointer;
	height: 60px;
	display: block;
}

@media screen and (min-width: 768px) {
	.page-region .accordion-region .mosaic .mosaic-item, .pilar .mosaic .mosaic-item {
		height: 136px;
		padding: 3px;
	}
}

@media screen and (min-width: 1024px) {
	.page-region .accordion-region .mosaic .mosaic-item, .pilar .mosaic .mosaic-item {
		height: 115px;
	}
}

.page-region .accordion-region .mosaic .mosaic-visual, .pilar .mosaic .mosaic-visual {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.page-region .accordion-region .modal-accordion-mosaic, .pilar .modal-accordion-mosaic {
	z-index: -1;
	opacity: 0;
	display: none;
}

.page-region .accordion-region .modal-accordion-mosaic.is-opened, .pilar .modal-accordion-mosaic.is-opened {
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0000006e;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	z-index: 1500;
	opacity: 1;
}

@media screen and (max-width: 1023px) {
	.page-region .accordion-region .modal-accordion-mosaic.is-opened, .pilar .modal-accordion-mosaic.is-opened  {
		background: #fff;
	}
}

.page-region .accordion-region .modal-accordion-mosaic .modal-inner, .pilar .modal-accordion-mosaic .modal-inner {
	background: #fff;
	padding: 15px;
	width: 992px;
	position: relative;
	font-size: 14px;
}

@media screen and (max-width: 1023px) {
	.page-region .accordion-region .modal-accordion-mosaic .modal-inner, .pilar .modal-accordion-mosaic .modal-inner {
		height: auto;
		width: 100%;
	}
}

.page-region .accordion-region .modal-accordion-mosaic .modal-visual, .pilar .modal-accordion-mosaic .modal-visual {
	width: 100%;
}

.page-region .accordion-region .modal-accordion-mosaic .modal-close, .pilar .modal-accordion-mosaic .modal-close {
	position: fixed;
	top: 15px;
	right: 12px;
	cursor: pointer;
}

@media screen and (min-width: 1024px) {
	.page-region .accordion-region .modal-accordion-mosaic .modal-close, .pilar .modal-accordion-mosaic .modal-close {
		position: absolute;
		top: -15px;
		right: -15px;
		background: #fff;
		padding: 5px;
		border-radius: 50%;
	}
}

.page-region .accordion-region .modal-accordion-mosaic-carousel, .pilar .modal-accordion-mosaic-carousel {
	position: relative;
	height: 230px;
}

@media screen and (min-width: 768px) {
	.page-region .accordion-region .modal-accordion-mosaic-carousel, .pilar .modal-accordion-mosaic-carousel {
		height: 460px;
	}
}

@media screen and (min-width: 1024px) {
	.page-region .accordion-region .modal-accordion-mosaic-carousel, .pilar .modal-accordion-mosaic-carousel {
		overflow: hidden;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .accordion-region .modal-accordion-mosaic-carousel, .pilar .modal-accordion-mosaic-carousel {
		height: 357px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .accordion-region .modal-accordion-mosaic-carousel, .pilar .modal-accordion-mosaic-carousel {
		height: 510px;
	}
}

.page-region .accordion-region .modal-accordion-mosaic-carousel .modal-accordion-mosaic-carousel-item, .pilar .modal-accordion-mosaic-carousel .modal-accordion-mosaic-carousel-item {
	/* width: calc(100% - 30px); */
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.page-region .accordion-region .modal-accordion-mosaic-carousel .modal-accordion-mosaic-carousel-item, .pilar .modal-accordion-mosaic-carousel .modal-accordion-mosaic-carousel-item {
		height: 460px;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .accordion-region .modal-accordion-mosaic-carousel .modal-accordion-mosaic-carousel-item, .pilar .modal-accordion-mosaic-carousel .modal-accordion-mosaic-carousel-item {
		height: 357px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .accordion-region .modal-accordion-mosaic-carousel .modal-accordion-mosaic-carousel-item, .pilar .modal-accordion-mosaic-carousel .modal-accordion-mosaic-carousel-item {
		height: 510px;
	}
}

.page-region .accordion-region .modal-accordion-mosaic-carousel .modal-visual, .pilar .modal-accordion-mosaic-carousel .modal-visual {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.page-region .accordion-region .modal-accordion-mosaic-carousel .flickity-button, .pilar .modal-accordion-mosaic-carousel .flickity-button {
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
	.page-region .accordion-region .modal-accordion-mosaic-carousel .flickity-button, .pilar .modal-accordion-mosaic-carousel .flickity-button  {
		background: #fff;
		padding: 10px 0;
		left: 0;
	}
}

.page-region .accordion-region .modal-accordion-mosaic-carousel .flickity-button:disabled, .pilar .modal-accordion-mosaic-carousel .flickity-button:disabled {
	display: none;
}

.page-region .accordion-region .modal-accordion-mosaic-carousel .flickity-button.next, .pilar .modal-accordion-mosaic-carousel .flickity-button.next {
	left: auto;
	right: -10px;
}

@media screen and (min-width: 1024px) {
	.page-region .accordion-region .modal-accordion-mosaic-carousel .flickity-button.next, .pilar .modal-accordion-mosaic-carousel .flickity-button.next {
		right: 0;
	}
}

.page-region .accordion-region .modal-accordion-mosaic-carousel .flickity-button .flickity-button-icon, .pilar .modal-accordion-mosaic-carousel .flickity-button .flickity-button-icon {
	height: 30px;
	display: block;
	cursor: pointer;
}

.characteristics-bulk{
	flex-wrap: wrap;
}

.attributes{
	list-style: disc;
    margin-left: 18px;
}

.list-benefits{
	list-style: disc;
	margin-left: 25px;
}

.list-benefits .benefit::marker{
	color : #FFF;	
}

.page-region .region-attributes .column:first-child{
	padding-bottom : 0;
}

.page-region .region-attributes .column:last-child{
	padding-top : 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.page-region .region-attributes {
		flex-direction: row-reverse;
	}
}

.page-region .region-attributes .attribute-region-map {
	height: 236px;
	margin-left: auto;
	display: block;
}

@media screen and (min-width: 1024px) {
	.page-region .region-attributes .attribute-region-map {
		margin-left: 50px;
	}	
}

.page-region .region-attributes .attribute-france-map {
	height: 75px;
	margin-top: -20px;
	margin-bottom : 20px;
}

.page-region .region-attributes .attributes-list {
	margin-bottom: -10px;
}

@media screen and (min-width: 1024px) {
	.page-region .region-attributes .attributes-list {
		margin-bottom: -7px;
	}
}

.page-region .region-attributes .attribute-average {
	text-align: center;
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.page-region .region-attributes .attribute-average {
		text-align: left;
		margin-left: 15px;
	}
}

@media screen and (min-width: 1024px) {
	.page-region .region-attributes .attribute-average {
		margin-left: 28px;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .region-attributes .attribute-average {
		margin-left: 37px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .region-attributes .attribute-average {
		margin-left: 52px;
	}
}

.page-region .region-attributes .attribute-item-icon {
	height: 50px;
}

.page-region .region-attributes .attribute-item-text {
	font-weight: 700;
	line-height: 24px;
	margin-top: 5px;
	font-size: 16px;
	text-align: center;
	display: block;
}

@media screen and (min-width: 1274px) {
	.page-region .region-attributes .attribute-item-text {
		font-size: 12px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .region-attributes .attribute-item-text {
		font-size: 17px;
	}
}


.page-region .region-attributes .attribute-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #36607D;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 15px;
}

@media screen and (min-width: 1274px) {
	.page-region .region-attributes .attribute-title {
		font-size: 12px;
		line-height: 14px;
		margin-top: 21px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .region-attributes .attribute-title {
		font-size: 17px;
		line-height: 20px;
		margin-top: 30px;
	}
}


.page-region .region-attributes .attribute-text {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.page-region .region-attributes .buttons-column {
		align-items: center;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .region-attributes .buttons-column {
		flex-direction: row;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .region-attributes .buttons-column {
		flex-direction: row;
	}
}

.page-region .data {
	padding: 32px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 40px;
}

@media screen and (min-width: 1024px) {
	.page-region .data {
		margin-top: 30px;
		margin-bottom : 30px;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .data {
		padding: 36px 0;
		margin: 30px auto;
		max-width: 1180px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .data {
		padding: 51px 0;
		margin: 30px auto 30px;
		max-width: 1314px;
	}
}

.page-region .data .data-content {
	background: #36607d80;
	text-align: center;
	padding: 32px 0;
}

@media screen and (min-width: 1274px) {
	.page-region .data .data-content {
		padding: 21px 0;
		background-color: transparent;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .data .data-content>.container {
		background: #36607d80;
		padding: 21px 0;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .data .data-content {
		padding: 30px 0;
		background-color: transparent;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .data .data-content>.container {
		background: #36607d80;
		padding: 30px 0;
	}
}

.page-region .data .data-content h2 {
	font-weight: 700;
	font-size: 21px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (min-width: 1274px) {
	.page-region .data .data-content h2 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .data .data-content h2 {
		font-size: 25px;
		line-height: 31px;
	}
}

.page-region .cities-department {
	min-height: 365px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	padding: 40px 0;
	margin-top : 20px;
}

@media screen and (min-width: 768px) {
	.page-region .cities-department {
		min-height: 355px;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .cities-department {
		min-height: 363px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .cities-department {
		min-height: 518px;
	}
}

.page-region .cities-department .cities-department-content h2 {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page-region .cities-department .cities-department-map {
		height: 230px;
		margin-left: auto;
		display: block;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .cities-department .cities-department-map {
		height: 274px;
	}

	.page-region .region-intro {
		margin : 60px;
	}
	
}

@media screen and (min-width: 1408px) {
	.page-region .cities-department .cities-department-map {
		height: 391px;
	}
}


.page-region .region-intro .region-intro-wrapper {
	background: #DAEDF5;
	padding: 15px 0;
}

@media screen and (min-width: 768px) {
	.page-region .region-intro .region-intro-wrapper {
		padding: 15px 80px;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .region-intro .region-intro-wrapper {
		padding: 12px 71px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .region-intro .region-intro-wrapper {
		padding: 17px 102px;
	}
}

.page-region .region-intro .region-intro-wrapper .region-intro-logo {
	max-height: 91px;
}

@media screen and (min-width: 768px) {
	.page-region .region-intro .region-intro-wrapper .region-intro-logo {
		margin-left: auto;
		display: block;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .region-intro .region-intro-wrapper .region-intro-logo {
		min-height: 71px;
		max-height: 74px;
	}

	.page-region .region-intro .region-intro-wrapper .region-intro-logo {
		min-height: 27px;
		max-height: 137px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .region-intro .region-intro-wrapper .region-intro-logo {
		min-height: 102px;
		max-height: 195px;
	}

	.page-region .region-intro .region-intro-wrapper .region-intro-logo {
		min-height: 38px;
		max-height: 195px;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .region-intro .region-intro-wrapper .col-link {
		order: -1;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .region-intro .region-intro-wrapper .col-link {
		order: -1;
	}
}

.page-region .region-intro .region-intro-wrapper .region-intro-text {
	color: #36607D;
	margin: 0;
}

@media screen and (min-width: 1274px) {
	.page-region .region-intro .region-intro-wrapper .region-intro-text {
		text-align: right;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .region-intro .region-intro-wrapper .region-intro-text {
		text-align: right;
	}
}

.page-region .region-intro .region-intro-wrapper .region-intro-link {
	color: #36607D;
	font-weight: 700;
	text-decoration: underline;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.page-region .region-intro .region-intro-wrapper .region-intro-link {
		font-size: 20px;
		line-height: 25px;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .region-intro .region-intro-wrapper .region-intro-link {
		margin-bottom: 9px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .region-intro .region-intro-wrapper .region-intro-link {
		margin-bottom: 13px;
	}
}

.page-region .region-intro .region-intro-wrapper .region-intro-link:last-child {
	margin-bottom: 0;
}

.page-region .agents {
	padding-bottom: 30px;
	padding-top: 30px;
}

.page-region .agents .recrutment{
	display: flex;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    margin: auto;
}

.page-region .agents .recrutment p{
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.6px;
	color : #36607D;
	margin-bottom : 20px;
}

.page-region .agents .recrutment a{
	background: #E57D20;
	color : #fff;
	border-color :#E57D20; 
}

@media screen and (min-width: 768px) {
	.page-region .agents .recrutment p{
		font-size: 25px;
		line-height: normal;
		margin-bottom : 0;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .agents {
		padding-bottom: 48px;
		padding-top: 0;
	}

	.page-region .agents .recrutment{
		width: 50%;
	}
	
	.page-region .agents .recrutment p{
		font-size: 30px;
		line-height: 15px; /* 50% */
		color : #36607D;
		margin-bottom : 0;
	}
	
	.page-region .agents .recrutment a{
		background: #E57D20;
		color : #fff;
		border-color :#E57D20; 
	}
}

@media screen and (min-width: 1408px) {
	.page-region .agents {
		padding-bottom: 60px;
	}
}

.page-region .agents .agents-list {
	overflow: hidden;
	width: 100%;
	-webkit-animation: taadaa-agents 1s;
	animation: taadaa-agents 1s;
	margin-bottom : 30px;
}



.page-region .img-special-ski {
	height: 25px;
	vertical-align: middle;
}

.page-region .span-special-ski {
	margin-left : 5px;
	margin-right : 5px;
}

.page-region .ski-information{
	height: 365px;
	margin-bottom : 32px;
}

.page-region .ski-information .ski-information-column{
	background-color : rgb(145, 171, 204, 0.15);
	width : 96%;
	margin: auto;
	padding: 10px;
	overflow: hidden;
}

.page-region .ski-information .ski-information-column .ski-information-text{
	font-weight: 700;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	letter-spacing: -0.015em;
	color:white;
}

.page-region .ski-information .ski-information-column .group-ski{
	filter: drop-shadow(0px 4px 4px #91AFBC);
}

.page-region .ski-information .ski-information-column .logo-leggett{
	height : 20px;
	float : right;	
}

.ski-information-bouton{
	margin-top : 32px;
}

@media screen and (min-width: 768px) {
	/* .page-region .img-special-ski {
		
	}

	.page-region .span-special-ski {
		
	}*/
}

@media screen and (min-width: 1274px) {

	.page-region .ski-information{
		height: 315px;
		margin-top : 42px;
		margin-bottom : 19px;
	}
	
	.page-region .ski-information .ski-information-column{
		background-color : rgb(145, 171, 204, 0.15);
		width : 35%;
		margin: auto;
		padding: 7px;
		overflow: hidden;
	}

	.page-region .ski-information .ski-information-column .ski-information-text{
		font-weight: 700;
		font-size: 14px;
		line-height: 21px;
		text-align: center;
		letter-spacing: -0.015em;
		color:white;
	}
	
}

@media screen and (min-width: 1408px) {

	.page-region .ski-information{
		height: 450px;
		margin-top : 60px;
		margin-bottom : 27px;
	}
	
	.page-region .ski-information .ski-information-column{
		background-color : rgb(145, 171, 204, 0.15);
		width : 50%;
		margin: auto;
		padding: 10px;
		overflow: hidden;
	}

	.page-region .ski-information .ski-information-column .ski-information-text{
		font-weight: 700;
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		letter-spacing: -0.015em;
		color:white;
	}

	.page-region .agents .agents-list {
		margin-bottom : 60px;
	}
	
}

@-webkit-keyframes taadaa-agents {
	0% {
		opacity: 0;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes taadaa-agents {
	0% {
		opacity: 0;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.page-region .agents .agents-list .agent-item, .pilar .agents .agents-list .agent-item {
	width: 137px;
	height: 146px;
	margin-left: 7px;
	margin-right: 7px;
}

.page-region .agents .agents-list .agent-info, .pilar .agents .agents-list .agent-info {
	display: none;
}

.page-region .agents .agents-list .agent-item:hover .agent-info, .page-region .agents .agents-list .agent-item.is-selected .agent-info, .pilar .agents .agents-list .agent-item:hover .agent-info, .pilar .agents .agents-list .agent-item.is-selected .agent-info   {
	display: flex;
}

.page-region .agents .agents-list .agent-item, .pilar .agents .agents-list .agent-item {
	position: relative;
	display: block;
}

.page-region .agents .agents-list .agent-info, .pilar .agents .agents-list .agent-info {
	position: absolute;
	color: #fff;
	font-size: 16px;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 146px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.page-region .agents .agents-list .agent-item:hover .agent-visual:after,  .page-region .agents .agents-list .agent-item.is-selected .agent-visual:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 146px;
	width: 100%;
	background: rgba(54, 96, 125, 0.7);
	border-radius: 50px 50px 50px 0;
}

.pilar .agents .agents-list .agent-item:hover .agent-visual:after,  .pilar .agents .agents-list .agent-item.is-selected .agent-visual:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 146px;
	width: 100%;
	background: rgba(199, 159, 99, 0.8);
	border-radius: 50px 50px 50px 0;
}

.page-region .agents .agents-list .agent-visual, .pilar .agents .agents-list .agent-visual {
	height: 146px;
}

.page-region .agents .agents-list .agent-visual img, .pilar .agents .agents-list .agent-visual img {
	border-radius: 50px 50px 50px 0px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-o-object-fit: cover;
	object-fit: cover;
	height: 146px;
	width: 137px;
}

@media screen and (min-width: 1274px) {
	
	.page-region .agents .agent-photo, .page-region .agents .agent-photo-paris, .page-region .agents .agent-photo-alp, .pilar .agents .agent-photo {
		height: 123px;
	}
}

@media screen and (min-width: 1408px) {
	
	.page-region .agents .agent-photo, .page-region .agents .agent-photo-paris, .page-region .agents .agent-photo-alp, .pilar .agents .agent-photo {
		height: 176px;
	}
}


.page-region .agents .agents-list .name, .pilar .agents .agents-list .name {
	font-weight: 700;
}

.page-region .agents .agents-list .last-name, .pilar .agents .agents-list .last-name {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.page-region .agents .agent-photo, .pilar .agents .agent-photo{
	background-size: cover;
	background-repeat: no-repeat;
	height: 206px;
	padding: 32px 15px;
	position: relative;
	margin-bottom: 30px;
}

.page-region .agents .agent-photo-paris {
	background-size: cover;
	background-repeat: no-repeat;
	height: 104px;
	padding: 32px 15px;
	position: relative;
	margin-bottom: 30px;
}

.page-region .agents .agent-photo-alp{
	background-size: cover;
	background-repeat: no-repeat;
	height: 139px;
	padding: 7px 15px;
	position: relative;
	margin-bottom: 30px;
}

.page-region .agents .no-agent-photo {
	height: 94px;
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}

.page-region .agents .agent-photo h2{
	margin-top:84px;
}

@media screen and (min-width: 768px) {
	.page-region .agents .agent-photo, .pilar .agents .agent-photo {
		height: 431px;
		margin-bottom: 50px;
	}

	.page-region .agents .agent-photo h2 {
		margin-top: 115px;
	}	

	.page-region .agents .agent-photo {
		height: 264px;
	}

	.page-region .agents .agent-photo-paris{
		height : 205px;
	}

	.page-region .agents .agent-photo-alp {
		height: 386px;
	}

	.page-region .agents .no-agent-photo {
		height: 180px;
	}
	
}

@media screen and (min-width: 1274px) {
	.page-region .agents .agent-photo, .pilar .agents .agent-photo {
		height: 419px;
		padding-top: 36px;
		margin-bottom: 53px;
	}

	.page-region .agents .no-agent-photo {
		padding-top: 35px;
		margin-bottom: 53px;
		
	}

	.page-region .agents .agent-photo-paris{
		height : 208px;
		padding-top: 35px;
		margin-bottom: 53px;
	}

	.page-region .agents .agent-photo-alp{
		height : 326px;
		padding-top: 35px;
		margin-bottom: 53px;
	}

	.page-region .agents .agent-photo h2{
		margin-top:264px;
	}

	.page-region .agents .no-agent-photo {
		height: 258px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .agents .agent-photo, .pilar .agents .agent-photo {
		height: 598px;
		padding-top: 51px;
		margin-bottom: 76px;
	}

	.page-region .agents .no-agent-photo {
		padding-top: 51px;
		margin-bottom: 76px;
	}

	.page-region .agents .agent-photo-paris{
		height : 297px;
		padding-top: 51px;
		margin-bottom: 76px;
	}

	.page-region .agents .agent-photo-alp{
		height : 550px;
		padding-top: 51px;
		margin-bottom: 76px;
	}

	.page-region .agents .agent-photo h2{
		margin-top:378px;
	}
}

.page-region .agents .agent-photo h2, .page-region .agents .no-agent-photo h2, .page-region .agents .agent-photo-paris h2, .page-region .agents .agent-photo-alp h2  {
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.page-region .agents .agent-photo .regions-flags,  .page-region .agents .no-agent-photo .regions-flags, .page-region .agents .agent-photo-alp .regions-flags{
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 240px;
}

.page-region .data-content-paris .regions-flags{
	position: absolute;
	bottom: -105px;
	left: 0;
	right: 0;
	margin: auto;
	width: 240px;
}

@media screen and (min-width: 768px) {
	.page-region .agents .agent-photo .regions-flags, .page-region .agents .no-agent-photo .regions-flags, .page-region .agents .agent-photo-alp .regions-flags {
		width: 600px;
		bottom: -30px;
	}

	.page-region .data-content-paris .regions-flags{
		width: 600px;
		bottom: -124px;
	}
	
}

@media screen and (min-width: 1274px) {
	.page-region .agents .agent-photo .regions-flags, .page-region .agents .no-agent-photo .regions-flags {
		width: 488px;
		bottom: -27px;
	}

	.page-region .data-content-paris .regions-flags{
		width: 488px;
		bottom: -81px;
	}

	.page-region .agents .agent-photo-alp .regions-flags{
		width: 488px;
		bottom: -27px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .agents .agent-photo .regions-flags, .page-region .agents .no-agent-photo .regions-flags {
		width: 697px;
		bottom: -38px;
	}

	.page-region .data-content-paris .regions-flags{
		width: 697px;
		bottom: -116px;
	}

	.page-region .agents .agent-photo-alp .regions-flags{
		width: 697px;
		bottom: -38px;
	}
}


.page-region .agents .independent-agents, .paris-independant-agent {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #36607D;
	text-align: center;
	margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
	.page-region .agents .independent-agents, .paris-independant-agent {
		font-size: 30px;
		line-height: 26px;
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .agents .independent-agents, .paris-independant-agent {
		font-size: 24px;
		line-height: 12px;
		margin-bottom: 36px;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .agents .independent-agents, .paris-independant-agent {
		font-size: 34px;
		line-height: 17px;
		margin-bottom: 51px;
	}
}

.page-region .about-region-content {
	background: #DAEDF5;
	padding: 60px 0;
}

.pilar .about-pilar-content {
	background: rgba(199, 159, 99, 0.25);
	padding: 60px 0;
}

.pilar .about-pilar-content.HL {
	padding: 60px 0;
	background: none;
}

@media screen and (min-width: 1274px) {
	.page-region .about-region-content {
		background-color: transparent;
		padding: 48px 0;
	}

	.pilar .about-pilar-content {
		background-color: transparent;
		padding: 48px 0;
	}

	.pilar .about-pilar-content.HL {
		background-color: transparent;
		padding: 48px 0;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .about-region-content {
		background-color: transparent;
		padding: 68px 0;
	}

	.pilar .about-pilar-content {
		background-color: transparent;
		padding: 68px 0;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .about-region-content>.container {
		padding: 36px 119px;
		background: #DAEDF5;
	}

	.pilar .about-pilar-content>.container {
		padding: 36px 119px;
		background: rgba(199, 159, 99, 0.25);
	}

	.pilar .about-pilar-content.HL>.container {
		padding: 36px 119px;
		background: transparent;
	}
}

@media screen and (min-width: 1408px) {
	.page-region .about-region-content>.container {
		padding: 51px 170px;
		background: #DAEDF5;
	}

	.pilar .about-pilar-content>.container {
		padding: 51px 170px;
		background: transparent;
	}
}

.page-region .about-region-content h4, .pilar .about-pilar-content h4{
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.page-region .about-region-content h4, .pilar .about-pilar-content h4 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.pilar.hospitality .about-pilar-content h4{
		text-align: center;
	}
}

.page-region .about-region-content p, .pilar .about-pilar-content p {
	margin-bottom: 30px;
}

.page-region .leggett-immobilier, .pilar .leggett-immobilier {
	padding-bottom: 45px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media screen and (max-width: 1023px) {
	.page-region .leggett-immobilier, .pilar .leggett-immobilier {
		background: none !important;
	}
}

@media screen and (min-width: 768px) {
	.page-region .leggett-immobilier, .pilar .leggett-immobilier {
		text-align: left;
	}
}

@media screen and (min-width: 1024px) {
	.page-region .leggett-immobilier, .pilar .leggett-immobilier {
		text-align: center;
		height: 940px;
	}
}

.page-region .leggett-immobilier>.container-photo, .pilar .leggett-immobilier>.container-photo {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width: 1024px) {
	.page-region .leggett-immobilier>.container-photo, .pilar .leggett-immobilier>.container-photo {
		max-width: none;
	}
}

.page-region .leggett-immobilier .leggett-photo, .pilar .leggett-immobilier .leggett-photo {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 145px;
	padding: 15px 30px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.page-region .leggett-immobilier .leggett-photo, .pilar .leggett-immobilier .leggett-photo {
		min-height: 413px;
		padding: 60px;
	}
}

@media screen and (min-width: 1024px) {
	.page-region .leggett-immobilier .leggett-photo, .pilar .leggett-immobilier .leggett-photo {
		min-height: 0;
		background: none;
	}
}

@media screen and (min-width: 768px) {
	.page-region .leggett-immobilier h2, .pilar .leggett-immobilier h2 {
		text-align: left;
	}
}

@media screen and (min-width: 1024px) {
	.page-region .leggett-immobilier h2, .pilar .leggett-immobilier h2 {
		text-align: center;
		font-size: 48px;
		line-height: 58px;
	}
}

.page-region .leggett-immobilier h3, .pilar .leggett-immobilier h3 {
	color: #789FBF;
}

@media screen and (min-width: 768px) {
	.page-region .leggett-immobilier h3, .pilar .leggett-immobilier h3 {
		text-align: left;
	}	
}

@media screen and (min-width: 1024px) {
	.page-region .leggett-immobilier h3, .pilar .leggett-immobilier h3 {
		text-align: center;
		font-size: 30px;
		line-height: 36px;
	}

	.page-region .leggett-immobilier h3 {
		color: white;
	}
}

@media screen and (min-width: 1024px) {
	.page-region .leggett-immobilier .li-content {
		padding-top: 45px;
		padding-bottom: 150px;
		height: 940px;
		display: flex;
		flex-direction: column;
	}
	
	.pilar .leggett-immobilier .li-content{
		padding-top: 45px;
		padding-bottom: 150px;
		height: 670px;
		display: flex;
		flex-direction: column;
	}
}

@media screen and (min-width: 1274px) {
	.page-region .leggett-immobilier .li-content {
		padding-top: 45px;
		padding-bottom: 150px;
		height: 940px;
		display: flex;
		flex-direction: column;
	}
	
	.pilar .leggett-immobilier .li-content{
		padding-top: 45px;
		padding-bottom: 150px;
		height: 850px;
		display: flex;
		flex-direction: column;
	}
}

.page-region .leggett-immobilier .buttons-column, .pilar .leggett-immobilier .buttons-column {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.page-region .leggett-immobilier .buttons-column, .pilar .leggett-immobilier .buttons-column {
		align-items: center;
	}
}

@media screen and (min-width: 768px) {
	.page-region .leggett-immobilier .buttons-column, .pilar .leggett-immobilier .buttons-column {
		flex-direction: row;
	}
}

@media screen and (min-width: 1024px) {
	.page-region .leggett-immobilier .buttons-column, .pilar .leggett-immobilier .buttons-column {
		flex-direction: column;
	}
}

.page-region .leggett-immobilier .li-title-relax, .pilar .leggett-immobilier .li-title-relax {
	margin: 0;
	font-weight: 700;
	font-size: 21px;
	line-height: 26px;
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
	.page-region .leggett-immobilier .li-title-relax, .pilar .leggett-immobilier .li-title-relax {
		font-size: 30px;
		line-height: 36px;
	}
}

@media screen and (min-width: 1024px) {
	.page-region .leggett-immobilier .help, .pilar .leggett-immobilier .help{
		margin-top: auto;
		text-align: left;
		margin-left: auto;
	}
}

.page-homepage .homepage-search {
	position: relative;
	margin-top: -41px;
	border: 0.5px solid #F6F6F6;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	margin-bottom: 25px;
}

.home-thumb{
	padding-bottom : 20px !important;
	margin-top : 20px;
}

@media screen and (min-width: 768px) {
	/* .page-homepage .homepage-search {
		padding-bottom: 15px;
	} */
}

@media screen and (min-width: 1024px) {
	.page-homepage .homepage-search {
		margin-top: -85px;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .homepage-search {
		border: 1px solid #F6F6F6;
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -55px;
	}
}


.page-homepage .homepage-search .search-form {
	padding: 15px 0 10px;
}

@media screen and (min-width: 768px) {
	.page-homepage .homepage-search .search-form {
		padding: 20px 15px 5px;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .homepage-search .search-form {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .homepage-search .search-form {
		padding-bottom: 0;
	}
}

.page-homepage .homepage-search .buttons {
	margin-top: -5px;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.page-homepage .homepage-search .buttons {
		justify-content: left;
		margin-top: 0;
	}
}

@media screen and (min-width: 1024px) {
	.page-homepage .homepage-search .buttons {
		justify-content: center;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .homepage-search .buttons {
		justify-content: left;
	}
}


@media screen and (min-width: 1408px) {
	.page-homepage .homepage-search .buttons {
		justify-content: left;
	}
}

@media screen and (max-width: 1273px) {
	.page-homepage .homepage-search .col-map {
		display: none;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .homepage-search .col-buttons {
		padding-top: 0;
		padding-left: 6px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .homepage-search .col-buttons {
		padding-top: 0;
		padding-left: 8px;
	}
}

.page-homepage .homepage-search .visual-search-map {
	height: 230px;
	margin-bottom: 10px;
}

.page-homepage .homepage-search .select-search-map {
	color: #36607D;
}

.page-homepage .meets {
	background: #36607D;
	padding: 30px 0;
	margin-top: 30px;
}

.page-homepage .meets .meets-title {
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.page-homepage .meets .meets-title {
		margin-bottom: 30px;
	}
}

.page-homepage .meets .meets-signature {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	font-family: 'Seaweed Script', cursive;
}

@media screen and (min-width: 1024px) {
	.page-homepage .meets .meets-signature {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 35px;
	}
}

.page-homepage .meets .meets-visual {
	display: block;
	margin-left: auto;
	height: 118px;
}

@media screen and (min-width: 768px) {
	.page-homepage .meets .meets-visual {
		height: 218px;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .meets .meets-visual {
		height: 223px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .meets .meets-visual {
		height: 319px;
	}
}

.page-homepage .meets .meets-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin: 0;
}

.page-homepage .relax {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 389px;
	margin-top : 30px;
}

@media screen and (min-width: 768px) {
	.page-homepage .relax {
		justify-content: flex-end;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .relax {
		height: 482px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .relax {
		height: 689px;
	}
}

.page-homepage .relax .help {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	height: 100%;
	padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.page-homepage .relax .help {
		align-items: end;
		padding-right: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.page-homepage .relax .help {
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .relax .help {
		padding-bottom: 29px;
	}
}

@media screen and (min-width: 1408px) {
	page-homepage .relax .help {
		padding-bottom: 42px;
	}
}

.page-homepage .relax .help-text {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.page-homepage .relax .help-text {
		text-align: left;
	}
}

.page-homepage .relax .relax-title {
	font-weight: 700;
	font-size: 21px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 30px;
	text-shadow: 0px 2.32331px 2.32331px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
	.page-homepage .relax .relax-title {
		color: #fff;
		text-shadow: none;
		font-size: 30px;
		line-height: 45px;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .relax .relax-title {
		font-weight: 700;
		font-size: 29px;
		line-height: 34px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .relax .relax-title {
		font-weight: 700;
		font-size: 41px;
    	line-height: 49px;
	}
}

@media screen and (max-width: 1023px) {
	.page-homepage .relax .buttons-column {
		align-items: center;
	}
}

.page-homepage .knowledge, .pilar .knwoledge {
	padding: 60px 0;
}

@media screen and (min-width: 1024px) {

	.page-homepage .knowledge h2,
	.page-homepage .knowledge h3, .pilar .knowledge h2, .pilar .knowledge h3{
		text-align: left;
	}
}

.page-homepage .knowledge .regions-flags, .pilar .knowledge .regions-flags {
	height: 34px;
	display: block;
	margin: 0 auto 30px;
}

@media screen and (min-width: 1024px) {
	.page-homepage .knowledge .regions-flags, .pilar .knowledge .regions-flags  {
		height: 43px;
	}
}

.page-homepage .knowledge .schedules, .pilar .knowledge .schedules {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #789FBF;
}

.page-homepage .knowledge .schedules .is-light, .pilar .knowledge .schedules .is-light{
	font-weight:400;
}

@media screen and (min-width: 1024px) {
	.page-homepage .knowledge .schedules, .pilar .knowledge .schedules {
		font-size: 25px;
		line-height: 30px;
	}
}

.page-homepage .knowledge .support-number, .pilar .knowledge .support-number {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #CB8C2D;
}

.page-homepage .knowledge .support-number-info, .pilar .knowledge .support-number-info{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #CB8C2D;
}

@media screen and (min-width: 1024px) {
	.page-homepage .knowledge .support-number, .pilar .knowledge .support-number {
		font-size: 25px;
		line-height: 30px;
	}

	.page-homepage .knowledge .support-number-info, .pilar .knowledge .support-number-info{
		font-size: 25px;
		line-height: 30px;
	}
}

.page-homepage .knowledge .text-schedule, .pilar .knowledge .text-schedule {
	text-align: center;
}

.page-homepage .awards {
	padding-top: 60px;
	padding-bottom: 50px;
}

.page-homepage .awards .awards-list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
}

@media screen and (min-width: 1274px) {
	.page-homepage .awards .awards-list {
		margin: 36px 0;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .awards .awards-list {
		margin: 51px 0;
	}
}

.page-homepage .awards .awards-list .award-visual {
	max-width: 27%;
	margin: 0 10px;
}

@media screen and (min-width: 768px) {
	.page-homepage .awards .awards-list .award-visual {
		max-height: 200px;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .awards .awards-list .award-visual {
		max-height: 134px;
		margin: 0 18px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .awards .awards-list .award-visual {
		max-height: 191px;
		margin: 0 25px;
	}
}

.page-homepage .awards .awards-press-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}

.pilar .awards-press-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: rgba(255, 255, 255, 0.75);
}

.pilar .awards-press-list .awards-press-item {
	flex: none;
	width: 30%;
	padding: 15px;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.page-homepage .awards .awards-press-list {
		margin-top: 29px;
	}

	.pilar .awards-press-list .awards-press-item {
		flex: none;
		width: 20%;
		padding: 15px;
		text-align: center;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .awards .awards-press-list {
		margin-top: 29px;
	}

	.pilar .awards-press-list .awards-press-item {
		flex: none;
		width: 11%;
		padding: 15px;
		text-align: center;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .awards .awards-press-list {
		margin-top: 42px;
	}

	
}

.page-homepage .awards .awards-press-list .awards-press-item {
	flex: none;
	width: 33%;
	padding: 15px;
	text-align: center;
}



.page-homepage .awards .awards-press-list .awards-press-item:hover img {
	filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(28deg) brightness(98%) contrast(105%);
}

.page-homepage .awards .awards-press-list .awards-press-visual {
	max-height: 30px;
}

@media screen and (min-width: 1274px) {
	.page-homepage .awards .awards-press-list .awards-press-visual {
		max-height: 24px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .awards .awards-press-list .awards-press-visual {
		max-height: 34px;
	}
}

.page-homepage .witness {
	padding-top: 60px;
	padding-bottom: 60px;
}

.page-homepage .witness .witness-content {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 254px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 15px;
}

@media screen and (min-width: 768px) {
	.page-homepage .witness .witness-content {
		min-height: 450px;
		padding-right: 45px;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .witness .witness-content {
		min-height: 541px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .witness .witness-content {
		min-height: 773px;
	}
}

.page-homepage .witness .witness-quote {
	display: block;
	margin-left: auto;
}

@media screen and (min-width: 1274px) {
	.page-homepage .witness .witness-quote {
		height: 46px;
		margin-bottom: 12px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .witness .witness-quote {
		height: 66px;
		margin-bottom: 17px;
	}
}

.page-homepage .witness .witness-text {
	background: rgba(54, 96, 125, 0.75);
	padding: 15px;
}

@media screen and (min-width: 768px) {
	.page-homepage .witness .witness-text {
		padding: 30px;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .witness .witness-text {
		padding: 36px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .witness .witness-text {
		padding: 51px;
	}
}

.page-homepage .witness .witness-signature {
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #fff;
	font-family: 'Seaweed Script', cursive;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	display: block;
}

@media screen and (min-width: 1274px) {
	.page-homepage .witness .witness-signature {
		margin-top: 34px;
		margin-bottom: 34px;
		font-size: 25px;
		line-height: 34px;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .medias {
		padding-bottom: 42px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .witness .witness-signature {
		margin-top: 40px;
		margin-bottom: 40px;
		font-size: 30px;
		line-height: 40px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .medias {
		padding-bottom: 50px;
	}
}

.page-homepage .medias .medias-social-list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 30px;
}

.page-homepage .medias .medias-social-list .social-item {
	margin: 0 10px;
}

.page-homepage .medias .medias-social-list .social-item img {
	height: 32px;
}

.page-homepage .medias .media-item {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.page-homepage .medias .media-item:last-child .btn {
		margin-bottom: 0;
	}
}

.page-homepage .medias .media-item .btn {
	margin-top: 30px;
	margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.page-homepage .medias .media-item .media-visual {
		height: 370px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.page-homepage .services {
	padding-top: 60px;
}

.page-homepage .services .cols-services {
	margin-top: 30px;
	margin-left: 0;
	margin-right: 0;
}

.page-homepage .services .col-service-empty {
	background: #ECF6FA;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
	.page-homepage .services .col-service-empty {
		order: 3;
		text-align: left !important;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .services .col-service-empty {
		padding: 48px 36px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .services .col-service-empty {
		padding: 68px 51px;
	}
}

.page-homepage .services .col-service-empty .service-title {
	color: #36607D;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}

@media screen and (min-width: 1274px) {
	.page-homepage .services .col-service-empty .service-title {
		font-size: 18px;
		line-height: 22px;
		margin-top: 0px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .services .col-service-empty .service-title {
		font-size: 25px;
		line-height: 31px;
		margin-top: 0px;
	}
}

@media screen and (min-width: 1024px) {
	.page-homepage .services .col-service-empty .service-subtitle {
		font-size: 16px;
		line-height: 19px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .services .col-service-empty .service-subtitle {
		margin-top: 18px;
		margin-bottom: 18px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .services .col-service-empty .service-subtitle {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

.page-homepage .services .col-service-empty .service-logo {
	height: 42px;
	display: block;
	margin: 15px auto 0;
}

@media screen and (min-width: 1024px) {
	.page-homepage .services .col-service-empty .service-logo {
		margin-left: 0;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .services .col-service-empty .service-logo {
		height: 41px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .services .col-service-empty .service-logo {
		height: 59px;
	}
}

.page-homepage .services .col-service {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 132px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

@media screen and (min-width: 400px) {
	.page-homepage .services .col-service {
		height: 280px;
	}
}

@media screen and (min-width: 1024px) {
	.page-homepage .services .col-service {
		height: 350;
		align-items: flex-end;
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 1274px) {
	.page-homepage .services .col-service {
		height: 283px;
		padding-bottom: 29px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .services .col-service {
		height: 404px;
		padding-bottom: 42px;
	}
}

.page-homepage .services .col-service:before {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.page-homepage .services .col-service .service-title {
	font-weight: 700;
	position: relative;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-shadow: 0px 1.05458px 1.05458px rgba(0, 0, 0, 0.25);
	margin: 0;
	text-align: center;
}

@media screen and (min-width: 1274px) {
	.page-homepage .services .col-service .service-title {
		font-size: 18px;
		line-height: 18px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .services .col-service .service-title {
		font-size: 25px;
		line-height: 25px;
	}
}

#map, .map-all-region, #map1{
	margin:auto;
}

.region-item-img{
	text-align: center;
}

 .thumb{
	width : 70%;

}

/* Where select */
.search-form-where {
	position: relative;
}
  
.where-select {
	display: none;
}

.where-select-mobile {
	display: none;
}
  
.search-form .search-form-where {
	padding-bottom: 10px;
}
 
.where-result, .where-selected {
	color: #868686;
	font-size: 11px;
	padding: 5px;
	cursor: pointer;
}
  
.where-result:hover {
	background-color: #f6f6f6;
}
  
.where-box {
	display: none;
	position: absolute;
	width: 92%;
	background-color: white;
	padding: 10px;
	z-index: 100;
	box-shadow: 0 -1px 4px 0 rgba(26, 26, 26, 0.08), 0 4px 8px 0 rgba(26, 26, 26, 0.12);
}


@media screen and (min-width: 768px) {
	.where-box {
		width: 46%;
	}

}

@media screen and (min-width: 1024px) {
	.where-box {
		width: 92%;
	}

}

.page-list .search-form-component .where-box {
	display: none;
	position: absolute;
	width: 30%;
	background-color: white;
	padding: 10px;
	z-index: 100;
	box-shadow: 0 -1px 4px 0 rgba(26, 26, 26, 0.08), 0 4px 8px 0 rgba(26, 26, 26, 0.12);
}

.page-list .search-form-component .input-text::placeholder, .page-list .search-form-component .input-text-small::placeholder, .page-list .search-form-component .no-value-price,.page-list .search-form-component .no-value-habitable, .page-list .search-form-component .no-value-price,.page-list .search-form-component .no-value-ext{
	font-weight: 400;
	color : #36607D;
}

.page-list .search-form-component .input-text,.page-list .search-form-component .input-text-small {
	/* font-weight: 700; */
	font-style: normal;
}



.where-selected-item {
	display: flex;
	color: #CB8C2D;
	font-style: italic;
	font-weight: 600;
	font-size: 11px;
	border: 0;
	box-shadow: none;
	width: 100%;
	padding: 5px;
	font-family: "Montserrat", sans-serif;
	justify-content: space-between;
	padding : 5px;
}
  
.where-selected {
	width: 100%;
	background-color: #EBEFF2;
	color: #CB8C2D;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	border: 0;
	box-shadow: none;
	width: 100%;
	padding : 8px 8px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 5px;
}
  
.where-selected>div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width : 92%; 
}
  
.where-more-results {
	color: #fff;
	font-size: 13px;
	width: 22px;
	height: 22px;
	background-color: #CB8C2D;
	border-radius: 50%;
	line-height: 22px !important;
	text-align: center;
	min-width: 0;
	font-weight: 700;
	margin-top: -2px;
	width : 7% !important;
}
  
.where-actions {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	display: inline-block;
}
  
.where-no-results {
	font-size: 13px;
	color: #868686;
	text-align: center;
}
  
.where-actions>button {
	margin: 5px;
	padding: 10px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
}
  
.where-remove {
	font-weight: 900;
	cursor: pointer;
}

.where-actions .confirm {
	background-color: #CB8C2D;
	border: 1px solid #CB8C2D;
	color: #ffffff;
}
  
.where-actions .confirm:hover {
	background-color: transparent;
	color: #CB8C2D;
}
  
.where-actions .clear {
	border: 1px solid #82abce;
	background: transparent;
	color: #82abce;
}
  
.where-selected-title {
	margin-top: 10px;
	font-size: 13px;
	color: #00365f;
	font-weight: 700;
}
  
.where-actions .clear:hover {
	background-color: #82abce;
	color: #ffffff;
}

.where-input:disabled {
    cursor: unset;
    background-color: #d3d3d3;
    color: #fff;
    opacity: 1;
}

.no-rayon-box, .no-rayon-box-mobile {
    display: none;
    -webkit-box-align: start;
    align-items: start;
    color: #36607D;
    font-size: 10px;
    margin-top: 2px;
    font-style: italic;
}

.no-rayon,  .no-rayon-mobile{
	display: flex;
    align-items: center;
    flex-direction: row;
}

.no-rayon .icon-info, .no-rayon-mobile .icon-info {
    vertical-align: middle;
}

#scrollUp{
	position: fixed;
	bottom : 10px;
	right: -100px;
}

#scrollUp img{
	width : 45px;
}

.link-map-search, .link-map-search:hover{
	color: #36607D;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
	text-decoration: underline;
	margin-left:30px;
}

.lake-table{
	margin:auto;
}

@media screen and (min-width: 1274px) {
	.link-map-search, .link-map-search:hover{
		margin-left:0;
	}

	.where-selected{
		padding: 15px 10px;
	}
}

#listMapContainer {
    display: none;
    position: absolute;
    margin: 24px auto;
    padding: 8px;
    z-index: 10;
    background-color: #F3F7FA;
	border: 2px solid #82ABCE;
    border-top-left-radius: 0.95rem;
    border-top-right-radius: 0.95rem;
}

#listMapContainer>p {
    text-align: center;
    margin-bottom: 10px;
}

.icon-close-map {
    vertical-align: middle;
}

#listMap {
    width: 200px;
    height: 200px;
}

.back-to-top-link {
    display: inline-block;
    text-decoration: none;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    position: sticky;
    pointer-events: all;
    top: calc(100vh - 7rem);
    padding: 0.25rem;
}

.back-to-top-wrapper {
    position: absolute;
    right: 3.25rem;
    bottom: 0;
    width: 1em;
    pointer-events: none;
}

.icon-top-scroll {
    width: 100%;
}


@media screen and (min-width : 1274px){
	.back-to-top-link {
        top: calc(100vh - 10rem);
	}
}

.feature-link, .feature-link:hover{
	text-decoration: underline;
}

.apporteur .monh1{
	margin-bottom : 20px;
}

.apporteur .ada-linkedin{
	width : 70%;
	margin: 0 auto;
	display : block;
	margin-bottom : 12px;
}

@media screen and (min-width : 765px){
	.apporteur .ada-linkedin{
		width : 100%;
		float:right;
	}
}

@media screen and (min-width : 1024px){
	.apporteur .ada-linkedin{
		width : 60%;
	}
}

.apporteur .head{
	background-color: rgba(127, 167, 196, 0.3);
	min-height: 200px; 
	overflow: hidden; 
	padding: 13px;
}

.apporteur .head .text{
	color : #505151;
	font-size: 21px;
	font-weight: 300;
	line-height: 28px;
	font-style: italic;
}

.apporteur .head .blue-leggett{
	color : #6AA1DB;
	font-weight: 400;
	font-style: normal;
}

.apporteur .content h2{
	color: #36607D;
	text-align: center;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	margin-top : 20px;
	margin-bottom : 20px;
}

.apporteur .content h3{
	color: #82ABCE;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	margin-bottom : 20px;
}

.apporteur .content h3 span{
	color: #36607D;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

.apporteur .apporteur-submit {
	white-space : initial;
}


@media screen and (min-width : 765px){
	.apporteur .content h2{
		margin-top : 50px;
		margin-bottom : 20px;
		font-size: 30px;
	}

	.apporteur .content h3{
		line-height: 40px;
		font-size: 30px;
	}
	
	.apporteur .content h3 span{
		font-size: 30px;
		line-height: 40px;
	}
	
}

.apporteur .content .list{
	list-style-type: disc;
    list-style-position: inside;
    padding-left: 12px;
    margin-bottom: 10px;
}

.apporteur .fieldset-apporteur{
	margin-bottom : 40px;
}

.apporteur .form-check-text {
	margin-bottom : 20px;

}

.apporteur .form-check-label{
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 16px;
    color: #868686;
}

.apporteur .form-check-input{
    margin-top: 0.5rem;
}

.apporteur .form-check-input-condition{
    margin-top: 0.3rem !important;
    -webkit-appearance: checkbox;
	vertical-align: middle;
}

.apporteur .condition-label{
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
	display: inline;
}

.apporteur .condition-label a {
	text-decoration: underline;
}

.apporteur .apporteur-submit{
	background-color: #f1592d !important;
	width: 100%;
}

.apporteur .apporteur-submit:hover{
	color :#fff;
}

.apporteur .content .bye{
	color: #36607D;
	line-height: 28px;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	text-align:center;
}

@media screen and (min-width : 765px){
	.apporteur .content .bye{
		margin-bottom : 40px;
		line-height: 40px;
		font-size: 30px;
	}
}

.apporteur .content .right{
	padding-right : 0;
	margin-bottom : 10px;
}


@media screen and (min-width : 765px){
	.apporteur .content .right .ada-visuel{
		float: right;
	}

	.apporteur .content .add-main{
		float : right;
	}
}

.apporteur .content .h2-old-right-element{
	color: #6aa1db;
	font-size: 16px; 
	text-align: left; 
	border-bottom: 1px solid #e2e1ec; 
	padding: 0 0 13px; 
	letter-spacing: 1px; 
	font-weight: 700;
	line-height: 25px;
}

.apporteur .content .h2-old-right-element:after{
	background: #6aa1db; 
	width: 32%; 
	height: 7px;
	content: "";
	display: block; 
	position: absolute; 
	margin: 10px 0 0;
}

.apporteur .content .add-main img{
	width : auto;
	margin : 0;
}

.icon-tag-bottom {
	vertical-align : text-bottom;	
}


.icon-tag-text-top {
	vertical-align : text-top;	
}


.icon-tag-middle {
	vertical-align : middle;
	margin-right : 8px;
}

.pilar .h2-hero-title{
	margin-top : 16px;
}

.pilar .h3-title{
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	margin-bottom : 16px;
	letter-spacing: -0.45px;
	color: #7FA7C4;
}

.pilar .accordion-header-text{
	text-align: center;
}

@media screen and (min-width : 765px){
	/* .pilar .h3-title{
		font-size: 18px;
		line-height: 21px;
		margin-bottom : 16px;
	} */
}

@media screen and (min-width : 1024px){
	.pilar .h3-title{
		font-size: 30px;
		line-height: 150%; /* 45px */
	}
}

.pilar .award-visual{
	margin-right : 16px;
}
.pilar-properties-by-type{
	margin-top : 30px;
}

.pilar-properties-by-type h3{
	margin-bottom : 30px;
}

.pilar-properties-by-type .typical-properties{
	padding-top : 0;
	padding-bottom: 0;
}

.pilar-properties-by-type .typical-properties .typical-properties-list{
	margin-top : 8px;
}
.pilar-properties-by-type  .tag{
	padding: 8px;
}

.pilar .box{
	margin-top : 20px;
}

.pilar .tabs-wrapper {
	display: flex;
}

.pilar .tabs {
	flex-grow: 2;
	min-width: 50%;
	margin-right: 30px;
}

.pilar .tabs ul {
	display: block;
	text-align: left;
	border-bottom-color: transparent !important;
}

.pilar .tabs.equestrian ul li {
	display: flex;
    height: 55px;
    padding: 16px 15px 15px 16px;
    align-items: center;
    border-radius: 45px;
    background: #F1E7D8;
    margin-bottom: 16px;
    align-items: center;
    justify-content: space-between;
	
}

.pilar .tabs.HL ul li {
	display: flex;
    height: 55px;
    padding: 16px 15px 15px 16px;
    align-items: center;
    border-radius: 45px;
    background: #DDDDDD;
    margin-bottom: 16px;
    align-items: center;
    justify-content: space-between;
	
}

.pilar .tabs ul li .arrow{
	display:none;
}

.pilar .tabs.equestrian ul li.is-active, .pilar .tabs.equestrian ul li:hover {
	border: 0.5px solid #C79F63;
    background: #C79F63;
}

.pilar .tabs.HL ul li.is-active, .pilar .tabs.HL ul li:hover {
	border: 0.5px solid #524C68;
    background: #524C68;
}

.pilar .tabs ul li.is-active .arrow {
	display:inline-block;
}

.pilar .tabs ul li a {
	display: block;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.255px;
	color : #36607D;
	cursor: pointer;
}

.pilar .tabs ul li.is-active a, .pilar .tabs ul li:hover a{
	color : #FFF;	
}

.pilar .content-wrap .tab-content {
	display: none;
	animation: fadeInLeft 0.5s;
}

.pilar .content-wrap .tab-content.is-active {
	display: block;
}

@-webkit-keyframes fadeInLeft {
	from {
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
		opacity: 0;
   }
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
   }
}

@keyframes fadeInLeft {
	from {
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
		opacity: 0;
   }
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
   }
}

.fadeInLeft {
	opacity: 0;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}


.pilar .collections{
	padding-bottom: 0;
	padding-top : 30px;
}

.pilar .typical-properties{
	padding-bottom : 30px;
}

.pilar .agents{
	min-height : 500px;
	/* height : 760px; */
}

.pilar .agent-description{
	margin-top : 16px;
	margin-bottom : 16px;
}

.pilar .agent-description img{
	margin-right : 8px;
}

.pilar .agent-description p {
	color: #805618;
	line-height: 24px; 
}

.pilar .agent-name{
	color: #36607D;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	margin-bottom : 16px;
}

.pilar .agent-name span{
	color: #36607D;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.pilar .agent-description .agent-photo-desc{
	float: none;
}

.pilar .agent-description .portfolio-link{
	color: #805618;
	text-decoration:underline;
}

.pilar .btn-pilar-property{
	margin-top: 16px;
	margin-bottom : 16px;
}

.pilar .contact{
	padding-top : 30px;
	overflow: hidden;
}

.pilar .contact :nth-child(1){
	order : 2;
}

.pilar .contact h2{
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; 
	text-align: left;
	margin-bottom : 15px;
}

@media screen and (min-width : 765px){
	.pilar .contact :nth-child(1){
		order : initial;
	}
}

@media screen and (min-width : 1024px){
	
	.pilar .agent-description .agent-photo-desc{
		float: right;
	}

	.pilar .agent-description .portfolio-link{
		text-align:right;
		float:right;
	}

	.pilar .agent-name{
		font-size: 24px;
	}
	
	.pilar .agent-name span{
		font-weight: 400;
		line-height: 12px;
		font-size: 16px;
	}

	.pilar .contact h2{
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px; /* 120% */
		text-align: left;
		margin-bottom : 30px;
	}

	.pilar .agents{
		min-height : 660px;
		max-height: 825px;
		padding-top : 30px;
	}

	.pilar .btn-pilar-property{
		margin-top:60px;
	}
}

@media screen and (min-width : 1024px){

	.pilar .agents{
		min-height : 660px;
		max-height: 710px;
		padding-top : 30px;
	}
}

.pilar .form-success-modal{
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position: fixed;
	background-color: rgba(128,128,128,.7);
	z-index: 1000;
}

.pilar .form-success-card{
	width: 50%;
	position: fixed;
	background-color: #fff;
	top: 40%;
	left: 25%;
	margin-top: -120px; /* Negative half of height. */
	z-index: 1000;
}
.pilar .form-success-card-container{
	margin: 20px;
	padding: 30px;
	border: 3px solid #BCDCF5;
}

.pilar .form-success-card-container p{
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 28px;

	/* or 108% */
	text-align: center;
	letter-spacing: -0.015em;

	/* Bleu moyen Leggett */
	color: #82ABCE;
}

.pilar .regions-flags{
	margin-top : 30px;
	width: 60%;
}

.blue-dark{
	color : #36607D;
	font-weight: 700;
}

.pilar-info{
	height : 225px;
	display:flex;
	overflow : hidden;
}

.pilar .independent-agents{
	margin-bottom : 16px;
}

.pilar-info {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 145px;
	padding: 15px 30px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.pilar-info .left{
	width : 80%;
	margin-top: 20px;
}

.pilar-info .left .flex-image{
	margin-bottom : 40px;
}

.pilar-info .left img{
	margin-bottom : 16px;
	width: 30%;
	cursor:zoom-in; 
}

.carousel-image.is-fullscreen img  {
	display: block;
 	height: auto;
	width: auto;
}

.carousel-image.is-fullscreen {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}




@media screen and (min-width : 1024px){
	.pilar-info{
		height : 600px;
		display:block;
		margin-top: 30px;
	}

	.pilar-info .left{
		width : 50%;
		margin-top: 40px;
	}
	

	.pilar-info .left img{
		margin-bottom : 16px;
		width: 50%;
		cursor:zoom-in; 
		margin-right : 10px;
	}

}


@media screen and (min-width : 1274px){

	.pilar-info .left img{
		margin-bottom : 16px;
		width: 30%;
		cursor:zoom-in; 
	}

}

.page-list .about-area-title, .page-list .about-me-title{
	color : #36607D;
	margin-top : 10px;
	margin-bottom : 0;
}

.page-list .hero-title-mobile{
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: white;
	padding: 5px;
	display: inline-block;
}


.page-list .publicity-vertical{
	background : #F3F7FA;
	width : 100%;
	height: 550px;
	display: block;
	position : relative;
	padding: 35px 30px 0;
}

.page-list .publicity-vertical .result-ads-1 .ad-text-1{
	color: #36607D;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 35px;
}

.page-list .publicity-vertical .result-ads-1 .ad-text-2{
	color: #36607D;
	font-size: 41px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
}

.page-list .publicity-vertical .result-ads-1 .ad-text-3{
	color: #36607D;
	font-size: 25px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 120% */
}

.page-list .publicity-vertical .result-ads-12 {
    bottom: 0;
    right: 10px;
    position: absolute;
}

.card {
	background-color: white;
	border-radius: 0.25rem;
	/* box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); */
	color: #4a4a4a;
	max-width: 100%;
	position: relative;
}

.card.exclusive{
	border-bottom: 3px solid #CB8C2D;
}

  
  .card-header:first-child, .card-content:first-child, .card-footer:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
  }
  
  .card-header:last-child, .card-content:last-child, .card-footer:last-child {
	/* border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem; */
  }
  
  .card-header {
	background-color: transparent;
	align-items: stretch;
	box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
	display: flex;
  }
  
  .card-header-title {
	align-items: center;
	color: #363636;
	display: flex;
	flex-grow: 1;
	font-weight: 700;
	padding: 0.75rem 1rem;
  }
  
  .card-header-title.is-centered {
	justify-content: center;
  }
  
  .card-header-icon {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: 1em;
	margin: 0;
	padding: 0;
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 0.75rem 1rem;
  }
  
  .card-image {
	display: block;
	position: relative;
  }

  .card-image:first-child img {
	border-top-left-radius: 0.95rem;
	border-top-right-radius: 0.95rem;
  }

  .card-image .icon-status{
	position: absolute;
    top: 0;
	border-top-right-radius: 0 !important;
  }
  
  
  /* .card-image:last-child img {
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
  } */
  
  .card-content {
	background-color: transparent;
	border-right: 0.7px solid #F3F7FA;
	border-left: 0.7px solid #F3F7FA;

  }

  .card:hover{
	box-shadow: 0 4px 11px rgba(0,0,0,.1);
  }
  
  .card-footer {
	border-top: 1px solid #ededed;
	display: flex;
	background-color : #F3F7FA;
	color : #789FBF;
	font-size : 12px;
	font-weight : 400;
	line-height: 16px;
    align-items: center;
	padding : 8px;
	height: 62px;
  }
  
  .card-footer-item {
	align-items: center;
	display: flex;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: center;
	padding: 0.75rem;
  }
  
  .card-footer-item:not(:last-child) {
	border-right: 1px solid #ededed;
  }
  
  .card .media:not(:last-child) {
	margin-bottom: 1.5rem;
  }

  .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}

.image.is-square, .image.is-1by1 {
	padding-top: 100%;
  }
  
  .image.is-5by4 {
	padding-top: 80%;
  }
  
  .image.is-4by3 {
	padding-top: 75%;
  }
  
  .image.is-3by2 {
	padding-top: 66.6666%;
  }
  
  .image.is-5by3 {
	padding-top: 60%;
  }
  
  .image.is-16by9 {
	padding-top: 56.25%;
  }
  
  .image.is-2by1 {
	padding-top: 50%;
  }
  
  .image.is-3by1 {
	padding-top: 33.3333%;
  }
  
  .image.is-4by5 {
	padding-top: 125%;
  }
  
  .image.is-3by4 {
	padding-top: 133.3333%;
  }
  
  .image.is-2by3 {
	padding-top: 150%;
  }
  
  .image.is-3by5 {
	padding-top: 166.6666%;
  }
  
  .image.is-9by16 {
	padding-top: 177.7777%;
  }
  
  .image.is-1by2 {
	padding-top: 200%;
  }
  
  .image.is-1by3 {
	padding-top: 300%;
  }
  
  .image.is-16x16 {
	height: 16px;
	width: 16px;
  }
  
  .image.is-24x24 {
	height: 24px;
	width: 24px;
  }
  
  .image.is-32x32 {
	height: 32px;
	width: 32px;
  }
  
  .image.is-48x48 {
	height: 48px;
	width: 48px;
  }
  
  .image.is-64x64 {
	height: 64px;
	width: 64px;
  }
  
  .image.is-96x96 {
	height: 96px;
	width: 96px;
  }
  
  .image.is-128x128 {
	height: 128px;
	width: 128px;
  }

.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}

.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

.media .media .media {
  padding-top: 0.5rem;
}

.media .media .media + .media {
  margin-top: 0.5rem;
}

.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

figure.image{
	margin : 0;
}

.card-content .banner-ref-exclusive-new{
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 3px 3px 3px 3px;
	margin-bottom: 8px;
}

.card-content .ref-exclusive-new{
	background-color : #F3F7FA;
	color : #36607D;
	font-size : 12px;
	line-height: 12px;
	font-weight : 500;
	margin-bottom:0;
	padding: 5px;
	text-align: center;
}

.card:hover .ref-exclusive-new{
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.ref-exclusive-new img{
	width : 18px;
	height:12px;
	vertical-align: text-top;
	
}

.tag-exclusif{
	font-weight : 700;
	color : #CB8C2D;
}

.tag-new{
	font-weight : 700;
}

.card-content .property-info{
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
	padding: 0 8px 0 8px;
}

.property-info .location{
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.property-info .location .primary{
	font-weight : 700;
	margin-bottom:0;
	color :#36607D;
}

.property-info .location .info-property{
	font-weight : 500;
	font-size : 12px;
	color : #36607D;
}

.property-info .location .resort{
	font-weight : 500;
}

.property-info .price{
	font-weight: 700;
	font-size:16px;
	line-height: 29px;
	color:#36607D;
}

/* .card:hover .property-info .price{
	width: 100%;
} */


.page-list .card:hover .property-info .price{
	text-align: center;
}

/* .card.exclusive:hover .property-info .price{
	box-shadow: 0px 4px 4px 0px #00000040;
	background-color : #F3F7FA;
	padding: 0 8px 0 8px;
} */

.property-info .price .new-price{
	color : #FF0000;
	font-weight: 700;
}

.property-info .price .old-price{
	font-size: 12px;
	font-weight: 400;
	text-decoration: line-through;
}

.property-info .propname{
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	padding : 0 8px 0 8px;
	color : #36607D;
	width: 100%;
}

.card .list-benefits{
	color : #36607D;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}

.card .shortdesc{
	color : #36607D;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	padding: 0 8px 0 8px;
}

.card .list-benefits .benefit::marker{
	color : #36607D;	
}

.card .list-benefits .benefit{
	text-indent : 0;
}

.line-clamp.line-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.line-clamp.line-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line-clamp.line-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.page-list .result-item-characteristics {
    display: flex;
    justify-content: center;
    padding: 10px 0 5px;
	align-items: center;
	height : 45px;
}

.page-list .result-item-characteristics .characteristics-item {
    margin: 0 10px;
	text-align: center;
}

.pilar-list .result-item-characteristics {
    display: flex;
    justify-content: center;
    padding: 10px 0 5px;
}

.pilar-list .result-item-characteristics .characteristics-item, .page-list .result-item-characteristics .characteristics-item {
    margin: 0 10px;
	text-align: center;
}

.pilar-list .result-item-characteristics .characteristics-visual, .page-list .result-item-characteristics .characteristics-visual {
    display: block;
    margin: 0 auto;
    height: 20px;
    width: auto;
}

.pilar-list .result-item-characteristics .characteristics-name, .page-list .result-item-characteristics .characteristics-name  {
    font-size: 12px;
    line-height: 15px;
	font-weight: 400;
    color: #666666;
}

.pilar-list .result-item-characteristics .characteristics-sold, .page-list .result-item-characteristics .characteristics-sold{
    color : #C4C4C4;
}

.pilar-list .result-item.item-exclusivity .result-item-characteristics, .pilar-list .result-item.item-sold-exclu .result-item-characteristics,.page-list .result-item.item-exclusivity .result-item-characteristics, .page-list .result-item.item-sold-exclu .result-item-characteristics {
    background-color: #f8fbfe;
}

.pilar-list .result-item.item-exclusivity .result-item-characteristics .characteristics-name, .page-list .result-item.item-exclusivity .result-item-characteristics .characteristics-name{
    font-weight: bold;
    color: #00365f;
}

.pilar-list .result-item-characteristics sup, .page-list .result-item-characteristics sup {
    vertical-align: top;
    position: relative;
    top: 2px;
    font-size: 10px;
}

.card-footer .map-region{
	margin-right : 16px;
}

.card-footer .area-resort p{
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 12px;
}

.card-footer .area-resort a{
	color : #789FBF;
	font-size : 12px;
}

.card-footer .area-resort a .town{
	text-decoration: underline;
}

.card-footer .map-region{
	width : 50px;
}

.property-info .description{
	height : 140px;
}

@media screen and (min-width: 1274px) {
	.property-info .description{
		height : 180px;
	}

	.card-footer{
		height: 80px;
	}
}

@media screen and (min-width: 1408px) {
	.property-info .description{
		height : 140px;
	}

	.card-footer{
		height: 62px;
	}
}

@media screen and (max-width: 768px) {
  	.media-content {
    	overflow-x: auto;
  	}

  	.pilar-list .result-item-characteristics .characteristics-item, .page-list .result-item-characteristics .characteristics-item {
		margin: 0 5px;
	}
}

.icon-heart-fav{
	position : absolute;
	top : 8px; 
	right : 8px;
	cursor : pointer;
}

.icon-heart-fav-red{
	position : absolute;
	top : 8px;
	right : 8px;
	cursor : pointer;
}


.results-top{
	display: block;
	margin-top: 20px;
}

.results-top .property-checkbox .properties-found {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #36607D;
	margin-top: 16px;
	margin-bottom: 16px;
	width: 100%;
}

.results-top .checkboxes {
	color: #36607D;
	margin-bottom: 10px;
	display: flex;
}

.results-top .property-checkbox .checkboxes .checkbox {
	accent-color: #36607D;
	margin-bottom : 0;
	font-weight: 400;
}
  
.results-top .property-checkbox .checkboxes .checkbox input[type=checkbox] {
	vertical-align: middle;
}

.sort{
	width: 360px;
	display: flex;
	flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.display-wrapper {
	font-size: 16px;
	line-height: 20px;
	color: #36607D;
	width : 50%;
	margin-bottom : 0;
}
  
#order {
	outline: none;
	border: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #36607D;
	margin-bottom: 8px;
	width : 50%;
	padding : 8px;
}

@media screen and (min-width: 768px) {
	.results-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.results-top .property-checkbox {
	    display: flex;
        flex-direction: row;
        width: 100%;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
	}

	.results-top .property-checkbox .properties-found{
		width: 30%;
	}

	.results-top .checkboxes{
		margin-bottom: 0;
	}

	.sort{
		width: 300px;
	}

	#order{
		width: 95%;
	}
}
  
@media screen and (min-width: 1024px) {
	.results-top {
	  display: flex;
	  justify-content: space-between;
	  margin-top: 15px;
	}

	.results-top .property-checkbox {
	  display: flex;
	  align-items: center;
	}

	.results-top .property-checkbox .properties-found {
	  width: auto;
	  margin-top: 8px;
	  margin-bottom: 8px;
	  font-size: 25px;
	  line-height: 27.5px;
	}

	.results-top .property-checkbox .checkboxes {
	  margin-left: 8px;
	  margin-bottom: 0;
	}

	.results-top .property-checkbox .checkboxes .checkbox {
	  margin-left: 8px;
	}

	.sort{
		width: 610px;
	}

	.display-wrapper{
		width: 70%;
	}

	#order {
	  margin-bottom: 0;
	}

	.page-list .publicity-vertical{
		height : 100%;
	}
}

.agent-info .agent-photo{
	display: block;
    border-radius: 50px 50px 50px 0px;
    margin-bottom: 8px;
    position: absolute;
    top: -38px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 3px solid white;
	width : 30%;
	background : #fff;
}

.agent-info .resort-vignette{
	display: block;
    border-radius: 50px 50px 50px 0px;
    margin-bottom: 8px;
    position: absolute;
    top: -52px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 3px solid white;
	width: 112px;
    height: 136px;
	object-fit: cover;
}

.agent-info .agent-description{
	color :#805618;
	font-weight: 500;
	line-height: 24px;
}

.agent-info .agent-description .link{
	text-decoration: underline;
	color : #805618;
}

.agent-info .agent-portfolio{
	color : #36607D;
	font-weight: 500;
	line-height: 24px;
}

/* .tag-info-agent{
	justify-content: flex-end;
} */

.tag-info-agent .tag-group{
	position : relative;
}

.tag-info-agent .tag-expert{
	padding-left: 50px;
	display: flex;
}

.tag-info-agent .tag-expert img{
	position : absolute;
	left:0;
}

.pilar-list .btn-more{
	border-radius: 45px;
	border: 1px solid #C79F63;
	background: #C79F63;
	color : #FFF;
}

.agent-info h2{
	font-size : 23px;
	font-weight : 400;
	line-height : 25px;
	margin-top: 20px;
	text-align:left;
}

.pilar-list .agent-siret{
	margin-top : 122px;
	font-size: 12px;
	color : #36607D;
	font-weight: 500;
}

.page-list .agent-siret{
	margin-top : 100px;
	font-size: 12px;
	color : #36607D;
	font-weight: 500;
}

.page-list .agent-siret a{
	margin-top : 122px;
	font-size: 12px;
	color : #36607D;
	font-weight: 500;
	text-decoration: underline;
}

.pilar-list .agent-portfolio-link-mobile{
	color : #36607D;
	font-size: 12px;
	text-decoration: underline;
}

.pilar-list.special-HL  .agent-info{
	margin-top : 20px;
}

@media screen and (min-width: 768px) {
	.agent-info .agent-photo{
		width : 15%;
	}

	.agent-info .resort-vignette{
		top:-71px;
	}

	.resort-logo{
		margin-top: 113px;
	}

	.tag-info-agent .tag-expert img {
		top : -8px;
	}

	.pilar-list .agent-info {
		margin-bottom : 16px;
	}
}

@media screen and (min-width: 1024px) {
	.agent-info .agent-photo{
		width : auto;
		top: -40px;	
	}

	.pilar-list .agent-siret, .page-list .agent-siret{
		margin-top : 158px;
	}

	.agent-info .resort-vignette{
		width: 150px;
		height: 201px;
		top: -108px;
		object-fit: cover;
	}

	.tag-info-agent{
		justify-content: start;
	}

	.tag-info-agent .tag-group{
		position : relative;
	}
	
	.tag-info-agent .tag-expert{
		padding-left: 50px;
	}
	
	.tag-info-agent .tag-expert img{
		position : absolute;
		top : -5px;
	}

	.agent-info h2{
		font-size : 30px;
		line-height : 36.57px;
		margin-top: 20px;
	}
}

@media screen and (min-width: 1274px) {

	.agent-info .agent-photo{
		width : auto;
		top: -81px;	
	}

	.pilar-list .agent-siret, .page-list .agent-siret{
		margin-top : 113px;
	}
}


@media screen and (min-width: 1408px) {

	.agent-info .agent-photo{
		width : auto;
		top: -109px;	
	}

	.agent-list .agent-info .agent-photo{
		width: auto;
		top : -96px;
	}

	.agent-list .agent-info .agent-photo{
		width: auto;
		top : -96px;
	}
	
	.pilar-list .agent-siret{
		margin-top : 70px;
	}

	.page-list .agent-siret{
		margin-top : 101px;
	}
}


.pilar-list .agent-info .tag-info-agent{
	display: flex;
	margin-top : 20px;
	margin-bottom : 20px;
}

.agent-info .tag-info .tag-group{
    font-weight: 400;
    margin-bottom: 0;
    padding: 5px;
	margin-right: 16px;
}

.agent-info .tag-info .tag-horse{
	color : #36607D;
	background : #F1E7D8;
}

.agent-info .tag-info .tag-character-property{
	color : #fff;
	background : #CACED4;
}

.pilar .list-equestrian-5{
	list-style: disc;
    list-style-position: outside;
    margin-bottom: 12px;
    margin-left: 16px;
}

.pagination {
    margin-top: 20px;
	margin-bottom: 20px;
}

.pagination .pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .current .pagination-current,
.pagination .pagination-link {
    color: #42526e;
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 6px 13px;
}

.pagination .pagination-link {
    display: flex;
}

.pagination .pagination-nav {
    padding: 3px 6px;
}

.pagination .current .pagination-current {
    font-weight: 400;
    background: #253858;
    color: #fff;
    border-radius: 3px;
}

.pagination .disabled img {
    opacity: 0.3;
}

.page-list .search-form-component {
	background: linear-gradient(0deg, #F3F7FA, #F3F7FA), linear-gradient(0deg, #E1E9EF, #E1E9EF);
	padding: 8px 15px 8px;
	position: relative;
	margin-bottom: 35px;
}

.page-list .search-form-component-mobile .column{
	padding : 9px 15px;
}

.page-list .search-form-component-mobile .buttons.buttons-list {
	justify-content: center;
}

.page-list .search-form-component.opened .search-form-criteria{
	display: flex;
	font-size : 12px;
}

.page-list .search-form-component-mobile.opened .search-form-criteria{
	display: flex;
	font-size : 12px;
}

.page-list .search-form-criteria{
	display: none;
}


.page-list .more-criteria .less, .page-list .more-criteria-mobile .less {
    display: none;
}

.page-list .search-form-component.opened .more, .page-list .search-form-component-mobile.opened .more {
    display: none;
}


.page-list .search-form-component.opened .less, .page-list .search-form-component-mobile.opened .less  {
    display: inline !important;
}

.page-list .more-criteria, .page-list .more-criteria-mobile {
	font-size: 13px;
}

.page-list .text-criteria{
	vertical-align: top;
}

.page-list .more-criteria {
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #00365f;
	position: absolute;
	right: 0;
	bottom: -27px;
}

.page-list .more-criteria-mobile {
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #00365f;
	position: absolute;
	right: 31px;
	bottom: -3px;
}

.page-list .icon-more-criteria{
	width : 15px;
}

.page-list .moreproperties{
	margin-top : 40px;
}

.page-list .moreproperties h2{
	font-size: 25px;
	margin-bottom: 16px;
}

.page-view, .page-static{
	margin-top : 20px;
}

.page-view #description{
	scroll-margin-top: 145px;
}

@media screen and (min-width: 768px) {
	.page-list .more-criteria-mobile {
		bottom: 0;
	}

	.page-list .icon-more-criteria{
		width : auto;
	}
}

.h1-view{
	font-weight : 400; 
	font-size : 16px; 
	line-height : 18px;
	color :#36607D;
}

.page-list .title{
	font-size : 19px; 
	line-height : 20px;
	color :#36607D;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1024px) {
	.h1-view{
		font-size : 25px; 
		line-height : 25px;
		width : 65%;
	}

	.h1-view span{
		font-size : 18px;
		line-height: 18px;
	}

	.page-list .title{
		font-size : 30px; 
		line-height : 36px;
		padding : 12px 0;
	}
}
.page-view .property-header-info-price{
	margin-bottom : 8px;
}

.page-view .property-header-info-price .price{
	margin-bottom : 0;
}

.page-view .price > .prevprice{
	text-decoration:line-through; 
	color: #515151; 
	font-size:10px;
}

.property-favorite-white, .property-favorite-blue, .btn-share, .french-flags{
	height : 25px;
	width : auto;
}

.property-mobile-favorite-white, .property-mobile-favorite-blue, .btn-share-mobile, .st-btn, .french-flags-mobile{
	width : 28px;
	margin-left: 5px;
}

.sharethis-inline-share-buttons.sold{
	width : auto;
}

.sharethis-inline-share-buttons{
	width : 185px;
}

.flickity-prev-next-button{
	width : 34px !important;
	height : 34px !important;
}

.page-view .more{
	color : #36607D;
	cursor: pointer;
	font-weight: 600;
}

@media screen and (min-width: 1024px) {
	
	.page-view .property-header-info-price{
		margin-bottom : 0;
	}

	.page-view .property-header-info-price .price, .page-view .description .price{
		font-weight: 400;
		font-size: 22px;
		line-height : 20px;
		margin-bottom : 0;
	}
	
	.page-view .price > .prevprice{
		font-size:18px;
	}

	.page-view .st-btn, .sharethis-inline-share-buttons{
		width : auto;
	}
	
}

.page-view .form-request .label-text{
	font-size : 16px;
	line-height : 19.5px;
	margin-bottom : 8px;
}

.page-view .form-request .form-request-input{
	margin-bottom : 16px;
}

.page-view .form-request .checkbox-item .label-text{
	font-size : 14px;
	font-weight : 500;
}

.page-view .checkbox-item input[type=checkbox]{
	
    border: 1px solid #36607D;
    box-sizing: border-box;
    border-radius: 4px;
    width: 14px;
    min-width: 14px;
    height: 14px;
    padding: 0;
	margin: 0;	
}

.page-view .checkbox-item input[type=checkbox]:checked {
	background :#36607D url(../../img/icon/icon-checked.svg) center center no-repeat;
}

.page-view .checkbox-item label{
	font-size : 14px;
	font-weight: 500;
}

.page-view .checkbox-item label a {
	color : #36607D;
}

.page-view .tag-info{
	margin-top : 8px;
}

.page-view .tag-info .right {
	display: flex;
    justify-content: space-between;
}

.page-view .tag-info .tag-group .tag img{
	width : 25px;
}

.page-view .form-request .submit-form{
	margin-top : 8px;
	background-color: #CB8C2D;
	color : white;
	border-color: #CB8C2D;
}

.highlight-main{
	height : 235px;
	overflow:hidden;
} 

/* .carousel-cell {
	width: 100%;
	height: 100%;
} */
/* 
.carousel-cell img{
	display: block;
	max-height: 100%;
	width: 100%;
	height: 100%;
} */


.page-view .property-image-main{
	margin-bottom : 20px;
}

.carousel-image{
	overflow : hidden;
}

.carousel-image .carousel-cell{
	width: 20%;
	height: 300px;
	margin-right: 5px;
}

.carousel-image .carousel-cell img{
	height: 100%;
	max-height : 145px;
}

.page-view .property-image-main .info-property-price{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-view .ref-request.tag-info{
	margin-top : 0;
	text-align: center;
}

.page-view .tag-info-mobile{
	position : relative;
	display: flex;
	bottom: 136px;
	align-items: center;
	justify-content: center;
}

.tag-info-card{
	position : relative;
	display: flex;
	bottom: 10px;
	align-items: center;
	justify-content: center;
	font-size : 12px;
}

.page-view .tag-info-mobile .tag-group{
	font-size : 13px;
}

.page-view .carousel-tag{
	position : relative;
	height : 335px;
}


.highlight-main .carousel-cell{
	width: 100%;
	height : 100%;
}

.highlight-main .carousel-cell img {
  display: block;
  width: 100%;
  height : 100%;
  object-fit: cover;
}

.highlight-main.is-fullscreen .carousel-cell {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.highlight-main.is-fullscreen .carousel-cell img  {
	display: block;
	height: auto;
    width: 100%;
}


/* Thumbs */
.highlight-thumbs .carousel-cell {
  margin-top: 10px;
  margin-bottom: 10px;
}
.highlight-thumbs .carousel-cell + .carousel-cell {
  margin-left: 10px;
}
.highlight-thumbs .carousel-cell img {
  display: block;
  opacity: 0.5;
  min-height :80px;
  min-width : 100px;
  height : 80px;
  width : 100px;
}
.highlight-thumbs .carousel-cell.is-nav-selected img {
  opacity: 1;
}
  
  /* Thumbs Scrollbar */
  .highlight-thumbs .carousel-scrollbar {
	position: absolute;
	background-color: #f5f5f5;
	top: 100%;
	left: 0;
	right: 0;
	height: 8px;
	border-radius: 4px;
	overflow: hidden;
	display : none;
  }

  .highlight-thumbs .carousel-scrollbar.is-hidden {
	display: none;
  }

  .highlight-thumbs .carousel-scrollbar-inner {
	position: absolute;
	background-color: #ccc;
	width: 50%;
	min-width: 10%;
	max-width: 100%;
	height: 8px;
	border-radius: 4px;
	cursor: e-resize;
	will-change: left;
  }


@media screen and (min-width: 576px) {
	.highlight-main{
		height : 450px;
		overflow:hidden;
	}

	.page-view .carousel-tag{
		height : 555px;
	}

	.carousel-image .carousel-cell img{
		height: 100%;
		max-height : 100%;
		object-fit: cover;
        width: 100%;
	} 
	
}

@media screen and (min-width: 1024px) {

	/* Main Carousel */
	.highlight-main{
		height : 550px;
		overflow: hidden;
	}

	.page-view .carousel-tag{
		height : 644px;
	}

	.page-view .tag-info{
		position : relative;
		left : 0;
		bottom : 0;
	}

	.carousel-image .carousel-cell{
		height : 300px;
	}

	.highlight-main.is-fullscreen .carousel-cell img  {
		display: block;
		height: auto;
		width: 60%;
	}

}

.page-view .tag-info .tag-group, .agent-info .tag-info .tag-group, .page-view .tag-info-mobile .tag-group, .page-static .tag-info .tag-group, .tag-info-card .tag-group{
	background-color : #F3F7FA;
	color : #36607D;
	font-weight : 400;
	margin-bottom:0;
	padding: 5px;
}

.page-view .tag-info .tag-group .tag-ski-in-out, .page-view .tag-info .tag-group .tag-ski-resort, .page-view .other-features .tag, .page-static .tag-info .tag{
	font-weight: 700;
}

.icon-tag-bottom {
	vertical-align : text-bottom;	
}

.icon-tag-middle {
	vertical-align : middle;
	margin-right : 8px;
}

.page-view .propname h2{
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
}

.page-view .btn-red{
	background : #ED1F24;
	border : #ED1F24;
	text-align: center;
	margin:auto;
	color : #fff;
}

.page-view .tag-info{
	margin-bottom : 8px;
}


@media screen and (min-width: 768px) {
	.page-view .propname h2{
		font-size: 20px;
		font-weight: 700;
		line-height: 18px;
		text-align: left;
	}
}

@media screen and (min-width: 1024px) {

	.carousel{
		height : 585px;
		overflow:hidden;
	}

	.page-view .tag-info{
		position : relative;
		left : 0;
		bottom : 0;
	}

	.page-view .propname h2{
		margin-top: 20px;
		font-weight : 700;
		font-size: 24px;
		line-height: 30px;
		color : #36607D;
		text-align:left;
	}


}

.page-view .buttons.buttons-list{
	justify-content: center;
}

.page-view .buttons-list img, .btn-send{
	margin-right : 8px;
}

.page-view .buttons-list img{
	width : 20px;
	height : 20px;
}

.page-view .buttons-list .map{
	height : 20px;
}

.page-view .meets {
	background: #F3F7FA;
	padding: 30px 0;
	margin-top: 30px;
}

.page-view .meets .meets-title{
	color: #36607D;
	text-align: left;
	font-size: 19px;
	font-weight: 700;
	line-height: 26px; /* 142.857% */
	letter-spacing: -0.21px;
}

.page-view .meets .meets-title span{
	color : #82ABCE;
}

.page-view .meets .meets-text a {
	font-weight:400;
	font-size:14px;
	line-height:20px;
	color :#36607D;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	
}


@media screen and (min-width: 1024px) {

	.page-view .meets .meets-title {
		color: #36607D;
		text-align: left;
		margin-bottom: 20px;
		font-size:30px;
		font-weight : 700;
		line-height:36.57px;
		margin-bottom: 30px;
	}

	.page-view .meets .meets-text a {
	
		font-size:16px;
		line-height:19.5px;
		
	}
}

.page-view .meets .meets-signature {
	color: #36607D;
	font-size: 18px;
	line-height: 24px;
	/* font-style: italic; */
	font-weight : 700;
}

.page-view .meets .any-question{
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: #36607D;
}

@media screen and (min-width: 1024px) {
	.page-view .meets .meets-signature {
		font-size: 30px;
		line-height: 40px;
	}
}

.page-view .meets .meets-visual{
	display: block;
	height: 118px;
	/* transform: rotate(8.02deg); */
    border-radius: 50px 50px 50px 0px;
	margin-bottom : 8px;
}

.page-view .meets .agent-photo{
	font-size : 10px;
	font-weight: 500;
	line-height: 12px;
	color : #82ABCE;

}

.page-view .meets .selling-points{
	background : transparent;
	color : #36607D;
}

.page-view .meets .agent-photo a{
	color : #82ABCE;
	text-align: center;
	text-decoration: underline;
}

.page-view .meets .selling-points .list-benefits .benefit::marker{
	color : #36607D;
}

@media screen and (min-width: 768px) {
	.page-view .meets .meets-visual {
		height: 218px;
	}
}

@media screen and (min-width: 1024px) {
	.page-view .meets .meets-visual{
		height : 176px;
	}
}


@media screen and (min-width: 1274px) {
	.page-homepage .meets .meets-visual {
		height: 223px;
	}

	.page-view .meets .agent-photo{
		font-weight: 500;
		line-height: normal;
		color : #82ABCE;
		font-size: 16px;
	}
}

@media screen and (min-width: 1408px) {
	.page-homepage .meets .meets-visual {
		height: 319px;
	}
}

.page-view .meets .meets-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #36607D;
	margin: 0;
}


.page-view .features{
	margin-top : 30px;
}

/* .page-view .media-tabs{
	overflow : hidden;
	position : relative;
	height : 750px;
}

@media screen and (min-width: 768px) {
	.page-view .media-tabs{
		height : 500px;
	}
}

@media screen and (min-width: 1024px) {
	.page-view .media-tabs{
		height : 500px;
	}
} */

.page-view .features h3, .page-view .media-tabs h3{
	color: #36607d;
	text-transform: uppercase;
	font-weight : 700;
	font-size : 20px;
	text-align: left;
}

.page-view .features .tag-info{
	display: flex;
	flex-wrap: wrap;
}
.page-list .agent-info .tag-info, .page-static .tag-info{
	display: flex;
}

.page-view .other-features .tag-info, .page-static .tag-info{
	display : flex;
	align-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;

}

.page-view .other-features .tag-view{
	margin : 8px;
	width: 80%;
}

.page-view .features .condition{
	margin : 4px;
}

.page-view .product-characteristics-content {
    padding: 0 5px;
    margin-bottom: 20px;
}

.page-view .result-item-characteristics {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
}

.page-view .right .result-item-characteristics {
    display: flex;
    flex-wrap: wrap;
	padding : 0;
}

@media screen and (min-width : 768px){
	.page-view .other-features .tag-info, .page-static .tag-info{
		display : flex;
		align-content: center;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	
	}
	
	.page-view .other-features .tag-view {
		margin-right : 8px;
		width: auto;
	}
}

@media screen and (min-width: 1202px) {
    .page-view .result-item-characteristics {
        justify-content: flex-start;
    }
}

.page-view .result-item-characteristics .characteristics-item {
    display: flex;
    margin: 5px 15px 5px 0;
    font-size: 12px;
    align-items: center;
}
.page-view .right .result-item-characteristics .characteristics-item{
	display: flex;
    margin: 0 5px 0 0;
    align-items: center;
	background-color: #F3F7FA;
	height: 30px;
	width: 30px;
}

.page-view .right .result-item-characteristics .characteristics-item:last-child{
	margin-right : 0;
}

@media screen and (min-width: 1202px) {
    .page-view .result-item-characteristics .characteristics-item {
        font-size: 15px;
    }
}

.page-view .result-item-characteristics .characteristics-visual {
    height: 40px;
    margin-right: 5px;
}

.page-view .right .result-item-characteristics .characteristics-visual {
    height: 80%;
    margin: auto;
}


.page-view .product-characteristics-notice {
    color: #868686;
    font-size: 10px;
}

@media screen and (min-width: 1202px) {
    .page-view .product-characteristics-notice {
        font-size: 12px;
    }
}

.page-view .product-characteristics-desc {
    color: #00365F;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.list-image-double{
	margin-bottom : 14px !important;
}

.list-image-mobile{
	margin-bottom : 2px !important;
}

.image-mobile:nth-of-type(1){
	padding :2px 2px 2px 0px;
}

.image-mobile:nth-of-type(2){
	padding :2px 0px 2px 2px;
}

.image-mobile:nth-of-type(3){
	padding :2px 0px 2px 2px;
}

.image-mobile img{
	height : 100%;
}

.page-view .img-mobile{
	width: 100%;
	height : 120px;
	object-fit: cover;
}

@media screen and (min-width: 576px) {


	.page-view .img-mobile{
		width: 100%;
		height : 230px;
		object-fit: cover;
	}

}

.locations{
	width : 100%;
	padding : 20px;
	color : white;
	font-weight : 400;
	margin-bottom: 16px;
	display: flex;
    flex-direction: column;
	
	background : #82ABCE;
	position : relative;
}

.locations .link-bottom{
	font-weight: 700;
}

.locations .white-link{
	color : white;
	text-decoration: underline;
	font-weight: 700;
}

.locations .map{
	width : 20px;
	height : 20px;
}

.other-features .locations{
	background-color: #F3F7FA;
	color : #36607D;
}

.other-features .locations .link-bottom{
	font-weight: 700;
}

.other-features .locations .white-link{
	color: #36607D;
	font-weight: 700;
	text-decoration-line: underline;
	margin-bottom : 8px;
}

.other-features .locations .list-benefits .benefit::marker{
	color : #36607D;	
}

.selling-points{
	background-color : #36607D;
	color : white;
	margin-bottom : 10px;
	padding : 30px;
}

.finance{
	/* height : 300px; */
	padding : 30px;
	margin-bottom : 30px;
	display: flex;
    flex-direction: column;
	background : #F3F7FA;
	color : #36607D;
}

.page-view .finance .fees-title{
	font-weight : 500;
}

.page-view .finance .prevprice{
	color : #82ABCE;
}

.page-view .finance .price{
	color : #82ABCE;
	line-height: normal;
}

.page-view .finance .fees-info{
	color : #36607D;
	line-height: normal;
	margin-bottom: 0;
}


@media screen and (min-width: 1024px) {
	.selling-points{
		width : 100%;
		border-radius: 30px;
		padding : 20px;
		font-weight : 400;
		background : transparent;
		color : #36607D;
	}

	.finance{
		width : 100%;
		border-radius: 30px;
		padding : 20px;
		font-weight : 400;
		color : #36607D;
		background-color : #82ABCE;
		margin-top : 0;
	}

	.finance .price-title {
		color : white;
	}

	.locations{
		width : 100%;
		border-radius: 30px;
		padding : 20px;
		font-weight : 400;
		margin-top : 10px;
	}

	.page-view .other-features .locations{
		margin-top : 0;
	}

	.locations .column:last-child{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.page-view .img-mobile{
		width: 100%;
		height : 300px;
		object-fit: cover;
	}
	

	.page-view .finance .price{
		color : white;
		line-height: normal;
	}

	.page-view .finance .prevprice{
		color : white;
		font-size : 12px;
	}

	.page-view .finance .price{
		font-size : 18px;
	}

	.page-view .finance .price-title{
		font-size : 20px;
	}
}



.page-view .tabs-section .tabs {
    display: flex;
    margin-bottom: 12px;
}

.page-view .tabs-section .tabs .tab-item {
    color: #00365F;
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    padding-right: 50px;
    padding-bottom: 3px;
}

@media screen and (min-width: 1202px) {
    .page-view .tabs-section .tabs .tab-item {
        padding-right: 2px;
        scroll-margin-top: 150px;
        margin-right : 58px;
    }
}

.page-view .tabs-section .tabs .tab-item.active {
    font-weight: 700;
    color: #CB8C2D;
    border-bottom: 3px solid #CB8C2D;
}

.page-view .tabs-section .tabs .tab-item.active a {
    color: #CB8C2D;
}

.page-view .tabs-section .tabs .tab-item > a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00365F;
}

.page-view .tabs-section .tabs .tab-item .product-characteristics-icons-item-visual,.page-view .tabs-section .tabs .tab-item .product-characteristics-icons-item-visual-360 {
    margin-right: 10px;
	width : 20px;
	height : 20px;
}

.page-view .tabs-section .tab-item-content {
    display: none;
	
}

.page-view .tab-item-content{
	margin-bottom: 20px;
}

.page-view .tabs-section .tab-item-content.active {
    display: block;
}

.page-view .description{
	margin-top : 20px; 
	background:#F3F7FA;
	padding : 20px;
}

.page-view .shortdesc{
	width:100%;
	margin:12px auto;
}

.page-view .description h3{
	text-align:center;
	font-size:24px;
	font-weight : 400;
	line-height:25px;
	color : #36607D;
}

.mobile-desc-button{
	margin:auto;
}

.page-view .product-characteristics-description-more, .page-static .testimonial-more, .mobile-description-more, .pilar .testimonial-description-more  {
    display: none;
	width : 100%;
	margin:auto;
}

@media screen and (min-width: 1024px) {
	.page-view .description h3{
		font-size:30px;
		line-height:36px;
	}
	
}

.page-view .description .price{
	text-align : center;
}

.page-view .recently-view, .page-static .recently-view{
	padding:30px;
	background : #EDEDED;
}


.page-view .suggeted h3, .page-view .recently-view h3{
	font-weight : 700;
	font-size : 40px;
	line-height : 49px;
	color : #36607D;
}

.page-view .focus-on {
	background : #F3F7FA;
	padding-top : 30px;
	padding-bottom : 30px;
}

/* 
.anchor::before {
    content: "";
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
} */


.embed-responsive {
    position: relative;
    display: block;
    overflow: hidden;
	height: 350px;
} 

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-cityscan {
    padding-bottom: 31%;
    height: 680px;
}

.embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 450px;
    border: 0;
}

.page-view .product-characteristics-description-toggle{
	font-family: 'montserrat';
}

.page-view .product-characteristics-description-more.opened, .page-static .testimonial-more.opened, .mobile-description-more.opened, .pilar .testimonial-description-more.opened {
    display: block;
    margin-top : 20px;
}


.page-list .nearby-resort{
	margin : 20px 0;
}

.nearby-resort .neighboring-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.other-to-renovate-list {
	display: flex;
    flex-wrap: wrap;
}

.nearby-resort .neighboring-item, .other-to-renovate-item {
    margin-right: 10px;
    margin-bottom: 2px;
}

@media screen and (min-width: 1202px) {
    .nearby-resort .neighboring-item {
        font-size: 18px;
        line-height: 25px;
    }

	.embed-responsive {
		height: 700px;
	}

	.embed-responsive .embed-responsive-item {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 700px;
		border: 0;
	}
}

.nearby-resort .neighboring-item a, .other-to-renovate-item a {
    /* -webkit-text-decoration-line: underline; */
    text-decoration: underline;
    color: #00365F;
}

@media screen and (min-width: 1202px) {
    .nearby-resort .neighboring-item a {
        font-size: 18px;
        line-height: 25px;
    }
}

.nearby-resort .neighboring-item:after, .other-to-renovate-item:after {
	text-decoration: none;
    content: "|";
    font-weight: 300;
    color: #00365F;
    margin-left: 5px;
}

@media screen and (min-width: 1202px) {
    .nearby-resort .neighboring-item a:after {
        margin-left: 8px;
    }
}



.page-view .suggested h3, .page-view .recently-view h3, .page-view .contact h3, .page-view .focus-on h3, .page-static .recently-view h3{
	color: #36607D;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
}


.page-view .contact h3 > span{
	color: #1E1E1E;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.45px;
}

@media screen and (min-width: 1024px) {
	
	
	.page-view .suggested h3, .page-view .recently-view h3, .page-view .contact h3, .page-view .focus-on h3, .page-static .recently-view h3{
		font-size: 40px;
		line-height: 49px;
		margin-top : 30px;
		margin-bottom : 30px;
		text-align: center;
	}

	.page-view .contact h3 > span{
		color: #1E1E1E;
		font-size: 30px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.45px;
	}

}


.page-view .recently-view, .page-view .contact{
	margin-bottom : 15px;
	margin-top : 15px;
}

.page-view .suggested {
	background: rgba(243, 247, 250, 1);
	overflow: hidden;
	padding-bottom : 30px;
}

.page-view .suggested .nearby-resort{
	margin-bottom : 30px;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1024px) {

	.page-view .recently-view, .page-view .contact{
		margin-bottom : 60px;
		margin-top : 60px;
	}
}

.suggested .card, .suggested .card-header, .recently-view .card, .recently-view .card-header, .contact .card, .contact .card-header{
	background : transparent;
}

.suggested .card-header, .recently-view .card-header, .contact .card-header{
	padding : 0 8px 0 8px;
}

.suggested .property-info, .recently-view .property-info, .contact .property-info{
	width:100%; 
	color : #36607D;
}

.suggested .price-info, .recently-view .price-info, .contact .price-info{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:center;
	margin-bottom:8px;
}

.suggested .town, .recently-view .town, .contact .town{
	min-height : 45px;
}

.suggested .price-info .price, .recently-view .price-info .price /*.contact .price-info .price*/{
	font-size : 14px;
	line-height: 20px;
}

.suggested .price-info .prevprice, .recently-view .price-info .prevprice, .contact .price-info .prevprice{
	font-size : 13px;
}

.suggested .card-favorite-white, .recently-view .card-favorite-white, .contact .card-favorite-white, .suggested .card-favorite-blue, .recently-view .card-favorite-blue, .contact .card-favorite-blue{
	height : 20px;
}

.suggested .card:hover .property-info .price{
	text-align: left;
}

.contact .contact-card-form{
	display : block;
}

.contact .contact-card-form .contact-card{
	margin-bottom : 20px;
	width : 100%;
}

.focus-on h4{
	color: #36607D;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 134.615% */
}

@media screen and (min-width: 576px) {
	.contact .contact-card-form {
    	display: flex;
    	justify-content: center;
  	}

  	.contact .contact-card-form .contact-card {
    	margin-right: 30px;
    	width: 50%;
  	}
}

@media screen and (min-width: 576px) {
  
}

@media screen and (min-width: 768px) {
	.contact .contact-card-form{
		display: flex;
		justify-content: center;
	}

	.contact .contact-card-form .contact-card{
		margin-right: 30px;
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	
	.contact .contact-card-form .contact-card{
		width : 25%;
	}

	.contact .contact-form{
		width : 34%;
	}

	.focus-on h4{
		color: #36607D;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 35px; /* 134.615% */
	}
}


.focus-on .area{
	margin-bottom : 16px;
}

.page-view .selected-criteria-bar {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    z-index: 100;
    font-size: 18px;
    line-height: 16px;
    font-weight: 900;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-view .selected-criteria-bar .bar-text {
    padding: 15px 10px;
    background:#36607D;
    display: block;
    flex: 1 1 auto;
	color : #fff;
}

.share-list{
	display : none;
}

.share-list-mobile{
	display : none;
}

.share-list-mobile.opened, .share-list.opened{
	position : absolute;
	z-index: 10;
	right : 10px;
	background: white;
	padding: 8px 5px;
}

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


.page-view .form-success-modal, .form-about .form-success-modal{
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position: fixed;
	background-color: rgba(128,128,128,.7);
	z-index: 1000;
}

.page-view .form-success-card, .form-about .form-success-card{
	background-color: #fff;
	position: absolute; /* postulat de départ */
	top: 50%; left: 50%; /* à 50%/50% du parent référent */
	transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
	width: 80%;
	z-index: 1000;
}

.page-view .form-success-card-container, .form-about .form-success-card-container{
	margin: 20px;
	padding: 30px;
	border: 3px solid #BCDCF5;
}

.page-view .form-success-card-container p, .form-about .form-success-card-container p{
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 28px;

	/* or 108% */
	text-align: center;
	letter-spacing: -0.015em;

	/* Bleu moyen Leggett */
	color: #82ABCE;
}

.thanksImg{
    display: block;
	width: 100%;
}

.menu {
	font-size: 1rem;
	border : 1px solid #ededed;
	box-shadow: 0 4px 11px rgba(0,0,0,.1);
	border-radius: 0.25rem;
	line-height: 14px;
	margin-top : 30px;
	padding : 8px;
	position : absolute;
	background : white;
	z-index: 10;
	left : -350px;
}

.btn-criteria {
	margin-top : 16px;
}

@media screen and (min-width: 1024px) {
	.thanksImg{
		margin-left: auto;
		margin-right: auto;
		margin-top:10px;
		margin-bottom:10px;
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.menu{
		position : relative;
		left : 0;
	}

	.page-view .form-success-card, .form-about .form-success-card{
		width: 40%;
	}

	.thanksImg{
		margin-left: auto;
		margin-right: auto;
		margin-top:10px;
		margin-bottom:10px;
		width: 35%;
	}
}

.menu-list a {
	border-radius: 0.25rem;
	display: inline;
	color: #868686;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

.menu-list .expand a {
	padding-bottom : 8px;
}
  
.menu-list a:hover {
	background-color: #F3F7FA;
	color: #789FBF;
	border-radius: 0.25rem;
}
  
.menu-list .is-active {
	background-color: #F3F7FA;
	color: #789FBF;
	border-radius: 0.25rem;
}
  
.menu-list li ul {
	border-left: 1px solid hsl(0, 0%, 86%);
	margin: 0 0.75em 0.75em 0.75em;
	padding-left: 0.75em;
}

.menu-list ul.selected{
	display : block;
}
  
.menu-label {
	color: #36607D;
	font-size: 18px;
	text-transform: uppercase;
	font-weight : 700;
}
  
.menu-label:not(:first-child) {
	margin-top: 1em;
}
  
.menu-label:not(:last-child) {
	margin-bottom: 8px;
}


.page-list .selected-criteria {
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #666;
    flex-wrap: wrap;
    justify-content: center;
}

.page-list .selected-criteria-item .criteria-value {
    color: #789FBF;
    margin-right: 5px;
}

.page-list .selected-criteria-item .criteria-remove-value{
	cursor : pointer;
}

.pilar .hero-HL{
	width : 70px;
}

.pilar .cover-hl{
	height : 50%;
}

.pilar .testimonials.HL{
	background: #423D53;
}

.pilar .agent-HL{
	margin-bottom : 30px;
}

.pilar .agent-HL .agent-photo-desc{
	float : right;
}


@media screen and (min-width: 1024px) {
	
	.pilar .leggett-immobilier .HL{
		color : white;
	}
}

.pilar .leggett-immobilier .HL .icon-hl{
	width : 100px;
}

.pilar-list.special-HL h1{
	color: #36607D;
	font-weight: 500;
	font-size: 25px;
	line-height: normal;
	margin-top : 10px;
}


.pilar-list.special-HL .icon-hl{
    position: absolute;
	top: -40px;
    width: 84px;
    height: auto;
}

@media screen and (min-width: 768px) {

	.pilar-list.special-HL .icon-hl{
		position: absolute;
		top: -54px;
		width: 110px;
		height : auto;
	}
}

@media screen and (min-width: 1024px) {
	
	.pilar-list.special-HL .icon-hl{
		position: absolute;
		top: -79px;
		width: auto;
		height : auto;
	}
}

.page-list .leader{
	margin-top :30px;
	margin-bottom : 30px;
}

.page-list .copy {
	width:18px;
	height : 20px;
	margin-left : 8px;
	vertical-align : sub;
	cursor : pointer;
}

.page-list .no-result-header .error-page{
	text-align: center;
    font-size: 24px;
    line-height: 22px;
}

.page-list .no-result-header .span-error{
	color: #000;
	font-weight: 700;
}


.page-list .no-result-header .error-page-small{
    text-align: center;
    font-size: 15px;
    line-height: 16px;
}

.page-list .close-btn, .page-list .open-btn, .page-list .close-mobile-aboutarea, .page-list .close-mobile-aboutme{
	text-decoration: underline;
}

.modal-close {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, 0.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    outline: 0;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    vertical-align: top;
    background: 0 0;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    z-index: 1001;
}
.modal-close:after,
.modal-close:before {
    background-color: grey;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.modal-close:before {
    height: 2px;
    width: 50%;
}
.modal-close:after {
    height: 50%;
    width: 2px;
}

.modal-close:active {
    background-color: rgba(10, 10, 10, 0.4);
}

.dpe-nano{
	cursor: pointer;
}

.dpe-modal{
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position: fixed;
	background-color: rgba(128,128,128,.7);
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.dpe-modal .content {
	margin: auto;
	overflow-y: auto;
	pointer-events: auto;
	width: 564px;
	height: auto;
	max-width: calc(100% - 32px);
	max-height: calc(-64px + 100vh);
	position: fixed;
	background-color: #fff;
	z-index: 1010;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 16px 0px;
	border-radius: 4px;
	padding : 45px;
}

.dpe-modal .content h4{
	font-size: 28px;
	line-height: 28px;
	color: rgb(43, 43, 43);
	font-weight: bold;
	margin-bottom: 16px;
}

.dpe-modal .content .title{
	font-size: 16px;
	color: rgb(43, 43, 43);
	font-weight: 600;
	margin-bottom: 16px;
}

.dpe-modal .content .modal-dpe-cost{
	background-color: rgb(244, 244, 255);
	color: rgb(43, 43, 43);
	border-radius: 8px;
	padding: 8px 16px;
	margin-bottom: 16px;
	width: fit-content;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}

.dpe-modal .content hr{
	width: 100%;
	border-bottom: 1px solid rgb(234, 234, 234);
	margin: 16px 0px;
}

.dpe .dpe-not-required{
	font-size: 18px;
}

.btn-map{
	padding: 8px 16px;
}

.card-condition-favorite{
	background: #f8fbfe;padding : 16px;
}

.card-condition-favorite h4{
	font-size: 19px;
	line-height: 19px;
	color: #82abce;
	margin-bottom : 10px;
}


.card-condition-favorite .alert-message{
	color : red;
	font-weight : 700;
}


.banner:hover .message1 {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
  
.banner:hover .message2 {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

/* .banner:hover .message3 {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

*/
.message-container {
	position: relative;
	width: 100%;
	height: 100%;
}
  
.message {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	white-space: nowrap;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 1);
	transform: translate3d(0, 0, 1);
	will-change: transform, opacity;
	white-space: normal;
}

.message a {
	font-weight: 700;
}


.message1 {
	animation: first-message 20s infinite ease-in-out;
	animation-fill-mode: both;
	opacity: 0;
}

.message2 {
	animation: second-message 20s infinite ease-in-out;
	animation-fill-mode: both;
	opacity: 0;
}

/* .message3 {
	animation: third-message 20s infinite ease-in-out;
	animation-fill-mode: both;
	opacity: 0;
}
*/
/* @keyframes first-message {
	0%   { transform: translateY(100%); opacity: 0; }
	10%  { transform: translateY(0); opacity: 1; }
	30%  { transform: translateY(0); opacity: 1; } 
	40%  { transform: translateY(-100%); opacity: 0; }
	100% { transform: translateY(-100%); opacity: 0; }
}


@keyframes second-message {
	0%    { opacity: 0; }
	33.3% { transform: translateY(100%); opacity: 0; }
	43.3% { transform: translateY(0); opacity: 1; }
	63.3% { transform: translateY(0); opacity: 1; } 
	73.3% { transform: translateY(-100%); opacity: 0; }
	100%  { transform: translateY(-100%); opacity: 0; }
}

*/

/* @keyframes third-message {
	0%    { opacity: 0; }
	66.6% { transform: translateY(100%); opacity: 0; }
	76.6% { transform: translateY(0); opacity: 1; } 
	96.6% { transform: translateY(0); opacity: 1; } 
	100%  { transform: translateY(-100%); opacity: 0; } 
}

*/ @keyframes first-message {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	10% {
		transform: translateY(0);
		opacity: 1;
	}

	40% {
		transform: translateY(0);
		opacity: 1;
	}

	50% {
		transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		transform: translateY(-100%);
		opacity: 0;
	}
}

@keyframes second-message {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	50% {
		transform: translateY(100%);
		opacity: 0;
	}

	60% {
		transform: translateY(0);
		opacity: 1;
	}

	90% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(-100%);
		opacity: 0;
	}
}
.pilar.hospitality .hero-title{
	background-color: RGBA(255, 255, 255, 1)
}

.pilar.hospitality .welcome{
	border-radius: 5px;
	position: relative;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
	border: 1px solid #F6F6F6;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -55px;
	padding: 10px 50px;
}

/* @media screen and (min-width: 768px) {
	.pilar.hospitality .welcome{
		width: 98%;
	}
}

@media screen and (min-width: 1024px) {
	.pilar.hospitality .welcome{
		width: 98%;
	}
} */

.pilar.hospitality .hero-container{
	height : 213px;
	max-height: 213px;
}

.pilar.hospitality .hero-container .img-hero{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 1274px) {
	.pilar.hospitality .welcome{
		width: 1121px;
	}
	
	.pilar.hospitality .hero-container{
		height: 450px;
		max-height: 450px;
	}
}

.pilar.hospitality .welcome h2{
	color : #423D53;
	font-size: 25px;
	line-height: 25px;
	font-weight: 500;
}

.pilar.hospitality .welcome .award-visual{
	height : 22px;
	width: 22px;
}

@media screen and (min-width: 1274px) {
	.pilar.hospitality .welcome .award-visual{
		height : auto;
		width: auto;
	}
}

.pilar.hospitality .collections .icon-collection {
	width: 22px;
	height: 22px;
    vertical-align: text-bottom;
}

.pilar-list .icon-collection{
	width: 22px;
	height: 22px;
    vertical-align: text-bottom;
}

.pilar.hospitality .collections .icon-collection:last-child{
	margin-right : 10px;
}

.pilar.hospitality .collections .btn:hover .icon-collection, .pilar-list .btn:hover .icon-collection{
	filter: brightness(0) invert(1);
}

.pilar.hospitality .tag-info-card{
	bottom: 48px;
}

.pilar.hospitality .pilar-coup-de-coeur .tag-group {
	float : right;
}

.pilar.hospitality .pilar-coup-de-coeur .tag-group .tag-ref{
	background-color : #36607D;
	color : white;
	padding : 5px 10px;
}

.pilar.hospitality .pilar-coup-de-coeur .tag-group .tag-new{
	background-color : #F3F7FA;
	color : #36607D;
	padding : 5px 10px;
}

.pilar.hospitality .tag-group img{
	vertical-align : bottom;
	width : 24px;
	height : 24px;
}

.pilar.hospitality .description-open, .pilar.hospitality .description-close{
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.pilar.hospitality .container-list .img{
		width: 100%;
	}
}


.pilar-list .hide-list{
	display: none;
}

.pilar-list.special-HL .buttons-list{
	justify-content: flex-start;
}

.pilar-list.special-HL .buttons .btn{
	padding : 10px 15px;
}

.page-static.team-page .card{
	box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}

.page-static.team-page .card-content{
	padding : 8px;
}

.page-static .team-name{
    margin-top : 10px;
	margin-bottom: 10px;
}

.page-static .team-name h3{
	line-height: 20px;
	font-weight: 600;
    font-size: 16px;
    color: #69a1d0;
	margin-bottom: 0;
}

.page-static .card .card-image img{
	object-fit : cover;
}

.page-static .title{
	font-size: 35px;
	line-height: 36px;
	padding: 12px 0;
	color: #36607D;
	margin-bottom: 10px;
}

.page-static .banner-img{
	height : 500px;
	position : relative;
}

.page-static .banner-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-static h2{
	font-size: 30px;
	line-height: 36px;
	color: #36607D;
	text-align: left;
}

.page-static .blue-line {
    border: 0;
    border-top: .5px solid #82abce;
    width: 100%;
}

.page-static .header-italics{
	font-style: italic;
	margin: 30px 0 70px;
}

.page-static .contact{
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	margin-bottom : 20px;
}

.page-static .contact .form-contact, .page-static .search-form-component, .page-static .form-newsletter-form{
    width: 80%;
}

.page-static .form-search, .page-static .newsletter{
	position: relative;
	padding : 10px;
	border-radius: 0.25rem;
    box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
	margin-bottom : 30px;
}

@media screen and (min-width : 1024px){
	.page-static .form-search, .page-static .newsletter{
		margin-top: 30px;
	}
}

.page-static .form-search h2, .page-static .newsletter h2{
	line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #69a1d0;
    margin-bottom: 0;
	text-align: center;
}

.page-static .form-search .label-text, .page-static .newsletter .label-text{
	font-size : 16px;
}

.page-static .form-search .select, .page-static .form-search .input-text, .page-static .newsletter .input-text{
	padding : 10px;
}

.page-static .newsletter .checkbox{
	font-size: 16px;
	font-weight: normal;
}

.page-static .newsletter .btn{
	color : #fff;
	background : #CB8C2D;
	border: 1px solid #CB8C2D;
	margin: auto;
}

.page-static .newsletter .btn:hover{
	color : #fff;
	background : #CB8C2D;
	border: 1px solid #CB8C2D;
	margin: auto;
}

.page-static .form-search .btn, .page-static .newsletter .btn{
	padding : 10px 20px;
}

.page-static .mag-guide{
	margin-top : 30px;
	text-align: center;
}

.page-static .mag-guide h2{
	line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #69a1d0;
    margin-bottom: 0;
	text-align: center;
}

.page-static .mag-guide img{
	width : 70%;
	height : auto;
}

.card.hospitality {
    border: 1px solid #36607D;
    background-color: rgba(217, 217, 217, 0.13);
	height : 100%;
}

.card.hospitality .card-content{
	height : 100%;
}

.card.hospitality .box{
    display: flex;
    align-items: flex-start;    
    flex-direction: column;    
    justify-content: space-around;    
    padding: 40px 10px;
	height: 100%;
}

.card.hospitality .box p{
    color : #36607D;
}

.card.hospitality .box .center{
    width: 100%;
    text-align: center;
}

.card.hospitality .box .buttons.buttons-list .btn{
    margin : 4px  0;
    font-size: 14px;
}

.card.hospitality .box p > a{
    color : #36607D;
    text-decoration: underline;
}

.success-modal .modal-background {
	background: rgba(54, 96, 125, 0.75);
}
  
.success-modal .delete {
	position: absolute;
	top: 10px;
	right: 15px;
}
.success-modal .title {
	font-size: 16px;
	margin-bottom: 30px;
}
  
.success-modal .title .logo {
	width: 40%;
	margin-bottom: 30px;
}

/* Modal container */
.modal {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 200;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
  
/* Active state */
.modal.is-active {
	display: flex;
}
  
/* Modal background overlay */
.modal-background {
	background-color: rgba(10, 10, 10, 0.86);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
  
/* Modal card (main box) */
.modal-card {
	max-height: calc(100vh - 160px);
	overflow: hidden;
	width: 100%;
	max-width: 640px;
	background-color: white;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
  
/* Header, body, and footer */
.modal-card-head,
.modal-card-foot {
	padding: 1rem;
	background-color: #f5f5f5;
	border-bottom: 1px solid #dbdbdb;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
  
.modal-card-foot {
	border-top: 1px solid #dbdbdb;
	border-bottom: none;
}
  
.modal-card-body {
	padding: 1rem;
	overflow-y: auto;
	flex-grow: 1;
}
  
/* Close button */
.modal .delete {
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
}

.delete {
	appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 9999px;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	position: relative;
	vertical-align: top;
	width: 20px;
	min-width: 20px;
	min-height: 20px;
}
  
.delete::before,
.delete::after {
	content: '';
	position: absolute;
	left: 9px;
	top: 4px;
	height: 12px;
	width: 2px;
	background-color: #000;
}
  
.delete::before {
	transform: rotate(45deg);
}
  
.delete::after {
	transform: rotate(-45deg);
}

.alert-error{
	font-weight: 700;
    display: none;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-top: 23px;
    padding: 5px;
}

.pilar-form .col-buttons{
	display: flex;
    flex-direction: column-reverse;
}

.pilar-form .where-box{
	width : 38%;
}

.pilar-form .where-more-results{
	width : 5% !important;
}


.hamptons .banner-img{
	height : 250px;
}

@media screen and (min-width : 765px){
	.hamptons .banner-img{
		height : 330px;
	}
}


.hamptons p:first-child{
	margin-top: 20px;
}

.hamptons .logo-leggett-hamptons{
	margin-top : 10px;
	margin-bottom : 10px;
	
}

.page-region.dutch .welcome{
	font-size: 25px;
	line-height: normal;
	color : #36607D;
	text-align: center;
	font-weight: 300;
} 

.page-region.dutch h3 strong{
	color : #FF9B00;
	font-size: 41px;
}


.page-region.dutch .collections .icon-collection {
	width: 22px;
	height: 22px;
    vertical-align: text-bottom;
}

.page-region.dutch .collections .btn:hover .icon-collection, .pilar-list .btn:hover .icon-collection{
	filter: brightness(0) invert(1);
}

.page-region.dutch .where-box{
	width: 29%;
}

.btn.btn-search.no-hover{
	color: #fff;
	background: #FF9B00;
	border : none;
}

.btn.btn-search.no-hover:hover {
	color: #fff;
	background: #FF9B00;
}

.page-region.dutch .dutch-info{
	width : 100%; 
	margin : 30px auto 15px;
}

.page-region.dutch .dutch-list, .page-static.dutch-static .dutch-list{
	list-style-position : inside;
	list-style-type: disc;
	margin-bottom : 10px;
}

.page-region.dutch .dutch-italic {
	font-style:italic;
	margin-bottom : 20px;
}

.page-region.dutch .dutch-blue{
	color : #36607D;
}

.page-region.dutch .text-schedules{
	font-size : 18px;
	color : #789FBF;
	line-height : normal;
}
 
.page-region.dutch .support-number{
	color : #789FBF;
}

.dutch-form-search{
	background-color : #F3F7FA; 
	width: 100%; 
	float: right; 
	padding : 15px;
}

.dutch-form-search h3{
	color : #82ABCE;
	text-align: left;
	padding-left : 10px;
	padding-top : 10px;
}

.dutch-form-search form{
	width : 100%;
}

.page-region.dutch .testimonials{
	margin-bottom : 30px;
	margin-top:30px;
	padding : 30px 0;
}

.page-region.dutch .service h2{
	text-align:left;
	margin-bottom : 20px;
}

.page-region.dutch .service .box{
	width : 100%;
}

.page-region.dutch .service .box p{
	margin-bottom : 5px;
}

.page-region.dutch .service #dutch-contact-form{
	width: 100%; 
	float: right; 
	padding-right: 0;   
	margin-right: 0;
}

.page-region.dutch .service .dutch-links{
	background-color : #D9D9D9;
	color : #36607D;
	padding : 10px; 
	margin-bottom : 30px;
}

.page-region.dutch .service .dutch-links h3{
	color : #36607D;
	text-align:left;
	padding-left : 10px;
	font-weight: 700;
}

.page-region.dutch .service .dutch-links .dutch-page{
	color : #36607D;
	text-decoration : underline;
}

.page-region.dutch .agents .independent-agents{
	line-height : 34px;
}

.page-region.dutch .agents .agents-list{
	margin-bottom : 30px;
}

.page-region.dutch .agents .recrutment{
	margin-bottom : 20px;
	flex-direction: column;
}

.page-region.dutch .agents .recrutment p{
	line-height: normal;
	margin-bottom: 20px;
}

.page-region.dutch .agents .recrutment .btn{
	background: #FF9B00;
}

.page-region.dutch .data{
	margin: 0 auto;
}

.page-region.dutch .collections {
	padding: 30px 0 0;
}

.page-region.dutch .data .data-content h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.page-region.dutch .data{
	padding : 0;
}

.page-region.dutch .data .data-content {
	background: transparent;
}

.page-region.dutch .data .data-content>.container {
	background: transparent;
    padding: 30px 0;
    transform: translate(-50%, 50%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -19%);
}

@media screen and (min-width: 768px) {
	.page-region.dutch .data .data-content h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.page-region.dutch .regions-flags{
		width : 80%;
	}

	.dutch-form-search{
		width: 90%; 
		margin: auto;
		float: none;
		padding : 15px;
	}

	.page-region.dutch .service #dutch-contact-form{
		width: 90%;
	}

}

@media screen and (min-width: 1024px) {
	.page-region.dutch .data{
		margin: 0 auto 30px;
	}

	.page-region.dutch .collections {
		padding: 30px 0 30px;
	}

	.page-region.dutch .service #dutch-contact-form{
		margin-top : 114px;
	}

	.dutch-form-search{
		width: 100%; 
		float: right; 
	}

}

@media screen and (min-width: 1408px) {
	
	.page-region.dutch .data .data-content h2 {
		font-size: 41px;
		line-height: 49px;
		margin : 0;
	}

}

@media screen and (min-width: 1408px) {
	
}

.page-region.dutch .agents{
	padding-bottom : 0;
	padding-top : 0;
}

.page-region.dutch .magazine{
	padding: 30px 0;
}

.page-region.dutch .magazine p{
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom : 10px;
}

.page-region.dutch .hero-container{
	height : 213px;
	max-height: 213px;
}

.page-static.dutch-static h2{
	text-align: center;
}

.page-static.dutch-static blockquote{
	background-color: #f9f9f9;
	border-left: 10px solid #82ABCE;
	padding: 0.5em 20px;
	color:#777; 
	margin: 0 0 10px;
}

.page-static.dutch-static blockquote.blue {
	border-left: 8px solid #82ABCE;
}

.page-static.dutch-static .pre-header {
    font-weight: 900;
    font-size: 30px;
    margin-top: 50px;
    display: block;
    color: #82ABCE;
    font-weight: bold;
}

.page-static.dutch-static .block {
    padding: 25px 15px;
}

.page-static.dutch-static .block.blue {
    background-color: #82ABCE;
	color : white;
}

.page-static.dutch-static .block.blue h3, .page-static.dutch-static .block.orange h3, .page-static.dutch-static .block.grey h3, .page-static.dutch-static .block.turquoise h3{
	color : white;
}

.page-static.dutch-static .block.orange h2, .page-static.dutch-static .block.grey h2, .page-static.dutch-static .block.turquoise h2{
	color : white;
}

.page-static.dutch-static .block.orange {
    background-color: #F48619;
	color : white;
}

.page-static.dutch-static .block.grey {
    background-color: #8c8c87;
	color : white;
}

.page-static.dutch-static .block.turquoise {
    background-color: #6cc;
	color : white;
}

.page-static.dutch-static .block.lightgrey {
    background-color: #f0f0ef;
}

.page-static.dutch-static .block.lightblue {
    background-color: #6cf;
}

.page-static.dutch-static .block.lightgrey h2{
	color: #656666;
}

.page-static.dutch-static .dutch-menu{
	background-color : #D9D9D9;
	padding : 10px;
	margin-bottom : 30px;
}

.page-static.dutch-static .dutch-menu h2{
	margin-bottom : 25px;
}

.page-static.dutch-static .dutch-menu .dutch-list li{
	text-indent: -1.1em;
    padding-left: 1.5em;
}

.page-static.dutch-static .dutch-menu .dutch-list li::marker {
  color: #36607D;  
  font-size: 12px;
}

.page-static.dutch-static .dutch-menu .dutch-list .dutch-page{
	color : #36607D;
	text-decoration : underline;
}

.page-static.dutch-static .dutch-menu .dutch-list .dutch-page.is-active{
	text-decoration: none;
	font-weight: 700;
	pointer-events: none;
}

.page-static.dutch-static .dutch-form-search{
	float: none;
	padding: 0;
	margin-right: 0;
}

.page-static.dutch-static .dutch-form-search #static-search, .page-static.dutch-static .form-newsletter-form{
	width: 95%;
}

.page-static.dutch-static .dutch-form-search .where-box{
	width: 18%;
}

.page-static.dutch-static .mag-guide{
	margin-top : 30px;
}

.page-static.dutch-static .inner-block{
	width : 100%;
	margin : 0 auto;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.page-static.dutch-static #block-mortgage h3, .page-static.dutch-static #block-bankaccount h3{
	color: black;
    font-weight: 900;
    font-size: 22px;
    margin: 0 0 15px;
    text-decoration: underline;
	text-align: center;
}

.page-static.dutch-static .dutch-sous-liste{
	padding-left: 20px;
    list-style: inside;
}

.page-static.dutch-static .title.yellow{
	color: #fac519;
	font-weight: bold;
}

.page-static.dutch-static .title.yellow span{
	color: #f5a600;
	font-weight: 700;
}

.page-static.dutch-static .title.red span{
	color: #C00;
	font-weight: 700;
}

.page-static.dutch-static .lightorange-bold{
	color: #f5a600;
    font-weight: 700;
}

.page-static.dutch-static .lightorange-bold:hover{
	color: #f5a600;
    font-weight: 700;
}

.page-static.dutch-static blockquote.yellow {
    border-left: 8px solid #f5a600;
}

.page-static.dutch-static blockquote.red {
    border-left: 8px solid #C00;
}

.page-static.dutch-static #dutch-contact-form{
	width : 90%;
}

.page-static.dutch-static .banner-img{
	height : 300px;
}

@media screen and (min-width : 768px){
	.page-region.dutch .buying-living{
		margin-top : -70px;
	}

	.page-static.dutch-static .dutch-form-search{
		width: 90%;
		margin: auto;
	}

	.page-static.dutch-static .mag-guide img{
		width: 50%;
	}
}

@media screen and (min-width : 1024px){
	.page-static.dutch-static .banner-img{
		height : 500px;
		margin-bottom : 10px;
	}

}

.page-list.agent .hero-container {
	height : 125px; 
	max-height : 125px;
}

.page-list.agent .hero{
	padding : 0;
}

.page-list.agent .hero-title-mobile{
	width : 60%;
	position : absolute;
	right : 0;
	text-align: left;
	font-size : 14px;
	line-height: normal;
}

.page-list.agent .hero-title-mobile .blue{
	color : #36607D;
}

.page-list.agent .hero-title-mobile .blue.name{
	font-size: 18px;
}

.page-list.agent .hero-title-mobile .blue.small{
	font-size : 12px;
}


.page-list.agent .btn-description{
	float : right; 
	margin-right : 10px;
	margin-top : 10px;
}

.page-list.agent .btn-aboutme, .page-list.agent  .btn-aboutarea{
	font-size: 14px;  
	padding: 5px 10px;
}

.page-list.agent .agent-photo{
	top : 125px;
	left : 10px;
}

.page-list.agent .aboutarea, .page-list.agent .aboutme{
	display:none; 
	margin-top : 50px;
	/* margin-bottom : 50px; */
}

.page-list.agent .info{
	margin-top : 70px;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.page-list.agent .hero-title-mobile{
		width: 72%;
		font-size: 16px;
	}

	.page-list.agent .agent-info .agent-photo{
		width: 130px;
	}

	.page-list.agent .btn-description{
		float: none;
		text-align: center;
		width: 91%;
	}

	.page-list.agent .btn-aboutme, .page-list.agent .btn-aboutarea{
		padding: 8px 24px;
	}

	.page-list.agent .info{
		margin-top : 40px;
	}
}

@media screen and (min-width : 768px){
	.page-list.agent .hero-title-mobile{
		width: 72%;
		font-size: 16px;
	}

	.page-list.agent .agent-info .agent-photo{
		width: 130px;
	}

	.page-list.agent .btn-description{
		float: none;
		text-align: center;
		width: 93%;
	}

	.page-list.agent .btn-aboutme, .page-list.agent .btn-aboutarea{
		padding: 8px 24px;
	}

	.page-list.agent .info{
		margin-top : 40px;
	}
}

@media screen and (min-width : 1024px){
	.page-region.dutch .dutch-info{
		width : 80%; 
		margin : 0 auto;
	}	

	.page-region.dutch .service .box{
		width : 80%;
	}

	.page-region.dutch .typical-properties{
		padding-top: 30px;
	}

	.page-region.dutch .dutch-info{
		margin : 0 auto;
	}

	.page-region.dutch .text-schedules{
		font-size : 25px;
	}

	.page-region.dutch .magazine p{
		font-size: 20px;
	}

	.page-list.agent .info{
		margin-top : 0;
	}

	.page-list.agent .agent-info .agent-photo{
		top: -66px;
	}


}

@media screen and (min-width: 1274px) {
		
	.page-region.dutch .hero-container{
		height: 450px;
		max-height: 450px;
	}
}

@media screen and (min-width : 1408px){
	
	.page-list.agent .hero-container{
		height: 140px;
    	max-height: 140px;
	}

	.page-list.agent .hero-title{
		margin-left : 140px;
	}
	
	
	.page-list.agent .agent-photo{
		width: auto;
        top: -81px;
	}

	.page-list.agent .info{
		margin-top : 10px;
	}
}

.landing-page .hero-container{
    height : 150px;
}

.landing-page .hero-container .img-hero{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.landing-page .hero-container .hero-bg:before{
    height: 100%;
    width: 100%;
}

.landing-page .grey-box{
    background:#E0E0E0;
    padding : 30px;
}

.landing-page .grey-box h3{
    font-weight: 700; 
    font-size:20px;
    line-height:100%;
    color:#47607B;
    margin-bottom : 8px;
}

.landing-page .icon img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.landing-page ul {
    font-weight: 500; 
    font-size:16px;
    line-height:100%;
    color:#47607B;  
    list-style-type: disc;
    padding-left: 5px; 
    list-style-position: inside;  
    margin-bottom : 30px;
}

.landing-page ul li {
    text-indent: -1.3em; 
    padding-left: 1.5em;
    margin-bottom : 8px;
}

.landing-page ul li::marker{
    font-size: 14px;
    color : #36607D;
    margin-right: 4px; 
}

.landing-page .tag-recrutement{
    display:block;  
    background-color: #2993A8;  
    color: #fff; 
    font-weight: 700;  
    padding: 8px;  
    border-radius: 4px;  
    font-size: 16px;
    line-height:20px; 
    transform: rotate(-3deg);
    margin:-17px auto 14px; 
    width: fit-content; 
}

.landing-page .tag-recrutement-mobile{
    display:block;  
    background-color: #2993A8;  
    color: #fff; 
    font-weight: 700;  
    padding: 8px;  
    border-radius: 4px;  
    font-size: 16px;
    line-height:20px; 
    transform: rotate(-3deg);
    margin:-17px auto -19px; 
    width: fit-content; 
}

.landing-page h1{
    color : #36607D;
    font-size : 23px;
    line-height:100%; 
    font-weight : 300; 
    text-align:center;
}

.landing-page h1 span{
    font-weight : 800;
}

.landing-page .logo-leggett-hamptons{
    height : 59px;
	margin-top : 20px;
    margin-bottom : 20px;
}

.landing-page .subtitle{
    font-size: 23px;
    line-height:100%;
}

.landing-page .subtitle.blue{
    font-weight : 300; 
    color : #36607D;
    margin-bottom : 20px;
}

.landing-page .subtitle.blue span{
    font-weight : 800;
}

.landing-page .text-teal{
	font-size :21px;
	line-height: 26px;
	font-weight: 800;
	color :#2993A8;
	margin-top : 20px;
}

.landing-page .subtitle.teal{
   font-weight : 800;
   color : #2993A8;
   line-height :26px;
}

.landing-page .banner-blue{
    background-color : #36607D; 
    color : #fff; 
    font-size:25px; 
    line-height: 100%; 
    padding: 40px 8px;
    font-weight :400;
}

.landing-page .text-form{
	padding-top: 40px;
}

.landing-page .contact-landing-page{
	background: #47607B59;
	margin-top: 20px;
	margin-bottom:0;
}

.landing-page .banner-blue span{
    font-weight : 700;
}

.landing-page h2{
    font-weight:700;
    font-size: 21px;
    line-height:26px;
    color: #FFF;
}

.landing-page h3{
    font-weight:500;
    font-size: 18px;
    line-height:22px;
    color: #FFF;
    margin-bottom : 20px;
}

.landing-page .p-title{
    font-weight:700; 
    font-size:18px;
    line-height:24px;
    color : #36607D;
    margin-bottom :8px;
    margin-top : 20px;
}

.landing-page .p-text{
    margin-bottom:48px;
}

.landing-page .p-blue{
    color : #36607D;
    margin-top : 15px;
}

.landing-page .btn-contact{
    background: #2993A8; 
    color : #fff;
    border:none;
    font-weight : 700;
    font-size : 20px;
    line-height: 20px;
    margin-top : 20px;
}

.landing-page .submit-form{
    background: #2993A8; 
    color : #fff;
    border:none;
    font-weight : 700;
    font-size : 20px;
    line-height: 20px;
}

.landing-page .accordion .accordion-header {
    cursor: pointer;
    border-radius: 40px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    padding: 16px 15px 14px;
    background: #DDDDDD url("../../img/landing-page/accordion-plus.png") calc(100% - 15px) center no-repeat;
    background-size: 16px;
    transition: background .2s ease;
}

.landing-page .accordion .accordion-header.active{
    border-radius: 40px 40px 0px 0px;
	background: #DDDDDD url("../../img/landing-page/accordion-minus.png") calc(100% - 15px) center no-repeat;
}

.landing-page .accordion .accordion-header.active+.accordion-content{
    padding : 15px;
}

.landing-page.accordion .accordion-header-text{
    text-transform: none;
}

.landing-page .temoignages{
    background : #7FA7C4;
    padding : 20px 40px;
}

.landing-page .contact-mobile{
    margin-top : 20px;
}

.landing-page .contact-mobile h2{
    font-weight: 700;
    font-size : 16px;
    line-height: 100%;
    color : #000;
}

.landing-page .contact-mobile h3{
    font-weight: 300;
    font-size : 14px;
    line-height: 100%;
    color : #000;
    margin-bottom : 0;
}

.form-success-card{
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 1000;
    height: auto;
    left:0;
}

.form-success-card-container{
    height: auto;
    margin:5px;
    padding: 15px;
    border: 3px solid #BCDCF5;
}

.form-success-card-container p{
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #82ABCE;
}

.form-success-card-container span.thanksOrange{
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #EFAA34;
}

.form-success-card-container span{
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #82ABCE;
}

.thanksImg{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    margin-bottom:10px;
}

.landing-page .leggett-team{
	width: 100%;
}

@media screen and (min-width : 768px){
    .form-success-modal{
        width: 100%;
        height: 100%;
        top:0;
        left:0;
        position: fixed;
        background-color: rgba(128,128,128,.7);
        z-index: 1000;
    }

    .form-success-card{
        width: 50%;
        position: fixed;
        background-color: #fff;
        top: 40%;
        left: 25%;
        margin-top: -120px; /* Negative half of height. */
        z-index: 1000;
    }

    .form-success-card-container{
        margin: 20px;
        padding: 30px;
        border: 3px solid #BCDCF5;
    }

    .form-success-card-container p{
        font-style: normal;
        font-weight: normal;
        font-size: 26px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.015em; 
        color: #82ABCE;
    }
}

@media screen and (min-width: 1024px) {
    .landing-page .hero-container {
        height: 430px;
    }

    .landing-page .tag-recrutement{
        font-size: 32px;
        line-height:24px; 
        margin: -25px auto 25px; 
        padding: 16px 8px;  
    }

    .landing-page h1{
        font-size : 40px;
        line-height:100%; 
    }

    .landing-page .logo-leggett-hamptons{
        height : 59px;
        margin-top : 40px;
    	margin-bottom :40px;
    }

    .landing-page .subtitle{
        font-size:40px;
        line-height:100%;
    }

    .landing-page .subtitle.teal{
        line-height :100%;
    }

    .landing-page .banner-blue{
        font-size:41px; 
        line-height:49px; 
        margin-bottom:20px;
        font-weight : normal;
        padding : 16px 8px;
    }

    .landing-page .pl-50{
        padding-left : 50px;
    }

    .landing-page .pl-50 .columns{
        width:80%;
        margin-bottom : 30px;
    }

	.landing-page .pl-50 .pl-subtitle{
        margin-top : -30px;
    }

    .landing-page .pl-50 h3{
        font-weight: 700; 
        font-size:20px;
        line-height:100%;
        color:#47607B;
        margin-bottom : 8px;
		text-align: left;
    }

	.landing-page .pl-50 .subtitle.teal{
		font-size: 36px;
	}
	
    .landing-page .p-title{
        font-weight:700; 
        font-size:18px;
        line-height:24px;
        color : #36607D;
        margin-bottom :8px;
    }

    .landing-page .p-text{
        margin-bottom: 48px;
    }
	
    .landing-page h2{
        font-size:36px;
        line-height:26px;
        margin-bottom :10px;
        color:#36607D;
    }

    .landing-page h3{
        font-weight:500;
        font-size:24px;
        line-height:100%;
        color:#36607D;
    }


    .landing-page .pt-0{
        padding-top : 0;
    }

	.landing-page .btn-contact, .landing-page .submit-form{
        font-weight : 800;
        font-size : 16px;
        line-height: 20px;
    }

	.landing-page .banner-center{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.landing-page .contact-landing-page{
		margin-top: 0;
	}

}
