/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

#h1-accueil, #h1-accueil .elementor-heading-title {
  overflow: hidden;
  text-indent: -9999px;
  line-height: 0;
  margin: 0;
}

#inspirations .elementor-portfolio__filters .elementor-portfolio__filter.elementor-active {
	border: 1px solid #B7CB35;
	border-radius: 35px;
}

#inspirations .elementor-portfolio__filters .elementor-portfolio__filter {
	border: 1px solid white;
	border-radius: 35px;
	padding: 10px 25px;
}

.elementor-sticky--active .jet-mobile-menu__toggle{
	padding: 17px 0px 0px 20px !important;
}
.jet-mobile-menu__item {
border: none !important;
position: relative;
}
.jet-mobile-menu__item::after {
position:absolute;
content: '';
background: #F0F3F5;
height: 1px;
width:100%;
bottom: 0;
left: 85px;
}
.jet-mobile-menu__container .jet-mobile-menu__controls {
	padding: 0 !important;
justify-content: flex-start !important;
}
@media (max-width: 768px) {
.jet-mobile-menu__item {
	padding-left: 10% !important;
}
}

@media (min-width: 1024px) {
	.jet-mobile-menu__container .jet-mobile-menu__container-inner .jet-mobile-menu__body .jet-mobile-menu__item {
		padding: 3.5vh 0 3.5vh 85px;
	}
	.jet-mobile-menu__container .jet-mobile-menu__container-inner .jet-mobile-menu__body .jet-mobile-menu__item .jet-menu-label {
		font-size: 2.75vh;
	}
}

.job_listing-template-default .site-main {
margin-top: 60px;
}
.single_job_listing .meta .job-type {
	background-color: rgb(215, 9, 41);
}
.elementor-sticky__spacer {
height: 0;
}

#sticky-buttons-right-call-to-action .elementor-button-text {
padding-left: 15px;
display: none;
}

#sticky-buttons-right-call-to-action .elementor-button-link:hover .elementor-button-text {
display: inline;
}

#right-side {
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none;  /* IE 10+ */
}

#right-side::-webkit-scrollbar {
background: transparent; /* Chrome/Safari/Webkit */
width: 0px;
}

.bloc-maho-list > .elementor-widget-wrap > section > .elementor-container > .elementor-element:hover > .elementor-widget-wrap > .elementor-background-overlay::before {
content: "";
background-image: url("/wp-content/uploads/2021/12/ic-arrow-forward-white.svg");
position: absolute;
width: 24px;
height: 24px;
right: 30px;
bottom: 34px
}

.jet-title-fields__item-type {
width: 16px;
height: 16px;
float: left;
top: 5px;
position: relative;
margin-right: 10px;
}


/* Accueil - Animation Header */

.home .elementor-sticky > .elementor-container > .elementor-column > .elementor-widget-wrap {
	transition: 500ms all;
}
.home .elementor-sticky:not(.elementor-sticky--active) > .elementor-container > .elementor-column > .elementor-widget-wrap {
	background: transparent;
}
.home .elementor-sticky .jet-mobile-menu__toggle-icon {
	position: relative;
}
.home .elementor-sticky:not(.elementor-sticky--active) .jet-mobile-menu__toggle-icon:before {
	position: absolute;
	z-index: -1;
	top: 50%; 
	left: 50%;
  transform: translate(-50%, -50%);
	content: "";
	display: block;
	width: 48px;
	height: 46px;
	background: #B7CB35;
}
.home .elementor-sticky:not(.elementor-sticky--active) .jet-mobile-menu__toggle .jet-mobile-menu__toggle-text {
	color: #fff;
}
.home .elementor-sticky #logo-site:before {
	content: "";
	display: block;
	position: absolute;
	width: 431px;
	top: 50%; 
	left: 50%;
  transform: translate(-50%, -50%);
	background: url("/wp-content/uploads/2023/06/behome-logo-white.svg") no-repeat;
	background-position: center center;
	background-size: contain;
	height: 0;
	margin-bottom: -50px;
	transition: 300ms all;
}
.home .elementor-sticky:not(.elementor-sticky--active) #logo-site:before {
	height: 121px;
	top: 100%; 
}
.home .elementor-sticky #logo-site img {
	position: relative;
	z-index: 1;
}
.home .elementor-sticky:not(.elementor-sticky--active) #logo-site img {
	opacity: 0;
}

