/*
  Theme Name: Concretise
  Description: Thème enfant du thème GeneratePress par New Slang pour l'entreprise Concretise.
  Author: New Slang
  Author URI: https://newslang.ch
  Template: generatepress
  Version: 1.0
*/

@import	url("css/base.css");

:root {
	--blog-content-width: 70ch;
}

/*
 * Hello Elementor fixes
 *
 */

.elementor-search-form--skin-minimal:focus-within {
	outline: none !important;
}

/**
 * Comments
 */

article + .comments-area {
	margin-top: 2.5em;
	padding-top: 2.5em;
	border-top: 1px solid #EEE;
}

article + .comments-area {
	padding-inline: 0 !important;
}

article + .comments-area #comments {
	margin: 0 auto;
	width: var(--blog-content-width);
	padding: 0 !important;
}

@media (max-width: 1024px ) {
	article + .comments-area #comments {
		width: calc( 100% - 48px );
	}
}

@media (max-width: 900px ) {
	
	article + .comments-area {
		margin-top: 1em;
	}

	article + .comments-area #comments {
		width: calc( 100% - 48px );
	}
}

@media (max-width: 768px) {

	article + .comments-area #comments {
		padding: 0 16px !important;
		width: 100%;
	}
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#comments .comment,
#comments .pingback {
  position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding: 30px 0 30px 60px;
  border-bottom: 1px solid #cccccc;
}
body.rtl #comments .comment .comment-body,
body.rtl #comments .pingback .comment-body {
  padding: 30px 60px 30px 0;
}

#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-right: 10px;
}
body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}

#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}
#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
body.rtl #comments .children {
  padding-left: 0;
  padding-right: 30px;
}

#comments .children li:last-child {
  padding-bottom: 0;
}
#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: "↪";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}
body.rtl #comments ol.comment-list .children:before {
  content: "↩";
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }
  #comments .children {
    padding-left: 20px;
  }
  #comments .comment .avatar {
    position: inherit;
    float: left;
  }
  body.rtl #comments .comment .avatar {
    float: right;
  }
}

/* Overrides */

@keyframes customFadeInUp{
	
	from {
		opacity:0;
		transform:translate3d(0,20%,0);
	}

	to { 
		opacity:1;
		transform:none;
	}

}

@keyframes customFadeInDown{
	
	from {
		opacity:0;
		transform:translate3d(0,-20%,0);
	}

	to { 
		opacity:1;
		transform:none;
	}

}

@keyframes customFadeInLeft{
	
	from {
		opacity:0;
		transform:translate3d(-20%,0,0);
	}

	to { 
		opacity:1;
		transform:none;
	}

}

@keyframes customFadeInRight{
	
	from {
		opacity:0;
		transform:translate3d(20%,0,0);
	}

	to { 
		opacity:1;
		transform:none;
	}

}

@keyframes customZoomIn{
	
    from {
        opacity: 0;
        transform: scale3d(.7,.7,.7)
    }

    50% {
        opacity: 1
    }

}

/* Changes default classes added by Elementor with our own animation */

.fadeInUp {
    animation-name: customFadeInUp !important;
}

.fadeInDown {
    animation-name: customFadeInDown !important;
}

.fadeInLeft {
    animation-name: customFadeInLeft !important;
}

.fadeInRight {
    animation-name: customFadeInRight !important;
}

.zoomIn {
    animation-name: customZoomIn !important;
}

.elementor-shape {
	z-index: -1;
}

/* Emoji fix for windows */
img.emoji {
	width: 16px;
}

/* Remove cookies on given pages */

body.no-cookies #cookie-law-info-bar {
	display: none !important;
}

/* General */

.h2 h1 {
	color: #A90B23;
	font-size: 35px;
}

h2:after {
	content: "";
	background-image: url(img/h2-decoration.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
    height: 12px;
    display: block;
    margin: 48px auto 32px auto;
}

.no-decoration h2:after,
h2.no-decoration:after {
	content: none;
}

.page-title {
	font-weight: 800;
	font-family: "Catamaran";
	padding-left: 32px;
}

.page-title br {
	display: none;
}

.page-title > .first-line {
	font-weight: 300;
	display: block;
	margin-left: -32px;
}

h1.page-title > .first-line {
	font-weight: 300;
}

.h1 h2:after,
.page-title:after {
	content: "";
	background-image: url(img/h1-decoration.svg);
	background-repeat: no-repeat;
	background-size: contain;
    height: 40px;
    display: block;
    margin: 0px auto 32px 32px;
	width: 50%;
}

.hidden {
	display: none;
}

@media (max-width: 1024px) {

	.page-title {
		text-align: center;
	}

	.page-title:after {
		margin: 0px 20% 32px auto;
	}

}

@media (max-width: 768px) {

	h3 {
		font-size: 1.25em;
	}

}

.h1 h2 {
	font-size: 35px;
}

.h1 h2:after {
	margin: 16px auto 32px auto;
    width: 25%;
}

p.page-title {
	font-size: 20px;
}

p.page-title:after {
	height: 30px;
}

p.page-title {
	font-size: 24px;
}

.white-title h1, 
.white-title h2,
.white-title h3,
.white-title h4 {
	color: white !important;
}

.align-right {
	text-align: right;
}

.section-strong {
	background-image: url(img/separation-background.svg);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Menu */

header#main-header,
header#main-header .elementor-widget-theme-site-logo img {
	transition: all 0.5s;
	border-bottom: 1px solid transparent;
}

header#main-header {	
	max-height:84px;
	position: relative;
	z-index: 9;
}

header#main-header.sticky-header {
	border-bottom: 1px solid #EEE;
    box-shadow: 0px 5px 30px rgba(0,0,0,0.05);
    background: white;
	position: fixed;
	top: 0;
	width: 100%;
}

header#main-header.sticky-header .elementor-widget-theme-site-logo img {
	height: 120px;
    margin-left: -8px;
}

#site-navigation li.contact-button {
	margin-left: 12px;
}

header#main-header ul.elementor-nav-menu > li.contact-button > a {
	background-color: #35D9BB;
	box-shadow: 68px 21px 74px -7px #00ae8e inset;
	color: white;
	border-radius: 200px;
	padding: 14px 25px;
}

header#main-header ul.elementor-nav-menu > li.contact-button > a:hover {
	background-color: #00967A;
}

header#main-header ul.elementor-nav-menu > li.tel-button > a {
	background: white;
	border:  3px solid #00AE8E;
	border-radius: 200px;
	font-size: 0;
	background-image: url(img/phone-button.svg);
	background-size:  20px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 48px;
    width: 48px;
    padding: 0;
    margin-left: 12px;
    transition: all 0.3s;

    margin-left: 8px;
    transition: all 0.3s;
    font-size: 0.9em;
    color: #00AE8E;
    padding: 11px;
    padding: 12px 14px 11px 42px;
    background-position-x: 12px;
    font-weight: 600;
    background-color: transparent;
    width:  auto;
}

header#main-header ul.elementor-nav-menu > li.tel-button > a:hover {
	background-image: url(img/phone-button-white.svg);
	background-color: #00967A;
	border-color: #00967A;
	color:  white;
}

/* Handles menus in white */
body.white-menu header:not(.sticky-header) ul.elementor-nav-menu > li > a {
	color: white;
}

body.white-menu header#main-header :not(.sticky-header)  ul.elementor-nav-menu > li.tel-button > a {
	background: transparent;
	border:  3px solid white;
	background-image: url(img/phone-button-white.svg);
	background-size:  20px;
	background-position: center center;
    background-position-x: 12px;
	background-repeat: no-repeat;
	color: white;
}

body.white-menu header#main-header :not(.sticky-header)  ul.elementor-nav-menu > li.tel-button > a:hover {
	background-image: url(img/phone-button.svg);
	background-color:  white;
	color: #00967A;
}

@media ( max-width: 1350px ) {

	.elementor-nav-menu--main .elementor-nav-menu a,
	.elementor-nav-menu--main .elementor-nav-menu a.highlighted, 
	.elementor-nav-menu--main .elementor-nav-menu a:focus, 
	.elementor-nav-menu--main .elementor-nav-menu a:hover {
		padding-left: 0;
		font-size: 0.9em;
	}

	header#main-header ul.elementor-nav-menu > li.tel-button > a {
		margin-left: 6px;
	}

}

@media ( max-width: 1024px ) {

	.elementor-menu-toggle {
		z-index: 1;
		border-radius: 200px;
	}

	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		margin-left: -50%;
		width: 180%;
		box-shadow: none;
		padding-bottom: 20px;
		border: 1px solid #DDD;
		margin-top: -100px !important;
		padding-top: 64px;
		z-index: 0;
	}

	.elementor-item:focus {
		background-color: #F5F5F5 !important;
	}

	.elementor-nav-menu--dropdown.elementor-nav-menu__container li > a {
		font-size: 15px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.elementor-nav-menu--dropdown.elementor-nav-menu__container li > a.elementor-sub-item {
		font-size: 13px;
	}

	body.white-menu header:not(.sticky-header) .elementor-menu-toggle {
		color: white !important;
	}

	body.white-menu header:not(.sticky-header) .elementor-menu-toggle.elementor-active {
		color: #A90B23 !important;
	}

	header#main-header ul.elementor-nav-menu > li.contact-button > a,
	header#main-header ul.elementor-nav-menu > li.tel-button > a {
		max-width: 200px;
    	margin: 8px auto 0 auto;
	}

	header#main-header ul.elementor-nav-menu > li.tel-button > a {
		border-radius: 200px;
		padding: 14px 25px;
		font-size: 14px;
	    width: auto;
	    /*background-image: none !important;*/
	    color: #00AE8E;
		border:  3px solid #00AE8E !important;
	}

	header#main-header ul.elementor-nav-menu > li.tel-button > a:hover {
		border-color: #00967A !important;
		color:  white;
	}

	body.white-menu header#main-header :not(.sticky-header)  ul.elementor-nav-menu > li.tel-button > a {
		background-image: url(img/phone-button.svg);
		background-size:  20px;
		background-position: center center;
	    background-position-x: 12px;
		background-repeat: no-repeat;
		color: #00967A;
	}
}


@media ( max-width: 768px ) {

	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		margin-left: -150%;
		width: 300%;
	}

}

@media ( max-width: 400px ) {

	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		padding-top: 128px;
	}


}

/* Header */

@media (max-width: 1024px) {

	.header-slogan {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		text-align: justify;
	}

}

@media (max-width: 768px) {

	.header-slogan {
		font-size: 14px !important;
	}

}

/* Home */

#home-header {
	background-position: bottom center;
	background-size: 1800px;	
	background-repeat: no-repeat;
}

body.background-spring #home-header {
	background-image: url(img/home-backgrounds/spring.jpg);
}

body.background-summer #home-header {
	background-image: url(img/home-backgrounds/summer.jpg);
}

body.background-fall #home-header {
	background-image: url(img/home-backgrounds/fall.jpg);
}

body.background-winter #home-header {
	background-image: url(img/home-backgrounds/winter.jpg);
}


/*home-header-responsive*/

@media (max-width: 1460px) {

	#home-header {
	    background-size: 1500px;
	    background-position: 60% 40%;
	}

}

@media (max-width: 1200px) {

	#home-header {
	    background-size: 1400px;
		background-position: 60% 50%;
	}

	#home-slogan {
		padding-left: 32px;
	}

}

@media (max-width: 1024px) {

	#home-header {
		background-size: 1280px;
		background-position: 60% 40%;
	}

	#home-slogan {
		max-width: 360px;
		font-size: 1.1em;
	}

}

@media (max-width: 768px) {

	#home-header {
		background-size: 1000px;
		background-position: 90% 15%;
	}

	#home-slogan {
		padding-top: 90px;
		margin: 0 auto;
		padding-left: 0;
	}

}

@media (max-width: 680px) {

	#home-header {
		background-size: 900px;
		background-position: 70% 15%;
	}

	#home-slogan {
		padding-top: 48px;
	}

}

@media (max-width: 570px) {

	#home-header {
		background-size: 250%;
		background-position: 95% top;
		padding-top: 100%;
	}

	#home-slogan {
		padding-top: 0;
		margin-top: -32px;
	}

}

.home-method-step h3, .home-method-step p {
	color: white!important;
}

.home-method-step h3 {
	text-transform: none!important;
	font-size: 1.2em!important;
	margin-bottom: 0;
}

.home-method-step h4 {
	font-weight: normal !important;
	color: #FFD200!important;
	font-size: 1.2em!important;
	margin-bottom: 0;
}

#home-signature {
	max-width: 400px;
}

@media (max-width: 768px) {

	#home-signature {
		margin: 0 auto;
	}

}

/* Testimonials section */

.testimonials-grid {
	display: flex;
	align-items: start;
	justify-content: space-around;
}

.testimonials-grid.no-masonry {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.testimonials-grid.masonry {
	display: block;
}

.testimonials-grid .testimonial {
	padding: 12px 20px 8px 20px;
	box-shadow: 0px 1.25px 3.5px rgba(0, 0, 0, 0.25);
	width: 30%;
	border-radius: 10px;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	outline: 0;
	margin-bottom: 20px;
}

.testimonials-grid.no-masonry .testimonial {
	margin-top: 20px;
}

.testimonials-grid.masonry .testimonial { 
	margin-left: 0;
	margin-right: 0;
}

.testimonial svg,
.testimonial img {
	max-width: 48px !important;
	float:left;
    margin-top: -4px;
}

.testimonial .t-name,	
.testimonial .t-date {
	margin-left: 58px;
}

.testimonial .t-name {
	font-weight: 800;
	font-family: 'Catamaran';
	font-size: 1.1em;  
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
	
.testimonial .t-date {
    font-size: 0.8em;
    color: #888;
}

.testimonial .t-description {
	font-size: 0.9em;
}

.testimonial .t-rating {
	clear: both;
	margin-top: 20px;
	margin-bottom: 12px;
}

.testimonial .t-rating i {
	color: #FFD200;
	margin-right: 6px;
}

.testimonial .t-rating i.nope {
	color: #DDD;
}

.testimonial .t-rating i:before {
	content: attr(data-star-style);
	background: -webkit-linear-gradient(#FFD200, #FFB800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial .t-rating i.nope:before {
	background: -webkit-linear-gradient(#D8D8D8, #DDD);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.testimonial .t-image {
	min-height: 196px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
    margin-bottom: 12px;    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.testimonial .t-review {
	margin-left: -8px;
    margin-right: -8px;
    font-size: 0.8em;
    color: #888;
    margin-bottom: 3px;
}

.testimonial .t-review img {
	width: 16px;
    margin-top: 1px;
    margin-right: 6px;
    font-size: 0.9em;
}

.testimonial .t-meta {
	color: #888;
	text-align: right;
    font-size: 0.8em;
    display: none;
}

.slick-arrow {
	display: inline-block;
    position: absolute;
    width: 48px;
    height: 48px;
    padding: 0 !important;
    color: transparent;
    font-size: 0 !important;
    border: 2px solid #1FB89C;
    top: 40%;
	background-color: transparent;
}

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
	background-color: #1FB89C;
	outline: none;
}

.slick-arrow:before {
	color: #1FB89C;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    display: inline-block;
    line-height: 44px;
    font-size: 24px;
}

.slick-arrow.slick-prev {
    left: -64px;
}

.slick-arrow.slick-next {
    right: -64px;
}    

.slick-arrow.slick-prev:before {
	content: "\f053";
    width: 42px;
}

.slick-arrow.slick-next:before {
	content: "\f054";
    width: 46px;
}

.slick-arrow:hover:before,
.slick-arrow:active:before,
.slick-arrow:focus:before {
	color: white;
}

@media ( max-width: 1200px ) {

	.testimonials-grid.no-masonry {
		padding-left: 32px;
		padding-right: 32px;
	}

	.slick-arrow.slick-prev {
		left: -24px;
	}

	.slick-arrow.slick-next {
		right: -24px;
	}

}


@media ( max-width: 420px ) {

	.testimonials-grid.no-masonry {
		padding-left: 0;
		padding-right: 0;
	}

	.slick-arrow {
		background: white;
		z-index: 2;
	}

	.slick-arrow::before {
		font-size: 16px;
		line-height: 22px;
	}

	.slick-arrow.slick-prev::before,
	.slick-arrow.slick-next::before {
		width: auto;
	}

	.slick-arrow.slick-prev {
		left: -10px;
	}

	.slick-arrow.slick-next {
		right: -10px;
	}

	.testimonials-grid.no-masonry .testimonial .t-header, 
	.testimonials-grid.no-masonry .testimonial .t-rating {
		text-align: center;
	}

	.testimonials-grid.no-masonry .testimonial .t-header * {
		margin: 0;
	}

	.testimonials-grid.no-masonry .testimonial .t-header img {
		display:inline;
		float:none;
	}

	.testimonials-grid.no-masonry .testimonial .t-description {
		margin-left: 30px;
		margin-right: 30px;
	}

	.testimonials-grid.no-masonry .testimonial .t-meta {
		text-align: center;
	}


}

.testimonials-grid .grid-sizer,
.testimonials-grid .testimonial {
	width: 30%;
}

.testimonials-grid .gutter-sizer {
	width: 3%;
}

@media ( max-width: 850px ) {

	.testimonials-grid .grid-sizer,
	.testimonials-grid .testimonial {
		width: 48%;
	}

	.testimonials-grid .gutter-sizer {
		width: 4%;
	}

}

@media ( max-width: 600px ) {

	.testimonials-grid .grid-sizer,
	.testimonials-grid .testimonial {
		width: 100%;
	}

	.testimonials-grid .gutter-sizer {
		width: 0%;
	}

}

/* Buildings list */

@media (max-width: 1024px) {

	.archive-building .archive-building-image {
		min-height: 180px;
	}

	.archive-building .archive-building-image .elementor-column-wrap {
		border-radius: 8px 8px 0 0 !important;
	}

}

/* Building */

.building-featured-image {
	position: relative;
}

.building-featured-image,
.building-featured-image img,
.building-featured-image .building-featured-image-overlay {
	border-radius: 10px;
}

.building-featured-image-wrapper .building-featured-image-overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: none;
	padding: 24px;
}

.building-featured-image img,
.building-featured-image-wrapper.unavailable .building-featured-image-overlay {
	display: flex;
}

.building-featured-image-wrapper p {
	padding: 0;
	margin: 0;
	color: white;
	text-align: center;
}

.building-featured-image-wrapper p strong {
	font-size: 1.2em;
	padding-bottom: 8px;
}

.building-featured-image-wrapper .button {
	border-radius: 200px;
	background: white;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	padding: 20px 32px;
	color: #0AAE8D;
	display: inline-block;
	margin-top: 32px;
	font-size: 1.2em;
	transition: all 0.3s;
}

#box_conseiller {
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

#box_conseiller img {
    max-width: 160px;
	margin-top: auto;
    margin-bottom: auto;
}

#box_conseiller .conseiller-infos p {
	padding: 0;
	margin: 0;
}

#box_conseiller .conseiller-infos > p:first-child {
	font-size: 0.8em;
    font-weight: 600;
}

