#carousel {
  /*.slick-slide .container{
		background: none !important;
	}*/
  /*.title,
	.text{
		text-transform: uppercase;
		font-weight: 700;
	}

	.title{
		font-size: 20px;
		margin-bottom: 10px;
		text-align: center;

		@media (min-width: @screen-md){
			text-align: left;
			margin-bottom: 10px;
			font-size: 35px;
		}
	}

	.text{
		display: none;

		@media (min-width: @screen-md){
			display: block;
			font-size: 22px;
		}
	}

	.dark{
		.title,
		.texte{
			color: #FFF;
		}
	}

	.light{
		.title,
		.texte{
			color: #000;
		}
	}*/
}
#carousel.have-dots {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #carousel.have-dots {
    margin-bottom: 0;
  }
}
#carousel.have-dots .slick-dots {
  bottom: -35px;
}
@media (min-width: 768px) {
  #carousel.have-dots .slick-dots {
    bottom: 0;
  }
}
#carousel.have-dots .slick-dots li button {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  width: auto;
  padding: 0;
  line-height: 10px;
}
@media (min-width: 768px) {
  #carousel.have-dots .slick-dots li button {
    color: #FFF;
  }
}
#carousel.have-dots .slick-dots li.slick-active button {
  color: #000;
}
#carousel img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
#carousel .slick-slide {
  position: relative;
}
#carousel .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
#carousel .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
#carousel .slick-dots li button {
  color: #FFF;
  font-size: 0;
  width: 20px;
  border: 0;
  background: none;
  transition: color 250ms;
}
#carousel .slick-dots li button:before {
  font-size: 20px;
  content: '•';
}
#carousel .slick-dots li.slick-active button {
  color: #000;
}
#carousel .slick-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#carousel *:focus {
  outline: none;
}
#carousel .container {
  position: absolute;
  top: 15%;
  right: 0;
  left: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.dash {
  /*&:after{
		content: '';
		display: block;
		border-top: 1px solid #8ba8a0;
		width: 30px;
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-left: -15px;
	}*/
}
.dash:after {
  content: '';
  display: block;
  border-top: 1px solid #132d5e;
  width: 20px;
  margin: 20px auto 0;
}
.lato {
  font-family: "lato", sans-serif;
}
.lato-regular {
  font-family: "lato", sans-serif;
  font-weight: 400;
}
.lato-bold {
  font-family: "lato", sans-serif;
  font-weight: 700;
}
.lato-light-italic {
  font-family: "lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.raleway {
  font-family: "raleway", sans-serif;
}
.raleway-medium {
  font-family: "raleway", sans-serif;
  font-weight: 500;
}
.raleway-semi-bold {
  font-family: "raleway", sans-serif;
  font-weight: 600;
}
.raleway-bold {
  font-family: "raleway", sans-serif;
  font-weight: 700;
}
.raleway-heavy {
  font-family: "raleway", sans-serif;
  font-weight: 800;
}
.freight {
  font-family: "freight-text-pro", sans-serif;
}
.freight-medium-regular {
  font-family: "freight-text-pro", sans-serif;
  font-weight: 500;
}
.freight-bold-regular {
  font-family: "freight-text-pro", sans-serif;
  font-weight: 700;
}
.freight-medium-italic {
  font-family: "freight-text-pro", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.miller {
  font-family: "Miller-Italic", sans-serif;
}
.miller-italic {
  font-family: "Miller-Italic", sans-serif;
}
.properties-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.properties-list--item {
  margin-bottom: 40px;
  color: #505050;
  transition: opacity 450ms;
  width: 100%;
}
@media (min-width: 768px) {
  .properties-list--item {
    width: calc(50% - 10px);
  }
}
.properties-list--item.full {
  width: 100%;
}
.properties-list--item.opaque {
  opacity: 0;
}
.properties-list--item .media img {
  width: 100%;
  height: auto;
  background: #747474;
}
.properties-list--item .title,
.properties-list--item .excerpt,
.properties-list--item .price {
  padding-left: 10px;
}
.properties-list--item .title {
  margin: 10px 0;
  text-transform: uppercase;
}
.properties-list--item .title a {
  color: #79bab2;
}
.properties-list--item .excerpt {
  color: #505050;
}
.properties-list--item .excerpt a,
.properties-list--item .excerpt a:hover {
  color: #505050;
}
.properties-list--item .price {
  font-weight: 700;
  color: #132d5e;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .properties-list--item:hover .price,
  .properties-list--item:hover .title a {
    color: #ff5f44;
  }
}
.homelayout--item:first-child {
  margin-top: 0;
}
.homelayout--slide {
  position: relative;
  color: #FFF;
  text-align: right;
  opacity: 0;
  transition: opacity 350ms;
}
.homelayout--slide.on {
  opacity: 1;
}
.homelayout--slide .caption {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: none;
}
@media (min-width: 992px) {
  .homelayout--slide .caption {
    display: inline-block;
    transition: opacity 350ms;
  }
}
.homelayout--slide .quote {
  font-size: 25px;
  font-family: "lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.homelayout--slide .author {
  font-size: 18px;
  font-family: "lato", sans-serif;
}
.homelayout--slide .action {
  margin: 20px 0 0 0;
}
#carousel {
  height: 150px;
  overflow: hidden;
  /*&.on{
		.caption{
			opacity: 1;
		}
	}

	.caption{
		opacity: 0;
	}*/
}
@media (min-width: 768px) {
  #carousel {
    height: 250px;
  }
}
@media (min-width: 992px) {
  #carousel {
    height: 450px;
  }
}
#carousel .slick-slide {
  overflow: hidden;
  height: 150px;
}
@media (min-width: 768px) {
  #carousel .slick-slide {
    height: 250px;
  }
}
@media (min-width: 992px) {
  #carousel .slick-slide {
    height: 450px;
  }
}
@media (min-width: 992px) {
  #carousel .slick-dots {
    left: 250px;
  }
}
@media (min-width: 992px) {
  #carousel .slick-dots {
    right: 250px;
  }
}
.homelayout--baseline {
  padding: 20px 0 0 0;
  color: #0a2c38;
}
@media (min-width: 992px) {
  .homelayout--baseline {
    padding: 60px 0 0 0;
  }
}
.homelayout--baseline .is-left {
  text-align: right;
  margin-bottom: 20px;
  font-family: "Miller-Italic", sans-serif;
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .homelayout--baseline .is-left {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }
}
.homelayout--baseline .is-left div {
  font-size: 35px;
}
@media (min-width: 992px) {
  .homelayout--baseline .is-left div {
    font-size: 50px;
  }
}
.homelayout--baseline p {
  margin-top: 0;
}
.homelayout--services {
  margin-top: 10px;
}
#services {
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  #services {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#services .panel {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}
#services .panel:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}
#services .panel > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  #services .panel {
    width: calc(50% - 5px);
    position: relative;
    margin-bottom: 0;
  }
  #services .panel:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 73.62637363%;
  }
  #services .panel > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