@media (max-width: 1366px) {
	.home .elementor-sticky #logo-site::before {
		width: 100%;
	}
	.home .elementor-sticky:not(.elementor-sticky--active) #logo-site:before {
		top: 60%; 
	}
}


/* Accueil - Slider conception */

#accueil-slider-conception .swiper {
	margin-right: 0;
}
#accueil-slider-conception .elementor-testimonial__content {
	display: flex;
	flex-direction: column-reverse;
}
#accueil-slider-conception .elementor-testimonial__cite {
	margin-top: 20px;
	margin-bottom: 1rem;
}
@media (min-width: 1025px) {
	#accueil-slider-conception .swiper-pagination {
		text-align: right;
	}
}
#accueil-slider-conception .swiper-pagination-bullet {
	border: 1px solid rgba(73, 89, 101, 0.5);
}


/* Accueil - Actus */

#accueil-actus .elementor-post__card {
  height: 382px;
}
#accueil-actus .elementor-post__thumbnail {
  padding-bottom: 0 !important;
  height: 100%;
}
#accueil-actus .elementor-post__thumbnail__link {
    position: absolute;
    height: 100%;
    margin-bottom: 0;
}
#accueil-actus .elementor-post__thumbnail__link::after {
    background-image: none;
    background-color: rgba(0,0,0,0.2);
}
#accueil-actus .elementor-post__text {
    position: absolute;
    padding: 0 !important;
    height: 100%;
}
#accueil-actus .elementor-post__title {
    margin-bottom: 0 !important;
    height: 100%;
    position: relative;
    z-index: 1;
}
#accueil-actus .elementor-post__title a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
}
#accueil-actus .elementor-post__meta-data {
    position: relative;
    padding-bottom: 30px !important;
}
#accueil-actus .elementor-post__read-more {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 37px;
    height: 37px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 0;
    align-items: center;
    transition: 300ms all;
}
#accueil-actus .elementor-post__excerpt {
    position: absolute;
    opacity: 0;
    transition: 300ms all;
    bottom: 50px;
    margin-bottom: 0 !important;
    padding: 0 30px;
}
#accueil-actus .elementor-post__read-more:after {
    content: "";
    display: block;
    background: url("/wp-content/uploads/2023/06/arrow-grey-small.svg");
    width: 11px;
    height: 11px;
}
#accueil-actus article:hover .elementor-post__thumbnail__link::after {
    background-color: rgba(0,0,0,0.7);
    opacity: 1;
}
#accueil-actus article:hover .elementor-post__read-more {
    transform: scale(0);
}
#accueil-actus article:hover .elementor-post__excerpt {
    opacity: 1;
    bottom: 66px;
}

@media (max-width: 767px) {
	#accueil-actus .elementor-post__card {
		height: 233px;
	}
	#accueil-actus .elementor-post__excerpt {
		display: none;
	}
	#accueil-actus .elementor-post__title a {
		padding: 25px 18px;
	}
	#accueil-actus .elementor-post__meta-data {
		padding: 18px !important;
	}
	#accueil-actus .elementor-post__read-more {
		width: 22px;
		height: 22px;
		right: 18px;
		margin-bottom: 16px !important;
	}
}

/* Réalisations */

#realisations .jet-posts.col-row {
	margin: 0;
}
#realisations .jet-posts__inner-box {
	height: 266px;
}
#realisations .jet-posts__inner-box .entry-title a {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 70px;
	font-family: "Mulish", sans-serif;
	font-weight: 800;
	line-height: 32px;
	transition: 0.3s all;
	font-size: 24px;
	background-repeat: no-repeat;
	background-position: bottom 27px right 40px;
}
#realisations .jet-title-fields__item-ville {
	opacity: 0;
	position: absolute;
	bottom: 25px;
	left: 40px;
	font-family: "Mulish", sans-serif;
	font-size: 18px;
	color: white;
}
#realisations .jet-posts__inner-box:hover .jet-title-fields__item-ville {
	opacity: 1;
}
#realisations .jet-posts__inner-box:hover .entry-title a {
	color: white;
	opacity: 1;
	background-image: url("/wp-content/uploads/2021/12/ic-arrow-forward-white.svg");
}
#realisations .elementor-background-overlay {
	z-index: 1;
	height: 10px;
}

/* Votre maison */

#votre-maison-top-section {
	width: 95%;
}