#box_conseiller .contact {
	margin-top: 32px;
	text-transform: none;
}

#box_conseiller .contact a {
	color: black;
}

#box_conseiller strong,
#box_conseiller .contact a:hover {
	color: #A90B23;
}

a.button {
	font-family: "Catamaran", Sans-serif;
    font-size: 1.4em;
    font-weight: 800;
    border-radius: 200px 200px 200px 200px;
}

a.button-light {
    font-size: 18px;
    color: #09ae8d;
    background-color: transparent;
    border: 3px solid #09ae8d;
    padding: 15px 24px 15px 24px;
}

a.button-light:hover {
    color: #00725C;
    border: 3px solid #00725C;
}

#map-column,
#map-column > .elementor-widget-container {
	height: 100%;
}

#building-map {
    min-height: 500px;
    height: 100%;
    border-radius: 10px;
}

.facility-header, .facility-legend {
	display: block;
	clear: both;
	line-height: 32px;
}

.facilities-legends img {
	float: left;
    margin-right: 6px;
    margin-left: -4px;
    margin-top: 3px;
    width: 24px;
    border-radius: 20px;
}

.facilities-legends .facility-header {
	margin-top: 24px;
}

.facilities-legends .facility-header:first-child {
	margin-top: 0;
}

.building-features label {
	font-weight: 700;
	display: block;
}

.building-features p,
.building-description p,
.building-description ul {
	margin-bottom: 24px;
}

#visit-360 .jet-listing-dynamic-field__inline-wrap {
	width: 100%;
	display: block;
}

#visit-360 iframe {
	min-height: 650px;
	width: 100%;
	border-radius: 10px;
}

@media (max-width: 1024px) {

	.building-price-header .elementor-widget-wrap {
		display: flex;
	}

	.building-price-header .elementor-widget-wrap .elementor-element {
		width: 50%;
	}

	.building-price-header .elementor-widget-wrap .elementor-element:first-child {
		order: 1;
	}

	.building-price-header .elementor-widget-wrap .elementor-element:last-child p {
		text-align: left;
		line-height: 2.5em;
	}

}

@media (max-width: 768px) {

	.building-buttons-header {
		margin-top: -48px !important;
	}

	.building-buttons-header .elementor-row > .elementor-column:first-child {
		order: 1;
	}

	.building-buttons-header .elementor-row > .elementor-column:last-child .elementor-widget-wrap {
		justify-content: space-between;
   		align-items: stretch;
	}

	.building-buttons-header .elementor-row > .elementor-column:last-child .elementor-widget-wrap > .elementor-element {
		width: 50%;
	}

	.building-buttons-header .elementor-row > .elementor-column:last-child .elementor-widget-wrap > .elementor-element a.button,
	.building-buttons-header .elementor-row > .elementor-column:last-child .elementor-widget-wrap > .elementor-element a.elementor-button {
		width: 100%;
	    display: block;
	    text-align: center;
	}

	#box_conseiller {
		border-top: 1px solid #DDD;
    	padding-top: 48px;
    	justify-content: center;
	}

	#box_conseiller img {
		max-width: 120px;
	}

	#box_conseiller .contact {
		font-size: 0.9em;
	}

	.building-featured-image p {
		font-size: 0.85em;
	}

	.building-featured-image .button {
		padding: 16px 24px;
		margin-top: 16px;
	}

}


@media (max-width: 600px) {

	.building-price-header .elementor-widget-wrap {
		flex-direction: column;
	}

	.building-price-header .elementor-widget-wrap .elementor-element {
		width: 100%;
	}

	.building-price-header .elementor-widget-wrap .elementor-element:first-child {
		order: 0;
	}

	.building-price-header .elementor-widget-wrap .elementor-element:last-child p {
		text-align: center;
		line-height: 1em;
	}

	.building-buttons-header .elementor-row > .elementor-column:last-child .elementor-widget-wrap > .elementor-element {
		width: 100%;
		margin-bottom: 16px;
	}

}

/* Services */

#header-vendre {
	background-size: 2600px;
    background-position-x: center;
    background-position-y: 120px;
}

#services-menu ul {
	counter-reset: menu-counter;
}

#services-menu ul li {
	counter-increment: menu-counter;
	padding-bottom: 12px;
}

#services-menu ul li:before {
	content: counter(menu-counter);
	color: #1380C4;
    font-size: 25px;
    background: rgba(255,255,255,0.8);
    width: 38px;
    line-height: 38px;
    border-radius: 100px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
    margin-right: 10px;
    transition: all 0.3s;
}

#services-menu ul li:hover:before {
    background: #FFF;
}

.method-title h2 {
	padding-top: 220px;
    padding-bottom: 48px;
}

.method-title h2:after {
	content: none;
}

.method-title h2:before {
	content: "";
	font-family: "Catamaran";
	font-weight: 800;
	font-size: 	400px;
	color: #F3F3F3;
	position: absolute;
	display: block;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
}

.method-title.step-1 h2:before {
	content: "1";
}

.method-title.step-2 h2:before {
	content: "2";
}

.method-title.step-3 h2:before {
	content: "3";
}

.method-title.step-4 h2:before {
	content: "4";
}

#vendre-references-icons {
	background-size: 2000px;
}

@media ( max-width: 1300px ) {

	#services-menu ul li:before {
		font-size: 18px;
	    width: 32px;
	    height: 32px;
	    line-height: 30px;
	}

	#services-menu li a {
		font-size: 0.8em;
	}

	#vendre-references-icons {
		background-size: 1600px;
	}

	#vendre-references-icons-text {
		margin-top: -70px;
	    font-size: 18px;
	    margin-left: 72px;
	}

}

@media ( max-width: 1024px ) {

	#header-vendre {
		background: none;
	}

	#services-menu-column {
		background: linear-gradient(180deg, #0082CC 10%, #00AE8E 90%);
	}

	#services-menu-column .elementor-element {
		justify-content: center;
    	display: flex;
	}

	#services-menu-column:before,
	#services-menu-column:after {
	    position: absolute;
	    top: -1px;
	    left: 0;
	    right: 0;
	    height: 20px;
	    background-image: url(img/white-wave-top.svg);
	    display: block;
	    content:"";
	    background-size: 1400px;
	    background-repeat: no-repeat;
	    background-position: top center;
	}

	#services-menu-column:after {
	    top: unset;
	    bottom: -1px;
	    height: 20px;
	    background-image: url(img/white-wave-bottom.svg);
	    content: "";
	    background-position: bottom center;
	}

	.method-title h2:before {
		font-size: 	300px;
		line-height: 400px;
	}

	#vendre-references-icons {
		background-size: 1360px;
		padding-bottom: 220px;
	}

	#vendre-references-icons-text {
	    margin-left: 14px;
	    margin-top: -117px;
		font-size: 16px;
	}
}

@media ( max-width: 768px ) {

	.method-title h2:before {
		font-size: 	250px;
		line-height: 400px;
	}

	#vendre-references-icons {
		background:none;
		padding-top: 84px;
		padding-bottom: 0px;
	}

	#vendre-references-icons-text {
	   	width: 400px;
		margin: 0px auto;
		text-align: center;
		font-size: 20px;
		margin-bottom: 32px;
	}

	#vendre-references-icons-text br {
		display: none;
	}

	#vendre-parasol-section {
		background-position: -200px 190px;
	}

	.small-centered-column {
		/*max-width: 500px;
    	margin: 0 auto;*/
	}

	#vendre-cta {
		padding: 0;
		background-image: url(img/vendre-cta-mobile-background.svg);
		background-position: bottom center;
	}
}

@media ( max-width: 600px ) {

	#vendre-parasol-section {
		background-position: -310px 210px;
	}

}

@media ( max-width: 520px ) {

	#vendre-references-icons-text {
		padding-left: 32px;
		padding-right: 32px;
		margin-bottom: 0;
		width: 100%;
		text-align: left;
		font-size: 16px;
	}

	#vendre-parasol-section {
		background-position: -400px 260px;
		margin-top: -64px;
	}


}

@media ( max-width: 400px ) {

	#vendre-parasol-section {
		background-position: -460px 300px;
	}

}

/* Author */

#author-cv .jet-listing-dynamic-repeater__items {
	flex-direction: column;
}

#author-cv .years {
	font-size: 0.85em;
	text-transform: uppercase;
} 

#author-cv .company {
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}

#author-cv .company .fonction {
	font-size: 0.85em;
	font-weight: normal;
	color: #888;
}

#author-bio p {
	text-align: justify;
	margin-bottom: 1em;
}

/* Glossary */

#definitions-pagination {
	display: none;
}

@keyframes blink_loading {
  50% {
    opacity: 0.5;
  }
}

#definitions-loading {
	text-align: center;
    padding: 24px 48px;
    font-size: 0.9em;
    margin-top: 64px;
    background: #F1F7FA;
    border-radius: 10px;
    animation: blink_loading 2s linear infinite;
}

#definitions-header {
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #EEE;
}

#definitions-search {
	display: flex;
	margin-bottom: 24px;
}

#definitions-search .search-wrapper {
	flex: 1;
}

#definitions-search input {
	border-radius: 200px;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 12px 24px;
	width: 100%;
}

#definitions-search input:focus {
	border: 1px solid #1FB89C;
}

#definitions-search .definitions-count {
	padding-left: 32px;
	text-align: right;
	margin: auto 0;
	color: #AAAAAA;
	font-size: 0.9em;
}

.definition-tag {
 	padding: 4px 12px;
	border-radius: 100px;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.3s;
	border: 1px solid transparent;
}

#definitions-tags .definition-tag {
	margin-right: 6px;
	margin-bottom: 8px;
	display: inline-block;
}

#definitions-tags input[type=checkbox] {
	display: none;
}

#definitions-tags input[type=checkbox] + label.definition-tag {
	cursor: pointer;
}

#definitions-tags input[type=checkbox]:not(:checked) + label.definition-tag  {
	background: transparent !important;
}

#definitions-tags input[type=checkbox] + label.definition-tag:hover {
	color: black !important;
	border-color: black !important;
}

#definitions-tags input[type=checkbox]:checked + label.definition-tag  {
	color: white !important;
}

#definitions-tags input[type=checkbox]:checked + label.definition-tag:hover  {
	border-color: transparent !important;
}

#definitions-tags input[type=checkbox]:disabled + label.definition-tag  {
	opacity: 0.4;
	color: #888 !important;
	border-color: #888 !important;
}

#definitions-tags input[type=checkbox]:disabled + label.definition-tag {
	cursor: default;
}

.definition-wrapper {
	padding: 20px 0;
	border-bottom: 1px solid #EEE;
}

.definition-wrapper h3 {
	font-size: 20px;
	color: black;
	text-transform: none;
}

.definition-tags {
	padding: 20px 0 0 0;
}

.definition-tags .definition-tag {
	padding: 4px 8px;
	font-size: 12px;
	margin-right: 5px;
}

.definition-wrapper:not(:hover) .definition-tags .definition-tag {
	color: #AAA!important;
	border: 1px solid #AAA!important;
}

.definition-content {
	text-align: justify;
}

@media (max-width: 1024px) {

	#definitions-search {
		flex-direction: column;
	}

	#definitions-search .search-wrapper {
		width: 100%;
    	order: 1;
	}

	#definitions-search .definitions-count {
		order: 0;
	    width: 100%;
	    padding: 0;
	    padding-right: 10px;
	    margin-bottom: 32px;
	    margin-top: -64px;
	}

	#definitions-tags {
		display: flex;
    	flex-wrap: wrap;
	}

	#definitions-tags .definition-tag {
		width: 24%;
	    text-align: center;
	    margin-bottom: 10px;
	}

}

@media (max-width: 768px) {

	#definitions-tags .definition-tag {
		width: 32%;
		margin-right: 1%;
	}


	.definition-tags .definition-tag  {
		margin-bottom: 10px;
		margin-right: 3px;
		display: inline-block;
	}

}

@media (max-width: 520px) {

	#definitions-header {
		padding-bottom: 10px;
	}

	#definitions-search {
		margin-bottom: 16px;
	}

	#definitions-search .definitions-count {
	    margin-top: -24px;
	    margin-bottom: 16px;
	    text-align: center;
	}

	#definitions-search input {
		font-size: 0.9em;
	}

	#definitions-tags .definition-tag {
		width: 100%;
		margin-right: 0;
	}

}

/* Cookies */

#cookie-law-info-bar {
	border-radius: 10px !important;
    padding: 40px 24px 24px 24px !important;
    width: 300px !important;
    overflow: visible !important;
}

#cookie-law-info-bar .cli-bar-message {
	font-size: 0.9em;
	text-align: justify;	
}

#cookie-law-info-bar .cli-bar-title {
    font-weight: 800;
    font-family: "Catamaran";
    font-size: 1.2em;
    text-align: left;
    padding-bottom: 8px;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	border-radius: 20px;
    padding: 12px 24px;
    font-weight: 600;
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
	justify-content: space-between;
}

#cookie-law-info-bar .cli-bar-btn_container .cli-plugin-main-link {
	text-decoration: none;
	margin-left: 0;
}

#cookie-law-info-bar .cli-bar-image {
	background-image: url( img/cookies.png );
	background-repeat: no-repeat;
	width: 128px;
    height: 84px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -28px;
}

.cli-modal-content {
	border-radius: 10px;
}


.cli-modal-content h4 {
	font-family: 'Catamaran';
    text-transform: none;
    font-size: 1.2em;
}

.cli-modal-content .cli-modal-close svg {
	color: #0082CC;
}

.cli-modal-content .cli-modal-close:hover {
	background: transparent;
}

.cli-modal-content .cli-modal-close:hover svg {
	color: #000;
}

.cli-modal-content .cli-privacy-content-text,
.cli-modal-content .cli-tab-pane {
	text-align: justify;
}

a.cli-privacy-readmore:before {
	color: #A90B23;
}

/* Blog */

#articles-archive .jet-listing-grid__item:nth-child(odd) .elementor-row .elementor-column:first-child {
	order: 2;
}

/* Article */

/* Reset Elementor global colors */
body.single-post {
	--e-global-color-primary: #A90A23;
    --e-global-color-secondary: #0082CC;
    --e-global-color-text: #000000;
    --e-global-color-accent: #00AE8E;
    --e-global-color-c6c82bc: #FFD200;
}

.article-categories {
	display: flex;
    padding: 0;
    list-style-type: none;
	flex-wrap: wrap;
    justify-content: center;
	margin: 0;
}