#services .infos {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  #services .infos {
    margin-bottom: 70px;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#services .infos span {
  font-size: 16px;
  font-family: "raleway", sans-serif;
  font-weight: 500;
}
#services .infos .title {
  font-size: 60px;
  font-family: "raleway", sans-serif;
  font-weight: 800;
}
#services .infos .description {
  font-size: 16px;
  margin-bottom: 20px;
}
.homelayout--properties-all {
  margin: 10px 0 30px 0;
}
@media (min-width: 992px) {
  .homelayout--properties-all {
    margin: 40px 0 60px 0;
  }
}
.homelayout--properties-search {
  margin: 0 0 40px 0;
}
@media (min-width: 992px) {
  .homelayout--properties-search {
    margin: 0;
  }
}
#preset {
  padding: 20px 0;
  line-height: 20px;
  font-size: 16px;
}
#preset span.dash {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
#preset span.dash:after {
  position: absolute;
  display: block;
  content: '';
  border-top: 2px solid #79bab2;
  width: 15px;
  left: 50%;
  bottom: -10px;
}
@media (min-width: 992px) {
  #preset span.dash:after {
    left: 0;
  }
}
@media (min-width: 992px) {
  #preset span.dash {
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
  }
}
#preset a {
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 10px;
}
#preset a:hover {
  color: #ff5f44;
}
@media (min-width: 992px) {
  #preset a {
    display: inline-block;
    padding: 0 40px;
    border-left: 1px solid #132d5e;
  }
  #preset a:first-of-type {
    border-left: none;
  }
}
.homelayout--news {
  margin-top: 10px;
  padding: 0 0 60px 0;
  background: #93b8b3;
}
.homelayout--news .ppg-title span {
  color: #FFF;
}
.homelayout--news .description {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  color: #FFF;
}
.homelayout--news .last {
  margin-top: 20px;
  margin-bottom: 20px;
}
.homelayout--news .last .post-title {
  color: #FFF;
  font-size: 24px;
  display: block;
}
@media (max-width: 992px) {
  .homelayout--news .last .post-title {
    margin-top: 10px;
  }
}
.homelayout--news .last .post-title:hover {
  color: #ff5f44;
}
.homelayout--news .more {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0;
  margin: 10px 0 20px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .homelayout--news .more {
    margin: 30px 0;
  }
}
.homelayout--news .more .readmore {
  display: block;
}
@media (min-width: 992px) {
  .homelayout--news .more .readmore {
    display: inline-block;
  }
}
.homelayout--news .market {
  padding-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .homelayout--news .market {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
  }
}
.homelayout--news .market .title {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
}
@media (max-width: 992px) {
  .homelayout--news .market .title {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin-top: 15px;
  }
}
.homelayout--news .market .title:hover {
  color: #ff5f44;
}
.homelayout--news .market .text {
  font-size: 14px;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
@media (max-width: 992px) {
  .homelayout--news .market .text {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
.homelayout--about {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .homelayout--about {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.homelayout--about .media,
.homelayout--about .text {
  width: 100%;
}
@media (min-width: 768px) {
  .homelayout--about .media,
  .homelayout--about .text {
    width: 550px;
  }
}
.homelayout--about .media {
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .homelayout--about .media {
    position: relative;
  }
  .homelayout--about .media:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 83.33333333%;
  }
  .homelayout--about .media > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.homelayout--about .wrapper {
  padding: 30px;
}
.homelayout--about .text .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.homelayout--about .text .title,
.homelayout--about .text .action {
  text-align: center;
}
.homelayout--about .text .quote {
  margin-bottom: 30px;
  font-family: "Miller-Italic", sans-serif;
  font-size: 34px;
  line-height: 38px;
}
.homelayout--about .text .name {
  color: #79bab2;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
}
.homelayout--about .text .description {
  margin-bottom: 60px;
}
.homelayout--about .text .button {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .homelayout--about .ppg-title {
    padding: 20px 0;
  }
}
.homelayout--about .ppg-title span {
  display: block;
}
.homelayout--press {
  margin-top: 0;
  padding: 0 0 60px 0;
  background: rgba(201, 191, 181, 0.24);
  text-align: center;
  /*img{
		height: 60px;
		width: auto;

		@media (min-width: @screen-md){
			height: 120px;
		}
	}*/
}
.homelayout--press .item {
  display: inline-block;
  margin: 15px 0px;
}
@media (min-width: 992px) {
  .homelayout--press .item {
    margin: 30px 10px;
  }
}
/*# sourceMappingURL=home.css.map */