@media (min-width: 1025px) {
	#votre-maison_col-g {
		margin-top: auto;
		margin-bottom: auto;
		height: 100%;
		position: absolute !important;
		width: 50%;
	}
	#votre-maison_col-g > .elementor-widget-wrap {
		align-content: center;
		padding-left: calc((100vw - 1120px) / 2);
	}

	#votre-maison_col-d {
		overflow-y: auto;
		height: 100%;
		width: 100%;
		padding-left: 53vw;
	}
	#votre-maison_col-d > .elementor-widget-wrap {
		margin-top: 30vh;
	}
}

@media (max-width: 1170px) {
	#votre-maison_col-g > .elementor-widget-wrap {
		padding-left: 30px;
	}
}

@media (max-width: 1024px) {
	.elementor-section.elementor-section-height-full {
		height: auto;
	}

	#votre-maison_col-d > .elementor-widget-wrap > .elementor-section > .elementor-container > .elementor-column:first-child {
		background-color: #F0F3F51A;
	}
	.trait-legende {
		transform: rotate(-90deg);
		transform-origin: bottom left;
		width: auto !important;
		margin-left: 30px;
		margin-top: -30px;
	}
}

/* Hide scrollbar for Chrome, Safari and Opera */
#votre-maison_col-d::-webkit-scrollbar {
	display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
#votre-maison_col-d {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

#votre-maison_compteur .elementor-counter {
	display: flex;
	justify-content: center;
}
#votre-maison_compteur .elementor-counter .elementor-counter-number-suffix {
	font-size: 64%;
	font-weight: 900;
	margin-top: -15px;
}
#votre-maison_compteur .elementor-counter-title {
	text-align: left;
	margin-left: 10px;
	max-width: 50px;
	display: flex;
	align-items: center;
}

#votre-maison_carrousel-part .jet-banner__content-wrap {
  justify-content: flex-end;
	padding-bottom: 70px;
}
#votre-maison_carrousel-part .jet-banner__title {
	text-align: right;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
	#votre-maison_carrousel-part .slick-list {
		width: 150%;
	}
	#votre-maison_carrousel-part .jet-arrow.prev-arrow {
		display: none !important;
	}
}

/* Votre projet */

#projet_carrousel h4 {
	font-weight: 800;
	font-size: 112%;
	line-height: 1.5;
	color: #333E44;
}
#projet_carrousel .jet-arrow.prev-arrow {
	display: none !important;
}
#projet_carrousel .jet-carousel__content {
	padding: 0 23px;
}
#projet_carrousel .jet-carousel__item-img {
	height: 100%;
	object-fit: cover;
	margin-bottom: 47px;
}
@media (max-width: 767px) {
	#projet_carrousel .jet-carousel__item-img {
		height: auto;
	}
}

@media (min-width: 1025px) {
	#projet_carrousel .jet-carousel__item-inner {
		display: flex;
		flex-direction: row-reverse;
	}
	#projet_carrousel .jet-carousel__item-inner > * {
		width: 50%;
	}
	#projet_carrousel .jet-carousel__content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: right;
		padding-right: 10%;
		max-width: calc(447px + 10%);
	}
	#projet_carrousel .jet-carousel__item-img {
		margin-bottom: 0;
	}
}

/* Réalisations */

#real-carrousel .elementor-image-carousel-wrapper {
	margin-left: -75%;
	margin-right: -75%;
}
@media (min-width: 1025px) {
	#real-carrousel .elementor-image-carousel-wrapper {
		margin-left: -25%;
		margin-right: -25%;
	}
}

#real-carrousel .swiper-slide {
	height: auto;
}
#real-carrousel .swiper-slide-inner {
	height: 100%;
}
#real-carrousel .swiper-slide-image {
	height: 100%;
	object-fit: cover;
	max-height: 625px;
	cursor: url(/wp-content/themes/hello-theme-child-master/images/icon-move-black.png), move;
}
#real-carrousel a:before {
	transition: 300ms all;
	content: "";
	background: url(/wp-content/themes/hello-theme-child-master/images/loupe.svg) no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	opacity: 0;
	top: 50%; left: 50%; /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
}
#real-carrousel a:hover:before {
	transform: translate(-50%, -50%) scale(1.2);
	opacity: 1;
}

@media (max-width: 767px) {
	#real-carrousel .swiper-slide-image {
		max-height: 209px;
	}
}

/* Portfolio Inspirations + Réalisations */