.article-categories li {
	display: flex;
	align-items: center;
	margin-right: 12px;
	font-size: 0.95em;
}

.article-categories li:before {
    content: "◯";
    display: inline-block;
    font-size: 0.8em;
    margin-right: 6px;
}

@media (max-width: 600px) {

	.article-categories {
		justify-content: flex-start;
	}

}	

body.single-post #blog-featured-image img {
	mix-blend-mode: multiply;
	transform: translate3d(0,0,0);
}

.before_read_more_content h2,
#post-content h2 {
	font-weight: 800;
	margin-top: 48px;
	margin-bottom: 24px;
}

.before_read_more_content h2:after,
#post-content h2:after {
	content: none;
}

.before_read_more_content h3,
#post-content h3 {
	margin-bottom: 24px;
    margin-top: 48px;
    color: var(--e-global-color-accent);
    text-transform: none;
    font-size: 25px;
}

.before_read_more_content h4,
#post-content h4,
.before_read_more_content h5,
#post-content h5 {
	font-size: 18px;
    text-transform: uppercase;
    color: var(--e-global-color-text);
    font-family: "Catamaran",sans-serif;
	font-weight: 800;
}


.before_read_more_content h5,
body.single-post #post-content h5 {
	font-weight: 600;
}

body.single-post .before_read_more_content {
	text-align: justify;
}

.before_read_more_content p,
body.single-post #post-content p {
	margin-bottom: 1em;
	margin-bottom: 1em;
    text-align: justify;
    font-size: 1em;
    line-height: 1.65em;
}

body.single-post #post-content p + ul,
body.single-post #post-content p + ol {
	margin-top: -0.5em;
}

.before_read_more_content ul,
.before_read_more_content ol,
body.single-post #post-content ul,
body.single-post #post-content ol {
	margin: 2em 0 2em 1em;
	list-style: none;
}

body.single-post #post-content ol {
	margin-left: 1.5em;
}

.before_read_more_content ul li,
.before_read_more_content ol li,
body.single-post #post-content ul li,
body.single-post #post-content ol li {
	padding: 5px 0;
	position: relative;
}

.before_read_more_content ul li:before,
.before_read_more_content ol li:before,
body.single-post #post-content ul li:before,
body.single-post #post-content ol li:before {
	color: #888;
	display: inline-block;
	content: "•";
	left: -1em;
	position: absolute;
}

body.single-post #post-content ol li:before {
	left: -1.2em;
}

.before_read_more_content ol,
body.single-post #post-content ol {
	counter-reset: li;
}

.before_read_more_content ol li,
body.single-post #post-content ol li {
	counter-increment: li;
}

.before_read_more_content ol li:before,
body.single-post #post-content ol li:before {
	content: counter(li) ".";
	font-weight: 600;
}

.before_read_more_content strong,
body.single-post #post-content strong,
.before_read_more_content a {
	font-weight: 600;
	transition: all 0.3s;
}

#post-content a {
	text-decoration: underline;
}

.before_read_more_content .featured-content-quote,
#post-content .featured-content-quote,
#post-content blockquote {
	/*background: linear-gradient(45deg,#f9eef0,#fdf8ee);
	margin: 48px 0;
	padding: 32px 48px;
	border-left: 6px solid var(--e-global-color-primary);
	font-size: 1em;*/
	border-radius: 10px;
	font-size: 1em;
	margin-block: 3ch;
	background-color: #F0F6FD;
	border: 0;
	color: black;
	font-style: normal;
    border: 1px solid #ddd;
	padding: 2.5ch 3ch;
}

.before_read_more_content .blockquote p,
body.single-post #post-content blockquote p {
	margin-bottom: 0
}

.before_read_more_content .featured-content-simple,
#post-content .featured-content-simple {
	padding: 24px 32px;
	border-radius: 5px;
	background-color: #F5FBFE;
	background: #fafcff;
    /*box-shadow: inset 0 0 20px rgb(0 0 0 / 5%);*/
	margin: 48px 0;
	border: 1px solid #e7f2f8;
}

.before_read_more_content .featured-content p:last-child,
#post-content .featured-content p:last-child {
	margin-bottom: 0;
}

#post-content .featured-content h2:first-child,
#post-content .featured-content h3:first-child,
#post-content .featured-content h4:first-child {
	margin-top:0;
}


#post-content .wp-block-separator {
	border: 0;
    border-bottom: 1px solid #DDD;
    margin: 24px 0;
}

#post-content .wp-block-table {
	max-width: 99%;
}

#post-content .is-layout-flex {
	display: flex;
}

#post-content .wp-block-gallery {
	margin-top: 32px;
	margin-bottom: 32px;
}

@media (max-width: 768px) {

	.before_read_more_content .featured-content-quote,
	#post-content blockquote,
	#post-content .featured-content-quote {
		padding: 24px 32px;
	}

	.before_read_more_content .featured-content-simple,
	#post-content .featured-content-simple {
		padding: 16px 24px;
	}

}

/* Hubspot Survey */

.hs-survey {
	padding: 24px 64px 16px 24px;
	border: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin: 32px 0;
	border-radius: 10px;
}

#post-content .hs-survey h4 {
	background-image: url(img/icons/survey.svg);
	background-position-y: -1px;
	background-position-x: -4px;
	background-size: 28px;
	background-repeat: no-repeat;
	line-height: 32px;
	padding-left: 28px;
	margin-bottom: 8px;
}

#post-content .hs-survey p {
	margin: 0 !important;
}

#post-content .hs-survey p.survey-question {
	font-weight: 600;
}

/* Featured podcast */

#post-content .featured-podcast {
	padding: 24px;
	background: var(--e-global-color-primary);
	border-radius: 10px;
	background-image: linear-gradient(45deg, #a90a75, #480aa9);
}

#post-content .featured-podcast.taverne {
	background: #161616;
	background-image: linear-gradient(45deg, #161616, #434343);
}

#post-content .featured-podcast h2 {
	color: white;
	font-size: 1.8em;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#post-content .featured-podcast .subtitle {
	color: var(--e-global-color-c6c82bc);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px !important;
	line-height: 1.2em;
}

#post-content .featured-podcast h2 svg {
	width: 92px;
	display: block;
	text-align: center;
	margin-bottom: 24px;
	opacity: 0.5;
	fill: white;
}

#post-content .featured-podcast iframe {
	border: none;
	width: 100%;
	height: 420px;;
}

#post-content .featured-podcast p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#post-content .featured-podcast.single-episode iframe {
	height: 210px;
}

@media (max-width: 583px) {
	
	#post-content .featured-podcast {		
		padding: 16px;
	}

	#post-content .featured-podcast h2 {
		font-size: 1.5em;
	}

	#post-content .featured-podcast iframe {
		height: 700px;
	}

	#post-content .featured-podcast.single-episode iframe  {
		height: 500px;
	}

}

/* Table Index */

.wp-block-aioseo-table-of-contents {
	margin-bottom: 48px;
	border-bottom: 1px solid #DDD;
}

body.single-post #post-content .wp-block-aioseo-table-of-contents h2 {
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Poppins";
	font-weight: 600;
	padding:0;
	border-bottom: 1px solid #DDD;
	padding-bottom: 16px
}

body.single-post #post-content .wp-block-aioseo-table-of-contents> ul {
	padding: 0 0 0 24px;
	margin: 16px 0;
}

body.single-post #post-content .wp-block-aioseo-table-of-contents > ul li a {
	color:black;
	font-weight: 600;
	font-size: 0.9em;
	transition: all 0.3s;
}

body.single-post #post-content .wp-block-aioseo-table-of-contents > ul li a:hover {
	color: var(--e-global-color-primary);
	text-decoration: underline;
}

body.single-post #post-content .wp-block-aioseo-table-of-contents > ul li ul {
	margin: 10px 0 10px 16px !important;
}

body.single-post #post-content .wp-block-aioseo-table-of-contents > ul li ul li ul {
	margin-bottom: 0 !important;
}

body.single-post #post-content .wp-block-aioseo-table-of-contents > ul li ul:empty {
	margin: 0 !important;
}

body.single-post #post-content .wp-block-aioseo-table-of-contents > ul li ul a {
	font-weight: normal;
}

body.single-post #post-content .wp-block-aioseo-table-of-contents > ul li {
	list-style-type: initial;
}

body.single-post #post-content .wp-block-aioseo-table-of-contents > ul li ul li {
	list-style-type: circle;
}

body.single-post #post-content .wp-block-aioseo-table-of-contents > ul li::marker,
body.single-post #post-content .wp-block-aioseo-table-of-contents > ul li ul li::marker {
	color: var(--e-global-color-accent)
}

body.single-post #post-content .wp-block-aioseo-table-of-contents ul li:before {
	content: none;
}

/* Author box */

.author-box {
	display: flex;
}

.author-box .author-infos {
	position: relative;
    display: flex;
    width: 60%;
    padding: 10px;
}

.author-box .author-infos .author-image {
	position: relative;
	display: flex;
	width: 40%;
	align-items: center;
}

.author-box .author-infos .author-image img {
    width: 100%;
}

.author-box .author-infos .author-name {
	position: relative;
	display: flex;
	width: 60%;
	padding: 10px;
	align-items: flex-start;
	flex-direction: column;
    justify-content: center;
}

.author-box .author-infos .author-name img {
	max-width: 80%;
}

.author-box .author-infos .author-name p {
	margin: 0;
}

.author-box .author-infos .author-name .light {
	color: #888;
}

.author-box .author-profile {
	width: 40%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.author-box .author-profile .button {
	font-size: 1em;
	fill: var( --e-global-color-accent );
	color: var( --e-global-color-accent );
	background-color: transparent;
	border: 3px solid var( --e-global-color-accent );
	border-width: 3px 3px 3px 3px;
	padding: 16px 24px 12px 24px;
	align-items: center;
    display: flex;
	transition: all 0.3s;
}

.author-box .author-profile .button svg {
	margin-left: 6px;
}

.author-box .author-profile .button:hover {
	color: #00725C;
	border-color: #00725C;
}

@media(max-width: 600px) {

	.author-box {
		flex-direction: column;
		align-items: center;
	}

	.author-box .author-infos {
		width: 90%;
	}

	.author-box .author-profile {
		width: 100%;
		justify-content: center;
		margin: 16px 0 32px 0;
	}

}

@media(max-width: 479px) {

	.author-box .author-infos {
		width: 100%;
	}

}

/* Author box AIOSEO */

.elementor-shortcode .aioseo-author-bio,
.aioseo-author-bio {
	border: 0;
}

.aioseo-author-bio .aioseo-author-bio-header {
	padding: 0;
	align-items: center;
}

.aioseo-author-bio .aioseo-author-bio-header-right .author-name {
	text-transform: uppercase;
    color: var(--accent);
    font-size: 1.2rem;
}

.aioseo-author-bio .aioseo-author-bio-header-right .author-job-title {
	border-color: var(--border);
    color: var(--light-text);
    font-size: 1rem;
}

.aioseo-author-bio .aioseo-author-bio-header-right .author-expertises {
	margin: 12px 0;
}

.aioseo-author-bio .aioseo-author-bio-header-right .author-expertises .author-expertise {
	background: transparent;
    border: 1px solid var(--border);
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 0.05em;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.aioseo-author-bio .aioseo-author-bio-header-right > span,
.aioseo-author-bio .aioseo-author-bio-header-right > a {
    font-size: 0.9em;
}

.aioseo-author-bio .aioseo-author-bio-header-right > span {
	font-weight: 600;
}

.aioseo-author-bio .aioseo-author-bio-header-right .author-socials img {
	width: 24px;
}

.aioseo-author-bio .aioseo-author-bio-main {
	font-size: 1rem;
	background: #EDF6FB;
    padding: 16px;
    border-radius: 8px;
    border: 0;
	margin: 20px 0 24px 0;
	position: relative;
}

.aioseo-author-bio-main:before {
	position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: 100px;
    margin-left: -20px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-bottom: 20px solid #EDF6FB;
	top: -15px;
}

/* Comments */

#comments .title-comments,
#comments #reply-title {
	text-transform: none;
    font-weight: 600;
    font-family: var(--body-font);
    color: var(--text);
    font-size: 1.2em;
	margin-bottom: 1.5em;
}

#comments #reply-title {
	margin-bottom: 1em;
}

#comments ol.comment-list {
	border-radius: 10px;
	box-shadow: 0 1.25px 3.5px rgba(0, 0, 0, 0.25);
	margin-bottom: 2rem;
}

#comments ol.comment-list > .comment:last-child {
    border-top: 1px solid #DDD;
    margin-top: -1px;
}

#comments ol.comment-list > .comment:first-child {
	margin-top: 0;
    border-top: 0;
}

#comments li.depth-1 > ol.children {
	background: rgba(0, 130, 204, 0.07);
}

#comments .comment-meta {
	flex-direction: column;
}

#comments .comment .avatar, 
#comments .pingback .avatar {
	left: 20px;
}

#comments .comment-author,
#comments .comment-metadata {
	padding-left: 58px;
}

#comments .comment-author b > a {
	color: black;
}

#comments .comment-metadata > a {
	color: #65676B;
}

#comments .comment-metadata .edit-link:before {
	content: "•";
	display: inline-block;
	color: #65676B;
	margin-right: 3px;
}

#comments .comment-author b {
	font-family: "Catamaran";
	font-size: 1.1em;
	line-height: 1.6em;
}

#comments .comment-author .says {
	display: none;
}

#comments .comment-content {
	margin-top: 12px;
	padding-right: 24px;
}

#comments .reply {
	position: absolute;
	right: 24px;
}

#comments .comment .comment-body, 
#comments .pingback .comment-body {
	margin-left: 20px;
	padding-left:0;
	font-size: 0.9em;
}

#comments .comment.depth-1 > .comment-body, 
#comments .pingback.depth-1 > .comment-body {
	border: 0;
	/*padding-left: 24px;
	padding-right: 24px;*/
}

#comments .comment .comment-body, 
#comments .pingback .comment-body {
	border-color: #DDD;
}

#comments ol.comment-list .children:before {
	content: none;
}

#comments .comment-reply-link {
	font-family: "Catamaran";
	font-weight: 800;
	color: #1FB89C;
	font-size: 1.1em;
	background:white;
	padding: 6px 30px 6px 16px;
	border: 2px solid #1FB89C;
	border-radius: 32px;
}

#comments .comment-reply-link:after {
	content: "";
    background-image: url(img/button-arrow.svg);
    display: block;
    width: 14px;
    height: 14px;
    background-size: 14px;
    position: absolute;
    right: 12px;
    background-repeat: no-repeat;
    top: 0;
}

#comments .comment-list #respond {
	padding-left: 24px;
	padding-right: 24px;
	border-top: 1px solid #eee;
}

#respond {
	padding-top: 24px;
	padding-bottom: 24px;
}

#respond h2 {
	font-size: 24px;
}

#respond h2:after {
	content: none;
}

#respond .form-submit {
	text-align: right;
	margin-top: 24px;
}

#respond .form-submit input[type=submit] {
	background: linear-gradient(91.42deg, #00AE8E -3.13%, #35D9BB 113.81%);
	border: 0;
	font-size: 1em;
	padding: 16px 24px 15px 24px;
	border-radius: 999px;
	font-weight: 600;
}

#respond h2 small {
	float: right;
	font-size: 0.55em;
	font-weight: normal;
	font-family: Poppins;
	color: #65676B;
	margin-top: 5px;
}

#respond h2 small #cancel-comment-reply-link {
	color: #65676B;
}

#respond #commentform .comment-notes {
	color: #65676B;
	font-size: 0.9em;
}

#respond #commentform label {
	font-weight: 600;
	font-size: 0.9em;
	margin-bottom: 8px;
	margin-top: 24px;
}

#respond #commentform {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    row-gap: 10px;
    column-gap: 10px;
}

#respond #commentform p {
	width: 100%;
}

#respond #commentform #author,
#respond #commentform #email {
	width: auto;
	flex: 1;
}

#respond #commentform #url {
	display: none;
}

#respond #commentform .comment-form-comment {
	margin-bottom: 0;
}

#respond #commentform input[type=text],
#respond #commentform input[type=email],
#respond #commentform textarea {
	background-color: #F0F6FC;
    border: 1px solid #F0F6FC;
	border-radius: 4px;
}

#respond #commentform input[type=text]:focus,
#respond #commentform input[type=email]:focus,
#respond #commentform textarea:focus {
	background-color: #FFF;
    border-color: #DDD;
}

#respond #commentform .comment-form-cookies-consent {
	display: flex;
	margin-top: 24px;
	align-items: center;
}

#respond #commentform .comment-form-cookies-consent label {
	font-weight: normal;
	margin: 0 0 0 12px;
}

