@charset "UTF-8";
@import url("https://use.typekit.net/snj6sxv.css");
@media (max-width: 767px) {
  :root {
    --section-spacer: 30px;
    --block-spacer: 20px;
  }
}

@media (min-width: 768px) {
  :root {
    --section-spacer: 50px;
    --block-spacer: 40px;
  }
}

.testVar {
  padding: var(--section-spacer);
  padding: var(--block-spacer);
}

/* ==========================================================================

	general 08/12/2021

========================================================================== */
/* CSS Document */
/* ==========================================================================

	@mixin

	@include transform(rotate(30deg));
	@include transition();

	@include shadow-hover();

	@include media-width();

========================================================================== */
.btn, .btn-go-top, .tns-controls button, .mini-nav li a {
  pointer-events: initial;
}

.btn-primary, .btn-go-top {
  pointer-events: initial;
}

.btn, .btn-go-top, .tns-controls button, .mini-nav li a {
  font-weight: 500;
  vertical-align: middle;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  padding: 12px 1.5rem;
  border-radius: 30px;
  height: 45px;
  line-height: 1.2em;
}

.btn:hover, .btn-go-top:hover, .tns-controls button:hover, .mini-nav li a:hover {
  text-decoration: none;
}

.btn:focus, .btn-go-top:focus, .tns-controls button:focus, .mini-nav li a:focus, .btn.focus, .focus.btn-go-top, .tns-controls button.focus, .mini-nav li a.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 165, 35, 0.5) !important;
}

.btn-text {
  color: #021634;
  font-weight: 600;
}

.btn-text i {
  color: #FF7D00;
}