.elementor-portfolio.elementor-has-item-ratio .projets .elementor-post__thumbnail,
.elementor-portfolio.elementor-has-item-ratio .realisations .elementor-post__thumbnail {
	position: initial;
}
.elementor-portfolio.elementor-has-item-ratio .projets .elementor-portfolio-item__overlay,
.elementor-portfolio.elementor-has-item-ratio .realisations .elementor-portfolio-item__overlay {
	position: initial;
	opacity: 1;
}
.elementor-portfolio.elementor-has-item-ratio .projets .elementor-post__thumbnail__link,
.elementor-portfolio.elementor-has-item-ratio .realisations .elementor-post__thumbnail__link {
  padding-bottom: 0;
}
.elementor-posts-container.elementor-has-item-ratio .projets .elementor-post__thumbnail img,
.elementor-posts-container.elementor-has-item-ratio .realisations .elementor-post__thumbnail img {
  position: initial;
  top: initial;
  left: initial;
  transform: none;
	width: 100% !important;
	height: 19vw !important;
	object-fit: cover;
}
@media (max-width: 767px) {
	.elementor-posts-container.elementor-has-item-ratio .projets .elementor-post__thumbnail img,
	.elementor-posts-container.elementor-has-item-ratio .realisations .elementor-post__thumbnail img {
		height: 54vw !important;
	}
}

.elementor-posts-container.elementor-has-item-ratio .projets .elementor-post__thumbnail__link .elementor-post__thumbnail,
.elementor-posts-container.elementor-has-item-ratio .realisations .elementor-post__thumbnail__link .elementor-post__thumbnail {
  transition: 300ms all;
}
.elementor-posts-container.elementor-has-item-ratio .projets .elementor-post__thumbnail__link:hover .elementor-post__thumbnail,
.elementor-posts-container.elementor-has-item-ratio .realisations .elementor-post__thumbnail__link:hover .elementor-post__thumbnail {
  /* transform: scale(0.95); */
	opacity: 0.75;
}
.elementor-posts-container.elementor-has-item-ratio .projets .elementor-post__thumbnail__link .elementor-portfolio-item__title:before,
.elementor-posts-container.elementor-has-item-ratio .realisations .elementor-post__thumbnail__link .elementor-portfolio-item__title:before {
	content: "////////";
	color: #c3d001;
}

/* Portfolio page votre projet */

@media (min-width: 768px) {
	.page-ext .elementor-posts-container.elementor-has-item-ratio .projets .elementor-post__thumbnail img {
		height: 230px !important;
	}
}

/* Formulaire parrainage */

#form-parrainage .e-form__indicators__indicator {
	flex-basis: auto;
}
@media (max-width: 767px) {
	#form-parrainage .e-form__indicators__indicator {
		flex-basis: 400%;
	}
}
@media (min-width: 1025px) {
	#form-parrainage .e-form__indicators {
		padding: 0 11vw;
	}
}

/* Formulaire contact par étapes */

#form_contact_etapes .e-form__indicators__indicator__number {
	border: none;
}
#form_contact_etapes .e-form__indicators__indicator__separator {
	background-color: rgba(255,255,255,0.5);
}
#form_contact_etapes .elementor-mark-required .elementor-field-label:after {
	font-size: 60%;
	vertical-align: text-top;
	font-weight: 400;
	padding: 0;
}

.elementor-field-group-terrain > label {
	font-size: 1.4vw !important;
	letter-spacing: normal !important;
	padding-bottom: 0 !important;
	margin-right: 3vw;
}
.elementor-field-group.elementor-field-group-terrain {
	flex-wrap: nowrap;
}
.elementor-field-group.elementor-field-group-terrain > * {
	/* flex: 1 !important; */
	min-width: fit-content;
}

.elementor-field-group-terrain .elementor-field-option {
	position: relative;
}
.elementor-field-group-terrain input {
	position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
	z-index: 11;
	display: block !important;
	cursor: pointer;
}
.elementor-field-group-terrain .elementor-field-option label {
	border: 1px solid #fff;
	border-radius: 35px;
	padding: 12px 25px;
	background-color: transparent;
	transition: 300ms all;
}
.elementor-field-group-terrain .elementor-field-option input:checked + label {
	background-color: #fff;
	color: #000 !important;
}
.elementor-field-group.elementor-field-group-localisation {
	/* flex-wrap: nowrap; */
	margin-bottom: 8vh !important;
}

.elementor-field-group-coordonnees > .elementor-field-group > label {
	padding-bottom: 0 !important;
	font-size: 1.6vw !important;
	letter-spacing: normal !important;
	font-weight: 600 !important;
}