@media(max-width: 767px) {

	#respond {
		padding: 0;
	}

	#comments .comment .avatar {
		position: absolute;
		float: none;
	}

	#related-posts .jet-listing-grid__item:nth-child(3) {
		display: none;
	}

	#respond #commentform .comment-form-author,
	#respond #commentform .comment-form-email { 
		width: 100%;
		margin-bottom: 0
	}

}

@media(max-width: 479px) {

	#comments .comment .comment-body {
		padding-bottom: 8px;
	}

	#comments .comment-reply-link::after {
		top: 10px;
		left: 9px;
	}

	#comments .comment-reply-link {
		height: 32px;
		display: block;
		width: 32px;
		padding: 0;
		font-size: 0;
	}

	#comments .reply {
		right: 12px;
		top: 12px;
	}

	#related-posts .jet-listing-grid__item {
		max-width: 100%;
		flex: 100%;
	}

	#related-posts .jet-listing-grid__item:nth-child(3) {
		display: block;
	}

	#respond .form-submit input[type=submit] {
		width: 100%;
		display: block;
	}

}


/* Partners section */

#partners_section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
	margin: 64px auto 0 auto;
}

#partners_section .partner {
	width: 48%;
	margin-bottom: 84px;
}

#partners_section .partner h3 {
	text-transform: none;
	font-size: 28px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 8px;
	transition: all 0.3s;
}

#partners_section .partner p {
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	transition: all 0.5s;
}

#partners_section .partner:hover h3 {
	margin-bottom: 0px;
}

@media (max-width: 600px) {

	#partners_section {
		margin-top: 32px;
	}

	#partners_section .partner {
		width: 100%;
		margin-bottom: 48px;
	}

	#partners_section .partner img {
		max-width: 360px;
		margin: 0 auto;
		display: block;
	}

}

/* Category blog */

.blog-tag-link .jet-listing-dynamic-field__inline-wrap {
	transition: all 0.3s;;
}

.blog-tag-link:hover .jet-listing-dynamic-field__inline-wrap {
	background: rgba(255,255,255,0.9) !important;
}

.blog-tag-link.is_active_blog_category .jet-listing-dynamic-field__inline-wrap {
	background: transparent !important;
}

.blog-tag-link.is_active_blog_category .jet-listing-dynamic-field__content {
	color: white !important;
}

/* Page pilier */

#pillar-header {
	z-index: 2;
	/*min-height: 100vh;*/
	align-items: center;
    display: flex;
    padding-bottom: 64px;
}

.pilier-vendeur h2:after {
	content: none;
}

#footer-cta h2:after {
	content: "";
}	

.pilier-vendeur .elementor-section-wrap .elementor-top-section section.elementor-top-section {
	padding: 64px 32px;
}

.pilier-vendeur .elementor-section-wrap .elementor-top-section .jet-listing-grid section.elementor-top-section {
	padding:  0;
}

.pilier-vendeur #pillar-header-arrow {
	padding-top: 0;
	padding-bottom: 0;
}

.pilier-vendeur #page-content {
	margin-top: 32px;
}

.pillar-index {
	opacity: 0;
	position: fixed !important;
    right: 48px;
    top: 150px;
    width: 400px !important;
    border: 0;
    background: white;
    z-index: 1;	
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    border-radius: 10px;
    font-size: 0.9em;
    transition: all 0.5s;
}

.pillar-index.shown {
	opacity: 1;
}

.pillar-index h4 {
	font-size: 16px;
	color: #A90B23 !important;
}

.pillar-index .elementor-widget-container,
.pillar-index .elementor-toc__header {
	border: 0;
}

.pillar-index .elementor-toc__header {
	background: #f5f5f5;
	border-radius: 10px 10px 0 0;
}

.pilier-vendeur .elementor-text-editor ol,
.pilier-vendeur .elementor-text-editor ul {
	margin-top: 48px;
	margin-bottom: 48px;
	list-style: none;
}

.pilier-vendeur .elementor-text-editor ol li {
	position: relative;
	margin-bottom: 50px;
}

.pilier-vendeur .elementor-text-editor ul li {
	padding: 5px 0;
	position: relative;
}

.pilier-vendeur .elementor-text-editor ul li:before,
.pilier-vendeur .elementor-text-editor ol li:before {
	color: #00AE8E;
	display: inline-block;
	content: "•";
	left: -20px;
	position: absolute;
}

.pilier-vendeur .elementor-text-editor ol {
	counter-reset: li;
}

.pilier-vendeur .elementor-text-editor ol li {
	counter-increment: li;
}

.pilier-vendeur .elementor-text-editor ol li:before {
	content: counter(li);
    font-weight: 600;
    font-size: 35px;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}

@media (max-width: 2170px) {

	.pilier-vendeur .elementor-section-wrap .elementor-top-section section.elementor-top-section > .elementor-container {
		margin-left: 64px;
	}

	#pillar-header > .elementor-container {
		margin-left: auto;
	}

}

@media (max-width: 1850px) {

	.pilier-vendeur .elementor-section-wrap .elementor-top-section section.elementor-top-section > .elementor-container {
		margin-left: 32px;
	}

	#pillar-header > .elementor-container {
		margin-left: auto;
	}
	
	.pillar-index {
		right: 16px;
		font-size: 0.8em;
		width: 320px !important;
	}
}

@media (max-width: 1600px) {

	.pilier-vendeur .elementor-section-wrap .elementor-top-section section.elementor-top-section > .elementor-container {
		margin-left: auto;
	}
	
	.pillar-index {
		display: none;
	}
}

@media (max-width: 1024px) {

	#pillar-header {
		z-index: 0;
	}

	.pilier-vendeur .elementor-section-wrap .elementor-top-section section.elementor-top-section  {
		padding: 84px 32px;
	}

	.pilier-vendeur #pillar-header-arrow {
		z-index: -1;
	}

	#footer-cta {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 768px) {

	.pilier-vendeur .elementor-section-wrap .elementor-top-section section.elementor-top-section {
		padding: 64px 32px;
	}

	#footer-cta {
		padding-left: 0;
		padding-right: 0;
	}

}

@media (max-width: 600px) {

}

/* Wuerst Partner */

section#online-estimation-wp #dmt {
	margin-top: 64px;
}

section#online-estimation-wp #dmt #datahouse-maklertool,
section#online-estimation-wp #dmt #datahouse-maklertool #dmt-slides .dmt-slide,
section#online-estimation-wp #dmt #datahouse-maklertool #dmt-slides .dmt-slide > div h3 > span span {
	background: transparent;
}

section#online-estimation-wp #dmt #datahouse-maklertool #dmt-slides .dmt-slide,
section#online-estimation-wp #dmt #datahouse-maklertool #dmt-slides .dmt-slide > div {
	border-color: transparent;
}

section#online-estimation-wp h2, 
section#online-estimation-wp h3, 
section#online-estimation-wp h4 {
	font-family: "Catamaran" !important;
	font-weight: 800 !important;
}

section#online-estimation-wp h2 {
	font-size: 25px !important;
	width: 100% !important;
    margin-left: 0 !important;
    color: #00AE8E  !important;
    font-weight: 800;
    text-transform: uppercase;
}

section#online-estimation-wp h2:after {
	content: none;
}

section#online-estimation-wp h3 {
	font-size: 1.1em !important;
    margin-bottom: 2em !important;
}

section#online-estimation-wp #dmt,
section#online-estimation-wp #dmt p, 
section#online-estimation-wp #dmt ul li, 
section#online-estimation-wp #dmt a,
section#online-estimation-wp #dmt span {
	font-family: "Poppins";
}

section#online-estimation-wp input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #DDD;
}

section#online-estimation-wp #dmt #datahouse-maklertool .slick-next:before,
section#online-estimation-wp #dmt #datahouse-maklertool .slick-prev:before {
	background-color: #00ae8e;
    border-color: #01AE8E;
    border: 3px solid #01AE8E;
    background: white;
    color: #01AE8E;
    padding-top: 47%;
    transition: all 0.3s;
}

section#online-estimation-wp #dmt #datahouse-maklertool .slick-next:hover:before,
section#online-estimation-wp #dmt #datahouse-maklertool .slick-prev:hover:before {
	color: white;
    background: #01AE8E;
}

section#online-estimation-wp #dmt #datahouse-maklertool #dmt-slides .dmt-slide .dmt-icons li label.active:before {
	transition: 0.3s;
}

section#online-estimation-wp #dmt #datahouse-maklertool #dmt-slides .dmt-slide .dmt-icon-start {
	transition: all 0.5s;
}

section#online-estimation-wp #dmt #datahouse-maklertool #dmt-slides .dmt-slide .dmt-icons li label.active:before,
section#online-estimation-wp #dmt #datahouse-maklertool #dmt-slides .dmt-slide .dmt-optionlist li label.active:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cG9seWdvbiBwb2ludHM9IjAsMzE1LjUgMTg5LjksNDc4LjMgNTEyLDgxLjggNDUyLjgsMzMuNyAxODAuMSwzNjkuNCA0OS42LDI1Ny42IDAsMzE1LjUiIGZpbGw9IiMwMUFFOEQiLz4NCjwvZz4NCjwvc3ZnPg0K);
}

@media (max-width: 768px) {

	section#online-estimation-wp h2 {
		font-size: 1.25rem !important;
	}

	section#online-estimation-wp #dmt #datahouse-maklertool .slick-prev, 
	section#online-estimation-wp #dmt #datahouse-maklertool .slick-next {
		width: 42px;
		bottom: 120px;
   		right: -5px;
	}

	section#online-estimation-wp #dmt #datahouse-maklertool .slick-prev {
		right: auto;
		left: -5px;
	}

	section#online-estimation-wp #dmt #datahouse-maklertool .slick-next:before,
	section#online-estimation-wp #dmt #datahouse-maklertool .slick-prev:before {
		padding-top: 22px;
	    font-size: 42px;
	    border-radius: 100px 0 0 100px;
	}

	section#online-estimation-wp #dmt #datahouse-maklertool .slick-prev:before {
	    border-radius: 0 100px 100px 0;
	}

	    

}

/* 404 */

#error-404:before {
	content: "404";
	font-size: 300px;
	font-weight: 600;
	position: absolute;
	top: 0;
	line-height: 0.8em;
	text-align: center;
	display: block;
	width: 100%;
	color: #F3F6F9;
	overflow:hidden;
}

@media (max-width: 600px) {

	#error-404:before {
		font-size: 200px;
	}

}


@media (max-width: 520px) {

	#error-404:before {
		font-size: 120px;
		margin-top: -60px;
	}

}

/* Hubspot */

/* CTA */



.hs-cta-wrapper.white-button, .hs-cta-wrapper.white-button .hs-cta-wrapper {
	text-align: center;
}

.hs-cta-wrapper.white-button .hs-cta-wrapper a {
    font-family: "Catamaran", Sans-serif;
    font-size: 1.4em;
    font-weight: 800;
    border-radius: 200px 200px 200px 200px;
    padding: 16px 38px 15px 37px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}

.hs-cta-wrapper.white-button a {
	color: #00AE8E;
	background: white;
}

.hs-cta-wrapper.white-button .hs-cta-wrapper a:hover {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35);
    color: black;
}

/* Recent blog posts */

#recent_blog_posts {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

#recent_blog_posts .recent_blog_post {
	padding: 12px 24px 24px 24px;
    box-shadow: 0px 1.25px 3.5px rgba(0, 0, 0, 0.25);
    width: 32%;
    border-radius: 10px;
    background-color: white;
    outline: 0;
    margin-bottom: 20px;
    transition: all 0.3s;
}

#recent_blog_posts .recent_blog_post:hover {
    box-shadow: 0px 1.25px 7px rgba(0, 0, 0, 0.4);
}

#recent_blog_posts .recent_blog_post {
	color: black;
}

#recent_blog_posts .recent_blog_post h3 {
	font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1em;
    color: #000;
    font-size: 16px;
    text-transform: none;
    font-family: "Poppins";
}

#recent_blog_posts .recent_blog_post h3 a {
	color: #000;
}

#recent_blog_posts .recent_blog_post .recent_blog_post_content {
	padding-top: 16px;
}

#recent_blog_posts .recent_post_meta {
	font-size: 0.85em;
    margin-bottom: 12px;
}

#recent_blog_posts .recent_post_meta,
#recent_blog_posts .recent_post_meta span {
	display: flex;
    align-items: center;
}

#recent_blog_posts .recent_post_meta .post_category:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
    border: 1px solid black;
    margin: -2px 3px 0 0;
}

#recent_blog_posts .recent_post_meta i {
	margin-left: 10px;
    margin-right: 3px;
}

#recent_blog_posts .recent_post_meta .post_category.actualites { color: #FF6000; }
#recent_blog_posts .recent_post_meta .post_category.actualites:before { border-color: #FF6000; }
#recent_blog_posts .recent_post_meta .post_category.conseil-vendeur { color: #A90A23; }
#recent_blog_posts .recent_post_meta .post_category.conseil-vendeur:before { border-color: #A90A23; }
#recent_blog_posts .recent_post_meta .post_category.conseil-acheteur { color: #0082CC; }
#recent_blog_posts .recent_post_meta .post_category.conseil-acheteur:before { border-color: #0082CC; }
#recent_blog_posts .recent_post_meta .post_category.construction { color: #4D008C; }
#recent_blog_posts .recent_post_meta .post_category.construction:before { border-color: #4D008C; }
#recent_blog_posts .recent_post_meta .post_category.finances { color: #4D008C; }
#recent_blog_posts .recent_post_meta .post_category.finances:before { border-color: #00AE8E; }

@media (max-width: 900px) {

	#recent_blog_posts {
		flex-wrap: wrap;
	}

	#recent_blog_posts .recent_blog_post {
		width: 48%;
	}

	#recent_blog_posts .recent_blog_post:last-child {
		display: none;
	}

}

@media (max-width: 620px) {

	#recent_blog_posts {
		flex-wrap: wrap;
	}

	#recent_blog_posts .recent_blog_post {
		width: 100%;
	}

	#recent_blog_posts .recent_blog_post:last-child {
		display: block;
	}

}

/* Blog posts carrousel */

.blog_posts_carrousel {
    padding-left: 32px;
    padding-right: 32px;
    background: transparent;
    background: radial-gradient(circle, #EFF7FA 0%, rgba(255,255,255,0) 40%);
}

.blog_posts_carrousel .recent_blog_post {
	margin: 20px 15px;
}

@media (max-width: 768px) {

	.blog_posts_carrousel .recent_blog_post {
		margin: 20px 10px;
	}

}

@media ( max-width: 500px ) {

	.blog_posts_carrousel {
		padding-left: 0;
		padding-right: 0;
		margin-left: -24px;
   		margin-right: -24px;
	}

	.blog_posts_carrousel .recent_blog_post {
		padding: 12px 40px 24px 40px;
	}


}

/* Basic page */

.page-title.centered h1 {
	text-align: center;
}

.page-title.centered > .first-line {
	margin-left: -84px;
}

.page-title.centered:after {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}

.simple-page-content h2 {
	margin-top: 1.5em;
}

.simple-page-content h2:after {
	content: none;
}

@media (max-width: 1024px) {

	.page-title.centered:after {
		width: 50%;
	}

}

@media (max-width: 768px) {

	.page-title.centered:after {
		width: 220px;
	}

	.page-title.centered > .first-line {
		margin-left: 0;
	}

	.page-title.centered {
		padding-left: 0;
	}

}

/* Promotion */

#promotion_listings {
	max-width: 1000px;
	margin: 0 auto;
}

#promotion_listings h3 {
	font-family: "Poppins";
    font-size: 18px;
    font-weight: 700;
    color: black;
    margin-top: 64px;
    margin-bottom: 32px;
}

#promotion_listings .rooms_count_icon {
	width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 16px;
    float: left;
    margin-top: 5px;
    margin-right: 6px;
}


#promotion_listings .promotion-listing-wrapper {
	padding: 10px 0;
	margin-bottom: 24px;
}

#promotion_listings .promotion-listing {
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
	background-color: #FFFFFF;
	border-radius: 8px;
	border-right-width: 8px;
    border-right-style: solid;
	display: flex;
	transition: all 0.3s;
}

#promotion_listings .promotion-listing:hover {
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

#promotion_listings .promotion-listing .promotion-listing-image {
	background-size: cover;
	background-repeat: no-repeat;
	width: 40%;
	border-radius: 8px 0 0 8px;
}

#promotion_listings .promotion-listing .promotion-listing-content {
	display: flex;
	flex-direction: column;
	width: 60%;
	padding: 24px 32px;
}

#promotion_listings .promotion-listing h4 {
	text-transform: none;
	font-family: "Catamaran";
	font-size: 20px;
}

#promotion_listings .promotion-listing-attribute {
	margin-bottom: 6px;
	color: #888;
	transition: all 0.3s;
}