.btn-primary, .btn-go-top {
  transition: .2s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  background: linear-gradient(70deg, #ff8c09 0%, #ff5713 100%);
  border-color: #FF7D00;
  color: #ffffff !important;
  background-size: 100%;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-go-top:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-go-top:not(:disabled):not(.disabled).active, .btn-primary:not([data-controls="prev"]), .btn-go-top:not([data-controls="prev"]), .btn-primary:not([data-controls="next"]), .btn-go-top:not([data-controls="next"]), .btn-primary:hover, .btn-go-top:hover, .btn-primary:focus, .btn-go-top:focus, .btn-primary:active, .btn-go-top:active {
  background: linear-gradient(to right, #ff8c09 0%, #ff5713 100%);
  border-color: #FF7D00;
  background-size: 200%;
}

.btn-primary svg, .btn-go-top svg {
  color: #ffffff;
}

.btn-light {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #FF7D00 !important;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .btn-light:hover, .btn-light:focus, .btn-light:active {
  background-color: #dedede;
  border-color: #dedede !important;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #FF7D00 !important;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .btn-white:hover, .btn-white:focus, .btn-white:active {
  background-color: #e6e6e6;
  border-color: #e6e6e6 !important;
  color: #FF7D00 !important;
}

.btn-secondary {
  transition: .2s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  color: #ffffff !important;
  background-color: #021634;
  border-color: #021634;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #05357e;
  border-color: #000103;
}

.btn-white-translucid, .mini-nav li a {
  transition: .2s ease-in-out;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  color: #FF7D00 !important;
}

.btn-white-translucid:not(:disabled):not(.disabled):active, .mini-nav li a:not(:disabled):not(.disabled):active, .btn-white-translucid:not(:disabled):not(.disabled).active, .mini-nav li a:not(:disabled):not(.disabled).active, .btn-white-translucid:hover, .mini-nav li a:hover, .btn-white-translucid:focus, .mini-nav li a:focus, .btn-white-translucid:active, .mini-nav li a:active {
  background-color: white;
  border-color: white !important;
  color: #FF7D00 !important;
}

.btn-outline-white {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff !important;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  background-color: #ffffff;
  color: #999999 !important;
}

.btn-outline-primary {
  background-color: #ffffff;
  border-color: #FF7D00;
  color: #FF7D00 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  border-color: #ff7d00 !important;
  background-color: #ff7d00 !important;
  color: #ffffff !important;
}

.btn-group-lg > .btn, .btn-group-lg > .btn-go-top, .tns-controls .btn-group-lg > button, .mini-nav li .btn-group-lg > a, .btn-lg {
  padding: 16px 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  height: 64px;
  border-radius: 40px;
}

.btn-group-lg > .btn.btn-circle, .btn-group-lg > .btn-go-top, .tns-controls .btn-group-lg > button, .mini-nav li .btn-group-lg > a.btn-circle, .mini-nav li .btn-group-lg > a.btn-go-top, .btn-lg.btn-circle, .btn-lg.btn-go-top, .tns-controls button.btn-lg {
  width: 64px;
}

.btn-group-lg > .btn.btn i, .btn-group-lg > .btn-go-top i, .tns-controls .btn-group-lg > button i, .mini-nav li .btn-group-lg > a i, .btn-lg.btn i, .btn-lg.btn-go-top i, .tns-controls button.btn-lg i, .mini-nav li a.btn-lg i {
  font-size: 24px;
}

.btn-group-sm > .btn, .btn-group-sm > .btn-go-top, .tns-controls .btn-group-sm > button, .mini-nav li .btn-group-sm > a, .btn-sm, .mini-nav li a {
  padding: 0.3rem 1.5rem;
  font-size: 1rem;
  height: 30px;
  font-weight: 500;
}

.btn-group-sm > .btn.btn-circle, .btn-group-sm > .btn-go-top, .tns-controls .btn-group-sm > button, .mini-nav li .btn-group-sm > a.btn-circle, .mini-nav li .btn-group-sm > a.btn-go-top, .btn-sm.btn-circle, .btn-sm.btn-go-top, .mini-nav li a.btn-go-top, .tns-controls button.btn-sm, .mini-nav li a.btn-circle {
  width: 30px;
}

.btn-group-sm > .btn.btn i, .btn-group-sm > .btn-go-top i, .tns-controls .btn-group-sm > button i, .mini-nav li .btn-group-sm > a i, .btn-sm.btn i, .btn-sm.btn-go-top i, .mini-nav li a.btn-go-top i, .tns-controls button.btn-sm i, .mini-nav li a i {
  font-size: 14px;
}

.btn-circle, .btn-go-top, .tns-controls button {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  width: 45px;
}

.btn-circle i, .btn-go-top i, .tns-controls button i {
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  .btn-circle-smartphone {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 45px;
  }
  .btn-circle-smartphone i, .btn-circle-smartphone i.ml-2, .btn-circle-smartphone i.mr-2, .btn-circle-smartphone svg {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.btn-link {
  color: #FF7D00;
}

.btn i, .btn-go-top i, .tns-controls button i, .mini-nav li a i {
  position: relative;
  top: 1px;
  margin-right: .5em;
}

.btn svg, .btn-go-top svg, .tns-controls button svg, .mini-nav li a svg {
  display: inline-block;
  height: 1.25em;
}

.btn .svg-360, .btn-go-top .svg-360, .tns-controls button .svg-360, .mini-nav li a .svg-360 {
  position: relative;
  left: -0.0625em;
}

button:focus {
  outline: none;
}

/* ==========================================================================
     
	.picture-utility

	full-screen

	1920 / 960 = 2
	1920 / 1440 = 1,333 Camera

	<picture class="picture-utility picture-utility--full-screen">
		<!-- Picture 100% x 100vh | format 16/8 -->
		<source srcset="pict/test2/content-00-1920x960.jpg" width="1920" height="960" media="(min-width: 1199.98px)">
		<source srcset="pict/test2/content-00-1200x600.jpg" width="1200" height="600" media="(min-width: 991.98px)">
		<source srcset="pict/test2/content-00-900x450.jpg" width="900" height="450" media="(min-width: 767.98px)">
		<source srcset="pict/test2/content-00-600x900.jpg" width="600" height="900">
		<img loading="lazy" src="pict/test2/content-00-1920x960.jpg" width="1920" height="960" alt="" >
	</picture>

	<picture class="picture-utility picture-utility--100w">
		<!-- Picture 100% x auto | format 16/8 -->
		<source srcset="pict/test2/content-00-1920x960.jpg" width="1920" height="960" media="(min-width: 1199.98px)">
		<source srcset="pict/test2/content-00-1200x600.jpg" width="1200" height="600" media="(min-width: 991.98px)">
		<source srcset="pict/test2/content-00-900x450.jpg" width="900" height="450" media="(min-width: 767.98px)">
		<source srcset="pict/test2/content-00-600x900.jpg" width="600" height="900">
		<img loading="lazy" src="pict/test2/content-00-1920x960.jpg" width="1920" height="960" alt="" >
	</picture>

	<picture class="picture-utility picture-utility--50w">
		<!-- Picture 50% x auto | format 4/3 -->
		<source srcset="pict/test2/content-00-900x675.jpg" width="900" height="675" media="(min-width: 767.98px)">
		<source srcset="pict/test2/content-00-600x450.jpg" width="600" height="450">
		<img loading="lazy" src="pict/test2/content-00-900x675.jpg" width="900" height="675" alt="" >
	</picture>

	<picture class="picture-utility picture-utility--33w">
		<!-- Picture 33% x auto | format 4/3 -->
		<img loading="lazy" src="pict/test2/content-00-600x450.jpg" width="600" height="450" alt="" >
	</picture>

========================================================================== */
.picture-utility {
  display: block;
  font-size: 0;
}

.picture-utility img {
  width: 100%;
  height: auto;
}

.picture-utility--full-screen img {
  object-fit: cover;
}

.picture-utility--full-screen img {
  height: 100vh;
  width: 100%;
}

@media (min-width: 768px) and (max-aspect-ratio: 999 / 1000) {
  .picture-utility--full-screen img {
    height: 100vw;
  }
}

.picture-utility--absolute, .picture-utility--absolute img {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.picture-utility--absolute:not(.picture-utility--contain) img {
  object-fit: cover;
}

.picture-utility--ratio-4-3 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}

.picture-utility--ratio-4-3 img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.picture-utility--ratio-16-9 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.picture-utility--ratio-16-9 img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.picture-utility--ratio-2-1 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}

.picture-utility--ratio-2-1 img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.picture-utility--contain img {
  object-fit: contain;
}

.picture-utility--cover img {
  object-fit: cover;
}

.picture-utility--position-right-bottom img {
  object-position: right bottom;
}

.picture-utility--position-left-bottom img {
  object-position: left bottom;
}

.picture-utility--position-center-bottom img {
  object-position: center bottom;
}

.picture-utility--position-right-center img {
  object-position: right center;
}

.picture-utility--position-left-center img {
  object-position: left center;
}

.picture-utility--position-center-center img {
  object-position: center center;
}

.picture-utility--position-right-top img {
  object-position: right top;
}

.picture-utility--position-left-top img {
  object-position: left top;
}

.picture-utility--position-center-top img {
  object-position: center top;
}

.video-utility {
  z-index: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-utility__foreground,
.video-utility iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-utility--cover {
  padding-bottom: inherit;
}

.video-utility--cover .video-utility__foreground {
  width: 700%;
  left: -300%;
}

@media (min-aspect-ratio: 2 / 3) {
  .video-utility--cover .video-utility__foreground {
    width: 300% !important;
    left: -100%;
    height: 100%;
  }
}

@media (min-aspect-ratio: 16 / 9) {
  .video-utility--cover .video-utility__foreground {
    height: 300%;
    top: -100%;
    left: 0;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .video-utility--ratio-square-sm .video-utility__foreground {
    width: 300%;
    left: -100%;
  }
}

.video-utility--absolute {
  height: auto;
  padding-bottom: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.video-utility--ratio-square {
  padding-bottom: 100%;
}

.video-utility--ratio-16-9 {
  padding-bottom: 56.25%;
}

.video-utility--mouse-event .video-utility__foreground {
  pointer-events: all;
}

.video-utility--mouse-event iframe {
  pointer-events: all !important;
}

.video-utility--show-control .video-utility__foreground {
  height: 100%;
  top: 0%;
}

.video-utility--filter::before {
  content: "\0000A0";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.2;
  background-color: #000000;
  pointer-events: none;
}

/* ==========================================================================


nav
	ul section-nav__nav-main
		li .dropdown-toggle
			a [aria-current="page"]
			ul
				li

Appliquer les styles sur les <li> de préférence et pas sur les <a>



	header.section-nav

		&__body
			&__brand
			&__nav
				&__nav-scroller
					&__nav-main
					&__nav-secondary
					&__nav-lng
			&__hamburger



		nav.nav-main
			&__item
				&__link

		nav.nav-secondary
			&__item
				&__link

		nav.nav-lng
			&__item
				&__link

		nav-hamburger

	&--black
	&--position-relative

	.nav-mobile-cta
		&__primary
		&__secondary

	.btn-go-top

========================================================================== */
@media (max-width: 1099.98px) {
  body.mobile-menu-is-active {
    overflow: hidden;
  }
}

.menu-mainmenu-container {
  display: flex;
}

.section-nav {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
}

.section-nav__body {
  display: flex;
}

.section-nav__nav {
  display: flex;
}

.section-nav__nav-lng {
  display: flex;
}

@media (max-width: 1099.98px) {
  .section-nav {
    transition: .2s ease-in-out;
  }
  .section-nav.active {
    bottom: 0;
    background-color: transparent;
    backdrop-filter: none;
  }
  .section-nav__body {
    justify-content: space-between;
    padding: 15px;
  }
  .section-nav__nav {
    transition: .2s ease-in-out;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-100%);
    z-index: 1;
    opacity: 1;
    backdrop-filter: blur(12px);
    overflow-y: auto;
  }
  .section-nav__nav.active {
    transform: translateY(0%);
  }
  .section-nav__nav.active .section-nav__nav-scroller {
    opacity: 1;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-nav__nav-scroller {
    transition: .2s ease-in-out;
    opacity: 0;
    display: none;
    padding: 30px 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-height: 100%;
  }
  .section-nav__nav-main {
    width: 100%;
  }
  .section-nav__nav-secondary {
    display: none;
  }
  .section-nav__nav-lng {
    justify-content: center;
  }
  .section-nav__hamburger {
    display: flex;
    z-index: 1;
  }
}

@media (min-width: 1100px) {
  .section-nav__body {
    max-width: 1440px;
    margin: auto;
    align-items: center;
    padding: 8px 15px 28px 15px;
  }
  .section-nav__nav {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .section-nav__nav-scroller {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .section-nav__nav-main {
    display: flex;
    align-items: center;
  }
  .section-nav__nav-secondary {
    display: flex;
    align-items: center;
  }
  .section-nav__nav-lng {
    display: flex;
    align-items: center;
  }
  .section-nav__hamburger {
    display: none;
  }
}

.section-nav--position-relative {
  position: relative;
}

.nav-main > li > a, .nav-lng__link {
  transition: .2s ease-in-out;
  color: #021634;
  font-family: proxima-nova, sans-serif;
  line-height: 1.1em;
  white-space: nowrap;
  font-weight: 400;
}

.nav-main > li > a:hover, .nav-lng__link:hover {
  text-decoration: none;
}

/* ==========================================================================

		nav.nav-main  ul
			&__item  li 
				&__link a

========================================================================== */
.nav-main {
  display: flex;
  font-size: 16px;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-main > li {
  align-items: flex-end;
}

.nav-main > li:first-child {
  width: 25px;
  height: 44px;
  margin-right: 16px;
  margin-left: 24px;
  position: relative;
  background-image: url("../pict/picto-tipi.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 8px;
}

.nav-main > li:first-child > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: transparent;
}

.nav-main > li:first-child > a:hover {
  color: transparent;
}

.nav-main > li > a {
  position: relative;
}

@media (max-width: 1099.98px) {
  .nav-main {
    flex-direction: column;
    text-align: center;
  }
  .nav-main > li {
    position: relative;
  }
  .nav-main > li:first-child {
    margin: auto;
  }
  .nav-main > li > a {
    display: block;
    font-weight: 500;
    color: #021634;
    font-size: 24px;
    display: block;
    padding: 16px;
  }
  .nav-main > li > a:hover {
    color: #021634;
  }
}

@media (min-width: 1100px) {
  .nav-main > li {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
    display: flex;
    align-items: flex-end;
    height: 44px;
  }
  .nav-main > li:hover > ul {
    opacity: 1;
    pointer-events: inherit;
  }
  .nav-main > li > a::before {
    transition: .2s ease-in-out;
    content: "\0000A0";
    position: absolute;
    width: 0;
    bottom: -16px;
    transform: translateX(-50%);
    left: 50%;
    border-bottom: 3px solid #FF7D00;
  }
  .nav-main > li > a:hover {
    color: #FF7D00;
  }
  .nav-main > li > a:hover::before {
    width: 100%;
  }
  .nav-main > li > a[aria-current="page"]::before {
    width: 100%;
  }
}

/* ==========================================================================

		.dropdown-toggle

========================================================================== */
li.dropdown-toggle::after {
  font-family: "Font Awesome 5 Pro";
  color: #FF7D00;
  content: "\0f107";
  position: absolute;
  line-height: 16px;
  bottom: 0;
  right: 10px;
  font-weight: 400;
  border-top: none;
}

@media (max-width: 1099.98px) {
  li.dropdown-toggle::after {
    display: none;
  }
}

@media (min-width: 1100px) {
  li.dropdown-toggle {
    padding-right: 32px;
  }
}

li.dropdown-toggle .nav-main a:not(.active):hover:before {
  display: none;
}

/* ==========================================================================

		.sub-menu

========================================================================== */
.nav-main > li > ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

@media (max-width: 1099.98px) {
  .nav-main > li > ul {
    /* .dropdown-menu --> sub-menu */
    position: static;
    top: inherit;
    left: inherit;
    display: block;
    float: inherit;
    min-width: inherit;
    padding: 0;
    margin: inherit;
    text-align: center;
    background-color: transparent;
    border: inherit;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 16px;
  }
}

@media (min-width: 1100px) {
  .nav-main > li > ul {
    padding: 8px 16px;
    position: absolute;
    transition: .2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    top: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 5px;
    z-index: 2;
    background-color: #ffffff;
    left: 50% !important;
    transform: translate3d(-50%, 48px, 0px) !important;
  }
  .nav-main > li > ul::before {
    content: "\0000A0";
    position: absolute;
    height: 20px;
    width: 100%;
    top: -12px;
    left: 0px;
    right: 0;
  }
  .nav-main > li > ul::after {
    content: "\0000A0";
    position: absolute;
    width: 40px;
    height: 10px;
    background-color: transparent;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}

/* ==========================================================================

		.sub-menu
			&__item
				&__link

========================================================================== */
.nav-main > li > ul > li > a {
  color: #021634;
}

@media (max-width: 1099.98px) {
  .nav-main > li > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .nav-main > li > ul > li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0px 8px 16px 8px;
  }
  .nav-main > li > ul > li > a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 16px;
    border: solid 1px #FF7D00;
    border-radius: 16px;
    color: #FF7D00;
    width: 100%;
    white-space: initial;
    line-height: 1.25em;
    padding: 5px;
  }
  .nav-main > li > ul > li > a:hover {
    color: #FF7D00;
    text-decoration: none;
  }
}

@media (min-width: 1100px) {
  .nav-main > li > ul > li {
    position: relative;
  }
  .nav-main > li > ul > li:not(:last-child):before {
    content: "\0000A0";
    position: absolute;
    height: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: solid 1px #FF7D00;
  }
  .nav-main > li > ul > li > a {
    transition: .2s ease-in-out;
    display: inline-block;
    padding: 8px 8px;
    white-space: nowrap;
    position: relative;
    text-align: center;
    width: 100%;
    font-weight: 400;
  }
  .nav-main > li > ul > li > a.active, .nav-main > li > ul > li > a:hover {
    color: #FF7D00;
    text-decoration: none;
  }
}

/* ==========================================================================

		nav.nav-secondary
			&__item
				&__link

========================================================================== */
.nav-secondary {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: flex-end;
}

.nav-secondary > li {
  padding-left: 8px;
  padding-right: 8px;
}

.nav-secondary > li .btn, .nav-secondary > li .btn-go-top, .nav-secondary > li .tns-controls button, .tns-controls .nav-secondary > li button, .mini-nav .nav-secondary > li a {
  display: flex;
  align-items: center;
  line-height: 1em;
  position: relative;
  top: 11px;
}

@media (max-width: 1280px) {
  .nav-secondary .hide-medium {
    display: none;
  }
}

/* ==========================================================================

		nav.nav-lng
			&__item
				&__link

========================================================================== */
.nav-lng {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 10px;
}

.nav-lng__link {
  position: relative;
}

@media (max-width: 1099.98px) {
  .nav-lng {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 16px;
  }
  .nav-lng__item {
    position: relative;
  }
  .nav-lng__item:not(:last-child)::after {
    transition: .2s ease-in-out;
    content: "/";
    color: #F1F1F1;
    margin-right: .25em;
    margin-left: .125em;
  }
  .nav-lng__link {
    color: #F1F1F1;
  }
  .nav-lng__link:hover {
    color: #F1F1F1;
  }
}

@media (min-width: 1100px) {
  .nav-lng {
    font-size: 12px;
  }
  .nav-lng__item:not(:last-child) {
    padding-right: 16px;
  }
  .nav-lng__link::before {
    transition: .2s ease-in-out;
    content: "\0000A0";
    position: absolute;
    width: 0;
    bottom: -5px;
    transform: translateX(-50%);
    left: 55%;
    border-bottom: 2px solid #FF7D00;
  }
  .nav-lng__link:hover {
    color: #FF7D00;
  }
  .nav-lng__link:hover:not(.active)::before {
    width: calc(100% + 4px);
  }
  .nav-lng__link.active {
    font-weight: 600;
  }
}

/* ==========================================================================

	.nav-hamburger
		&__label
		&__picto

========================================================================== */
.nav-hamburger {
  transition: .2s ease-in-out;
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 0.8;
  overflow: hidden;
}

.nav-hamburger.active {
  margin-right: 15px;
}

.nav-hamburger:hover {
  opacity: 1;
}

.nav-hamburger__label {
  transition: .2s ease-in-out;
  font-size: 14px;
  font-weight: 600;
  color: #FF7D00;
  padding-right: 12px;
  opacity: 1;
}

.nav-hamburger__label.active {
  opacity: 0;
  pointer-events: none;
}

.nav-hamburger__picto {
  position: relative;
  z-index: 2;
  font-size: 0;
}

.nav-hamburger .hamburger {
  padding: 5px;
}

.nav-hamburger .hamburger-box {
  width: 18px;
  height: 15px;
}

.nav-hamburger .hamburger-inner, .nav-hamburger .hamburger-inner::after, .nav-hamburger .hamburger-inner::before {
  width: 18px;
  height: 2px;
  border-radius: 0px;
  background-color: #FF7D00;
}

.nav-hamburger .hamburger.is-active .hamburger-inner,
.nav-hamburger .hamburger.is-active .hamburger-inner:after,
.nav-hamburger .hamburger.is-active .hamburger-inner:before {
  background-color: #FF7D00;
}

.nav-hamburger .hamburger-inner {
  transition: .2s ease-in-out;
  top: 6.5px;
  margin-top: 0;
}

.nav-hamburger .hamburger-inner:before {
  transition: .2s ease-in-out;
  top: -6.5px;
}

.nav-hamburger .hamburger-inner:after {
  transition: .2s ease-in-out;
  top: 6.5px;
  bottom: 0;
}

.nav-hamburger .hamburger.is-active .hamburger-inner:after {
  top: 0px;
}

.nav-hamburger .hamburger.is-active:hover, .nav-hamburger .hamburger:hover {
  opacity: inherit;
}

.brand {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.brand > img {
  display: block;
  height: auto;
}

@media (max-width: 1099.98px) {
  .brand {
    width: 145px;
  }
  .brand > img {
    width: 100%;
  }
}

@media (min-width: 1100px) {
  .brand {
    width: 130px;
    position: relative;
    top: 3px;
  }
  .brand > img {
    width: 100%;
  }
}

/* ==========================================================================
	
	.nav-mobile-cta
		&__primary
		&__secondary
	
========================================================================== */
.nav-mobile-cta-estate-detail,
.nav-mobile-cta {
  line-height: 1em;
  align-items: center;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.nav-mobile-cta-estate-detail__primary,
.nav-mobile-cta__primary {
  padding-right: 8px;
}

.nav-mobile-cta-estate-detail__secondary > *:not(:last-child),
.nav-mobile-cta__secondary > *:not(:last-child) {
  margin-right: 8px;
}

@media (max-width: 1099.98px) {
  .nav-mobile-cta {
    display: flex;
  }
}

@media (min-width: 1100px) {
  .nav-mobile-cta {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav-mobile-cta-estate-detail {
    display: flex;
  }
}

@media (min-width: 768px) {
  .nav-mobile-cta-estate-detail {
    display: none;
  }
}

@media (max-width: 1099.98px) {
  body.nav-mobile-cta-margin-bottom {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  body.nav-mobile-cta-estate-detail-margin-bottom {
    padding-bottom: 60px;
  }
}

body {
  position: relative;
}

.btn-go-top-container {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 55px;
  height: calc(100% - 51px);
}

.btn-go-top-container__spacer {
  height: calc(100% - 51px);
}

.btn-go-top {
  display: block;
  opacity: 0;
  position: sticky;
  bottom: 16px;
  right: 15px;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: .2s ease-in-out;
  pointer-events: none;
  font-family: "stratos-lights",sans-serif;
}

.btn-go-top.show {
  opacity: 0.8;
  pointer-events: auto;
}

.btn-go-top::before {
  transition: .2s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  content: "\f30c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 500;
}

.btn-go-top:hover {
  opacity: 1 !important;
  color: #ffffff;
  text-decoration: none;
}

.btn-go-top:hover::before {
  margin-top: -5px;
}

@media (max-width: 1099.98px) {
  .btn-go-top.nav-mobile-cta-margin-bottom {
    bottom: 76px;
  }
}

@media (max-width: 767px) {
  .btn-go-top.nav-mobile-cta-estate-detail-margin-bottom {
    bottom: 76px;
  }
}

.mobile-menu-is-active #gotoTopButton {
  opacity: 0 !important;
  bottom: 0px !important;
}

/* ==========================================================================
	
	.arrow-down
		<a>
			<i> ou img

========================================================================== */
.arrow-down {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 45px;
  margin-left: -7px;
  z-index: 10;
  font-size: 28px;
  animation: bounce 0.55s ease infinite alternate;
}

.arrow-down > a {
  transition: .2s ease-in-out;
  color: #ffffff;
}

.arrow-down > a:hover {
  color: #FF7D00;
}

.arrow-down > img {
  width: 100%;
}

@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}

/* ==========================================================================
	
	section

		&__vertical-align // optionnel seulement si besoin d'aligner centré verticalement
			&__body
				&__header  .max-width-md 
				&__main
				&__footer
				&__slider

		&__background // utilisé comme background sur toute la section

				&__title
				&__subtitle
				&__lead
				&__links
	
		&--no-body-padding-top
		&--body-extra-padding-bottom
		&--full-screen
		&--text-white
		&--background-filter

		&--rounded-bottom-right
        &--rounded-bottom-left
        &--rounded-top-right
        &--rounded-top-left

        &--height-75

		.section-big-space-bottom
	
========================================================================== */
.section, .section-similar-estate {
  position: relative;
}

@media (min-width: 768px) {
  .section__vertical-align {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
  }
}

.section__body {
  position: relative;
  z-index: 3;
  padding-right: 15px;
  padding-left: 15px;
}

.section__body > *:not(:last-child) {
  padding-bottom: 32px;
}

.section__header, .section__main, .section__footer, .section .col, .section-similar-estate .col {
  text-align: center;
}

.section__header > *:not(:last-child), .section__main > *:not(:last-child), .section__footer > *:not(:last-child), .section .col > *:not(:last-child), .section-similar-estate .col > *:not(:last-child) {
  padding-bottom: 16px;
}

.section__slider {
  max-width: 1320px !important;
  margin: 0 auto;
  padding-bottom: 32px !important;
}

.section__slider-sm {
  max-width: 540px !important;
  margin: 0 auto;
}

.section__slider-no-padding {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .section .col, .section-similar-estate .col {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.section__title, .section-similar-estate__title, .section__subtitle, .section__lead, .section__text {
  max-width: 960px !important;
  margin: 0 auto;
}

.section__title > *:last-child, .section-similar-estate__title > *:last-child, .section__subtitle > *:last-child, .section__lead > *:last-child, .section__text > *:last-child {
  margin-bottom: 0;
}

.section__title, .section-similar-estate__title, .section__title > *, .section-similar-estate__title > * {
  font-size: 2.5rem;
}

.section__subtitle, .section__subtitle > * {
  font-size: 1.75rem;
}

.section__lead, .section__lead > * {
  font-size: 1.25rem;
}

.section__links {
  margin-bottom: -16px;
}

.section__links > * {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
}

.section__links.hidden-desktop {
  margin-top: 16px;
}

.section__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (max-width: 767px) {
  .section--no-body-padding-top {
    margin-top: -62px;
  }
  .section--no-body-padding-top .section__vertical-align {
    top: 62px;
  }
}

@media (min-width: 768px) {
  .section--no-body-padding-top {
    margin-top: -82px;
  }
  .section--no-body-padding-top .section__vertical-align {
    top: 82px;
  }
}

.section--full-screen {
  height: 100vh;
  min-height: 600px;
}

@media (min-width: 768px) and (max-aspect-ratio: 999 / 1000) {
  .section--full-screen {
    height: 100vw;
  }
}

.section--text-white .section__title > *, .section--text-white .section-similar-estate__title > *, .section--text-white .section__subtitle > *, .section--text-white .section__lead > *, .section--text-white .section__text > * {
  color: #ffffff;
}

.section--text-white .col > * {
  color: #ffffff;
}

.section--background-filter::before {
  z-index: 2;
  content: "\0000A0";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.section--rounded-top-right, .section--rounded-top-left, .section--rounded-bottom-right, .section--rounded-bottom-left {
  overflow: hidden;
}

@media (max-width: 767px) {
  .section--rounded-bottom-right {
    border-bottom-right-radius: 60px;
  }
  .section--rounded-bottom-left {
    border-bottom-left-radius: 60px;
  }
}

@media (min-width: 768px) {
  .section--rounded-top-right {
    border-top-right-radius: 120px;
  }
  .section--rounded-top-left {
    border-top-left-radius: 120px;
  }
  .section--rounded-bottom-right {
    border-bottom-right-radius: 120px;
  }
  .section--rounded-bottom-left {
    border-bottom-left-radius: 120px;
  }
}

.section--body-extra-padding-bottom .section__body {
  margin-bottom: 48px;
}

.section--height-75 {
  min-height: 75vh;
}

.section.section--text-white.section--background-filter.section--rounded-top-left.section--height-75, .section--text-white.section--background-filter.section--rounded-top-left.section--height-75.section-similar-estate {
  padding-bottom: 100px;
}

.section-big-space-bottom {
  padding-bottom: 32px !important;
}

@media (max-width: 767px) {
  .row-reverse-smartphone {
    flex-direction: column-reverse;
  }
}

.section-title__body {
  position: relative;
  z-index: 3;
  padding-right: 15px;
  padding-left: 15px;
}

.section-title__body > *:not(:last-child) {
  padding-bottom: 32px;
}

.section-title__header, .section-title__main, .section-title__footer, .section-title .col {
  text-align: center;
}

.section-title__header > *:not(:last-child), .section-title__main > *:not(:last-child), .section-title__footer > *:not(:last-child), .section-title .col > *:not(:last-child) {
  padding-bottom: 16px;
}

.section-title__title, .section-title__subtitle, .section-title__lead, .section-title__text {
  max-width: 960px !important;
  margin: 0 auto;
}

.section-title__title > *:last-child, .section-title__subtitle > *:last-child, .section-title__lead > *:last-child, .section-title__text > *:last-child {
  margin-bottom: 0;
}

.title-small {
  font-size: .33em;
  letter-spacing: .1em;
}

/* ==========================================================================
	
	.section-title-background
		&__body
			&__title
		&__background
	&--overlap-next-section
	
========================================================================== */
.section-title-background {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-title-background__body {
  position: relative;
  z-index: 3;
  padding-right: 15px;
  padding-left: 15px;
}

.section-title-background__body > *:not(:last-child) {
  padding-bottom: 32px;
}

.section-title-background__title, .section-title-background__subtitle, .section-title-background__lead, .section-title-background__text {
  max-width: 960px !important;
  margin: 0 auto;
}

.section-title-background__title > *:last-child, .section-title-background__subtitle > *:last-child, .section-title-background__lead > *:last-child, .section-title-background__text > *:last-child {
  margin-bottom: 0;
}

.section-title-background__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.section-title-background__title {
  font-size: 50px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1em;
}

.section-title-background__subtitle {
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 767px) {
  .section-title-background {
    min-height: 220px;
  }
}

@media (min-width: 768px) {
  .section-title-background {
    min-height: 340px;
  }
}

@media (min-width: 768px) {
  .section-title-background--overlap-next-section {
    padding-top: 100px;
    padding-bottom: 300px;
    margin-bottom: -250px;
  }
}

.section-title-background--title-blue .section-title-background__subtitle {
  color: #021634 !important;
}

.section-title-background--title-blue .section-title-background__title {
  color: #021634 !important;
}

/* ==========================================================================
	
	footer
		&__body
			&__main
				&__logo
				&__menu-main
					&__col-main
						&__adress
						&__menu
							&__mini-title
						&__submenu
					&__col-aside
						&__social
						&__private
			&__footer
				&__legal
				&__author
				
========================================================================== */
.footer {
  background-color: #021634;
  color: #ffffff;
  padding-bottom: 0;
}

.footer__body {
  max-width: 1140px !important;
  margin: auto;
}

.footer__header {
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}

.footer__logo {
  max-width: 1140px !important;
  text-align: left;
}

.footer__logo img {
  width: 190px;
}

.footer__social {
  padding-bottom: 32px;
}

.footer__social a {
  color: #FF7D00;
  margin: 0 8px;
}

.footer__private .btn, .footer__private .btn-go-top, .footer__private .tns-controls button, .tns-controls .footer__private button, .footer__private .mini-nav li a, .mini-nav li .footer__private a {
  white-space: nowrap;
}

.footer__main {
  font-size: 0.875rem;
  text-align: center;
}

.footer__footer {
  font-size: 0.875rem;
  background-color: #010e20;
  padding: 15px;
}

.footer__footer a {
  color: #ffffff;
}

.footer__legal {
  opacity: .5;
}

.footer__author {
  opacity: .5;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
  .footer__logo {
    text-align: center;
    padding-bottom: 20px;
  }
  .footer__col-main {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 32px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer__adress {
    font-size: 0.875rem;
    margin: auto;
    width: 100%;
    text-align: center;
    padding-bottom: 32px;
  }
  .footer__adress > * {
    display: inline-block;
  }
  .footer__menu {
    max-width: 50%;
    flex: 0 0 50%;
    font-size: 0.875rem;
  }
  .footer__mini-title {
    display: none;
  }
  .footer__submenu {
    max-width: 50%;
    flex: 0 0 50%;
    font-size: 0.875rem;
  }
  .footer__social {
    text-align: center;
  }
  .footer__private {
    text-align: center;
    padding-bottom: 32px;
  }
  .footer__main {
    padding: 15px;
    font-size: 0.75rem;
  }
  .footer__footer {
    text-align: center;
  }
  .footer__legal {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .footer {
    padding-top: 54px;
  }
  .footer__header {
    padding-bottom: 16px;
  }
  .footer__logo {
    padding-bottom: 16px;
  }
  .footer__menu-main {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__col-main {
    display: flex;
    flex-grow: 1;
  }
  .footer__adress {
    padding-top: 32px;
    width: 25%;
    min-width: 232px;
  }
  .footer__menu {
    padding-top: 32px;
    position: relative;
    width: 25%;
    min-width: 232px;
  }
  .footer__mini-title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.75rem;
    opacity: 0.25;
  }
  .footer__submenu {
    padding-top: 32px;
    width: 25%;
    min-width: 232px;
  }
  .footer__col-aside {
    padding-top: 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer__main {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
  .footer__footer {
    display: flex;
    justify-content: space-between;
  }
  .footer__legal a:hover {
    color: #ffffff;
  }
  .footer__author a:hover {
    color: #ffffff;
  }
}

.SumoSelect p {
  margin: 0;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  z-index: 1;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #cccccc;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  font-size: 1rem;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #212420;
  font-size: 1rem;
  padding-left: 10px;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8wNy8xN8jfe6UAAABFSURBVBiVjYyxDcAwDMMov9aHckoe8m3qkhY1igTmKJASMICLHhm2J5Ad2fYMgEaUyyGe5RC9cgk2UZEBZPt3KWl8Dgo3Es4qyCAMVYMAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 1;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #cccccc;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 33px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  padding-top: 8px;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #cccccc;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #cccccc;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

.SelectBox {
  font-size: 1rem;
  height: 2.365rem;
}

.SelectBox span {
  color: #212420;
}

.SumoSelect .select-all {
  height: 50px;
}

.SumoSelect .select-all label {
  padding-top: 4px;
  margin-bottom: 0.5rem;
}

.SumoSelect .optWrapper label {
  color: #212420;
}

.form-control-lg + .SelectBox {
  height: 3rem;
}

.SumoSelect.open > .optWrapper {
  top: 2.365rem;
}

.SumoSelect.open .form-control-lg + .SelectBox + .optWrapper {
  top: 3rem;
}

.SumoSelect.open .search-txt {
  font-size: 1rem;
  padding: inherit;
  margin-top: 6px;
  padding-left: 10px;
}

.SumoSelect > .CaptionCont > span {
  margin-top: 5px;
  font-weight: 400;
  padding-left: 10px;
}

.form-control-lg + .SelectBox span {
  margin-top: 0.375rem;
  font-size: 1.125rem !important;
}

.SumoSelect.open .form-control-lg + .SelectBox .search-txt {
  font-size: 1.125rem !important;
  margin-top: 0.375rem;
}

.SumoSelect > .CaptionCont > label {
  margin: 0;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: none;
  top: -0.5rem;
  width: 1em;
  height: 1em;
}

.SumoSelect > .CaptionCont > label > i:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  color: #FF7D00;
}

.SumoSelect > .CaptionCont {
  border-radius: 0px;
}

.SumoSelect:hover {
  z-index: 9999;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #28a745;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  background-color: #FF7D00;
  color: #ffffff;
  transition: .2s ease-in-out;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk:hovver {
  background-color: #e67100;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  background-color: #6D7E8F;
  color: #ffffff;
  transition: .2s ease-in-out;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel:hover {
  background-color: #627181;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #000000;
  border-color: #FF7D00;
}

.SumoSelect > .CaptionCont {
  border-color: #6D7E8F !important;
}

.SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: #6D7E8F !important;
}

/* ==========================================================================
	
	tiny slider custom
	
========================================================================== */
.tns-controls, .tns-controls:hover, .tns-controls:focus {
  box-shadow: none !important;
  outline: none;
}

.tns-slider {
  display: flex;
}

.tns-outer {
  position: relative;
}

.tns-nav {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tns-nav button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 5px;
  border: none;
  border-radius: 50%;
  background-color: #FF7D00;
  opacity: .25;
}

.tns-nav button.tns-nav-active {
  opacity: 1;
}

.tns-controls {
  outline: none;
  text-align: center;
  position: absolute;
  top: calc(50% - 24px);
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.tns-controls button[data-controls="prev"] {
  margin-left: 10px;
}

.tns-controls button[data-controls="next"] {
  margin-right: 10px;
}

.slider-spacer {
  padding: 15px;
}

.slider-spacer > * {
  height: 100%;
}

.slider {
  padding: 0;
  list-style-type: none;
}

.slider__spacer {
  padding: 15px;
}

.slider__spacer > * {
  height: 100%;
}

.slider-mini-container .tns-controls, .slider-big-container .tns-controls {
  top: calc(50%);
}

.slider-mini-container .tns-controls, .slider-mini-container .tns-controls:hover, .slider-mini-container .tns-controls:focus, .slider-big-container .tns-controls, .slider-big-container .tns-controls:hover, .slider-big-container .tns-controls:focus {
  box-shadow: none !important;
  outline: none;
}

.slider-mini-container .tns-controls button, .slider-big-container .tns-controls button {
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

.slider-mini-container .tns-controls button i, .slider-big-container .tns-controls button i {
  top: 3px;
  font-size: 20px;
  color: #FF7D00;
  pointer-events: none;
}

.slider-mini-container .tns-controls button[data-controls="prev"], .slider-big-container .tns-controls button[data-controls="prev"] {
  margin-left: 5px;
}

.slider-mini-container .tns-controls button[data-controls="next"], .slider-big-container .tns-controls button[data-controls="next"] {
  margin-right: 5px;
}

.slider-mini-container .tns-controls button:active, .slider-big-container .tns-controls button:active {
  background-color: rgba(255, 255, 255, 0) !important;
}

.slider-mini-container:hover .tns-controls button, .slider-big-container:hover .tns-controls button {
  background-color: rgba(255, 255, 255, 0);
}

.slider-big-container .tns-controls button {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.slider-big-container .tns-controls button i {
  font-weight: 300;
  top: 0px;
  font-size: 60px;
}

.slider-big-container .tns-controls button[data-controls="prev"] {
  margin-left: 5px;
}

.slider-big-container .tns-controls button[data-controls="next"] {
  margin-right: 5px;
}

.slider-big-container .tns-nav {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.slider-big-container .tns-nav button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  opacity: 1;
}

.slider-big-container .tns-nav button.tns-nav-active {
  background-color: #FF7D00;
  opacity: 1;
}

/* ==========================================================================
	
	pageloader

========================================================================== */
.pageloader {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.pageloader__item {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
}

.pageloader__item img {
  width: 80px;
  animation: rotating 0.5s linear infinite;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ==========================================================================
	
	.card-service
        &__title
        &__pict

	&--no-slider
========================================================================== */
.card-service {
  transition: .2s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px 16px 0 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 10px 15px;
  text-align-last: left;
  position: relative;
}

.card-service::before {
  font-family: "Font Awesome 5 Pro";
  content: "\0f061";
  font-size: 16px;
  position: absolute;
  line-height: 16px;
  color: #FF7D00;
  bottom: 20px;
  right: 20px;
}

.card-service__title {
  transition: .2s ease-in-out;
  padding-right: 20px;
}

.card-service__title, .card-service__title * {
  transition: .2s ease-in-out;
  color: #021634;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}

.card-service__pict svg {
  transition: .2s ease-in-out;
  fill: #FF7D00;
  width: 100px;
}

.card-service[href]:hover {
  background-color: #FF7D00;
  text-decoration: none;
}

.card-service[href]:hover svg {
  fill: #ffffff;
}

.card-service[href]:hover::before {
  color: #ffffff;
}

.card-service[href]:hover .card-service__title, .card-service[href]:hover .card-service__title * {
  color: #ffffff;
}

.card-service--no-slider {
  width: 100%;
  min-height: 220px;
}

/* ==========================================================================
	
	.card-number
		&__pict
        &__title
		&__text
	
========================================================================== */
.card-number {
  transition: .2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px 16px 0 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 15px 15px;
  margin-top: 40px;
  position: relative;
  text-align: center;
}

.card-number__pict {
  margin-top: -50px;
  padding-bottom: 10px;
}

.card-number__title {
  font-size: 1.75rem;
  color: #021634;
}

.card-number__text {
  color: #212420;
  line-height: 1.1em;
}

.card-number:hover {
  text-decoration: none;
}

/* ==========================================================================
	
	.card-estate
		&__header
			&__flag
				&__flag-text
			&__pict-sizer
				&__pict
			&__price
			&__link (only used in header - bottom left)
			&__second-link (only used in header - bottom right)
		&__body
			&__title
			&__sub-title
			&__text
			&__peb (only used with --projet-neuf)

	&--on-map // reduced to be used on google map
	&--header
	
========================================================================== */
.card-estate {
  color: #021634;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
  height: 100%;
}

.card-estate__header {
  position: relative;
}

.card-estate__flag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.card-estate__flag-text {
  font-size: 14px;
}

.card-estate__pict-sizer {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  overflow: hidden;
  position: relative;
}

.card-estate__pict img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
}

.card-estate__price {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 2px 10px;
  background-color: #021634;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

.card-estate__body {
  padding: 15px 20px;
}

.card-estate__title {
  font-size: 1.25rem;
  padding-bottom: 4px;
}

.card-estate__sub-title {
  font-weight: 400;
  padding-bottom: 4px;
}

.card-estate:hover {
  color: #021634;
  text-decoration: none;
}

.card-estate--prestige .card-estate__body {
  display: flex;
  align-items: center;
}

.card-estate--prestige .card-estate__title-container {
  flex-grow: 1;
}

.card-estate--prestige .card-estate__title-container {
  width: 100%;
}

.card-estate--prestige .card-estate__title {
  color: #A0A0A0;
}

.card-estate--prestige .card-estate__sub-title {
  padding-bottom: 0;
}

.card-estate--prestige .card-estate__text {
  margin-top: 16px;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .card-estate--prestige .card-estate__body {
    flex-direction: column;
  }
}

.card-estate--projet-neuf {
  display: flex;
}

.card-estate--projet-neuf .card-estate__peb img {
  height: 21px;
}

.card-estate--projet-neuf .card-estate__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-estate--projet-neuf .card-estate__logo {
  text-align: center;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-estate--projet-neuf .card-estate__title-container {
  line-height: 1.5em;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-estate--projet-neuf .card-estate__title {
  font-size: 21px;
  color: #707070;
  margin-bottom: 8px;
  letter-spacing: .05em;
}

.card-estate--projet-neuf .card-estate__sub-title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 8px;
}

.card-estate--projet-neuf .card-estate__text {
  font-weight: 500;
  margin-bottom: 16px;
}

.card-estate--projet-neuf .card-estate__facts-container {
  flex-shrink: 1;
}

@media (max-width: 991.98px) {
  .card-estate--projet-neuf {
    flex-direction: column;
  }
  .card-estate--projet-neuf .card-estate__header {
    max-width: 100%;
  }
  .card-estate--projet-neuf .card-estate__body {
    max-width: 100%;
  }
  .card-estate--projet-neuf .card-estate__logo {
    padding-top: 8px;
    padding-bottom: 32px;
  }
  .card-estate--projet-neuf .card-estate__logo img {
    max-width: 165px;
    margin: auto;
  }
  .card-estate--projet-neuf .card-estate__peb {
    padding-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .card-estate--projet-neuf .card-estate__header {
    flex: 1 0 66.66666666%;
    max-width: 66.66666666%;
  }
  .card-estate--projet-neuf .card-estate__body {
    flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .card-estate--projet-neuf .card-estate__logo img {
    max-width: 280px;
  }
}

.card-estate--on-map {
  background-color: #ffffff;
}

.card-estate--on-map .card-estate__header {
  position: relative;
}

.card-estate--on-map .card-estate__flag .estate-flag {
  font-size: 12px;
  font-weight: 500;
}

.card-estate--on-map .card-estate__price {
  font-size: 16px;
}

.card-estate--on-map .card-estate__body {
  padding: 10px;
}

.card-estate--on-map .card-estate__title {
  font-weight: 300;
}

.card-estate--on-map .card-estate__sub-title {
  font-size: 14px;
}

.card-estate--header .card-estate__header {
  position: relative;
}

.card-estate--header .card-estate__flag {
  top: 16px;
  left: 16px;
}

.card-estate--header .card-estate__link {
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.card-estate--header .card-estate__second-link {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

@media (max-width: 767px) {
  .card-estate--header {
    border-radius: 0 60px 0 0;
  }
}

@media (min-width: 768px) {
  .card-estate--header {
    border-radius: 0 120px 0 0;
  }
}

.card-estate--header-projet-neuf {
  border-radius: 0;
}

.card-estate--header-projet-neuf .card-estate__header {
  position: relative;
}

.card-estate--header-projet-neuf .card-estate__flag {
  top: 16px;
  left: 16px;
}

.card-estate--header-projet-neuf .card-estate__link {
  position: absolute;
  bottom: 72px;
  left: 16px;
}

.card-estate--header-projet-neuf .card-estate__second-link {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

@media (max-width: 767px) {
  .card-estate--header-projet-neuf .card-estate__link {
    position: absolute;
    bottom: 16px;
    left: 16px;
  }
}

@media (min-width: 768px) {
  .card-estate--header-projet-neuf .tns-nav {
    bottom: 80px;
  }
  .card-estate--header-projet-neuf .card-estate__link {
    position: absolute;
    bottom: 72px;
    left: 16px;
  }
}

/*==========================================================================

	estate-card
		estate-card__text
		estate-flag
			estate-flag__text / estate-flag__text--option / estate-flag__text--sold / estate-flag__text--rented 
		estate-card__peb


	estate-card

		estate-card__photo-container

			estate-card__photo
			estate-card__flag
			estate-card__peb

		estate-card__content

			[ estate-description ]
==========================================================================*/
.estate-card-loader {
  height: 100px;
}

.estate-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  margin: 0 auto;
  color: #212420;
  background-color: #ffffff;
}

.estate-card:hover {
  color: #212420;
  text-decoration: none;
}

.estate-card--mini {
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
}

.estate-card__photo-container {
  position: relative;
}

.estate-card__photo {
  background-color: #ffffff;
  display: block;
}

.estate-card__photo img {
  width: 100%;
}

.estate-card__flag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.estate-card__flag--estate-detail {
  top: 10px;
  left: 35px;
}

.estate-card__peb {
  position: absolute;
  top: 1rem;
  right: 0.7rem;
}

.estate-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.estate-card__header {
  display: flex;
  flex-wrap: wrap;
}

.estate-card__facts {
  flex-direction: row;
}

@media (max-width: 767px) {
  .estate-card__photo-container {
    width: 100%;
    display: block;
  }
  .estate-card__content {
    padding: 5px 10px;
  }
}

.estate-card--loading .estate-card__photo {
  background-color: #F1F1F1 !important;
}

.estate-card--loading .estate-description__header {
  visibility: hidden;
}

@media (min-width: 768px) {
  .estate-card {
    transition: .2s ease-in-out;
  }
  .estate-card__overlay-facts {
    background-color: rgba(76, 40, 16, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 15px;
  }
  .estate-card__photo {
    transition: .2s ease-in-out;
  }
  .estate-card__photo-container {
    width: 100%;
    display: block;
  }
  .estate-card__content {
    flex: 0 1 100%;
    padding: 10px 10px;
  }
  .estate-card:hover .estate-card__overlay-facts {
    opacity: 1;
  }
  .estate-card .estate-facts {
    justify-content: center;
  }
}

@media print {
  .estate-card__photo span {
    display: none;
  }
}

/* ==========================================================================
	
	.estate-facts 
	.estate-facts--big 
	.estate-facts__item 
	.estate-facts__item, .estate-facts__item i
	.estate-facts__peb 


	.estate-facts--estate-detail

	.estate-facts--prestige
	
========================================================================== */
.estate-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.estate-facts__item {
  color: #212420;
  white-space: nowrap;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  margin-right: 5px;
  margin-left: 5px;
}

.estate-facts__item i {
  color: #FF7D00;
  margin-right: 8px;
  font-size: 18px;
}

.estate-facts__item .img-peb, .estate-facts__item img {
  height: 21px;
}

.estate-facts__peb {
  height: 26px;
  position: relative;
  top: -1px;
}

@media (min-width: 768px) {
  .estate-facts .estate-facts {
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
  .estate-facts .estate-facts__item {
    white-space: nowrap;
  }
}

.estate-facts--prestige {
  align-items: center;
}

.estate-facts--prestige .estate-facts__item {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
  margin-left: 16px;
}

.estate-facts--prestige .estate-facts__item i {
  color: #A0A0A0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .estate-facts--prestige {
    justify-content: space-around;
    margin-bottom: -16px;
    margin-right: -16px;
    margin-left: -16px;
  }
  .estate-facts--prestige .estate-facts__item {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .estate-facts--prestige {
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-right: -16px;
  }
}

.estate-facts--projet-neuf {
  justify-content: space-around;
  align-items: center;
  background-color: rgba(2, 22, 52, 0.9);
}

.estate-facts--projet-neuf .estate-facts__item {
  display: flex;
  align-items: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  .estate-facts--projet-neuf .estate-facts__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 8px;
  }
  .estate-facts--projet-neuf .estate-facts__item i {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .estate-facts--projet-neuf {
    padding-top: 14px;
    padding-bottom: 14px;
    height: 56px;
    margin-top: -56px;
    z-index: 2;
    position: relative;
  }
  .estate-facts--projet-neuf .estate-facts i {
    margin-right: 16px;
  }
}

.estate-facts--list-projet-neuf {
  justify-content: space-around;
  align-items: center;
}

.estate-facts--list-projet-neuf .estate-facts__item {
  flex-direction: column;
  display: flex;
  align-items: center;
  margin-right: 0;
}

@media (max-width: 767px) {
  .estate-facts--list-projet-neuf .estate-facts__item {
    justify-content: center;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 8px;
  }
  .estate-facts--list-projet-neuf .estate-facts__item i {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .estate-facts--list-projet-neuf .estate-facts__item i {
    margin-right: 0px !important;
  }
}

.estate-facts---big {
  text-align: left;
}

.estate-facts---big .estate-facts__item {
  font-size: 1.25rem;
  font-weight: 700;
}

.estate-facts---big .estate-facts__item i {
  font-size: 1.5rem;
  font-weight: 300;
  margin-right: 0.25em;
  position: relative;
  top: .125em;
}

/*.estate-facts--estate-detail { border-bottom: 0;}*/
.estate-facts--estate-detail .estate-facts__item i {
  color: #FF7D00;
}

.estate-facts--estate-detail .estate-facts__item {
  color: #FF7D00;
}

.estate-facts--mini {
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.estate-flag {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
  padding: 0px;
  font-size: 0.875rem;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  font-weight: 600;
}

.estate-flag img {
  height: 1.5em;
  position: relative;
  top: -0.1em;
}

.estate-flag--honesty {
  background-color: #FF7D00;
}

.estate-flag--projet-neuf {
  background-color: #021634;
}

.estate-flag--option {
  border: solid 1px #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
}

.estate-flag--sold {
  background-color: #ff4530;
}

.estate-flag--rented {
  background-color: #1abc9c;
}

.estate-flag--new {
  background-color: #03a9f4;
}

@media print {
  .estate-flag__text {
    background-color: #ffffff;
  }
  .estate-flag__text--option {
    border: #ff0000 2px solid;
    color: #ff0000;
  }
  .estate-flag__text--sold {
    border: #ff4530 2px solid;
    color: #ff4530;
  }
  .estate-flag__text--rented {
    border: #1abc9c 2px solid;
    color: #1abc9c;
  }
  .estate-flag__text--new {
    border: #03a9f4 2px solid;
    color: #03a9f4;
  }
}

/* ==========================================================================

	.section-banner
		&__body
			&__primary
				&__title
				&__text
			&__secondary
				&__links
			&__background

	&--overlap-previous-section
	&--corner-right-top
	&--full-background

========================================================================== */
.section-banner {
  position: relative;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 10;
}

.section-banner__body {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  position: relative;
  margin: auto;
  max-width: 870px;
  background: linear-gradient(70deg, #ff8c09 0%, #ff5713 100%);
  padding: 30px;
  border-radius: 15px 15px 15px 15px;
  display: flex;
  align-items: center;
}

.section-banner__primary {
  position: relative;
  z-index: 2;
}

.section-banner__secondary {
  position: relative;
  z-index: 2;
}

.section-banner__title, .section-banner__title > * {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
}

.section-banner__title:last-child > * {
  margin-bottom: 0;
}

.section-banner__text > *:last-child {
  margin-bottom: 0;
}

.section-banner__links a {
  white-space: nowrap;
}

.section-banner__background {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  right: 0;
  top: 0;
  opacity: .15;
  width: 160px;
}

.section-banner__background img {
  width: 100%;
}

@media (max-width: 767px) {
  .section-banner__body {
    flex-direction: column;
  }
  .section-banner__background {
    right: -15px;
    bottom: -15px;
  }
  .section-banner__secondary {
    width: 100%;
  }
  .section-banner__text {
    padding-bottom: 16px;
  }
  .section-banner__links {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .section-banner__title {
    margin-right: 8px;
  }
  .section-banner__body {
    justify-content: space-between;
  }
}

.section-banner--overlap-previous-section {
  padding-top: 30px;
  margin-top: -80px;
}

.section-banner--corner-right-top .section-banner__body {
  border-radius: 15px 0 15px 15px;
}

.section-banner--corner-right-top .section-banner__body::before {
  content: "\0000A0";
  position: absolute;
  height: 60px;
  width: 30px;
  top: -60px;
  right: 0;
  border-bottom-right-radius: 30px;
  background-color: transparent;
  box-shadow: 0 30px 0 0 #ff5813;
}

.section-banner--full-background {
  background: linear-gradient(70deg, #ff8c09 0%, #ff5713 100%);
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-banner--full-background .section-banner__body {
  background: none;
  box-shadow: none !important;
}

.section-title-subtitle-lead-text-cta + .section-banner:not(.section-banner--full-background) {
  padding-top: 0;
}

.section-search-bar-prestige + .section-banner {
  padding-top: 0;
}

.section-title + .section-banner:not(.section-banner--corner-right-top) {
  padding-top: 0;
}

/* ==========================================================================
    
	.section-estate-detail

		.estate-nav
			&__body
				&__back
				&__text
				&__next

		.estate-pict
			&__body

		.estate-main-details
			&__location
			&__price
			&__peb
			&__link

		.estate-description
			&__body
				&__main
				&__aside
    
========================================================================== */
.estate-nav__body {
  max-width: 1140px;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.estate-nav__back {
  flex-grow: 1;
}

.estate-nav__text {
  flex-grow: 1;
  text-align: center;
  color: #FF7D00;
}

.estate-nav__next {
  flex-grow: 1;
  text-align: right;
}

.estate-nav--prestige {
  background-color: #021634;
}

.estate-nav--prestige .estate-nav__back a {
  color: #ffffff;
}

.estate-nav--prestige .estate-nav__text {
  color: #ffffff;
}

.estate-nav--prestige .estate-nav__next a {
  color: #ffffff;
}

.estate-nav--projet-neuf .estate-nav__back {
  text-align: center;
}

.estate-pict__body {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.estate-pict--prestige {
  background-color: #021634;
}

.estate-pict--projet-neuf {
  position: relative;
  z-index: 1;
}

.estate-pict--projet-neuf .estate-pict__body {
  max-width: initial;
}

@media (min-width: 768px) {
  .estate-pict--projet-neuf .tns-outer {
    height: calc(100vh - 81px);
    min-height: 480px;
    max-height: 960px;
  }
  .estate-pict--projet-neuf .card-estate__pict-sizer {
    padding-bottom: initial;
    height: calc(100vh - 81px);
    min-height: 480px;
    max-height: 960px;
  }
}

/* ==========================================================================
	
	.estate-description
		&__body
			&__main
				&__description
				&__details
				&_map
			&__aside
	&--projet-neuf
	
========================================================================== */
.estate-description {
  padding-bottom: var(--section-spacer);
}

.estate-description__body {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
}

.estate-description__description {
  margin-bottom: 32px;
}

.estate-description__description h1 {
  margin-bottom: 24px;
}

.estate-description__details {
  margin-bottom: 32px;
}

.estate-description__details h2 {
  margin-bottom: 18px;
}

.estate-description__map {
  position: relative;
}

.estate-description__map > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .estate-description h1 {
    text-align: center;
    line-height: 1.1em;
  }
  .estate-description__body {
    flex-direction: column;
  }
  .estate-description__main {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .estate-description__map {
    height: 320px;
  }
  .estate-description__aside {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 768px) {
  .estate-description__main {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
    padding-right: 5%;
  }
  .estate-description__map {
    height: 270px;
  }
  .estate-description__aside {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
    margin-top: -80px;
    z-index: 1;
  }
}

.estate-description--projet-neuf .estate-description__body {
  max-width: 960px;
}

@media (min-width: 768px) {
  .estate-description--projet-neuf .estate-description__main {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
}

/* ==========================================================================
	
	.estate-facts-big
		&__item
			&__header
				&__title
			&__main
				&__pict
				&__text

	&--smartphone
	&--desktop
	
========================================================================== */
.estate-facts-big {
  display: none;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.estate-facts-big__title {
  font-size: 12px;
  text-transform: uppercase;
  color: #A0A0A0;
}

.estate-facts-big__main {
  display: flex;
}

.estate-facts-big__pict {
  color: #FF7D00;
}

.estate-facts-big__text {
  color: #021634;
}

.estate-facts-big--prestige .estate-facts-big__pict {
  color: #A0A0A0;
}

@media (max-width: 767px) {
  .estate-facts-big {
    flex-wrap: wrap;
    justify-content: center;
  }
  .estate-facts-big__item {
    margin-right: .5em;
    margin-left: .5em;
  }
  .estate-facts-big__header {
    display: none;
  }
  .estate-facts-big__main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .estate-facts-big__text {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .estate-facts-big__item {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .estate-facts-big__item:not(:last-child) {
    border-bottom: solid 1px #A0A0A0;
  }
  .estate-facts-big__main {
    display: flex;
    align-items: center;
  }
  .estate-facts-big__pict {
    margin-right: .5em;
    font-size: 24px;
  }
  .estate-facts-big__text {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .estate-facts-big--smartphone {
    display: flex;
  }
}

@media (min-width: 768px) {
  .estate-facts-big--desktop {
    display: block;
  }
}

/* ==========================================================================
	
	.estate-cta
		&__body
			&__header
				&__title	
				&__text
				&__link
			&__footer


========================================================================== */
.estate-cta {
  position: sticky;
  z-index: 1;
  margin-bottom: 16px;
}

.estate-cta__header {
  background: linear-gradient(70deg, #ff8c09 0%, #ff5713 100%);
  border-radius: 6px;
  padding: 16px 16px 24px 16px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.estate-cta__title {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 8px;
}

.estate-cta__text {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 8px;
}

.estate-cta__text a, .estate-cta__text a:hover {
  color: #ffffff;
  text-decoration: none;
}

.estate-cta--prestige .estate-cta__title {
  color: #021634;
  padding-bottom: 8px;
}

.estate-cta--prestige .estate-cta__header {
  background: #F1F1F1;
}

@media (max-width: 767px) {
  .estate-cta {
    display: none;
  }
}

@media (min-width: 768px) {
  .estate-cta {
    top: 82px;
  }
}

.estate-cta-footer {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.estate-cta-footer .btn:hover, .estate-cta-footer .btn-go-top:hover, .estate-cta-footer .tns-controls button:hover, .tns-controls .estate-cta-footer button:hover, .estate-cta-footer .mini-nav li a:hover, .mini-nav li .estate-cta-footer a:hover {
  color: #FF7D00;
}

.estate-cta-footer .btn i, .estate-cta-footer .btn-go-top i, .estate-cta-footer .tns-controls button i, .tns-controls .estate-cta-footer button i, .estate-cta-footer .mini-nav li a i, .mini-nav li .estate-cta-footer a i {
  margin-right: 0;
}

.estate-cta-footer--prestige .btn, .estate-cta-footer--prestige .btn-go-top, .estate-cta-footer--prestige .tns-controls button, .tns-controls .estate-cta-footer--prestige button, .estate-cta-footer--prestige .mini-nav li a, .mini-nav li .estate-cta-footer--prestige a {
  color: #021634;
}

.estate-cta-footer--prestige .btn:hover, .estate-cta-footer--prestige .btn-go-top:hover, .estate-cta-footer--prestige .tns-controls button:hover, .tns-controls .estate-cta-footer--prestige button:hover, .estate-cta-footer--prestige .mini-nav li a:hover, .mini-nav li .estate-cta-footer--prestige a:hover {
  color: #021634;
}

.estate-cta-footer--projet-neuf .btn, .estate-cta-footer--projet-neuf .btn-go-top, .estate-cta-footer--projet-neuf .tns-controls button, .tns-controls .estate-cta-footer--projet-neuf button, .estate-cta-footer--projet-neuf .mini-nav li a, .mini-nav li .estate-cta-footer--projet-neuf a {
  color: #021634;
}

.estate-cta-footer--projet-neuf .btn:hover, .estate-cta-footer--projet-neuf .btn-go-top:hover, .estate-cta-footer--projet-neuf .tns-controls button:hover, .tns-controls .estate-cta-footer--projet-neuf button:hover, .estate-cta-footer--projet-neuf .mini-nav li a:hover, .mini-nav li .estate-cta-footer--projet-neuf a:hover {
  color: #021634;
}

/* ==========================================================================
	
	.estate-intro
		&__location
		&__price
		&__peb
		&__link

	
	
========================================================================== */
.estate-intro {
  display: flex;
  flex-wrap: wrap;
}

.estate-intro > * {
  flex-grow: 1;
}

.estate-intro__location {
  font-size: 21px;
  color: #707070;
}

.estate-intro__location i {
  color: #FF7D00;
}

.estate-intro__price {
  font-size: 18px;
  font-weight: 400;
}

.estate-intro__peb > img {
  height: 22px;
}

@media (max-width: 767px) {
  .estate-intro {
    padding-top: 10px;
    margin-bottom: 8px;
  }
  .estate-intro > * {
    flex-basis: 100%;
  }
  .estate-intro__location {
    text-align: center;
  }
  .estate-intro__price {
    text-align: center;
  }
  .estate-intro__peb {
    text-align: center;
  }
  .estate-intro__link {
    display: none;
  }
}

@media (min-width: 768px) {
  .estate-intro {
    padding-top: 20px;
    margin-bottom: 64px;
  }
  .estate-intro > * {
    flex-basis: 50%;
  }
  .estate-intro__price {
    text-align: right;
  }
  .estate-intro__link {
    text-align: right;
  }
}

/* ==========================================================================
	
	.estate-intro-projet-neuf
		&__location
		&__price
		&__title
		&__status
		&__peb
	
========================================================================== */
.estate-intro-projet-neuf {
  padding-bottom: calc( var(--section-spacer) / 2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.estate-intro-projet-neuf__location {
  font-size: 21px;
}

.estate-intro-projet-neuf__location i {
  color: #FF7D00;
}

.estate-intro-projet-neuf__price {
  font-size: 18px;
  color: #021634;
}

.estate-intro-projet-neuf__title > * {
  margin-bottom: 0;
}

.estate-intro-projet-neuf__peb img {
  width: 72px;
}

@media (max-width: 767px) {
  .estate-intro-projet-neuf {
    flex-direction: column;
  }
  .estate-intro-projet-neuf__location {
    order: 1;
  }
  .estate-intro-projet-neuf__title {
    order: 2;
    margin-bottom: 8px;
  }
  .estate-intro-projet-neuf__title > * {
    font-size: 32px;
  }
  .estate-intro-projet-neuf__price {
    order: 3;
  }
  .estate-intro-projet-neuf__peb {
    order: 4;
  }
  .estate-intro-projet-neuf__status {
    order: 5;
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .estate-intro-projet-neuf__location {
    flex-basis: 50%;
    flex-grow: 1;
    margin-bottom: 8px;
  }
  .estate-intro-projet-neuf__price {
    flex-basis: 50%;
    flex-grow: 1;
    text-align: right;
    margin-bottom: 8px;
  }
  .estate-intro-projet-neuf__title {
    flex-basis: 50%;
    flex-grow: 1;
    margin-bottom: 8px;
  }
  .estate-intro-projet-neuf__title > * {
    font-size: 40px;
  }
  .estate-intro-projet-neuf__status {
    flex-shrink: 1;
    text-align: right;
    margin-bottom: 8px;
  }
  .estate-intro-projet-neuf__peb {
    flex-basis: 100%;
  }
}

/* ==========================================================================
	
	.estate-logo
	
========================================================================== */
.estate-logo {
  text-align: center;
  padding-top: var(--section-spacer);
  padding-bottom: var(--section-spacer);
}

.estate-logo img {
  max-width: 320px;
}

.estate-list-unit__head {
  text-align: center;
}

/* ==========================================================================
	
	.estate-banner
	
========================================================================== */
.estate-banner .section-banner {
  margin-top: calc( (-1 * var(--block-spacer)));
  padding-top: var(--section-spacer);
  padding-bottom: var(--section-spacer);
}

.estate-map {
  padding-bottom: calc( var(--section-spacer) / 2);
}

/* ==========================================================================
	
	.facts-container-projet-neuf
	
========================================================================== */
.facts-container-projet-neuf {
  position: sticky;
  top: 80px;
  z-index: 11;
}

@media (max-width: 1099.98px) {
  .facts-container-projet-neuf {
    top: 61px;
  }
}

@media (min-width: 1100px) {
  .facts-container-projet-neuf {
    top: 81px;
  }
}

.fancybox-bg {
  background-color: #ffffff;
  opacity: 0.95 !important;
}

.fancybox-infobar {
  color: #ffffff;
  font-size: 1.125rem;
  height: 48px;
  line-height: 48px;
  min-width: 48px;
  mix-blend-mode: normal !important;
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FF7D00;
}

.fancybox-progress {
  background-color: #FF7D00;
  height: 3px;
}

.fancybox-button:not([disabled]) {
  transition: .2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  background-color: #FF7D00;
  border-color: #FF7D00;
}

.fancybox-button:not([disabled]):hover, .fancybox-button:not([disabled]):focus {
  background-color: #ffffff;
  border-color: #FF7D00;
  color: #FF7D00 !important;
}

.fancybox-button:not([disabled]):hover::after, .fancybox-button:not([disabled]):focus::after {
  color: #FF7D00 !important;
}

.fancybox-button:not([disabled])[disabled] {
  background-color: #FF7D00;
  border-color: #FF7D00;
  border-style: solid;
  border-width: 1px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ffffff;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-slide--html .fancybox-close-small {
  color: #ffffff;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}

.fancybox-button {
  height: 48px;
  width: 48px;
  padding: 10px;
}

.fancybox-button--arrow_right, .fancybox-button--arrow_left {
  padding: 0px !important;
  height: 48px !important;
  width: 48px !important;
}

.fancybox-navigation .fancybox-button {
  top: 50%;
  transform: translateY(-50%);
}

.fancybox-button--zoom::after,
.fancybox-button--close::after,
.fancybox-button--arrow_left::after,
.fancybox-button--arrow_right::after,
.fancybox-close-small::after,
.fancybox-button--play::after {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fancybox-button--zoom svg,
.fancybox-button--close svg,
.fancybox-button--arrow_left svg,
.fancybox-button--arrow_right svg,
.fancybox-close-small svg,
.fancybox-button--play svg {
  opacity: 0;
}

.fancybox-button--arrow_left::after {
  content: "\f104";
}

.fancybox-button--arrow_right::after {
  content: "\f105";
}

.fancybox-button--close::after {
  content: "\f00d";
}

.fancybox-button--zoom::after {
  content: "\f002";
}

.fancybox-button--play::after {
  content: "\f04b";
}

.fancybox-close-small::after {
  content: "\f00d";
}

.fancybox-thumbs__list a:before {
  border: 3px solid #FF7D00;
}

@media (max-width: 767px) {
  .fancybox-content {
    padding: 40px 15px;
  }
}

/* ==========================================================================

	.fancybox-form
		&__body

   ========================================================================== */
.fancybox-form {
  width: 100%;
}

.fancybox-form__body {
  max-width: 960px;
  margin: auto;
  background-color: white;
}

@media (max-width: 767px) {
  .fancybox-form__body {
    width: 100%;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .fancybox-form__body {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    padding: 32px;
    border-radius: 16px;
  }
}

/* ==========================================================================
	
	.loader
		.lds-ellipsis
	
========================================================================== */
.loader {
  text-align: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #FF7D00;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* ==========================================================================
	
	.block ( style general )

	.block-col-text-col-pict
		&__body
			&__col-text
			&__col-pict

	.block-btn

	.block-list-picto-text
		&__body
			&__list
				&__item
					&__pict
					&__text

	.block-text

	.block-title
	
	.block-list-picto-title-subtitle-text
		&__body
			&__list
				&__item
					&__pict
					&__title
					&__subtitle
					&__text

	.card-picto-text
		&__pict
		&__title
		&__subtitle
		&__text

========================================================================== */
.block {
  padding-top: 24px;
  padding-bottom: 24px;
}

.block > * {
  max-width: 720px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.block p:last-child {
  margin-bottom: 0;
}

body > .block + .block {
  margin-top: calc( var(--section-spacer) * -1);
}

body > .block {
  padding-top: var(--section-spacer);
  padding-bottom: var(--section-spacer);
}

body > .block > * {
  max-width: 1140px;
}

.block-title + .block-text {
  padding-top: 0;
  margin-top: -24px;
}

.block-col-text-col-pict__body {
  display: flex;
  max-width: 960px;
}

.block-col-text-col-pict__col-pict a {
  display: block;
}

.block-col-text-col-pict__col-pict img {
  width: 100%;
}

@media (max-width: 767px) {
  .block-col-text-col-pict__body {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .block-col-text-col-pict__col-text {
    max-width: 50%;
    flex: 0 0 50%;
    padding-right: 8px;
  }
  .block-col-text-col-pict__col-pict {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 8px;
  }
}

.block-btn__body {
  text-align: center;
}

.block-list-picto-text__body {
  max-width: 960px;
}

.block-list-picto-text__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -16px;
}

.block-list-picto-text__item {
  text-align: center;
  padding-bottom: 16px;
}

.block-list-picto-text__pict {
  width: 40px;
  margin: auto;
  margin-bottom: 8px;
}

.block-list-picto-text__pict img {
  width: 100%;
}

.block-list-picto-text__text {
  font-weight: 400;
  color: #021634;
  line-height: 1.1em;
}

.block-list-picto-text__text small {
  opacity: .5;
  font-weight: 300;
}

@media (max-width: 767px) {
  .block-list-picto-text__item {
    width: 150px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .block-list-picto-text__text {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .block-list-picto-text__item {
    width: 180px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.block-list-picto-title-subtitle-text__body {
  max-width: 960px;
}

.block-list-picto-title-subtitle-text__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -24px;
}

.block-list-picto-title-subtitle-text__item {
  text-align: center;
  padding-bottom: 24px;
}

.block-list-picto-title-subtitle-text__pict {
  width: 40px;
  margin: auto;
  margin-bottom: 8px;
}

.block-list-picto-title-subtitle-text__pict img {
  width: 100%;
}

.block-list-picto-title-subtitle-text__title {
  font-weight: 700;
  font-size: 21px;
  color: #021634;
}

.block-list-picto-title-subtitle-text__subtitle {
  color: #021634;
  font-weight: 400;
  line-height: 1.2em;
  padding-bottom: 12px;
}

.block-list-picto-title-subtitle-text__text {
  font-weight: 400;
  font-size: 12px;
  color: #707070;
  line-height: 1.2em;
  text-align: left;
}

.block-list-picto-title-subtitle-text__text ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: .5em;
}

.block-list-picto-title-subtitle-text__text ul li {
  line-height: 1.2em;
  padding-bottom: 0.5em;
  position: relative;
  padding-left: 1.25em;
}

.block-list-picto-title-subtitle-text__text ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\0f105";
  position: absolute;
  top: 0;
  left: 0;
  color: #FF7D00;
}

.block-list-picto-title-subtitle-text__text small {
  opacity: .5;
  font-weight: 300;
}

@media (max-width: 767px) {
  .block-list-picto-title-subtitle-text__item {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .block-list-picto-title-subtitle-text__subtitle {
    font-size: 16px;
  }
  .block-list-picto-title-subtitle-text__text {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .block-list-picto-title-subtitle-text__item {
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-list-picto-title-subtitle-text__subtitle {
    font-size: 14px;
  }
}

body > .block-list-picto-title-subtitle-text .block-list-picto-title-subtitle-text__title {
  font-size: 28px;
  font-weight: 500;
}

body > .block-list-picto-title-subtitle-text .block-list-picto-title-subtitle-text__subtitle {
  font-size: 18px;
}

body > .block-list-picto-title-subtitle-text .block-list-picto-title-subtitle-text__text {
  font-size: 16px;
}

/* ==========================================================================
	
	.block-title
 		&__body
	
========================================================================== */
.block-title {
  text-align: center;
}

body > .block-title .block__body > * {
  font-size: 2.5rem;
  font-weight: 200;
  margin-bottom: 0;
  padding-bottom: 16px;
}

/* ==========================================================================
	
	.block-text
 		&__body
	
========================================================================== */
/* ==========================================================================
	
.block-2col
	&__body
		&__col1
		&__col2
	
========================================================================== */
.block-2col {
  padding-top: 24px;
  padding-bottom: 24px;
}

.block-2col p:last-child {
  margin-bottom: 0;
}

.block-2col__body {
  max-width: 720px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .block-2col__body {
    display: flex;
  }
  .block-2col__col1 {
    max-width: 50%;
    flex: 0 0 50%;
    padding-right: 16px;
  }
  .block-2col__col2 {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 16px;
  }
}

body > .block-2col {
  padding-top: var(--section-spacer);
  padding-bottom: var(--section-spacer);
}

body > .block-2col > * {
  max-width: 1140px;
}

body > .block-2col + .block-2col:not(.block--blue) {
  margin-top: calc( var(--section-spacer) * -1);
}

body > .block {
  padding-top: var(--section-spacer);
  padding-bottom: var(--section-spacer);
}

body > .block > * {
  max-width: 1140px;
}

/* ==========================================================================
	
	.block-compare
		&__body
			&__head
				&__text-left
				&__text-right
			&__main
				&__pict
				

========================================================================== */
.block-compare__head {
  display: flex;
  font-family: adore-you, sans-serif;
  font-size: 28px;
  color: #FF7D00;
  padding-bottom: 16px;
}

.block-compare__text-left {
  max-width: 50%;
  flex: 0 0 50%;
  position: relative;
}

.block-compare__text-left::after {
  display: inline-block;
  content: "\0000A0";
  height: 30px;
  width: 30px;
  transform: translate(0.25em, 0.65em);
  background-image: url("../pict/picto-arrow-turn-right.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.block-compare__text-right {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: right;
  position: relative;
}

.block-compare__text-right::before {
  display: inline-block;
  content: "\0000A0";
  height: 30px;
  width: 30px;
  transform: translate(-0.25em, 0.65em);
  background-image: url("../pict/picto-arrow-turn-left.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.block-compare__pict {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border-radius: 8px;
  overflow: hidden;
}

.twentytwenty-handle {
  border: 3px solid #FF7D00;
  background-color: #FF7D00;
}

.twentytwenty-handle::before {
  box-shadow: 0 3px 0 #FF7D00, 0px 0px 12px rgba(51, 51, 51, 0.5) !important;
}

.twentytwenty-handle::after {
  box-shadow: 0 -3px 0 #FF7D00, 0px 0px 12px rgba(51, 51, 51, 0.5) !important;
}

.twentytwenty-handle .twentytwenty-left-arrow {
  border-right: initial;
  border: none;
  left: initial;
  top: initial;
  margin-top: initial;
  margin-left: initial;
  font-family: "Font Awesome 5 Pro";
  content: "\0f061";
  position: absolute;
  height: 44px;
  width: 44px;
  left: 0;
  top: 0;
}

.twentytwenty-handle .twentytwenty-left-arrow::before {
  font-family: "Font Awesome 5 Pro";
  content: "\0f07e";
  font-size: 20px;
  position: absolute;
  height: 36px;
  width: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
}

.twentytwenty-handle .twentytwenty-right-arrow {
  display: none;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  background-color: #FF7D00;
}

/* ==========================================================================
	
	.block-img
		&__body
			&__pict

	&__img25
	&__img33
	&__img66
	&__img100
	
========================================================================== */
.block-img {
  padding-top: 24px;
  padding-bottom: 24px;
}

.block-img__body {
  max-width: 720px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.block-img__pict {
  text-align: center;
}

.block-img__pict img {
  width: 100%;
  height: auto;
}

.block-img__img25 img {
  width: 25%;
}

.block-img__img33 img {
  width: 33%;
}

.block-img__img66 img {
  width: 66%;
}

body > .block-img {
  padding-top: var(--section-spacer);
  padding-bottom: var(--section-spacer);
}

body > .block-img > * {
  max-width: 1140px;
}

body > .block-img + .block-img:not(.block--blue) {
  margin-top: calc( var(--section-spacer) * -1);
}

/* ==========================================================================
	
	.section-2col-img-text
		&__body
			&__main
				&__col1
					&__text
				&__col2
					&__img

		&--inverse
		&--img-full-width
		
========================================================================== */
.section-2col-img-text {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-2col-img-text__body {
  max-width: 720px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.section-2col-img-text__img {
  text-align: center;
}

.section-2col-img-text__img img {
  width: 66%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .section-2col-img-text__main {
    display: flex;
    align-items: center;
  }
  .section-2col-img-text__col1 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .section-2col-img-text__text {
    padding-right: 16px;
  }
  .section-2col-img-text__col2 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .section-2col-img-text__img {
    padding-left: 16px;
  }
}

.section-2col-img-text--inverse .section-2col-img-text__main {
  flex-direction: row-reverse;
}

.section-2col-img-text--inverse .section-2col-img-text__text {
  padding-right: initial;
  padding-left: 16px;
}

.section-2col-img-text--inverse .section-2col-img-text__img {
  padding-left: initial;
  padding-right: 16px;
}

.section-2col-img-text--img-full-width .section-2col-img-text__img {
  text-align: center;
}

.section-2col-img-text--img-full-width .section-2col-img-text__img img {
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

body > .section-2col-img-text {
  padding-top: var(--section-spacer);
  padding-bottom: var(--section-spacer);
}

body > .section-2col-img-text > * {
  max-width: 1140px;
}

body > .section-2col-img-text + .section-2col-img-text:not(.block--blue) {
  margin-top: calc( var(--section-spacer) * -1);
}

/* ==========================================================================
	
	
	
========================================================================== */
.block--blue {
  background-color: #021634;
}

.block--blue *:not(a) {
  color: #ffffff;
}

.block-text + .block-text:not(.block--blue) {
  padding-top: 0;
}

/* ==========================================================================

	color

========================================================================== */
.color-primary {
  color: #FF7D00;
}

.color-secondary {
  color: #021634;
}

.color-white {
  color: #ffffff !important;
}

.bg-primary {
  background-color: #FF7D00 !important;
}

.bg-secondary {
  background-color: #021634 !important;
}

.bg-grey {
  background-color: #F1F1F1 !important;
}

a {
  color: #FF7D00;
}

a:hover {
  color: #FF7D00;
}

body::-webkit-scrollbar {
  width: 16px;
}

body::-webkit-scrollbar-track {
  background: #ddd;
}

body::-webkit-scrollbar-thumb {
  background-color: #e67100;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #cc6400;
}

@media (max-width: 1099.98px) {
  body {
    padding-top: 62px;
  }
}

@media (min-width: 1100px) {
  body {
    padding-top: 82px;
  }
}

::-moz-selection {
  background: #ffe5cc;
}

::selection {
  background: #ffe5cc;
}

/* ==========================================================================

	Font

========================================================================== */
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 350;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.fz-h1 {
  font-size: 2.5rem;
}

.fz-h2 {
  font-size: 2.5rem;
}

.fz-h3 {
  font-size: 1.75rem;
}

.fz-h4 {
  font-size: 1.5rem;
}

.fz-h5 {
  font-size: 1.25rem;
}

.fz-h6 {
  font-size: 1.125rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: proxima-nova, serif;
  color: #021634;
  overflow: hidden;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.5rem;
    font-weight: 200;
  }
  h2, .h2 {
    font-size: 2.5rem;
    font-weight: 200;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.5rem;
    font-weight: 200;
  }
  h2, .h2 {
    font-size: 2.5rem;
    font-weight: 200;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* ==========================================================================

	general

========================================================================== */
.mw-sm {
  max-width: 540px;
}

.mw-md {
  max-width: 720px;
}

.mw-lg {
  max-width: 960px;
}

.mw-xl {
  max-width: 1140px;
}

/* ==========================================================================
	
	.arrow-down-bounce

========================================================================== */
.arrow-down-bounce {
  position: absolute;
  left: 50%;
  width: 45px;
  margin-left: -22.5px;
  z-index: 10;
  animation: kf-arrow-down-bounce 0.55s ease infinite alternate;
}

.arrow-down-bounce > img {
  width: 100%;
}

@keyframes kf-arrow-down-bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}

@media (max-width: 767px) {
  .arrow-down-bounce {
    bottom: 5%;
  }
}

@media (min-width: 768px) {
  .arrow-down-bounce {
    bottom: 10%;
  }
}

/* ==========================================================================
	
	section

========================================================================== */
section, footer {
  padding-top: var(--section-spacer);
  padding-bottom: var(--section-spacer);
}

/* ==========================================================================
	
	.link-svg

========================================================================== */
.link-svg__img {
  width: 24px;
}

.img-preload {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  max-height: 0;
  max-width: 0;
  position: absolute;
  opacity: 0;
}

/* ==========================================================================
	
	.link

========================================================================== */
.link {
  position: relative;
  display: inline-block;
}

.link::before {
  transition: .2s ease-in-out;
  content: "\0000A0";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0%;
  right: 0%;
  opacity: 0.8;
  border-bottom: solid 1px #FF7D00;
}

.link:hover {
  text-decoration: none;
}

.link:hover::before {
  opacity: 1;
  left: 10%;
  right: 10%;
}

/* ==========================================================================
	
	.flying-banner

========================================================================== */
.flying-banner {
  transition: .2s ease-in-out;
  position: fixed;
  z-index: 3;
}

.flying-banner img {
  width: 100%;
}

.flying-banner__link {
  display: block;
}

@media (max-width: 767px) {
  .flying-banner {
    top: 96px;
    right: 0px;
    width: 120px;
  }
}

@media (min-width: 768px) {
  .flying-banner {
    top: 128px;
    right: 0px;
    width: 200px;
  }
  .flying-banner:hover {
    transform: scale(1.1);
  }
}

@media (max-width: 767px) {
  .navbar-reduced .flying-banner {
    width: 120px;
  }
}

@media (min-width: 768px) {
  .navbar-reduced .flying-banner {
    width: 150px;
  }
}

/* ==========================================================================
	
	PATCH LNG MENU

========================================================================== */
.nav-lng__list-root {
  display: flex;
}

.nav-lng__item-root.active .nav-default__link {
  position: relative;
}

.nav-lng .nav-default__link {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}

.nav-lng .nav-lng__item-root .nav-default__link::before {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  content: "\0000A0";
  position: absolute;
  height: 2px;
  bottom: 0;
  width: 0%;
  left: 3px;
  right: 4px;
  background-color: #be9641;
}

.nav-lng .nav-lng__item-root.active .nav-default__link::before,
.nav-lng .nav-lng__item-root:hover .nav-default__link::before {
  width: calc(100% - 5px);
}

/* MOBILE */
/* DESKTOP */
@media (min-width: 992px) {
  .nav-lng__list-root {
    font-size: 12px;
    font-weight: 400;
  }
  .nav-lng__item-root .nav-default__link {
    position: relative;
    top: 1px;
  }
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-smartphone {
    display: none !important;
  }
}

.stacked * {
  margin-bottom: 0;
}

.stacked:not(:last-child) {
  margin-bottom: 16px;
}

.max-width-sm {
  max-width: 540px !important;
  margin: 0 auto;
}

.max-width-md {
  max-width: 720px !important;
  margin: 0 auto;
}

.max-width-lg {
  max-width: 960px !important;
  margin: 0 auto;
}

.max-width-xl, .section-similar-estate__main {
  max-width: 1140px !important;
  margin: 0 auto;
}

/* ==========================================================================
	

		
========================================================================== */
.picto-circle-secondary {
  width: 70px;
  height: 70px;
  padding: 10px;
  border: solid 2px #ffffff;
  background-color: #021634;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
}

.picto-circle-secondary img {
  width: 100%;
}

/* ==========================================================================
	
	list-cards
		&__item
		
========================================================================== */
.list-cards {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.list-cards__item {
  padding: 15px;
}

@media (min-width: 768px) {
  .list-cards__item {
    max-width: 25%;
    flex: 0 0 25%;
  }
}

/* ==========================================================================
	
	quotes
		&__title
		&__text
		
========================================================================== */
.quotes {
  padding-left: 64px;
  position: relative;
}

.quotes::before {
  content: "\0000A0";
  opacity: .2;
  position: absolute;
  height: 48px;
  width: 48px;
  top: 22px;
  left: 0;
  background-image: url("../pict/picto-quotes.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.quotes__title {
  font-weight: 600;
  color: #FF7D00;
  padding-left: 50px;
  position: relative;
  padding-bottom: 16px;
}

.quotes__title::before {
  content: "\0000A0";
  position: absolute;
  height: 1px;
  width: 40px;
  top: 12px;
  left: 0;
  background-color: #FF7D00;
}

/* ==========================================================================

	.list-picto-text
		&__list
			&__item
				&__picto
				&__text
	&--footer
	&--separator
	&--no-padding
	&--picto-lg

========================================================================== */
.list-picto-text {
  padding: 0px 15px 15px 15px;
  font-weight: 300;
}

.list-picto-text strong {
  font-weight: 500;
}

.list-picto-text__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.list-picto-text__item {
  display: flex;
}

.list-picto-text__picto {
  color: #FF7D00;
  padding-right: 12px;
  min-width: 28px;
}

.list-picto-text__text {
  padding-bottom: 12px;
  margin-bottom: 12px;
  flex-grow: 1;
}

.list-picto-text--picto-lg .list-picto-text__picto {
  max-width: 48px;
  flex: 0 0 48px;
}

.list-picto-text--no-margin-last-item .list-picto-text__item:last-child .list-picto-text__text {
  margin-bottom: 0;
  padding-bottom: 0;
}

.list-picto-text--footer .list-picto-text__item:not(:last-child) {
  padding-bottom: 16px;
}

.list-picto-text--footer .list-picto-text__picto {
  color: #212420;
}

.list-picto-text--footer .list-picto-text__text {
  color: #212420;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .list-picto-text--footer .list-picto-text__item {
    flex-direction: column;
    padding-bottom: 8px;
  }
}

.list-picto-text--separator .list-picto-text__item:not(:last-child) .list-picto-text__text {
  border-bottom: solid 1px #5f685c;
}

.list-picto-text--no-padding {
  padding: 0;
}

/* ==========================================================================

	.list-menu-footer

========================================================================== */
.list-menu-footer {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.list-menu-footer li {
  padding-left: 12px;
  position: relative;
  padding-bottom: 4px;
}

.list-menu-footer li a {
  transition: .2s ease-in-out;
  color: #ffffff;
}

.list-menu-footer li a:hover {
  color: #FF7D00;
  text-decoration: none;
}

.list-menu-footer li::before {
  font-family: "Font Awesome 5 Pro";
  color: #FF7D00;
  content: "\0f105";
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
}

/* ==========================================================================

	.mini-nav {}

========================================================================== */
.mini-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}

.mini-nav li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
}

.mini-nav li a {
  display: inline-block;
  color: #ffffff !important;
  border: none;
  font-weight: 600;
}

/* ==========================================================================

	.home-search
		&__body
			&__input
			&__cta

========================================================================== */
.home-search {
  border-radius: 60px;
  padding-bottom: 0 !important;
  height: 66px;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
}

.home-search__body {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 8px;
  position: relative;
  border-radius: 30px;
}

.home-search__input {
  flex-grow: 1;
}

.home-search__input input {
  height: 60px;
  border: none;
}

.home-search__input input:focus {
  border: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .home-search__input input {
    padding-left: 24px;
    border-radius: 30px 0 0 30px;
  }
}

@media (min-width: 768px) {
  .home-search__body {
    padding-left: 60px;
  }
  .home-search__body::before {
    font-family: "Font Awesome 5 Pro";
    content: "\0f002";
    font-size: 20px;
    position: absolute;
    line-height: 60px;
    width: 60px;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: #021634;
    border-radius: 30px 0 0 30px;
  }
  .home-search__input input {
    border-radius: 0;
  }
}

/* ==========================================================================

	.video-launcher
		&__pict
		&__links

========================================================================== */
.video-launcher {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 0 !important;
}

.video-launcher::before {
  z-index: 1;
  content: "\0000A0";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

.video-launcher__pict {
  transition: .2s ease-in-out;
}

.video-launcher__links {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-launcher__links a {
  display: block;
}

.video-launcher:hover {
  text-decoration: none;
}

.video-launcher:hover .video-launcher__pict {
  transform: scale(1.1);
}

.video-launcher--border-rounded {
  border-radius: 8px;
}

.video-launcher--shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.video-launcher--ratio-2-1 .video-launcher__pict {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}

.video-launcher--ratio-2-1 .video-launcher__pict img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* ==========================================================================
	
	Map SVG
	
========================================================================== */
.agencies-map {
  display: block;
  width: 100%;
}

.agencies-map svg path,
.agencies-map svg polygon {
  fill: #F1F1F1;
  stroke: transparent;
  cursor: pointer;
  transition-property: fill,stroke;
  transition-timing-function: ease-in-out;
  transition-duration: .15s;
}

.agencies-map svg path.filled, .agencies-map svg path.filled,
.agencies-map svg polygon.filled,
.agencies-map svg polygon.filled {
  fill: #FFBD7F;
  stroke: #FFBD7F;
}

.agencies-map svg path.active, .agencies-map svg path.active,
.agencies-map svg polygon.active,
.agencies-map svg polygon.active {
  fill: #FF7D00;
  stroke: #FF7D00;
}

.agencies-map svg .baloon {
  opacity: 0;
  fill: #021634 !important;
  stroke: #021634 !important;
  pointer-events: none;
}

.agencies-map svg .baloon.active,
.agencies-map svg .point {
  opacity: 1;
}

.agencies-map svg .point {
  fill: #021634;
}

.agencies-map svg .point.active {
  opacity: 0;
}

/* ==========================================================================
	
	.mini-list-agency
		&__link
			&__title
				&__text
	
========================================================================== */
.mini-list-agency__link {
  transition: .2s ease-in-out;
  display: flex;
  justify-content: space-between;
  color: #021634;
  height: 46px;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  background-color: #ffffff;
}

.mini-list-agency__link:not(:last-child) {
  margin-bottom: 5px;
}

.mini-list-agency__link:hover {
  background: linear-gradient(70deg, #ff8c09 0%, #ff5713 100%);
  text-decoration: none;
}

.mini-list-agency__link:hover *, .mini-list-agency__link:hover *:before {
  color: #ffffff;
}

.mini-list-agency__title {
  font-weight: 600;
  position: relative;
  padding-left: 34px;
}

.mini-list-agency__title::before {
  content: "\0000A0";
  position: absolute;
  height: 26px;
  width: 26px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../pict/picto-agency.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.mini-list-agency__title--representative::before {
  background-image: url("../pict/picto-representative.png");
}

.mini-list-agency__text {
  padding-right: 34px;
  position: relative;
}

.mini-list-agency__text::before {
  font-family: "Font Awesome 5 Pro";
  color: #FF7D00;
  font-size: 16px;
  line-height: 16px;
  content: "\0f054";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

/* ==========================================================================
	
	.widget-agencies-map
		&__map
		&__list
	
========================================================================== */
.widget-agencies-map {
  display: flex;
}

.widget-agencies-map__map {
  max-width: 685px;
}

@media (max-width: 767px) {
  .widget-agencies-map {
    flex-direction: column;
  }
  .widget-agencies-map__map {
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .widget-agencies-map {
    justify-content: space-between;
    padding-top: 16px;
  }
  .widget-agencies-map__map {
    flex-grow: 1;
    padding-right: 32px;
  }
  .widget-agencies-map__list {
    flex-grow: 1;
    max-width: 340px;
  }
}

/* ==========================================================================
	
	.estate-list 
		&__item

	&--similar-estate


========================================================================== */
.estate-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.estate-list__item {
  padding: 15px;
  display: flex;
}

@media (max-width: 575.98px) {
  .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .estate-list__item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .estate-list__item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 1200px) {
  .estate-list__item {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
}

.estate-list__item--loader {
  max-width: 100%;
  flex: 0 0 100%;
  justify-content: center;
}

.estate-list--prestige .estate-list__item {
  padding: 15px 15px 64px 15px;
}

@media (max-width: 575.98px) {
  .estate-list--prestige .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .estate-list--prestige .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .estate-list--prestige .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .estate-list--prestige .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 1200px) {
  .estate-list--prestige .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.estate-list--projet-neuf .estate-list__item {
  padding: 15px 15px 64px 15px;
}

@media (max-width: 575.98px) {
  .estate-list--projet-neuf .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .estate-list--projet-neuf .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .estate-list--projet-neuf .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .estate-list--projet-neuf .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 1200px) {
  .estate-list--projet-neuf .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-estate-result--with-map .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-estate-result--with-map .estate-list__item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 1200px) {
  .section-estate-result--with-map .estate-list__item {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
}

.section-estate-result--prestige-with-map .estate-list__item {
  padding: 15px 15px 64px 15px;
}

@media (max-width: 575.98px) {
  .section-estate-result--prestige-with-map .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .section-estate-result--prestige-with-map .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-estate-result--prestige-with-map .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-estate-result--prestige-with-map .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 1200px) {
  .section-estate-result--prestige-with-map .estate-list__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* ==========================================================================
	
	.section-estate-result
		&__body
			&__header
				&__header-primary
				&__header-secondary
			&__main
				&__estate-list
					&__pagination
				&__estate-map-container
					&__estate-map
	&--with-map
	
========================================================================== */
.section-estate-result__body {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.section-estate-result__header {
  display: flex;
  justify-content: space-between;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
}

.section-estate-result__header a {
  color: #021634;
}

.section-estate-result__header a i {
  color: #FF7D00;
}

.section-estate-result__header-primary {
  padding-left: 15px;
  padding-right: 15px;
}

.section-estate-result__header-secondary {
  padding-left: 15px;
  padding-right: 15px;
}

.section-estate-result__header-secondary a:not(:last-child) {
  margin-right: 16px;
}

.section-estate-result__main {
  display: flex;
  justify-content: space-between;
}

.section-estate-result__estate-list {
  width: 100%;
}

.section-estate-result__estate-map {
  display: none;
}

.section-estate-result--prestige .section-estate-result__body {
  max-width: 960px;
}

.section-estate-result--projet-neuf .section-estate-result__body {
  max-width: 1140px;
}

.section-estate-result--with-map .section-estate-result__body {
  max-width: 100%;
}

.section-estate-result--with-map .section-estate-result__estate-list {
  flex-grow: 1;
}

.section-estate-result--with-map .section-estate-result__pagination {
  padding-top: 32px;
}

.section-estate-result--with-map .section-estate-result__estate-map-container {
  position: relative;
}

@media (min-width: 768px) {
  .section-estate-result--with-map .section-estate-result__estate-list {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-estate-result--with-map .section-estate-result__estate-map {
    display: block;
    position: sticky;
    top: 82px;
    height: calc(100vh - 82px);
  }
  .section-estate-result--with-map .section-estate-result__estate-map .map-canvas {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-estate-result--with-map .section-estate-result__estate-map-container {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-estate-result--with-map .section-estate-result__estate-map-container {
    max-width: 40%;
    flex: 0 0 40%;
  }
}

@media (min-width: 1200px) {
  .section-estate-result--with-map .section-estate-result__estate-map-container {
    max-width: 33%;
    flex: 0 0 33%;
  }
}

.section-banner + .section-estate-result {
  padding-top: 0;
}

/* ==========================================================================

	.card-on-map
		&__body
			&__header
			&__main
	
========================================================================== */
.form-control {
  border-radius: 0px;
  border-color: #6D7E8F;
  transition: .2s ease-in-out;
  color: #212420;
}

.form-control:focus {
  color: #212420;
  border-color: #FF7D00;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) !important;
}

.form-container {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.form-container label {
  font-weight: 300;
}

.form-container__header {
  background-color: #4c2810;
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-container__header-col-text {
  color: #ffffff;
  font-size: 1.25rem;
}

.form-container__header-col-text label {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .form-container__header-col-text {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .form-container {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    padding: 0 50px;
  }
}

.form-container--small {
  max-width: 480px;
  padding-top: 50px;
  padding-bottom: 50px;
}

select.form-control[size], select.form-control[multiple] {
  height: calc(1.5em + 1rem + 2px);
}

/* ==========================================================================
	
	.section-search-bar
		&__body
			&__header
				&__primary
				&__price
			&__footer	&__secondary
				&__cta
	
========================================================================== */
.section-search-bar {
  position: relative;
  z-index: 11;
  background-color: #021634;
  color: #ffffff;
  padding-right: 15px;
  padding-left: 15px;
}

.section-search-bar .SumoSelect {
  width: 100%;
}

.section-search-bar__body {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.section-search-bar__field {
  flex-grow: 1;
}

.section-search-bar__field:not(:last-child) {
  margin-right: 16px;
}

.section-search-bar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-search-bar__primary {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.section-search-bar__price {
  display: flex;
  align-items: center;
}

.section-search-bar__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-search-bar__secondary {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .section-search-bar {
    border-bottom-right-radius: 60px;
  }
  .section-search-bar__header {
    flex-wrap: wrap;
  }
  .section-search-bar__primary {
    width: 100%;
    flex-wrap: wrap;
  }
  .section-search-bar__primary > * {
    width: 100%;
    margin-bottom: 10px;
  }
  .section-search-bar__primary > *:not(:last-child) {
    margin-right: 0;
  }
  .section-search-bar__price {
    justify-content: space-between;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  .section-search-bar__footer {
    flex-wrap: wrap;
  }
  .section-search-bar__secondary {
    width: 100%;
    margin-bottom: 24px;
  }
  .section-search-bar__cta {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .section-search-bar__hide-smartphone {
    display: none;
  }
}

@media (min-width: 768px) {
  .section-search-bar {
    border-bottom-right-radius: 120px;
  }
  .section-search-bar__header {
    padding-bottom: 30px;
  }
  .section-search-bar__primary {
    margin-right: 48px;
  }
  .section-search-bar__primary > * {
    width: 33%;
  }
  .section-search-bar__price {
    width: 30%;
  }
  .section-search-bar__secondary > *:first-child {
    width: 33%;
  }
}

/* ==========================================================================
	
	.pagination-default
	
========================================================================== */
.pagination-default ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.pagination-default ul li a {
  display: inline-flex;
  padding: 10px;
  color: #021634;
}

.pagination-default ul li a.active, .pagination-default ul li a:hover {
  color: #FF7D00;
  text-decoration: none;
}

.pagination-default ul li:first-child a {
  color: #FF7D00;
}

.pagination-default ul li:last-child a {
  color: #FF7D00;
}

.pagination-default--center {
  display: flex;
  justify-content: center;
}

/* ==========================================================================
	
	.section-title-column-img-text-cta
		&__title
		&__img
		&__text
		&__cta

========================================================================== */
.section-title-column-img-text-cta__title {
  text-align: center;
}

.section-title-column-img-text-cta__row {
  align-items: center;
}

.section-title-column-img-text-cta__img img {
  border-radius: 5px;
}

.section-title-column-img-text-cta__text {
  text-align: left !important;
}

@media (max-width: 767px) {
  .section-title-column-img-text-cta__img {
    padding-bottom: 16px;
  }
}

.estate-description + .section-title-column-img-text-cta:not(.bg-grey) {
  padding-top: 0;
}

/* ==========================================================================
	
	.section-similar-estate
		&__body
			&__header
				&__title
			&__main
				&__list
					&__item
	
========================================================================== */
.section-similar-estate__body {
  position: relative;
  z-index: 3;
  padding-right: 15px;
  padding-left: 15px;
}

.section-similar-estate__body > *:not(:last-child) {
  padding-bottom: 32px;
}

.section-similar-estate__header {
  text-align: center;
}

.section-similar-estate__header > *:not(:last-child) {
  padding-bottom: 16px;
}

.section-similar-estate__main {
  text-align: center;
}

.section-similar-estate__main > *:not(:last-child) {
  padding-bottom: 16px;
}

.section-similar-estate__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-similar-estate__item {
  flex-grow: 1;
}

@media (max-width: 767px) {
  .section-similar-estate__item {
    padding: 15px;
    max-width: 480px;
  }
}

@media (min-width: 768px) {
  .section-similar-estate__item {
    padding: 15px;
    max-width: 380px;
  }
}

/* ==========================================================================
	
	.prestige-intro
	
========================================================================== */
.prestige-intro {
  position: relative;
  padding-bottom: 0 !important;
  margin-bottom: 24px;
}

.prestige-intro img {
  width: 70px;
}

.prestige-intro::before {
  content: "\0000A0";
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0%;
  right: calc(50% + 50px);
  border-bottom: solid 1px #FF7D00;
}

.prestige-intro::after {
  content: "\0000A0";
  position: absolute;
  height: 1px;
  top: 50%;
  right: 0%;
  left: calc(50% + 50px);
  border-bottom: solid 1px #FF7D00;
}

/* ==========================================================================
	
	.section-search-bar-prestige
		&__body
			&__main
				&__field
					&__price
				&__cta
	
========================================================================== */
.section-search-bar-prestige {
  padding-right: 16px;
  padding-left: 16px;
}

.section-search-bar-prestige__body {
  background-color: #eceef0;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
}

.section-search-bar-prestige__main {
  display: flex;
  align-items: center;
}

.section-search-bar-prestige__field {
  flex-grow: 1;
}

.section-search-bar-prestige__field > * {
  width: 100%;
}

.section-search-bar-prestige__price {
  display: flex;
  align-items: center;
}

.section-search-bar-prestige__cta {
  flex-shrink: 1;
}

@media (max-width: 767px) {
  .section-search-bar-prestige__body {
    padding: 16px;
  }
  .section-search-bar-prestige__main {
    flex-direction: column;
  }
  .section-search-bar-prestige__field {
    width: 100%;
    padding-bottom: 10px;
  }
  .section-search-bar-prestige__price > *:nth-child(1) {
    flex-grow: 1;
    margin-right: 0;
  }
  .section-search-bar-prestige__price > *:nth-child(2) {
    flex-shrink: 1;
    width: 64px;
    text-align: center;
  }
  .section-search-bar-prestige__price > *:nth-child(3) {
    flex-grow: 1;
  }
  .section-search-bar-prestige__price > * {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .section-search-bar-prestige__body {
    padding: 32px;
  }
  .section-search-bar-prestige__field {
    margin-right: 20px;
  }
  .section-search-bar-prestige__field--localisation {
    flex-basis: 35%;
  }
  .section-search-bar-prestige__field--price {
    flex-basis: 30%;
    max-width: 240px;
  }
  .section-search-bar-prestige__field--filter {
    flex-basis: 35%;
  }
  .section-search-bar-prestige__price {
    display: flex;
    align-items: center;
  }
  .section-search-bar-prestige__price > *:not(:last-child) {
    margin-right: 8px !important;
  }
  .section-search-bar-prestige__price > *:last-child {
    margin-right: 0;
  }
}

.section-search-bar-prestige .SumoSelect > .CaptionCont, .section-search-bar-prestige input {
  border-color: #eceef0 !important;
}

.section + .section-search-bar-prestige, .section-similar-estate + .section-search-bar-prestige {
  padding-top: 0;
  z-index: 12;
  position: relative;
}

/* ==========================================================================

	.table-immo-neuf

========================================================================== */
.table-immo-neuf {
  width: 100%;
  font-size: 14px;
  border: none;
}

.table-immo-neuf td, .table-immo-neuf th {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
}

.table-immo-neuf td:not(first-child), .table-immo-neuf th:not(first-child) {
  padding-left: 4px;
}

.table-immo-neuf td:not(last-child), .table-immo-neuf th:not(last-child) {
  padding-right: 4px;
}

.table-immo-neuf td:first-child, .table-immo-neuf th:first-child {
  text-align: left;
  padding-left: 0;
}

.table-immo-neuf tr {
  transition: .2s ease-in-out;
  max-height: 100px;
  opacity: 1;
}

.table-immo-neuf tr.hidden {
  display: none;
  max-height: 0px;
  opacity: 0;
}

.table-immo-neuf tr.sold td, .table-immo-neuf tr.sold th {
  color: #C8C8C8;
}

.table-immo-neuf thead tr th {
  padding-top: 32px;
  font-weight: 400;
}

.table-immo-neuf thead tr th:first-child {
  font-weight: 600;
}

.table-immo-neuf thead tr th:not(:first-child) {
  color: #A0A0A0;
}

.table-immo-neuf tbody tr {
  cursor: pointer;
  border-bottom: solid 1px #EDEDEB;
}

.table-immo-neuf tbody tr:not(.sold):hover {
  background-color: rgba(255, 125, 0, 0.1);
}

.table-immo-neuf tbody tr.sold:hover {
  cursor: not-allowed;
}

.table-immo-neuf td {
  color: #021634;
}

.table-immo-neuf td:first-child {
  color: #FF7D00;
}

.table-immo-neuf th {
  color: #021634;
  font-family: proxima-nova, serif;
  border-bottom: solid 2px #FF7D00;
}

@media print {
  .table-immo-neuf td:nth-child(5), .table-immo-neuf td:nth-child(6),
  .table-immo-neuf th:nth-child(5), .table-immo-neuf th:nth-child(6) {
    display: table-cell;
  }
}

/* ==========================================================================
	
	.team
		&__body
		&__main
	
	&--slider-smartphone

	.team-person
		&__img
		&__name
		&__function
	
========================================================================== */
.team__body {
  max-width: 960px;
  margin: auto;
}

.team__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-person {
  text-align: center;
  width: 320px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.team-person__img {
  padding-bottom: 8px;
}

.team-person__img img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: solid 2px #FF7D00;
}

.team-person__name {
  padding-bottom: 8px;
}

.team-person__name, .team-person__name > * {
  color: #707070;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.1em;
}

.team-person__function {
  line-height: 1.1em;
  color: #021634;
  font-weight: 500;
  position: relative;
}

.team-person__function::after {
  content: "\0000A0";
  display: block;
  height: 8px;
  width: 48px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8px;
  background-image: url("../pict/picto-arrow-right.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* ==========================================================================
	
	.section-agency-intro
		&__body
			&__head
				&__title
			&__main
				&__col-pict
				&__col-text
				&__col-cta
			&__footer


	.section-agency-intro>.section-agency-intro__body>(.section-agency-intro__head>.section-agency-intro__title)+(.section-agency-intro__main>.section-agency-intro__col-pict+.section-agency-intro__col-text)+(.section-agency-intro__footer)
	
========================================================================== */
.section-agency-intro__body {
  max-width: 960px;
  margin: auto;
  background-color: #ffffff;
}

.section-agency-intro__title {
  text-align: center;
}

.section-agency-intro__title * {
  line-height: 1em;
}

.section-agency-intro__title * > small {
  font-size: 18px;
  margin-bottom: 0;
}

.section-agency-intro__main {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 64px;
}

.section-agency-intro__col-pict img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  width: 100%;
}

.section-agency-intro__col-text {
  color: #021634;
}

.section-agency-intro__col-text ul {
  font-weight: 500;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.section-agency-intro__col-text ul li {
  padding-left: 2em;
  position: relative;
  padding-bottom: .5em;
  line-height: 1.2em;
}

.section-agency-intro__col-text ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\0f00c";
  position: absolute;
  left: 0;
  top: 0;
  color: #FF7D00;
}

.section-agency-intro__col-cta {
  max-width: 100%;
  flex: 0 0 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .section-agency-intro {
    padding-top: 16px;
  }
  .section-agency-intro__body {
    display: flex;
    flex-direction: column;
  }
  .section-agency-intro__head {
    order: 1;
    padding-bottom: 16px;
  }
  .section-agency-intro__title * {
    font-size: 32px;
  }
  .section-agency-intro__main {
    flex-direction: column;
    order: 3;
  }
  .section-agency-intro__col-pict {
    padding-bottom: 24px;
  }
  .section-agency-intro__col-text {
    padding-bottom: 16px;
  }
  .section-agency-intro__col-cta {
    margin-bottom: -16px;
  }
  .section-agency-intro__col-cta > * {
    margin-bottom: 16px;
  }
  .section-agency-intro__footer {
    order: 2;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .section-agency-intro {
    position: relative;
    margin-top: -100px;
    padding-top: 0;
  }
  .section-agency-intro__body {
    border-radius: 20px 20px 0 0;
  }
  .section-agency-intro__head {
    padding-top: 10px;
    padding-bottom: 48px;
  }
  .section-agency-intro__title * {
    font-size: 40px;
  }
  .section-agency-intro__main {
    flex-wrap: wrap;
  }
  .section-agency-intro__col-pict {
    max-width: 50%;
    flex: 0 0 50%;
    padding-right: 16px;
  }
  .section-agency-intro__col-text {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 16px;
  }
  .section-agency-intro__col-cta {
    padding-top: 32px;
  }
  .section-agency-intro__col-cta *:not(:last-child) {
    margin-right: 24px;
  }
}

/* ==========================================================================
	
	.agency-contact-info
		&__body
			&__col
				&__title
				&__text

		.agency-contact-info>.agency-contact-info__body>.agency-contact-info__col>.agency-contact-info__title+.agency-contact-info__text
	
========================================================================== */
.agency-contact-info {
  background-color: #F1F1F1;
  border-radius: 8px;
  padding: 20px;
}

.agency-contact-info__body {
  display: flex;
}

.agency-contact-info__col {
  flex-grow: 1;
}

.agency-contact-info__title {
  text-transform: uppercase;
  font-size: 12px;
  color: #A0A0A0;
}

.agency-contact-info__text {
  color: #021634;
}

@media (max-width: 767px) {
  .agency-contact-info__body {
    flex-direction: column;
  }
  .agency-contact-info__col:not(:last-child) {
    padding-bottom: 8px;
  }
  .agency-contact-info__title {
    padding-bottom: 8px;
  }
}

@media (min-width: 768px) {
  .agency-contact-info__col:not(:last-child) {
    padding-right: 16px;
  }
  .agency-contact-info__title {
    padding-bottom: 16px;
  }
}

/* ==========================================================================

	.list-fa
		.list-fa__picto
	
========================================================================== */
.list-fa {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.list-fa > li {
  padding-left: 2em;
  position: relative;
  padding-bottom: .5em;
  line-height: 1.2em;
  position: relative;
}

.list-fa > li .list-fa__picto {
  position: absolute;
  left: 0;
  top: 0;
  color: #FF7D00;
}

/* ==========================================================================

	.agency-list

	.card-agency
		&__body
			&__pict
			&__text

	.card-agency>.card-agency__body>.card-agency__pict+.card-agency__text
	
========================================================================== */
.agency-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1920px;
  margin: auto;
}

.agency-list > li {
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 32px;
  display: flex;
}

@media (max-width: 575.98px) {
  .agency-list > li {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .agency-list > li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .agency-list > li {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .agency-list > li {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
}

@media (min-width: 1200px) {
  .agency-list > li {
    max-width: 25%;
    flex: 0 0 25%;
  }
}

.card-agency {
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.card-agency__body {
  display: flex;
  flex-direction: column;
}

.card-agency__pict {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.card-agency__pict img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  transition: .2s ease-in-out;
}

.card-agency__text {
  padding: 16px;
}

.card-agency__text > * {
  font-size: 20px;
  margin-bottom: 0;
}

.card-agency:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .card-agency:hover img {
    transform: scale(1.1);
  }
}

/* ==========================================================================

	.link-list
	
========================================================================== */
.link-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1140px;
  margin: auto;
  margin-bottom: -32px;
}

.link-list > li {
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 32px;
}

/* ==========================================================================

	.section-intro-2col
		&__body
			&__main
				&__col1
				&__col2

	
========================================================================== */
.section-intro-2col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-intro-2col__body {
  position: relative;
  z-index: 2;
  padding-right: 15px;
  padding-left: 15px;
}

.section-intro-2col__main {
  display: flex;
  max-width: 1140px;
  margin: auto;
}

.section-intro-2col__col1 * {
  color: #ffffff;
}

.section-intro-2col__col2 * {
  color: #ffffff;
}

@media (max-width: 767px) {
  .section-intro-2col {
    min-height: 220px;
  }
  .section-intro-2col h1, .section-intro-2col h2 {
    font-size: 24px;
  }
  .section-intro-2col__body {
    text-align: center;
  }
  .section-intro-2col__main {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .section-intro-2col {
    min-height: 340px;
  }
  .section-intro-2col h1, .section-intro-2col h2 {
    font-size: 24px;
  }
  .section-intro-2col__col1 {
    max-width: 50%;
    flex: 0 0 50%;
    padding-right: 8px;
  }
  .section-intro-2col__col2 {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 8px;
  }
}

/* ==========================================================================
	
	.card-key-number
		&__body
			&__main
				&__title
				&__sub-title
				&__text

	.list-cards-key-number
	
========================================================================== */
.list-cards-key-number {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.list-cards-key-number > li {
  padding: 0 15px 30px 15px;
  display: flex;
}

@media (min-width: 768px) {
  .list-cards-key-number > li {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
}

.card-key-number {
  padding-top: 45px;
  display: flex;
  flex-direction: column;
}

.card-key-number__body {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 0 20px 0px 20px;
}

.card-key-number__main {
  text-align: center;
  position: relative;
  top: -45px;
}

.card-key-number__title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  width: 90px;
  height: 90px;
  background-color: #021634;
  background: transparent linear-gradient(67deg, #002455 0%, #023aad 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.card-key-number__sub-title {
  font-size: 21px;
  line-height: 1em;
  font-weight: 600;
  color: #021634;
  padding-bottom: 16px;
  min-height: 2.75em;
}

.card-key-number__text {
  font-size: 14px;
}

/* ==========================================================================
	
	.accordion-honesty-item

		&__body
			&__head
				&__cta
					&__title-prefix
					&__title
			&__main
	
========================================================================== */
.accordion-honesty-item {
  margin-bottom: 16px;
  padding-right: 15px;
  padding-left: 15px;
}

.accordion-honesty-item__head {
  max-width: 960px;
  margin: auto;
}

.accordion-honesty-item__cta {
  transition: .2s ease-in-out;
  display: flex;
  font-weight: 400;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #F1F1F1;
  position: relative;
}

.accordion-honesty-item__cta:hover {
  text-decoration: none;
}

.accordion-honesty-item__cta::before {
  transition: .2s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  content: "\0f053";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-honesty-item__cta[aria-expanded=true]::before {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion-honesty-item__title-prefix {
  color: #FF7D00;
  margin-right: .5em;
  font-size: 28px;
}

.accordion-honesty-item__title {
  color: #021634;
  font-size: 28px;
}

@media (min-width: 768px) {
  .accordion-honesty-item__cta:hover {
    background-color: #e4e4e4;
  }
}

/* ==========================================================================
	
	
	
========================================================================== */
.picto-before-title {
  display: inline-block;
  width: 64px;
}

.picto-before-title img {
  width: 100%;
}

/* ==========================================================================
	
	
	
========================================================================== */
.slider-3-photos .tns-item {
  transition: .2s ease-in-out;
  transform: scale(0.85);
  opacity: .6;
  border-radius: 8px;
  overflow: hidden;
}

.slider-3-photos .special-active {
  transform: scale(1);
  opacity: 1;
}

/* ==========================================================================
	
	.section-compare
		
		.list-group-compare
			&__item
				&__title-pict
				&__title
				&__list

					.list-compare
						li

	&--overlap-next-section
	
========================================================================== */
.section-compare {
  background-color: #021634;
  background-attachment: fixed;
  border-radius: 100px 0 0 0;
}

@media (max-width: 767px) {
  .section-compare--overlap-next-section {
    padding-bottom: 240px;
    margin-bottom: -200px;
  }
}

@media (min-width: 768px) {
  .section-compare--overlap-next-section {
    padding-bottom: 240px;
    margin-bottom: -200px;
  }
}

.list-group-compare {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  max-width: 960px;
  margin: auto;
}

.list-group-compare__title-pict {
  text-align: center;
  width: 64px;
  margin: auto;
  padding-bottom: 16px;
}

.list-group-compare__title-pict img {
  width: 100%;
}

.list-group-compare__title {
  text-align: center;
  padding-bottom: 32px;
}

.list-group-compare__title, .list-group-compare__title > * {
  color: #ffffff;
  font-weight: 300;
}

.list-group-compare__title > * {
  margin-bottom: 0;
}

.list-compare {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .list-compare > li {
    width: 90%;
  }
  .list-compare > li:nth-child(even) {
    margin-left: auto;
  }
  .list-compare > li:not(:last-child) {
    padding-bottom: 32px;
  }
}

/* ==========================================================================
	
	.section-pict-col-picto-title-text-cta
		&__body
			&__main
				&__pict
				&__col
					&__picto
					&__title
					&__text
					&__cta

	&--overlap-next-section

	
========================================================================== */
.section-pict-col-picto-title-text-cta {
  position: relative;
}

.section-pict-col-picto-title-text-cta__body {
  max-width: 960px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
}

.section-pict-col-picto-title-text-cta__main {
  display: flex;
}

.section-pict-col-picto-title-text-cta__pict {
  z-index: 1;
}

.section-pict-col-picto-title-text-cta__col {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 125, 0, 0.9);
  color: #ffffff;
  padding: 32px;
}

.section-pict-col-picto-title-text-cta__picto {
  padding-bottom: 16px;
}

.section-pict-col-picto-title-text-cta__picto img {
  height: 64px;
}

.section-pict-col-picto-title-text-cta__title {
  padding-bottom: 16px;
}

.section-pict-col-picto-title-text-cta__title > * {
  margin-bottom: 0;
  color: #ffffff;
}

.section-pict-col-picto-title-text-cta__text {
  padding-bottom: 16px;
}

.section-pict-col-picto-title-text-cta__text > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-pict-col-picto-title-text-cta__main {
    flex-direction: column;
  }
  .section-pict-col-picto-title-text-cta__pict {
    height: 0;
    padding-bottom: 50%;
    position: relative;
  }
  .section-pict-col-picto-title-text-cta__col {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .section-pict-col-picto-title-text-cta {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-pict-col-picto-title-text-cta__main {
    position: relative;
    justify-content: flex-end;
  }
  .section-pict-col-picto-title-text-cta__col {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.section-compare--overlap-next-section + .section-pict-col-picto-title-text-cta {
  padding-left: 15px;
  padding-right: 15px;
}

/* ==========================================================================
	
	cutom check input
	
========================================================================== */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #FF7D00;
  background-color: #FF7D00;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgba(255, 125, 0, 0.6);
  border-color: rgba(255, 125, 0, 0.6);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(255, 125, 0, 0.8) !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 125, 0, 0.2);
}

.form-title {
  margin-bottom: 16px;
  font-weight: 200;
}

.form-subtitle {
  margin-bottom: 16px;
}

.text-primary {
  color: #FF7D00 !important;
}

/* ==========================================================================
	
	.card-form
	
========================================================================== */
.card-form {
  border-radius: 10px;
  background-color: #F1F1F1;
  padding: 24px;
  margin-bottom: 40px;
}

.card-form .form-row:last-child .form-group {
  margin-bottom: 0;
}

.card-form .row:last-child p:last-child {
  margin-bottom: 0;
}

.card-form table:last-child {
  margin-bottom: 0;
}

.card-form--important {
  background: linear-gradient(70deg, #ff8c09 0%, #ff5713 100%);
  background: #021634;
  color: #ffffff;
}

.card-form--important h3 {
  color: #ffffff !important;
}

.card-form--important caption {
  color: #ffffff !important;
}

.card-form--important table {
  background-color: #ffffff;
}

/* ==========================================================================
	
.section-contact
	&__body
		&__main
			&__col-form
			&__col-map
				&__map-canvas
					&__map
				&_adress

.adress
	&__col-contact
	&__col-adress
	&__col-tva
	&__col-legal
	
========================================================================== */
.section-contact__body {
  padding: 0 15px;
}

.section-contact__main {
  max-width: 1920px;
  margin: auto;
}

.section-contact__col-form {
  padding-right: 32px;
}

.section-contact__map-container {
  width: 100%;
  height: 0;
  position: relative;
}

.section-contact__map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.section-contact__map > * {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.section-contact_adress {
  padding-top: 32px;
}

@media (max-width: 767px) {
  .section-contact__map-container {
    padding-bottom: 150%;
  }
}

@media (min-width: 768px) {
  .section-contact__main {
    display: flex;
  }
  .section-contact__col-form {
    max-width: 40%;
    flex: 0 0 40%;
    max-width: 428px;
  }
  .section-contact__col-map {
    width: 100%;
    padding-top: 64px;
  }
  .section-contact__map-container {
    padding-bottom: 66%;
  }
}

.adress__col-contact h2, .adress__col-contact h3, .adress__col-contact h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.adress__col-adress h2, .adress__col-adress h3, .adress__col-adress h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.adress__col-tva h2, .adress__col-tva h3, .adress__col-tva h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.adress__col-legal {
  font-size: 14px;
}

@media (max-width: 767px) {
  .adress {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .adress {
    display: flex;
    flex-wrap: wrap;
  }
  .adress__col-contact {
    padding-right: 15px;
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .adress__col-adress {
    padding-right: 15px;
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .adress__col-tva {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .adress__col-legal {
    margin-left: 33.33333333%;
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
}

/* ==========================================================================
	
.agency-card
	&__body
		&__header
			&__col-adress
			&__col-pict
		&__main
			&__col-opening-title
			&__col-opening-text

	
========================================================================== */
.agency-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  background-color: #ffffff;
}

.agency-card__header {
  border-bottom: 1px solid #6D7E8F;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.agency-card__col-adress {
  padding-right: 16px;
  justify-content: space-between;
  flex-grow: 1;
}

.agency-card__col-adress h2 {
  color: #FF7D00;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .1em;
}

.agency-card__col-adress p {
  font-weight: 400;
}

.agency-card__col-adress a:hover {
  text-decoration: none;
}

.agency-card__col-adress *:last-child {
  margin-bottom: 0;
}

.agency-card__col-pict img {
  height: 120px;
  width: 120px;
  object-fit: cover;
  border-radius: 50%;
}

.agency-card__col-opening-title {
  padding-right: 16px;
}

.agency-card__col-opening-title h2 {
  color: #FF7D00;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .1em;
}

.agency-card__col-opening-text {
  flex-grow: 1;
  width: 100%;
}

.agency-card__col-opening-text h2 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .1em;
}

.agency-card__col-opening-text p {
  font-weight: 400;
}

.agency-card__col-opening-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .agency-card {
    width: 260px;
  }
  .agency-card__body {
    padding: 16px;
  }
  .agency-card__col-adress p {
    font-size: 16px;
  }
  .agency-card__col-pict {
    padding-top: 8px;
  }
  .agency-card__col-opening-title {
    padding-bottom: 8px;
  }
  .agency-card__col-opening-title h2 {
    font-size: 16px;
  }
  .agency-card__col-opening-title p {
    font-size: 16px;
  }
  .agency-card__col-opening-text h2 {
    font-size: 16px;
  }
  .agency-card__col-opening-text p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .agency-card {
    width: 380px;
  }
  .agency-card__body {
    padding: 32px;
  }
  .agency-card__header {
    display: flex;
  }
  .agency-card__main {
    display: flex;
  }
  .agency-card__col-opening-title h2 {
    font-size: 13px;
  }
  .agency-card__col-opening-text h2 {
    font-size: 13px;
  }
}

/* ==========================================================================
	
	.infoBox
	
========================================================================== */
.infoBox {
  padding: 10px;
  width: 280px;
  overflow: initial !important;
}

.infoBox > img {
  position: absolute !important;
  right: 22px;
  z-index: 1;
  top: 20px;
}

.infoBox::before {
  content: "\0000A0";
  position: absolute;
  height: 0px;
  width: 0px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffffff;
}

@media (max-width: 767px) {
  .section-contact__map .infoBox {
    width: 280px;
  }
}

@media (min-width: 768px) {
  .section-contact__map .infoBox {
    width: 400px;
  }
}

/* ==========================================================================
	
.section-thank-you
	&__body
		&__header
			&__picto
			&__text
		&__main
			&__col-aside
			&__col-text

========================================================================== */
.section-thank-you {
  padding: 0;
  background-color: #F1F1F1;
}

.section-thank-you__header {
  text-align: center;
  background-color: #021634;
  padding: 0 15px;
  padding-top: var(--section-spacer);
  padding-bottom: var(--section-spacer);
}

.section-thank-you__picto i {
  color: #FF7D00;
  font-size: 32px;
  margin-bottom: 16px;
}

.section-thank-you__text > * {
  color: #ffffff;
}

.section-thank-you__main {
  padding: 0 15px;
  max-width: 1320px;
  margin: auto;
  padding-top: var(--section-spacer);
  padding-bottom: var(--section-spacer);
}

.section-thank-you__col-aside {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .section-thank-you__col-aside {
    padding: 16px;
    margin-bottom: 32px;
  }
  .section-thank-you__col-text {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .section-thank-you__main {
    display: flex;
    align-items: center;
  }
  .section-thank-you__col-aside {
    padding: 32px;
    margin-right: 64px;
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
}

/* ==========================================================================
	
	.section-simple-message
		&__body
			&__header
				&__picto
				&__title
			&__footer
				&__text
	
========================================================================== */
.section-simple-message__body {
  text-align: center;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-simple-message__picto i {
  color: #FF7D00;
  font-size: 32px;
  margin-bottom: 16px;
}

.section-simple-message__footer {
  padding-top: 32px;
}

/* ==========================================================================

	.service-list

	.card-service
		&__body
			&__pict
			&__text

	.card-service>.card-service__body>.card-service__pict+.card-service__text
	
========================================================================== */
.service-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1920px;
  margin: auto;
}

.service-list > li {
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 32px;
  display: flex;
}

@media (max-width: 575.98px) {
  .service-list > li {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .service-list > li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-list > li {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .service-list > li {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
}

@media (min-width: 1200px) {
  .service-list > li {
    max-width: 25%;
    flex: 0 0 25%;
  }
}

/* ==========================================================================
	
	.quotes-list
	
========================================================================== */
.quotes-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin: auto;
  max-width: 720px;
}

.quotes-list > li:not(:last-child) {
  padding-bottom: 48px;
}
/*# sourceMappingURL=site.css.map */