.elementor-field-group-style_maison .elementor-field-subgroup {
	flex-wrap: nowrap;
	gap: 20px;
	margin-bottom: 60px;
}
.elementor-field-group-style_maison input {
	position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
	z-index: 11;
	display: block !important;
	cursor: pointer;
}
.elementor-field-type-radio.elementor-field-group-style_maison .elementor-field-subgroup .elementor-field-option {
	position: relative;
	background: url("/wp-content/uploads/2020/06/calque-917.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 14vw;
	display: block;
	cursor: pointer;
	transition: 300ms all;
}
.elementor-field-type-radio.elementor-field-group-style_maison .elementor-field-subgroup .elementor-field-option:hover {
	transform: scale(0.96);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.25);
	/* opacity: 0.8; */
}
.elementor-field-group-style_maison .elementor-field-subgroup .elementor-field-option:nth-child(1) {
	background-image: url("/wp-content/uploads/2024/02/004-image-2-e1707303203826.jpg");
}
.elementor-field-group-style_maison .elementor-field-subgroup .elementor-field-option:nth-child(2) {
	background-image: url("/wp-content/uploads/2024/02/011-image-2-e1707303217955.jpg");
}

.elementor-field-type-radio.elementor-field-group-style_maison .elementor-field-subgroup .elementor-field-option label {
	position: absolute;
	font-size: 21px !important;
	/* top: 108%; */
	align-items: end;
	display: flex;
	width: 100%;
	height: calc(100% + 55px);
}
.elementor-field-group-style_maison input:checked + label {
	/* background-color: rgba(240, 148, 0, 0.88); */
	/* background: linear-gradient(to bottom, rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 83%); */
}
.elementor-field-group-style_maison input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: calc(100% - 55px);
	top: 0;
	border: 1px solid #fff;
	background: url(images/outline-check.svg) no-repeat center, rgba(0, 0, 0, 0.5);
}
.elementor-field-group-coordonnees > .elementor-field-group {
	margin-bottom: 40px !important;
}
.elementor-field-group-coordonnees > .elementor-field-group > label {
	margin-bottom: 20px;
}

#form_contact_etapes .e-form__buttons {
	margin-top: 30px;
}
#form_contact_etapes .elementor-message.elementor-message-success {
  background-color: #FFA719;
  padding: 20px;
}

@media (max-width: 991px) {
	#form_contact_etapes .elementor-labels-above .elementor-field-group.elementor-field-group-terrain > label {
		padding-bottom: 0 !important;
	}
	/* .elementor-field-group-localisation > label, */
	.elementor-field-group-terrain > label,
	.elementor-field-group-coordonnees > .elementor-field-group > label {
		font-size: 2.5vw !important;
	}
	#form_contact_etapes .elementor-labels-above .elementor-field-group > label {
		padding-bottom: 30px !important;
	}
	.elementor-field-group-style_maison .elementor-field-subgroup {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.elementor-field-type-radio.elementor-field-group-style_maison .elementor-field-subgroup .elementor-field-option {
		height: 150px;
		flex: calc(50% - 10px);
		margin-bottom: 50px;
	}
	.elementor-field-type-radio.elementor-field-group-style_maison .elementor-field-subgroup .elementor-field-option label {
		font-size: 16px !important;
		height: calc(100% + 48px);
	}
	.elementor-field-group-style_maison input:checked + label::after {
		height: calc(100% - 48px);
	}
}
@media (max-width: 479px) {
	.elementor-field-group-terrain > label,
	.elementor-field-group-coordonnees > .elementor-field-group > label {
		font-size: 5vw !important;
	}
	#form_contact_etapes .elementor-labels-above .elementor-field-group.elementor-field-group-terrain > label {
			padding-bottom: 30px !important;
	}
	.elementor-field-group.elementor-field-group-localisation {
			margin-bottom: 30px !important;
	}
	.elementor-field-group.elementor-field-group-terrain {
			flex-wrap: wrap;
	}
	.elementor-field-group-coordonnees > .elementor-field-group {
		margin-bottom: 20px !important;
	}
	.elementor-field-group-coordonnees > .elementor-field-group > label {
		margin-bottom: 0;
	}
	#form_contact_etapes .elementor-labels-above .elementor-field-group-coordonnees .elementor-field-group > label {
		padding-bottom: 10px !important;
	}
}

/* /Page Contact par étapes */