#promotion_listings .promotion-listing:hover .promotion-listing-attribute {
	color: black;
}

#promotion_listings .promotion-listing-attribute svg {
	width: 18px;
	margin-top: 4px;
    display: inline-block;
    margin-right: 8px;
    float: left;
}
#promotion_listings .promotion-listing-attribute.floor svg {
	margin-top: 6px;
}

#promotion_listings .promotion-listing-attribute.price-tag {
	margin-bottom: 16px;
	font-size: 17px;
	font-weight: 700;
	color: #A90B23;
}

#promotion_listings .promotion-listing-attribute.price-tag svg {
	fill: #A90B23;    
	margin-top: 2px;
}

#promotion_listings .promotion-listing-availabilty,
.listing-availabilty span {
    margin-top: 16px;
    padding: 8px 14px 8px 8px;
    background: #5DDC80;
    display: inline-block;
    border-radius: 0 100px 100px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: white;
}

#promotion_listings .promotion-listing-availabilty.reserve,
.listing-availabilty.reserve span,
.listing-availabilty.Réservé span {
	background: #ffb000;
}

#promotion_listings .promotion-listing-availabilty.unavailable,
.listing-availabilty.unavailable span,
.listing-availabilty.Vendu span {
	background: #DC5D5D;
}

#promotion_listings .promotion-listing-availabilty:before,
.listing-availabilty span:before {
	content: "";
	border-radius: 100px;
	width: 10px;
	height: 10px;
	background: white;
	display: inline-block;
	margin-right: 4px;
	border: 2px solid white;
}

#promotion_listings .promotion-listing-availabilty.reserve:before,
.listing-availabilty.reserve span:before,
.listing-availabilty.Réservé span:before,
#promotion_listings .promotion-listing-availabilty.unavailable:before,
.listing-availabilty.unavailable span:before,
.listing-availabilty.Vendu span:before {
	background: transparent;
}

#promotion_listings .promotion-listing-availabilty.reserve:before,
.listing-availabilty.reserve span:before {
	border: 3px solid white;
}

@media ( max-width: 768px ) {

	#promotion_listings .promotion-listing {
		flex-direction: column;
	}

	#promotion_listings .promotion-listing .promotion-listing-image {
		height: 300px;
	    background-position: center center;
	    border-radius: 8px 8px 0 0;
	}

	#promotion_listings .promotion-listing .promotion-listing-image,
	#promotion_listings .promotion-listing .promotion-listing-content {
		width: 100%;
	}

	#promotion_listings .promotion-listing {
	    border-bottom-width: 8px;
		border-bottom-style: solid;
    	border-right: 0;
	}

}

@media ( max-width: 520px ) {

	#promotion_listings {
		margin-left: -12px;
	    margin-right: -12px;
    }

	#promotion_listings .promotion-listing .promotion-listing-content {
		padding: 16px 22px;
	}


	#promotion_listings .promotion-listing .promotion-listing-image {
		height: 200px;
	}

	#promotion_listings .promotion-listing h4 {
		font-size: 17px;
	}

	#promotion_listings .promotion-listing-attribute.price-tag {
		font-size: 16px;
	}

}

/* Promotion - Building */

.building-featured-image-wrapper.available.is-promotion .building-promotion-sidebar {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	min-width: 320px;
	z-index: 1;
	width: 40%;
	background-position: center center;
	background-size: cover;
	border-radius: 10px 0 0 10px;
	border-right: 5px solid white;
}

.building-featured-image-wrapper.available.is-promotion .building-promotion-sidebar .building-featured-image-overlay {
	display: flex;
	border-radius: 10px 0 0 10px;
	justify-content: center;
	align-content: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 100%)
}

.building-promotion-sidebar .promotion-text {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #FFD200;
}

.building-promotion-sidebar .button {
	padding: 16px 32px;
}

@media ( max-width: 768px ) {

	.building-featured-image-wrapper.available.is-promotion .building-promotion-sidebar .building-featured-image-overlay {
		border-radius: 10px 10px 0 0;
	}

	.building-featured-image-wrapper.available.is-promotion .building-promotion-sidebar {
		bottom: initial;
		right: 0;
		border-right: 0;
		border-bottom: 5px solid white;
		height: 230px;
	    width: 100%;
	    border-radius: 10px 10px 0 0;
	}

	.building-featured-image {
		/*margin-top: 200px;*/
	}

}

@media ( max-width: 420px ) {

	.building-featured-image-wrapper.available.is-promotion .building-promotion-sidebar {
		display: none;
	}

	.building-featured-image {
		margin-top: 0;
	}

}

/*
 *
 * FORMIDABLE
 *
*/

.frm_form_field.align-center input {
	text-align: center;
}

.frm_form_field.align-right input {
	text-align: right;
}

.frm_primary_label.top-margin {
	margin-top:24px;
}

.frm_rootline_group .frm_rootline_line .frm_rootline_single {
	display: flex;

}
 
.frm_rootline_group .frm_rootline_line .frm_rootline_single input[type=button] {
	background: transparent;
	color: #888;
}
 
.frm_rootline_group .frm_rootline_line .frm_rootline_single .frm_rootline_title {
	background: transparent;
	color: #888;
}

.frm_rootline_group .frm_rootline_line .frm_rootline_single.frm_current_page input[type=button] {
	color: var(--e-global-color-primary);
}
 
.frm_rootline_group .frm_rootline_line .frm_rootline_single.frm_current_page .frm_rootline_title {
	color: var(--e-global-color-primary);
}

#ui-datepicker-div {
	overflow: hidden;
	border: 0;
	border-radius: 0 0 5px 5px;
}

#ui-datepicker-div.ui-widget input, 
#ui-datepicker-div.ui-widget select, 
#ui-datepicker-div.ui-widget textarea, 
#ui-datepicker-div.ui-widget button,
#ui-datepicker-div.ui-datepicker * {
	font-family: var(--e-global-typography-text-font-family);
}

#ui-datepicker-div .ui-datepicker-title {
	display: flex;
	justify-content: space-between;
}

#ui-datepicker-div .ui-datepicker-month {
	width:60%;
}

#ui-datepicker-div.ui-datepicker th {
	border:0;
}

.easy-autocomplete {
	width: 100% !important;
}

/*
 * TAX CALCULATOR 
*/

.frm_rootline_group {
	border-bottom: 1px solid #DDDDDD;
	counter-reset: rootline-counter;
}

.frm_rootline_group .frm_rootline_line .frm_rootline_single {
    justify-content: center;
    padding-bottom: 16px;
    border-bottom: 3px solid transparent;
    counter-increment: rootline-counter;
}

.frm_rootline_group .frm_rootline_line .frm_rootline_single.frm_current_page {
    border-bottom-color: var(--e-global-color-primary);
}

.frm_style_style-formidable.with_frm_style .frm_rootline input[type="button"] {
	display: none;
}

.frm_rootline_group .frm_rootline_line .frm_rootline_single .frm_rootline_title {
    font-size: 1em;
}

.frm_rootline_group .frm_rootline_line .frm_rootline_single .frm_rootline_title:before {
	content: counter(rootline-counter) ". ";
}

.frm_rootline_group .frm_rootline_line .frm_rootline_single .frm_rootline_title,
.frm_rootline_group .frm_rootline_line .frm_rootline_single .frm_rootline_title:before {
	font-weight: 500;
    color: #888;
}

.frm_rootline_group .frm_rootline_line .frm_rootline_single.frm_current_page .frm_rootline_title,
.frm_rootline_group .frm_rootline_line .frm_rootline_single.frm_current_page .frm_rootline_title:before {
	color: var(--e-global-color-primary);
}

.frm_style_style-formidable.with_frm_style .frm_rootline .frm_current_page input[type="button"]:after,
.frm_rootline_group .frm_rootline_line .frm_rootline_single.frm_current_page input[type=button]:after {
	content: ".";
}

#frm_form_2_container .frm_fields_container > .frm_form_field,
#frm_form_2_container .frm_fields_container > .frm_submit {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	width: 100%;
}

.frm_form_field.hidden {
	display:none;
}

.frm_form_field,
.frm_submit {
	transition: all 0.5s;
}

.frm_form_field.format-input input {
	text-align: right;
}

#form_tax-calculator .frm_form_field h3,
#form_tax-calculator .frm_form_field h4 {
	font-weight: 600;
	text-transform: none;
}

#form_tax-calculator .frm_form_field h3 {
	font-size: 16px;
	background-image: url(img/icons/info.svg);
	background-size: 16px;
	background-repeat: no-repeat;    
	background-position-x: left;
    background-position-y: 2px;
	padding: 0 0 8px 22px !important;
}

#form_tax-calculator .frm_form_field h4 {
	font-size: 14px;
}

.with_frm_style input[readonly],
.with_frm_style input[readonly]:focus {
	border-color: #F2F2F2 !important;
	background-color: #F2F2F2 !important;
	color: black !important;
}

.frm_form_field.valid,
.frm_form_field.invalid {
	padding: 12px 16px 4px 16px;
    border-radius: 5px;
}

.frm_form_field.valid {
	background: #def6e6;
    border: 1px solid #9bf2b5;
}

.frm_form_field.invalid {
	background: #f8ecec;
    border: 1px solid #f2afb4;
}

.frm_style_style-formidable.with_frm_style .frm-edit-page-btn:hover, 
.frm_style_style-formidable.with_frm_style input[type=submit]:hover, 
.frm_style_style-formidable.with_frm_style .frm_submit input[type=button]:hover, 
.frm_style_style-formidable.with_frm_style .frm_submit button:hover,
.frm_style_style-formidable.with_frm_style .frm-edit-page-btn:focus, 
.frm_style_style-formidable.with_frm_style input[type=submit]:focus, 
.frm_style_style-formidable.with_frm_style .frm_submit input[type=button]:focus, 
.frm_style_style-formidable.with_frm_style .frm_submit button:focus {
    background: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    color: #FFF;
}

.frm_submit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.frm_style_style-formidable.with_frm_style .frm_prev_page,
.frm_submit .frm_button_submit  {
    border-width: 2px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.frm_style_style-formidable.with_frm_style .frm_prev_page {
	background: transparent !important;
	border-color: var(--e-global-color-accent) !important;
    color: var(--e-global-color-accent) !important;
}

.frm_style_style-formidable.with_frm_style .frm_prev_page:hover {
    background: #e7fbf8 !important;
    border-color: #20B89C !important;
    color: #20B89C !important;
}

.frm_style_style-formidable.with_frm_style .horizontal_radio .frm_radio label {
	border: 2px solid var(--e-global-color-accent);
	border-radius: 3px;
	padding: 12px 20px;
	transition: all 0.3s;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--e-global-color-accent);
	display: inline-block;
}

.frm_style_style-formidable.with_frm_style .horizontal_radio .frm_radio  label:hover {
	background: #e7fbf8;
}

.frm_style_style-formidable.with_frm_style .horizontal_radio .frm_radio.checked  label {
	background: var(--e-global-color-accent);
	color: white;
}

.frm_style_style-formidable.with_frm_style .horizontal_radio .frm_radio label input[type=radio] {
	display: none !important;
}

#form_tax-calculator .frm_input_group.frm_with_post > input {
	border-radius: 3px !important;
}

#form_tax-calculator .frm_input_group input + .frm_inline_box {
	border: 0;
    font-weight: 400;
    font-size: 24px;
}

.frm_page_num_1 .frm_form_field,
.frm_page_num_1 .frm_submit {
	opacity: 0;
	margin-top: 32px;
	transition: all 0.5s;
}

.frm_page_num_1 .frm_form_field.shown,
.frm_page_num_1 .frm_submit.shown {
	margin-top: 0;
	opacity: 1;
}

.frm_page_num_1 .frm_submit {
	justify-content: flex-end;
}

#form_tax-calculator .frm_form_field.first-impenses {
	margin:0;
	border-bottom: 1px solid #DDD;
    padding-top: 8px;
}

#form_tax-calculator .frm_form_field.first-impenses label {
	padding-left: 10px;
	padding-bottom: 16px;
}

#form_tax-calculator .frm_form_field.impenses.subtotal-impenses {
	margin: 0;
}

#form_tax-calculator .frm_form_field.impenses.total-impenses {
	border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 8px 0;
}

#form_tax-calculator .frm_form_field.impenses .frm_inline_box {
	border: 0 !important;
}

#form_tax-calculator .frm_form_field.impenses.total-impenses .frm_inline_box {
	font-weight: 600;
}

#form_tax-calculator .frm_form_field.impenses input {
    background: transparent !important;
    border: 0!important;
    font-weight: 600;
}

@media(max-width: 1024px) {

	.frm_rootline_group .frm_rootline_line .frm_rootline_single {
		padding-bottom: 12px;
	}

	.frm_rootline_group .frm_rootline_line .frm_rootline_single .frm_rootline_title {
		font-size: 0.9em;
	}

}

@media(max-width: 768px) {

	.frm_rootline_group {
		border-bottom: 0;
		border-top: 4px solid #ddd;
		padding-top: 14px;
		top: 0;
		margin-top: 0;
	}

	.frm_rootline_group:before {
		background: var(--e-global-color-primary);
		content: "";
		height: 4px;
		display: block;
		position: absolute;
		top: 0;
	}

	.frm_page_num_1 .frm_rootline_group:before {
		width: calc( 100% / 6 );
	}
	
	.frm_page_num_2 .frm_rootline_group:before {
		width: calc( (100% / 6) * 2);
	}
	.frm_page_num_3 .frm_rootline_group:before {
		width: calc( (100% / 6) * 3);
	}
	.frm_page_num_4 .frm_rootline_group:before {
		width: calc( (100% / 6) * 4);
	}
	.frm_page_num_5 .frm_rootline_group:before {
		width: calc( (100% / 6) * 5);
	}
	.frm_page_num_6 .frm_rootline_group:before {
		width: calc( (100% / 6) * 6);
	}

	.frm_rootline_group .frm_rootline_line .frm_rootline_single {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.frm_rootline_group .frm_rootline_line .frm_rootline_single {
		position: absolute;
		left: -9999px;
		max-height: 0px;
		overflow: hidden;
		opacity: 0;
	}

	.frm_rootline_group .frm_rootline_line .frm_rootline_single.frm_current_page,
	.frm_rootline_group .frm_rootline_line .frm_rootline_single.frm_current_page + .frm_rootline_single {
		display: flex;
		width:50%;
		position: static;
		left: unset;
		overflow:unset;
		opacity: 1;
		max-height: unset;
	}

	.frm_rootline_group .frm_rootline_line .frm_rootline_single.frm_current_page {
		justify-content: flex-start;
	}

	.frm_rootline_group .frm_rootline_line .frm_rootline_single.frm_current_page + .frm_rootline_single  {
		justify-content: flex-end;
		
	}

	.frm_rootline_group .frm_rootline_line .frm_rootline_single.frm_current_page + .frm_rootline_single span.frm_rootline_title:after {
		content: " >";
	}

	/* Overrides formidable default */
	.frm_progress span.frm_rootline_title, 
	.frm_rootline.frm_rootline_10 span.frm_rootline_title, 
	.frm_rootline.frm_rootline_9 span.frm_rootline_title, 
	.frm_rootline.frm_rootline_8 span.frm_rootline_title, 
	.frm_rootline.frm_rootline_7 span.frm_rootline_title, 
	.frm_rootline.frm_rootline_6 span.frm_rootline_title, 
	.frm_rootline.frm_rootline_5 span.frm_rootline_title {
		display:block;
	}

}

/*****************************************************
 *
 * 						CTAS
 *
*****************************************************/

/*
/* Simple CTAS
*/

.immo4g-cta {
	border-radius: 10px;
	padding: 0px 48px 48px 48px !important;
	border-top: 4px solid #FFD200;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin: 48px 0 48px 0 !important;
}

.immo4g-cta:before {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 2144.6 1078' style='enable-background:new 0 0 2144.6 1078;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.15;%7D .st1%7Bfill:%23FFFFFF;%7D .st2%7Bfill:%23FFFFFF;fill-opacity:0.9;%7D .st3%7Bfill:%23FFFFFF;fill-opacity:0.8;%7D .st4%7Bfill:%23FFFFFF;fill-opacity:0.7;%7D .st5%7Bfill:%23FFFFFF;fill-opacity:0.6;%7D .st6%7Bfill:%23FFFFFF;fill-opacity:0.5;%7D .st7%7Bfill:%23FFFFFF;fill-opacity:0.4;%7D .st8%7Bfill:%23FFFFFF;fill-opacity:0.3;%7D .st9%7Bfill:%23FFFFFF;fill-opacity:0.2;%7D%0A%3C/style%3E%3Cg id='Calque_2'%3E%3C/g%3E%3Cg id='Calque_1'%3E%3Cg class='st0'%3E%3Cpath class='st1' d='M897.8,1066.5c0-92.8,75.5-168.5,168.5-168.5c1.9,0,3.8,0,5.6,0.2v179.2H898.1 C898,1074,897.8,1070.4,897.8,1066.5z M1066.2,1067.5c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1 C1065.3,1067.1,1065.7,1067.5,1066.2,1067.5z'/%3E%3Cpath class='st2' d='M1066.2,776.6c1.9,0,3.8,0,5.6,0v167.5c-1.9,0-3.7-0.2-5.6-0.2c-67.6,0-122.5,54.9-122.5,122.4 c0,3.7,0.2,7.3,0.6,11H776.5c-0.2-3.7-0.2-7.3-0.2-11C776.3,906.7,906.2,776.6,1066.2,776.6z'/%3E%3Cpath class='st3' d='M775.3,775.6c77.8-77.8,181-120.5,290.9-120.5c1.9,0,3.8,0,5.6,0v167.5c-1.9,0-3.9,0-5.6,0 c-134.6,0-243.9,109.4-243.9,243.9c0,3.6,0.2,7.3,0.2,11H654.8c0-3.7-0.2-7.3-0.2-11C654.8,956.8,697.5,853.4,775.3,775.6z'/%3E%3Cpath class='st4' d='M689.3,689.8C789.9,589.1,923.8,533.6,1066,533.6c1.9,0,3.8,0,5.6,0v167.5c-1.9,0-3.8,0-5.6,0 c-201.6,0-365.4,164-365.4,365.4c0,3.7,0,7.3,0.2,11H533.3c0-3.7-0.2-7.3-0.2-11C533.3,924.3,588.6,790.4,689.3,689.8z'/%3E%3Cpath class='st5' d='M463.2,811.8c32.9-78,80.1-147.9,140.2-207.9c60.1-60.1,130.2-107.2,207.9-140.2 c80.7-34.1,166.5-51.4,254.7-51.4c1.9,0,3.8,0,5.6,0v167.5c-1.9,0-3.8,0-5.6,0c-130.2,0-252.4,50.6-344.4,142.7 s-142.7,214.3-142.7,344.2c0,3.7,0,7.3,0.2,11H411.6c0-3.7-0.2-7.3-0.2-11C411.6,978.4,429,892.5,463.2,811.8z'/%3E%3Cpath class='st6' d='M351.2,764.5c39.1-92.4,95.1-175.4,166.3-246.6c71.2-71.2,154.2-127.3,246.6-166.3 c95.7-40.4,197.3-61,302.1-61c1.9,0,3.8,0,5.6,0v167.5c-1.9,0-3.9,0-5.6,0c-162.5,0-315.4,63.3-430.3,178.3 C521,751.2,457.6,904,457.6,1066.5c0,3.7,0,7.3,0.2,11H290.3c0-3.7,0-7.3,0-11C290.1,961.8,310.7,860.3,351.2,764.5z'/%3E%3Cpath class='st7' d='M239.3,717.3C284.6,610.4,349.2,514.4,431.6,432c82.4-82.4,178.3-147.1,285.3-192.3 c110.7-46.8,228.3-70.7,349.4-70.7c1.9,0,3.8,0,5.6,0v167.5c-1.9,0-3.8,0-5.6,0c-195,0-378.3,75.9-516.2,213.9 c-137.9,137.9-213.9,321.1-213.9,516.2c0,3.7,0,7.3,0,11H168.8c0-3.7,0-7.3,0-11C168.7,945.4,192.5,828,239.3,717.3z'/%3E%3Cpath class='st8' d='M127.3,669.9C178.7,548.6,252,439.7,345.6,346.1c93.6-93.6,202.5-167.1,323.8-218.3 C795.1,74.6,928.6,47.7,1066,47.7c1.9,0,3.8,0,5.6,0v167.5c-1.9,0-3.8,0-5.6,0c-114.9,0-226.4,22.5-331.3,66.8 C633.2,324.9,542.2,386.3,464,464.5c-78.2,78.2-139.6,169.2-182.5,270.7c-44.3,104.9-66.8,216.4-66.8,331.3c0,3.7,0,7.3,0,11H47.2 c0-3.7,0-7.3,0-11C47.2,929.1,74.1,795.6,127.3,669.9z'/%3E%3Cpath class='st9' d='M15.4,622.6C72.8,486.8,155,364.8,259.7,260C364.5,155.3,486.3,73.1,622.3,15.7c12.3-5.2,24.6-10,37-14.8 h412.6v92.8c-1.9,0-3.9,0-5.6,0c-131.3,0-258.8,25.8-378.7,76.4c-115.9,49.1-219.9,119.2-309.4,208.5 C288.6,468,218.5,572.1,169.6,688C119,808,93.2,935.4,93.2,1066.7c0,3.7,0,7.3,0,11H0v-417C5,648,10,635.3,15.4,622.6z'/%3E%3C/g%3E%3Cg class='st0'%3E%3Cpath class='st1' d='M1245.5,1077.5h-173.7V898.3c1.7-0.2,3.7-0.2,5.6-0.2c93,0,168.5,75.7,168.5,168.5 C1245.8,1070.4,1245.7,1074,1245.5,1077.5z M1078.3,1066.5c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1 C1078,1067.5,1078.3,1067.1,1078.3,1066.5z'/%3E%3Cpath class='st2' d='M1367.3,1066.3c0,3.7,0,7.3-0.2,11h-167.9c0.4-3.7,0.6-7.3,0.6-11c0-67.6-54.9-122.4-122.5-122.4 c-1.9,0-3.7,0.2-5.6,0.2V776.6c1.7,0,3.7,0,5.6,0C1237.4,776.6,1367.3,906.7,1367.3,1066.3z'/%3E%3Cpath class='st3' d='M1489,1066.5c0,3.6-0.2,7.3-0.2,11h-167.7c0-3.7,0.2-7.3,0.2-11c0-134.6-109.4-243.9-243.9-243.9 c-1.7,0-3.7,0-5.6,0V655.1c1.7,0,3.7,0,5.6,0c109.9,0,213.1,42.7,290.9,120.5C1446.1,853.4,1488.8,956.8,1489,1066.5z'/%3E%3Cpath class='st4' d='M1610.5,1066.5c0,3.7-0.2,7.3-0.2,11h-167.5c0.2-3.7,0.2-7.3,0.2-11c0-201.4-163.8-365.4-365.4-365.4 c-1.7,0-3.7,0-5.6,0V533.6c1.7,0,3.7,0,5.6,0c142.3,0,276.1,55.4,376.8,156.1C1555.1,790.4,1610.3,924.3,1610.5,1066.5z'/%3E%3Cpath class='st5' d='M1732.2,1066.7c0,3.7-0.2,7.3-0.2,11h-167.5c0.2-3.7,0.2-7.3,0.2-11c0-130-50.6-252.2-142.7-344.2 c-92-92-214.3-142.7-344.4-142.7c-1.7,0-3.7,0-5.6,0V412.3c1.7,0,3.7,0,5.6,0c88.2,0,174,17.3,254.7,51.4 c77.8,32.9,147.9,80.1,207.9,140.2c60.1,60.1,107.2,130,140.2,207.9C1714.7,892.5,1732,978.4,1732.2,1066.7z'/%3E%3Cpath class='st6' d='M1853.3,1066.5c0,3.7,0,7.3,0,11h-167.5c0.2-3.7,0.2-7.3,0.2-11c0-162.5-63.3-315.4-178.3-430.3 c-114.9-114.9-267.8-178.3-430.3-178.3c-1.7,0-3.7,0-5.6,0V290.4c1.7,0,3.7,0,5.6,0c104.7,0,206.4,20.6,302.1,61 c92.4,39.1,175.4,95.1,246.6,166.3c71.2,71.2,127.3,154.2,166.3,246.6C1832.9,860.3,1853.5,961.8,1853.3,1066.5z'/%3E%3Cpath class='st7' d='M1974.8,1066.5c0,3.7,0,7.3,0,11h-167.5c0-3.7,0-7.3,0-11c0-195-76-378.3-213.9-516.2 c-137.9-138-321.1-213.9-516.2-213.9c-1.7,0-3.6,0-5.6,0V169c1.7,0,3.7,0,5.6,0c121.1,0,238.7,23.9,349.4,70.7 c107,45.2,202.9,109.9,285.3,192.3c82.4,82.4,147.1,178.5,192.3,285.3C1951.1,828,1975,945.4,1974.8,1066.5z'/%3E%3Cpath class='st8' d='M2096.4,1066.5c0,3.7,0,7.3,0,11h-167.5c0-3.7,0-7.3,0-11c0-114.9-22.5-226.4-66.8-331.3 c-42.9-101.5-104.4-192.5-182.5-270.7c-78.2-78.2-169.2-139.6-270.7-182.5c-104.9-44.3-216.4-66.8-331.3-66.8c-1.7,0-3.7,0-5.6,0 V47.7c1.7,0,3.7,0,5.6,0c137.5,0,270.9,27,396.6,80.1c121.3,51.2,230.3,124.8,323.8,218.3c93.6,93.6,166.9,202.5,218.3,323.8 C2069.5,795.6,2096.4,929.1,2096.4,1066.5z'/%3E%3Cpath class='st9' d='M2143.6,660.7v417h-93.2c0-3.7,0-7.3,0-11c0-131.3-25.8-258.8-76.4-378.7c-48.9-115.9-119-220.1-208.5-309.4 c-89.5-89.3-193.5-159.4-309.4-208.5c-119.9-50.6-247.4-76.4-378.7-76.4c-1.7,0-3.7,0-5.6,0V0.9h412.6c12.3,4.8,24.6,9.6,37,14.8 c135.9,57.4,257.8,139.6,362.5,244.3c104.7,104.7,186.9,226.8,244.3,362.5C2133.6,635.3,2138.6,648,2143.6,660.7z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: block;
	content: "";
	height: 100%;
	background-position: bottom center;
	background-size: 200%;
	background-repeat: no-repeat;
}

.immo4g-cta .yellow-arrow {
	display:block;
	position:static;
	width:48px !important;
	margin-bottom: 16px;
}

.immo4g-cta > * {
	position: relative;
	z-index: 1;
}

.immo4g-cta .cta-title,
#post-content .immo4g-cta .cta-title {
  color: white;
  font-family: "Catamaran", "Poppins", arial;
  font-weight: 800;
  font-size: 35px;
  line-height: 1em;
  text-align: left;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.immo4g-cta .cta-content,
#post-content .immo4g-cta .cta-content {
  color:white;
  font-family:"Poppins";
  font-size: 18px;
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.immo4g-cta:not(.with-image) .hs-cta-node {
	text-align: center;
}

.immo4g-cta .hs-cta-wrapper,
.immo4g-cta .hs-cta-wrapper > span {
	padding: 0;
	background-color: transparent !important;
	box-shadow: none !important;
	width: 100%;
	display: block
}

.immo4g-cta .hs-cta-wrapper img,
.immo4g-cta .hs-cta-wrapper .cta_button {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
	padding: 0 !important;
	border-radius: 200px !important;
}

.immo4g-cta.new-cta .gb-button-cta {
	font-weight: 700 !important;
	text-align: center;
}

.immo4g-cta .hs-cta-wrapper img:hover,
.immo4g-cta .hs-cta-wrapper .cta_button:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  
  .immo4g-cta {
   	padding: 0px 48px 48px 48px !important;
  }
  
  #post-content .immo4g-cta .cta-title {
    font-size: 30px
  }
}

@media (max-width: 768px) {
  
  .immo4g-cta {
   	padding: 0px 32px 32px 32px !important;
  }

  .immo4g-cta .cta-title,
  #post-content .immo4g-cta .cta-title {
    font-size: 28px
  }
  
  .immo4g-cta .cta-title br {
    display:none;
  }

  .immo4g-cta .hs-cta-wrapper .cta_button {
	width: 100% !important;
  }
    
}

@media (max-width: 600px) {
	
  .immo4g-cta .cta-button {
    padding: 16px 24px 16px 24px;
    width:100%;
    text-align:center;
    font-size:20px;
  }

}

/*
/* CTAS with image
*/

.immo4g-cta.new-cta.with-image {
	border-top: 0;
}

@media (max-width: 1024px) {
  
  .immo4g-cta.new-cta.with-image {
	width: 100%;
  }
  
}

@media (max-width: 768px) {
  
  .immo4g-cta.new-cta.with-image {
	margin-top: 100px !important;
  }
  
}

.immo4g-cta.with-image {
  padding: 32px 48px 24px 32px !important;
  border-top: 0;
  flex-wrap: wrap;
  flex-direction: row;
}

.immo4g-cta .image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 40%;
}

.immo4g-cta .text-wrapper {
 	flex: 1;
	display:flex;
  	flex-direction:column;
    position: relative;
	justify-content: center;
	align-items: flex-start;
}

.immo4g-cta.with-image .cta-title,
#post-content .immo4g-cta.with-image .cta-title {
  text-align:left;
}

.immo4g-cta.with-image .cta-button {
  text-align: center;
}

.immo4g-cta .image-wrapper img {
	object-fit: cover;
	object-position: right;
	margin-top:-32px;
	width: 100%;
}

.immo4g-cta .text-wrapper {
	padding: 48px 48px 48px 32px;
}

.immo4g-cta.with-image {
	padding: 0 !important;
	align-items: stretch;
}

.immo4g-cta .gb-button-cta {
	text-decoration: none !important;
}

@media (max-width: 1024px) {
  
  .immo4g-cta .text-wrapper {
   	padding: 32px 48px 24px 32px;
  }
  
  .immo4g-cta.with-image .cta-title,
  #post-content .immo4g-cta.with-image .cta-title {
    font-size: 30px
  }
    
  .immo4g-cta.with-image .cta-button {
    font-size:20px;
  }
  
}

@media (max-width: 768px) {

  .immo4g-cta.new-cta .text-wrapper {
	padding: 32px 0 0 0;
  }
  
  .immo4g-cta.with-image {
   	padding: 16px !important;
    margin-top: 100px !important;
  }
  
  .immo4g-cta .image-wrapper {
    width:100%;
    justify-content: center;
	margin-top: -84px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  .immo4g-cta .image-wrapper img {
    max-width: 320px !important;
  }
  
  .immo4g-cta .text-wrapper {
    width: 100%;
  }
  
  .immo4g-cta.with-image .cta-title,
  #post-content .immo4g-cta.with-image .cta-title {
    font-size: 25px
  }
    
}

/*****************************************************
 *
 * 			Page pilier : Estimation
 *
*****************************************************/

.pilier-estimation h3 {
	color: var(--e-global-color-secondary)
}

.pp-rich-tables table thead tr {
	background: var(--e-global-color-secondary);
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9em;
}

.pp-rich-tables table tbody > tr:nth-child(odd)>td {
	background: #0082cc12;
}

.pp-rich-tables .elementor-tab-content {
	overflow: hidden;
	overflow-x: scroll;
}

.pp-rich-tables.table-estimations table thead th:nth-child(3),
.pp-rich-tables.table-estimations table thead th:nth-child(5),
.pp-rich-tables.table-estimations table thead th:nth-child(7),
.pp-rich-tables.table-estimations table tbody td:nth-child(3),
.pp-rich-tables.table-estimations table tbody td:nth-child(5),
.pp-rich-tables.table-estimations table tbody td:nth-child(7) {
	text-align:center;
}

.pp-rich-tables.table-estimations table tbody td:nth-child(3),
.pp-rich-tables.table-estimations table tbody td:nth-child(5),
.pp-rich-tables.table-estimations table tbody td:nth-child(7) {
	font-weight: 600;
	color: var(--e-global-color-secondary);
}

.pp-rich-tables.table-estimations table tbody td:last-child {
	font-weight: 600;
}

@media (max-width: 1024px) {

	.pp-rich-tables.table-estimations .elementor-tab-desktop-title {
		padding: 10px 14px 14px;
	}

	.pp-rich-tables.table-estimations .elementor-tab-title a {
		font-size: 0.8em;
	}

}

/*****************************************************
 *
 * 		Page pilier : Acheter un bien
 *
*****************************************************/


.page-acheter-bien h3 {
	color: #520580 !important;	
}

/*****************************************************
 *
 * 			Divers : LP
 *
*****************************************************/

.hs-form label {
	font-weight: 600;
	font-size: 0.9em;
	margin-bottom: 8px;
}

.hs-form label .hs-form-required {
	color: red;
	margin-left: 3px;
}

.hs-form .hs-form-field {
	display: flex;
    flex-direction: column;
	margin-bottom: 16px;
}

.hs-form .hs-form-field legend {
    font-size: 0.8em;
	order: 1;
	margin-top: 6px;
}

.hs-form input[type=text],
.hs-form input[type=email],
.hs-form input[type=tel],
.hs-form input[type=number],
.hs-form select,
.hs-form textarea {
	background-color: #F0F6FC;
    border: 1px solid #F0F6FC;
	border: 0;
	border-radius: 3px;
	transition: all 0.3s;
}

.hs-form input[type=text]:focus,
.hs-form input[type=email]:focus,
.hs-form input[type=tel]:focus,
.hs-form input[type=number]:focus,
.hs-form select:focus,
.hs-form textarea:focus {
	background-color: white;
	border-color: #DDD;
}

.hs-form .actions input[type=submit] {
	width: 100%;
    background: var(--e-global-color-accent);
    padding: 16px 32px;
    font-size: 1.2em;
    border: 0;
    background: transparent;
    border: 3px solid var(--e-global-color-accent);
    color: var(--e-global-color-accent);
	transition: all 0.3s;
}

.hs-form .actions input[type=submit]:hover,
.hs-form .actions input[type=submit]:focus {
	color: white;
	background-color: var(--e-global-color-accent);
}

.form-acheteur .hs-form .actions input[type=submit] {
	border: 3px solid #4F087D;
    color: #4F087D;
}

.form-acheteur .hs-form .actions input[type=submit]:hover,
.form-acheteur .hs-form .actions input[type=submit]:focus {
	background-color: #4F087D;
	color: white;
}

.bullet-check-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.bullet-check-list ul li:before {
	content: "✅";
	display: block;
	position: absolute;
	left: 0;
}

.bullet-check-list ul li {
	position: relative;
	padding-left: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
}


/*****************************************************
 *
 * 		Tabs - Used in guides + resources
 *
*****************************************************/

.switch-tab.selected a {
	background-color: var(--e-global-color-primary) !important;
	color:  white !important;
}

.switch-tab a[href='#vendeur'] {
	color:  var(--e-global-color-accent) !important;
}

.switch-tab.selected a[href='#vendeur'] {
	background-color: var(--e-global-color-accent) !important;
	color:  white !important;
}

.switch-tab a[href='#acheteur'] {
	color:  #510680 !important;
}

.switch-tab.selected a[href='#acheteur'] {
	background-color: #510680 !important;
	color:  white !important;
}

/*****************************************************
 *
 * 					VENDRE - V2
 *
*****************************************************/

@keyframes customMarginUp {
	
	from {
		margin-top: 48px;
	}

	to { 
		margin-top: 0;
	}

}

body {
	counter-reset: vendre-step-counter;
}

.vendre-step h2 {
	counter-increment: vendre-step-counter;
	padding-top: 220px;
    padding-bottom: 48px;
	color: var(--e-global-color-accent) !important;
	text-transform: uppercase;
	font-family: "Catamaran" !important;
	opacity: 0;
}

.vendre-step h2:before {
	content: counter(vendre-step-counter);
	font-family: "Caveat";
	font-weight: 800;
	font-size: 	400px;
	color: var(--e-global-color-c6c82bc);
	position: absolute;
	display: block;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
	margin-left: -48px;
}

.vendre-step h2:after {
	content: none;
}

.vendre-step.animated h2 {
	animation: customFadeInUp;
	animation-duration: 0.5s;
	opacity: 1;
}

.vendre-step.animated h2:before {
	animation: customMarginUp;
	animation-duration: 1s;
}

@media (max-width: 767px) {

	.vendre-step h2 {
		padding-top: 128px;
	}

	.vendre-step h2:before {
		top: -48px;
		font-size: 300px;
	}


}

/*************************************
 *
 *
 * 	  GP REBUILD
 *
 *
 ************************************/

.animated {
	animation-duration: 800ms;
}

.pending-animation {
	opacity: 0;
}


/*
 *
 * Landing pages
 *
 */

@media (max-width: 768px) {

	.landing-page-header {
		background-position: top right;
		background-size: 3000px;
	}

}

/*
 *
 * ActiveCampaign Forms
 *
 */

form._form label,
form._form fieldset legend {
	font-weight: 600;
	font-size: 0.9em;
	margin-bottom: 3px;
	display: block
}

form._form input[type=text],
form._form input[type=email],
form._form input[type=tel],
form._form select,
form._form textarea {
	width: 100%;
	border: 1px solid #DDD;
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;
}

form._form ._form-content {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

form._form fieldset label {
	font-weight: normal;
	margin: 0;
}

form._form fieldset ._row {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

form._form fieldset ._row input {
	margin-right: 6px;
	border-color: 1px solid #DDD;
}

form._form button._submit {
	padding: 14px 32px;
    font-size: 1.1em;
	background-color: #09AE8E;
}

form._form button._submit:hover {
	background-color: #057a62;
}

.orange-button form._form button._submit { 	background-color: #EB621B; }
.red-button form._form button._submit { background-color: #B41727; }
.violet-button form._form button._submit { 	background-color: #75348B; }
.blue-button form._form button._submit { background-color: #1380C4; }

.orange-button form._form button._submit:hover,.orange-button form._form button._submit:focus,.orange-button form._form button._submit:active { background-color: #ba4a12; }
.red-button form._form button._submit:hover,.red-button form._form button._submit:focus,.red-button form._form button._submit:active { background-color: #920A23; }
.violet-button form._form button._submit:hover,.violet-button form._form button._submit:focus,.violet-button form._form button._submit:active { background-color: #5a1e6e; }
.blue-button form._form button._submit:hover,.blue-button form._form button._submit:focus,.blue-button form._form button._submit:active { background-color: #0a669f; }

/*
 *
 * Monolith + Grange page
 *
 */

.position-absolute {
	position: absolute;
}

.dlp-grid-documents .dlp-grid-card-inner {
	border-radius: 0;
    border: 1px solid #DDD;
}

.dlp-grid-documents .dlp-grid-card-featured-img .wp-post-image, .dlp-grid-documents .dlp-grid-card-featured-img img {
	border-radius: 0;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.dlp-grid-documents .dlp-grid-card-featured-img a {
	display: flex;
}

.dlp-grid-documents .dlp-grid-card-content {
	border: 0;
	border-top: 1px solid #DDD;
}

.dlp-grid-card-document-link-wrap {
	padding: 0 !important;
    margin: 0 0 0 0;
}

.dlp-grid-card-document-link-wrap a.document-library-pro-button {
	padding: 0 !important;
	margin: 0 !important;
	min-height: unset;
	align-items: center;
	line-height: unset;
}

/*
 *
 * Password secured pages
 *
 */

.post-password-required  {
	padding: 0 16px;
}

.post-password-required > .inside-article {
	padding: 32px;
    margin: 0 auto 64px auto;
    max-width: 600px;
    margin-top: 32px;
    background: #f0f6fc;
	border-radius: 4px;
}

.full-width-content.separate-containers .post-password-required > .inside-article {
	padding: 32px;
}

.post-password-required .post-password-form p,
.post-password-required .post-password-form label {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.post-password-required .post-password-form p:first-child {	
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000'  height='800px' width='800px' version='1.1' style='opacity:0.3' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cg id='XMLID_509_'%3E%3Cpath id='XMLID_510_' d='M65,330h200c8.284,0,15-6.716,15-15V145c0-8.284-6.716-15-15-15h-15V85c0-46.869-38.131-85-85-85 S80,38.131,80,85v45H65c-8.284,0-15,6.716-15,15v170C50,323.284,56.716,330,65,330z M180,234.986V255c0,8.284-6.716,15-15,15 s-15-6.716-15-15v-20.014c-6.068-4.565-10-11.824-10-19.986c0-13.785,11.215-25,25-25s25,11.215,25,25 C190,223.162,186.068,230.421,180,234.986z M110,85c0-30.327,24.673-55,55-55s55,24.673,55,55v45H110V85z'/%3E%3C/g%3E%3Cscript xmlns=''/%3E%3C/svg%3E");
	background-position: left center;
	background-size: 32px;
	background-repeat: no-repeat;
	padding-left: 48px;
}

.post-password-required .post-password-form label {
	font-weight: 500;
	font-size: 0.9em;
	margin-top: 12px;
}

.post-password-required .post-password-form input[type=password] {
	border: 1px solid #DDD;
	margin-bottom: 12px;
	margin-top: 8px;
	font-size: 1.1em;
}

.post-password-required .post-password-form input[type=submit] {
	padding: 16px 20px;
	font-size: 1.2em;
	background: var(--e-global-color-accent);
}

.post-password-required  + .comments-area {
	display: none;
}

@media(max-width: 600px) {
		
	.post-password-required > .inside-article {
		padding: 16px;
	}

}

/*
 *
 * Pilar pages
 *
 */

.pillar-page-index {
	position: absolute;
	transition: all 0.3s;
}

.pillar-page-index.sticky {
	top: 132px;
	position: fixed;
	box-shadow: none;
	z-index: 1;
}

.pillar-page-index.fadeOut {
	opacity: 0;
}

.pillar-page h1::first-line {
	font-weight: 400;
}

.pillar-page h1:after {
	content: "";
    background-image: url(img/h1-decoration.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    display: block;
    margin: 0;
    background-position: center;
}

.pillar-page h2:after {
	content: none;
}

.pillar-page .wp-block-separator {
	border: 0;
}

.article-term span.post-term-item:not(:first-child) {
	display: none;
}

/* HACK : Used to remove the extra article shown in query loops for unknown reason */
.pillar-page .gb-query-loop-wrapper .post-4429 {
	display: none;
}

@media (max-width: 768px) {

	.pillar-page h1:after {
		height: 40px;
	}

}

@media (max-width: 479px) {

	.pillar-page h1:after {
		height: 32px;
	}

}

/*
 * Header
 */

#master-header {
	position: fixed;
	top: 0;
}

#master-header .inside-navigation.grid-container {
	padding: 0;
}

#master-header .menu-item-has-children .dropdown-menu-toggle {
    padding: 0 0 0 6px;	
}

#master-header ul.sub-menu .menu-item-has-children .dropdown-menu-toggle {
    margin: 0px 10px 0 0;
}

#master-header .main-navigation ul ul {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
}

#master-header li.contact-button > a {
	background-color: #35D9BB;
	box-shadow: 68px 21px 74px -7px #00ae8e inset;
	color: white;
	border-radius: 200px;
	padding: 0px 22px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
	margin-right: 12px;
}

#master-header li.contact-button > a:hover {
	background-color: #00967A;
	color: white;
}

#master-header li.tel-button > a {
	height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px 0 40px;
	background: white;
    border: 3px solid #00AE8E;
    border-radius: 200px;
	background-image: url(img/phone-button.svg);
	background-size:  20px;
	background-repeat: no-repeat;
	background-position: center center;
    transition: all 0.3s;
    font-size: 0.9em;
    color: #00AE8E;
    background-position-x: 12px;
}

#master-header li.tel-button > a:hover {
	background-image: url(img/phone-button-white.svg);
	background-color: #00967A;
	border-color: #00967A;
	color:  white;
}

/* Handles menus in white */
body.white-menu #master-header:not(.sticky-header) .main-navigation .main-nav > ul > li > a {
	color: white;
}

body.white-menu #master-header:not(.sticky-header) ul > li.tel-button > a {
	background: transparent;
	border:  3px solid white;
	background-image: url(img/phone-button-white.svg);
	background-size:  20px;
	background-position: center center;
    background-position-x: 12px;
	background-repeat: no-repeat;
	color: white;
}

body.white-menu #master-header:not(.sticky-header) ul > li.tel-button > a:hover {
	background-image: url(img/phone-button.svg);
	background-color:  white;
	color: #00967A;
}

#master-header,
#master-header img.header-logo {
	transition: all 0.5s;
} 

/* Handles sticky header */
#master-header:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0px 0 var(--background-1);
	transition: all 0.3s;
}
#master-header.sticky-header {
    max-height: 80px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

body.admin-bar #master-header.sticky-header {
    top: 32px;
}

#master-header.sticky-header:before {
	box-shadow: inset 0 80px 0 var(--background-1);
}

#master-header.sticky-header img.header-logo {
	width: 108px;
    margin-top: -8px;
    margin-left: -6px;
}

body.page-id-13197 > div[data-elementor-type='header'] {
	display: none;
}

@media (max-width: 1200px) {

	#master-header nav {
		font-size: 0.9em;
	}

	#master-header .main-navigation .main-nav ul li:not(.tel-button):not(.contact-button) a {
		padding-left: 8px;
		padding-right: 8px;
	}

	#master-header li.contact-button > a {
		margin-right: 8px;
	}

}

@media (max-width: 1024px) {

	#master-header nav ul li:not(.tel-button):not(.contact-button) {
		display: none;
	}

	#master-header nav {
		font-size: 1em;
	}

}

/*
 *
 * Slideout menu
 *
 */

/* Hides GP navigation button - Slideout must be activated all the time to work, but we use a custom button to toggle this */
#master-header .menu-bar-items {
	display: none;
}

#generate-slideout-menu .inside-navigation {
	padding: 0;
}

#generate-slideout-menu .inside-navigation .sub-menu {
	background: var(--background-2);
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	box-shadow: none;
}

#generate-slideout-menu .inside-navigation .sub-menu a {
	font-weight: 600;
	color: black;
}

#generate-slideout-menu .inside-navigation .menu-item.contact-button {
	margin-top: 12px;
}

#generate-slideout-menu .inside-navigation .menu-item.contact-button,
#generate-slideout-menu .inside-navigation .menu-item.tel-button {
	padding: 0 12px 6px 12px;
}

#generate-slideout-menu .inside-navigation .menu-item.contact-button a,
#generate-slideout-menu .inside-navigation .menu-item.tel-button a {
	text-align: center;
	border-radius: 200px;
	border: 3px solid var(--button-1);
	color: var(--button-1);
	transition: all 0.3s;
	line-height: 42px;
}

#generate-slideout-menu .inside-navigation .menu-item.contact-button a {
	background-color: var(--button-1);
	color: white;
}

#generate-slideout-menu .inside-navigation .menu-item.contact-button a:hover {
	background-color: var(--button-1-hover);
	border-color: var(--button-1-hover);
}

#generate-slideout-menu .inside-navigation .menu-item.tel-button a {
	background-image: url(img/phone-button.svg);
	background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-position-x: 12px;
}

#generate-slideout-menu .inside-navigation .menu-item.tel-button a:hover {
	border-color: var(--text);
    color: var(--text);
}

/*
 * Footer
 */


@media (max-width: 768px) {

	.site-footer nav ul {
		align-items: center;
	}

}

/*****************************************************
 *
 * 				SENJA - Testimonials
 *
*****************************************************/

.senja-embed .swiper + .absolute {
	margin: 0 -32px;
}

.senja-embed button.arrow {
	background: transparent;
    box-shadow: inset 0 0 0 2px var(--button-1);
    color: var(--button-1);
	background-color: white;
}

.senja-embed button.arrow:hover {
	background: var(--button-1);
    color: white;
}

.senja-embed .sj-content button {
	border-radius: 200px;
    font-weight: normal;
    opacity: 1 !important;
    padding: 0 12px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 500;
    margin-top: 10px !important;
	margin-bottom: 6px;
    border: 1px solid var(--border);
    color: var(--light-text);
    line-height: 1.8em;
	transition: all 0.3s;
}

.senja-embed .sj-content button:hover {
	border-color: var(--button-1);
	color: var(--button-1)
}

@media (max-width: 1280px) {

	.senja-embed .swiper + .absolute {
		margin: -12px;
	}

}

/****************************************************************
 *
 * 		GenerateBlocks - Hides content for custom post types
 *
****************************************************************/

article.definition .entry-content {
	display: none;
}

.building-images-gallery {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    display: grid;
    gap: 10px;
}

.building-images-gallery img,
.building-images-slider img {
	aspect-ratio: 3 / 2;
    object-fit: cover;
	border-radius: 3px;
	transition: all 0.3s;
}

.building-images-gallery img:hover {
	opacity: 0.8;
	cursor: pointer
}

.building-images-slider .glider-track {
	column-gap: 8px;
}

#page a.gb-button-primary {
	color: var(--text-light);
}

#page a.gb-button-light-button,
#page a.gb-button-primary-light,
#page a.gb-button-secondary {
	color: var(--button-1);
}

#page a.gb-button-light-button:hover,
#page a.gb-button-primary-light:hover,
#page a.gb-button-secondary:hover {
	color: var(--text);
}

.sl-wrapper.simple-lightbox .sl-navigation button {
	color: var(--text-light);
}

.building-list-item .building-unavailable,
.building-list-item .building-reserve,
.building-featured-image-wrapper .building-unavailable,
.building-featured-image-wrapper .building-reserve {
	display: none;
}

.building-featured-image-wrapper.unavailable .building-unavailable,
.building-featured-image-wrapper.reserve .building-reserve,
.building-list-item .unavailable .building-unavailable,
.building-list-item .reserve .building-reserve {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
}

.building-featured-image-wrapper.unavailable .building-unavailable {
	width: 100%;
	height: 100%;
}

.building-list-item .building-unavailable,
.building-list-item .building-reserve,
.building-featured-image-wrapper.reserve .building-reserve {
	top: 20px;
}

.glider-wrapper .glider-next,
.glider-wrapper .glider-prev {
    font-size: 1.6em;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
	color: var(--text);
}

.glider-wrapper .glider-next {
	left: unset;
	right: -16px;
}


/*
 *
 * Vendre
 *
 */

 .quote-dialog .gb-headline {
	display: flex;
 }

.quote-dialog .gb-headline:before {
	content: "-";
	display: inline-block;
	margin-right: 8px;
	font-weight: normal;
	color: var(--button-1);
}

/*
 *
 * Press articles
 *
 */

.press-article-content-wrapper .wp-block-embed-pdf-viewer-pdf,
.press-article-content-wrapper .wp-block-embed-pdf-viewer-pdf object,
.press-article-content-wrapper .wp-block-embed-pdf-viewer-pdf iframe {
	width: 100%;
	height: 100%;
} 

.press-article-content-wrapper .wp-block-embed-pdf-viewer-pdf object,
.press-article-content-wrapper .wp-block-embed-pdf-viewer-pdf iframe {
	aspect-ratio: 1 / 1.414;
}

.press-article-content-wrapper > img {
	border: 2px solid var(--border);
}

/*
 *
 * Formules
 *
 */

.formule-prestation {
	border-image-slice: 1;
    border-width: 0 0 1px 0;
    border-image-source: linear-gradient(to left, transparent, var(--border) 20%, var(--border) 80%, transparent);
	border-style: solid;
}

/*****************************
 *
 *
 * WOOCOMMERCE
 *
 *
 *****************************/

.woocommerce-message,
.woocommerce-info {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: var(--background-1);
    margin: 16px 0;
    border: 1px solid var(--border);
    border-radius: 6px;
}


/*
 *
 * Cart
 *
 */

.woocommerce-cart-form table,
.woocommerce-cart-form td {
    border: 0;
}

.woocommerce-cart-form table {
	background: var(--background-1);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border);
    margin-top: 24px;
}

.woocommerce-cart-form table thead {
	display: none;
}

.woocommerce-cart-form table tbody {
	padding: 12px;
}

.woocommerce-cart-form table tbody .cart_item {
	align-items: center;
}

.woocommerce-cart-form table tbody tr:not(:first-child) {
	border-top: 1px solid var(--border);
}

.woocommerce-cart-form table tbody .cart_item .product-thumbnail {
	max-width: 120px;
}

.woocommerce-cart-form table tbody .cart_item .product-name a {
	font-weight: 600;
	color: var(--text)
}

.woocommerce-cart-form input[type="text"],
.woocommerce-cart-form input[type="number"] {
	border-color: var(--border);
}

.woocommerce-cart-form table tbody .cart_item .product-quantity input {
	text-align: center;
}

.woocommerce-cart-form table.shop_table .cart_item .product-price,
.woocommerce-cart-form table.shop_table .cart_item .product-quantity {
	display: none;
}

.woocommerce-cart-form table.shop_table .product-subtotal { 
	width: 25%;
	text-align: right;
}

.woocommerce-cart-form table tbody .cart_item .product-remove {
	order: 1;
	width: auto;
}

.woocommerce-cart-form table tbody .cart_item .product-remove a {
	font-size: 2rem;
	width: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	transition: all 0.3s;
	border-radius: 48px;
}

.woocommerce-cart-form table tbody .cart_item .product-remove a:hover,
.woocommerce-cart-form table tbody .cart_item .product-remove a:focus {
	background-color: var(--background-2);
}

.woocommerce-cart-form table tbody td.actions {
    padding: 14px 0 0 0;
}

.woocommerce-cart-form .coupon {
	column-gap: 16px;
}

.woocommerce-cart-form button[name='apply_coupon'],
.woocommerce-cart-form button[name='update_cart'] {
	background: transparent;
    font-weight: 600;
    color: var(--button-1);
	transition: all 0.3s;
	padding: 0;
}

.woocommerce-cart-form button[name='apply_coupon']:hover,
.woocommerce-cart-form button[name='update_cart']:hover,
.woocommerce-cart-form button[name='apply_coupon']:focus,
.woocommerce-cart-form button[name='update_cart']:focus {
	color: var(--text);
}

.cart_totals h2 {
	color: var(--heading-1);
    font-family: var(--body-font);
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 24px;
    margin-top: 32px;
}

.cart_totals h2:after {
	content: none;
}

.cart_totals table,
.cart_totals th,
.cart_totals td {
	border: 0;
	padding: 6px 0;
}

.cart_totals .order-total {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--border);
	font-size: 1.2rem;
}

.cart_totals {
	margin-bottom: 128px;
}

a.checkout-button,
#place_order {
	display: inline-flex;
    padding: 20px 32px;
    border-radius: 200px;
    background-color: var(--button-1);
    color: #ffffff;
    box-shadow: inset 50px 0 30px -25px var(--button-1-hover);
    transition: all 0.5s ease;
	line-height: 1;
    font-size: 1.4rem;
	font-family: var(--heading-font);
	font-weight: 800;
}

@media (max-width: 768px) {

	.woocommerce-cart-form table.shop_table .cart_item {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 16px;
        padding: 16px;
        border-radius: 0;
		align-items: stretch;
	}

    .woocommerce-cart table.cart .cart_item .product-thumbnail {
        grid-row: span 2;
        width: auto
    }

    .woocommerce-cart table.cart .cart_item .product-name {
        grid-column: span 2;
        align-items: flex-end;
    }

    .woocommerce-cart table.cart .cart_item .product-name,
	.woocommerce-cart .cart_item .product-remove,
	.woocommerce-cart .cart_item .product-subtotal {
		max-width: unset;
		width: 100%;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}

	.woocommerce-cart .cart_item .product-remove,
	.woocommerce-cart .cart_item .product-subtotal {
		align-items: flex-start;
	}

    .woocommerce-cart table.cart .cart_item .product-name:before {
		content: none;
	}

}

@media (max-width: 479px) {

	.woocommerce-cart-form table.shop_table .cart_item {
        grid-template-columns: repeat(2, 1fr);
	}

	.woocommerce-cart-form table tbody .cart_item .product-remove a {
		height: 32px;
	}
	
	table.shop_table .actions .coupon {
		align-items: center;	
	}

	table.shop_table .actions .coupon input {
		max-width: 140px;
		font-size: var(--fs-body-sm);
	}

	.woocommerce-cart-form button[name='apply_coupon'], .woocommerce-cart-form button[name='update_cart'] {
		font-size: var(--fs-body-sm);
	}

}

/*
 *
 * Checkout
 *
 */

 /*
  * Coupon code
  */

.checkout_coupon {
	border-radius: 10px;
    padding: 16px;
    width: 400px;
    background: var(--button-1);
    color: white;
    position: absolute;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	right: 0;
	margin-top: -10px;
}

.checkout_coupon:before {
	position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    border: 15px solid transparent;
    border-bottom: 15px solid var(--button-1);
    transform: translateX(-50%);
    top: -30px;
}

.checkout_coupon p {
	margin: 0;
}

.checkout_coupon input[type="text"] {
	background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 8px 0px;
}

.checkout_coupon input[type="text"]::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.checkout_coupon button[type="submit"] {
	width: 100%;
    padding: 0;
    font-weight: 600;
    background: transparent;
}

/*
 * Layout
 */

form.woocommerce-checkout {
	margin-top: 32px;
	--form-column-gap: 20px;
	--form-row-gap: 20px;
}

.woocommerce-checkout .col2-set {
	flex-direction: column;
	row-gap: 32px;
}

.woocommerce-checkout .col2-set > div {
	width: 100%;
}

form.checkout h3 {
	margin-bottom: 24px;
}

.woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-address-fields__field-wrapper .form-row {
	margin: 0;
}

.select2-container--default .select2-selection--single {
	padding: 10px 15px;
}

form.woocommerce-checkout label {
	font-weight: 600;
	font-size: 1rem;
}

.woocommerce-checkout-review-order-table {
	background: var(--background-1);
    border-radius: 10px;
    border: 1px solid var(--border);
    padding: 12px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	border: 0;
}

.woocommerce-checkout-review-order-table tfoot {
	border-top: 1px solid var(--border);
}

/*****************************
 *
 * Blog redesign
 *
 ****************************/
 
/* Article category pill */

.article-categories  {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.article-categories li {
	padding: 0;
	border: 0;
	background: none;
	margin: 0;
}

.article-categories li:before {
	content: none;
}

.article-categories li a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: currentColor;
	opacity: 0.1;
	top: 0;
	left: 0;
}

.article-categories li a {
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
	border-radius: 100px;
	padding: 0.2em 0.75em;
	font-weight: 600;
	display: inline-block;
	transition: all 0.3s;
}

.article-categories li a:hover {
	border-color: currentColor;
}

/* Before content */

.before_read_more_content p:last-child {
	margin-bottom: 0;
}

/* Blog post grid */

.blog-content-grid {
	display: grid !important;
	grid-template-columns: 1fr var(--blog-content-width) 1fr !important;
	column-gap: 48px !important;
	row-gap: 0 !important;
}

@media (max-width: 1350px) {

	.blog-content-grid {
		grid-template-columns: 1fr 60ch 1fr !important;
	}

}

@media (max-width: 1024px) {

	.blog-content-grid {
		grid-template-columns: 1fr 60ch !important;
	}

	.post-toc-sidebar {
		grid-row: span 2;
		margin-bottom: 32px;
	}

	.post-meta-sidebar {
		grid-column: 2;
		margin-bottom: 32px;
		border-top: 1px solid var(--border);
		padding-top: 32px;
	}

}

@media (max-width: 900px) {

	.blog-content-grid {
		display: flex !important;
		flex-direction: column;
	}

	.blog-content-grid > :first-child {
		display: none;
	}

	.post-meta-sidebar {
		width: 100%;
		border-top: 0;
		padding-top: 0;
	}

	.post-meta-sidebar__author {
		background: rgba(0, 130, 204, 0.07);
		padding: 24px;
		border-radius: 10px;
		margin-bottom: 2em;
	}

	.post-meta-sidebar__author p {
		margin: 0;
	}

}

/* Simple TOC list */

.post-toc-sidebar .post-toc-wrapper {
    top: 128px;
    position: sticky;
}

.post-toc-sidebar h2.simpletoc-title {
	margin: 0 0 10px 0;
	font-family: var(--body-font);
	text-transform: uppercase;
	font-weight: 600;
	font-size: inherit;
	color: inherit;
}

.post-toc-sidebar h2.simpletoc-title:before,
.post-toc-sidebar h2.simpletoc-title:after {
	content: none;
}

.post-toc-sidebar ul.simpletoc-list {
    list-style: none;
	margin:0;
	padding: 0;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin-top: 10px;
}

.post-toc-sidebar ul.simpletoc-list li:before {
	content: none;
}

.post-toc-sidebar ul.simpletoc-list li a {
	color: inherit;
	transition: all 0.3s;
	display: flex;
	border-left: 1px solid transparent;
	padding-left: 1em;
	margin-left: -1em;
}

.post-toc-sidebar ul.simpletoc-list li a:hover,
.post-toc-sidebar ul.simpletoc-list li[data-current] a {
	color: var(--accent);
}

.post-toc-sidebar ul.simpletoc-list li[data-current] a {
	border-left: 1px solid var(--accent);
}

/* Featured image */

.blog-featured-image {
	width: 100%;
	aspect-ratio: 7 / 3;
	object-fit: cover;
	object-position: center;
	border-radius: clamp(0.625rem, 0.3963rem + 0.9756vw, 1.25rem);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {

	.blog-featured-image {
		aspect-ratio: 2 / 1;
	}

}

/* Avatar */

.author-avatar {
	width: 4rem;
	height: auto;
	object-fit: contain;
	object-position: center;
}

.wp-block-post-author__content .wp-block-post-author__byline {
	color: #888888;
	font-size: 0.8em;
}

.wp-block-post-author__content .wp-block-post-author__name {
	font-weight: 600;
	color: var(--text);
}

/* Content styling */

#post-content .dynamic-entry-content > :first-child + * {
	margin-top: 0;
}

#post-content .dynamic-entry-content {
	color: #444;
    font-size: 1rem;
}

#post-content h2,
#post-content h3,
#post-content h4 {
	font-family: var(--body-font);
	font-weight: 600;
	color: var(--text);
	margin-bottom: 0.5em;
	margin-top: 0;
	color: #111;
}

#post-content h2 {
	font-weight: 700;
	margin-top: 1em;
	margin-top: 2.5ch;
	margin-bottom: 1ch;
	font-size: clamp(1.5rem, 1.2439rem + 1.0927vw, 2.2rem);
    line-height: 1.3em;
}

#post-content h2:first-child {
	margin-top: 0;
}

#post-content h3 {
	font-size: clamp(1.25rem, 1.1585rem + 0.3902vw, 1.5rem);
	line-height: 1.3em;
	margin-top: 2ch;
	margin-bottom: 1ch;
}

#post-content h4 {
	font-size: clamp(1.125rem, 1.0793rem + 0.1951vw, 1.25rem);
	text-transform: none;
    margin-bottom: 0.3em;
    margin-top: 2ch;
}

/* CTA */

#post-content .immo4g-cta.with-image .text-wrapper {
	padding: clamp(0.1rem, -0.5951rem + 2.9659vw, 2rem);
	padding-top: clamp(1rem, 0.6341rem + 1.561vw, 2rem);
}

.immo4g-cta .image-wrapper img {
	clip-path: inset(0% 0% 0% 0% round 10px 0px 0px 10px);
}

#post-content .immo4g-cta .cta-title {
  color: white;
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1em;
  text-align: left;
  margin-bottom: 16px;
  text-transform: none;
}

.immo4g-cta .gb-button-cta, .immo4g-cta .gb-button-cta {
	font-family: var(--body-font);
	font-weight: 600;
	font-size: 1.2rem;
	padding: 0.6em 1.2em;
}

@media (max-width: 768px) {

	.immo4g-cta .image-wrapper img {
		clip-path: none;
	}

}

/*
 * PDF Embed plugin
 */

.gb-container .pdfemb-viewer {
	border: 1px solid var(--border);
}

.gb-container .pdfemb-viewer > .pdfemb-toolbar.pdfemb-toolbar-top {
	background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    top: 6px !important;
    left: 6px !important;
    right: 6px;
    width: unset;
    border-radius: 5px;
    padding: 0.5em;
	display: flex !important;
	align-items: center;
	column-gap: 0.3em;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.gb-container .pdfemb-viewer > .pdfemb-toolbar > button, 
.gb-container .pdfemb-viewer > .pdfemb-toolbar > button[disabled] {
    background: var(--button-1);
    border: 0;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
}

.gb-container .pdfemb-viewer > .pdfemb-toolbar > button:hover,  
.gb-container .pdfemb-viewer > .pdfemb-toolbar > button[disabled]:hover {
	background: var(--button-1-hover);
	cursor: pointer;
}

.gb-container .pdfemb-viewer > .pdfemb-toolbar button.pdfemb-prev::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m11 7.825l-4.9 4.9q-.3.3-.7.288t-.7-.313q-.275-.3-.288-.7t.288-.7l6.6-6.6q.15-.15.325-.212T12 4.425t.375.063t.325.212l6.6 6.6q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3L13 7.825V19q0 .425-.288.713T12 20t-.712-.288T11 19z'/%3E%3C/svg%3E");
}

.gb-container .pdfemb-viewer > .pdfemb-toolbar button.pdfemb-next::before {
	content: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M11 16.175V5q0-.425.288-.712T12 4t.713.288T13 5v11.175l4.9-4.9q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-6.6 6.6q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213l-6.6-6.6q-.275-.275-.275-.687T4.7 11.3q.3-.3.713-.3t.712.3z'/%3E%3C/svg%3E" );
}

.gb-container .pdfemb-viewer .pdfemb-toolbar div {
	color: #000;
	font-size: 0.9em;
	font-family: var(--body-font);
	margin: 0;
}

.gb-container .pdfemb-viewer .pdfemb-pagescontainer {
	background-color: #F5F5F5;
}

@media (max-width: 768px) {

	.gb-container .pdfemb-viewer {
		display: flex;
		flex-direction: column;
	}

	.gb-container .pdfemb-viewer > .pdfemb-toolbar.pdfemb-toolbar-top {
		position: static !important;
		border-radius: 0;
		background-color: #fff;
	}

	.gb-container .pdfemb-viewer .pdfemb-toolbar div {
		font-size: 0.8em;
	}

}