/********************** PORTAIL **********************/
body:not(.brz-ed) .portail-logo {
	pointer-events:none!important;
}

@media screen and (min-width:768px){
	.portail-logo {
		position: absolute !important;
		top: 10%;
		left: 50%;
		z-index: 3;
		width: 400px;
		transform: translateX(-50%);
	}	
	
	.portail-logo:after{
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		height: 180%;
		width: 110%;
		transform: translate(-50%, -50%);
		border-radius: 40%;
		background: var(--dark-gray);
		filter: blur(60px);
		z-index:-1;
	}
	.portail-row:after{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: linear-gradient(to top, var(--dark-gray) 0px, transparent 200px);
		z-index:0;
		pointer-events:none;
	}
	.portail-btn{
		min-width:233px;
	}
}

.portail-col {
    min-height: calc(100vh - 50px) !important;
}
.portail-lien{
	z-index:1!important;
	position: relative;
}

@media screen and (min-width:992px) and (max-width:991px){
	.portail-logo {
		width: 300px;
	}
}
@media screen and (max-width:767px){
	.portail-col {
		min-height: calc( (100dvh - 250px )/2)  !important;
	}
	.portail-btns>div{
		gap:10px!important;
	}
}

/*********** ACCUEIL PROS / PARTICULIERS *************/

/* HERO ACCUEIL : Carrousel */

.carrousel-wrapper {
	position: relative;
}

.ligneDecouvrir {
    position: absolute!important;
    bottom: 0;
    left: 0%;
	width: 100%;
}
/*
.btnDecouvrir {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.beforeDecouvrir{
	margin-bottom:60px!important;
}*/

#sliderWrap {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 0;
	bottom: 0;
	transform: translate(-50%, 0%);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	gap: 60px;
}

#carrousel-home:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(0deg, white 50px, transparent 320px);
}

.carrousel-slide-img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

.carrousel-links {
	height: 20vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	padding-bottom: 75px;
	gap: 20px;
}

#soleilWrap {
	height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#allie {
	background: linear-gradient(267deg, rgba(254, 254, 254, 0.40) 1%, rgba(254, 254, 254, 0.80) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/*backdrop-filter: blur(28px);*/
	text-shadow: -6px 0px 16px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width:767px) and (max-width:1000px) {
	.carrousel-slide-img {
		height: 80vh;
	}

	#sliderWrap {
		gap: 40px;
	}

	#soleilWrap,
	.carrousel-links {
		height: auto;
	}
}

@media screen and (max-width:767px) {
	.carrousel-slide-img {
		height: 70vh;
	}

	#sliderWrap {
		gap: 30px;
	}

	#soleilWrap,
	.carrousel-links {
		height: auto;
	}
}

@media screen and (max-width:400px) {
	#allie {
		font-size: 45px !important;
	}
}

/* Expert du solaire */
.bgCoverRight>.brz-bg {
	position: absolute !important;
	width: 50vw !important;
	left: 0 !important;
}


/* Réassurance */
#reassurance-slider {
    display: flex;
	gap:20px;
}

.reassurance {
	padding: 50px 50px 50px 0;
	display: flex !important;
	
	align-items: center;
	position: relative;
	flex-shrink:0;
}

.reassurance:before {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	height: 50px;
	width: 1px;
	background: var(--main-yellow);
	transform: translateY(-50%);
}

.reassurance img {
	margin-right: 20px;
}

.reassurance p {
	color: white;
}

@media screen and (max-width:767px) {
	.reassurance {
		flex-direction: column;
		text-align: center;
	}

	.reassurance img {
		margin-right: 0px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:500px) {
	.reassurance {
		padding: 30px 0px 30px 0;
		height:fit-content;
	}

	.reassurance:before {
		display: none;
	}
	#reassurance-slider.slick-initialized .slick-slide{
		max-height:160px!important;
	}
}

/*** NOUVEAU : SLIDER 3 SOLUTIONS ***/
.slider-home-particulier .slick-slide, .slider-home-professionnel .slick-slide{
	overflow:hidden;
}
.slider-home-particulier .brz-slick-slider__arrow-prev, .slider-home-particulier .brz-slick-slider__arrow-next, 
.slider-home-professionnel .brz-slick-slider__arrow-prev, .slider-home-professionnel .brz-slick-slider__arrow-next{
	border-radius:50%;
	background: white!important;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(6px);
	padding: 10px;
}
.slider-home-particulier .brz-icon-svg, .slider-home-professionnel .brz-icon-svg {
    width: 28px!important;
    height: 28px!important;
}
@media screen and (max-width:991px){
	.slider-home-particulier .brz-icon-svg, .slider-home-professionnel .brz-icon-svg {
		width: 26px!important;
		height: 26px!important;
	}	
}
@media screen and (max-width:767px){
	.slider-home-particulier .brz-slick-slider__arrow-prev, .slider-home-particulier .brz-slick-slider__arrow-next, 
	.slider-home-professionnel .brz-slick-slider__arrow-prev, .slider-home-professionnel .brz-slick-slider__arrow-next{
		padding: 8px;
	}
	.slider-home-particulier .brz-icon-svg, .slider-home-professionnel .brz-icon-svg {
		width: 22px!important;
		height: 22px!important;
	}
	.slider-home-particulier .brz-slick-slider__arrow-next, .slider-home-professionnel .brz-slick-slider__arrow-next{
		right: 10px!important;
	}
	.slider-home-particulier .brz-slick-slider__arrow-prev, .slider-home-professionnel .brz-slick-slider__arrow-prev{
		left: 10px!important;
	}
}

/* slider-home-particulier et slider-home-particulier-s1 etc */

@media screen and (min-width: 1400px){
	.slider-home-particulier .col-de-droite >.brz-bg{
		width: calc( ((100vw - 1280px)/2) + (1280px*0.2)) !important;
	}
	.slider-home-particulier .col-de-gauche-bis>.brz-bg{
		width: calc( ((100vw - 1280px)/2) + (1280px*0.25)) !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1400px){
	.slider-home-particulier .col-de-droite >.brz-bg{
		width: calc( (100vw - 120px) * 0.36 + 60px)!important;
	}
	.slider-home-particulier .col-de-centre{
    	flex: 1 1 43%!important;
    	max-width: 43%!important;
	}
	.slider-home-particulier .col-de-gauche{
    	flex: 1 1 21%!important;
    	max-width: 21%!important;
	}
	.slider-home-particulier .col-de-gauche-bis>.brz-bg{
		width: calc( (100vw - 120px) * 0.21 + 60px)!important;
	}
}
@media screen and (min-width: 992px){
	.slider-home-particulier .col-de-droite >.brz-bg{
		position: absolute !important;
		max-width: unset !important;
		flex: unset !important;
		left: 0 !important;
		top: 0 !important;
		height: 100% !important;
	}	
	.slider-home-particulier .col-de-gauche-bis>.brz-bg{
		position: absolute !important;
		max-width: unset !important;
		flex: unset !important;
		left: 100% !important;
		top: 0 !important;
		height: 100% !important;
		transform: translateX(-100%);
	}
}
@media screen and (max-width: 992px){
	.slider-home-particulier .col-de-gauche-bis>.brz-bg:after{
		content:"";
		position:absolute;
		left:0;
		width:100%;
		top:0;
		height:100%;
		background:linear-gradient(to top, #012D46 0, transparent 150px);
	}
}

/* slider-home-professionnel et slider-home-pro-s1 etc */
		
.slider-pro-ofres-cre{
	max-width: calc(100vw - 120px);
	width: max-content;
}
.slider-pro-ofres-cre a{
	width: max-content;
}

@media screen and (max-width:767px){
	.text-custom-contact{
		text-wrap:wrap;
		max-width:220px;
	}
}

@media screen and (min-width: 1400px){
	.slider-home-professionnel .col-de-droite >.brz-bg{
		width: calc( ((100vw - 1280px)/2) + (1280px*0.2)) !important;
	}
	.slider-home-professionnel .col-de-gauche-bis>.brz-bg{
		width: calc( ((100vw - 1280px)/2) + (1280px*0.25)) !important;
	}
	.slider-home-professionnel .slider-home-pro-s2 .col-l >.brz-bg{
		width: calc( ((100vw - 1280px)/2) + (1280px*0.5)) !important;
		left: 100%!important;
        transform: translateX(-100%);
		position:absolute!important;
	}
	.slider-home-professionnel .slider-home-pro-s1 .col-right >.brz-bg{
		width: calc( ((100vw - 1280px)/2) + (1280px*0.44)) !important;
		position:absolute!important;
	}

}
@media screen and (min-width: 992px) and (max-width: 1400px){
	.slider-home-professionnel .col-de-droite >.brz-bg{
		width: calc( (100vw - 120px) * 0.36 + 60px)!important;
	}
	.slider-home-professionnel .col-de-centre{
    	flex: 1 1 43%!important;
    	max-width: 43%!important;
	}
	.slider-home-professionnel .col-de-gauche{
    	flex: 1 1 21%!important;
    	max-width: 21%!important;
	}
	.slider-home-professionnel .col-de-gauche-bis>.brz-bg{
		width: calc( (100vw - 120px) * 0.21 + 60px)!important;
	}
	
	.slider-home-professionnel .slider-home-pro-s2 .col-l >.brz-bg{
		width: calc( ((100vw - 120px) *0.5) + 60px) !important;
		left: 100%!important;
        transform: translateX(-100%);
		position:absolute!important;
	}
	.slider-home-professionnel .slider-home-pro-s1 .col-right >.brz-bg{
		width: calc( ((100vw - 120px) * 0.44) + 60px ) !important;
	}
}
@media screen and (min-width: 992px){
	.slider-home-professionnel .col-de-droite >.brz-bg{
		position: absolute !important;
		max-width: unset !important;
		flex: unset !important;
		left: 0 !important;
		top: 0 !important;
		height: 100% !important;
	}	
	.slider-home-professionnel .col-de-gauche-bis>.brz-bg{
		position: absolute !important;
		max-width: unset !important;
		flex: unset !important;
		left: 100% !important;
		top: 0 !important;
		height: 100% !important;
		transform: translateX(-100%);
	}
	
}
@media screen and (max-width: 992px){
	.slider-home-professionnel .col-de-gauche-bis>.brz-bg:after{
		content:"";
		position:absolute;
		left:0;
		width:100%;
		top:0;
		height:100%;
		background:linear-gradient(to top, #012D46 0, transparent 150px);
	}

}


/**** GRID VIDEOS ***/

.grid-videos_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.grid-video_item {
    border-radius: 12px;
    overflow: hidden;
}

.grid-video_media {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.grid-video_media iframe,
.grid-video_media video {
    display: block;
    width: 100%;
    height: auto;
	aspect-ratio:16/9;
}

.grid-video_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 100%
    );
	height: 100px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 20px;
	pointer-events:none;
}

.grid-video_legend {
    font-size: 14px;
    line-height: 1.4;
	text-align: center;
    font-weight: 600;
}

.grid-videos .allVideosBis {
    display: flex;
	margin: 24px auto 0;
    width: fit-content;
}
@media screen and (max-width:800px){
	.grid-videos_list {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

}

/* Solutions */
#solutions {
	position: relative;
}
/*
#solutions .brz-container {
	z-index: 1;
}

#solutions:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(/wp-content/uploads/2024/09/solutions-solaires.png);
	opacity: 0.2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}*/

/* Blocs */
.blocBlur {
	width: fit-content;
	max-width: fit-content !important;
	margin: 0 auto;
}

.blocBlur>.brz-bg {
	background: linear-gradient(267deg, rgba(254, 254, 254, 0.20) 1.65%, rgba(254, 254, 254, 0.50) 98.19%);
	box-shadow: -6px 0px 16px 0px rgba(0, 0, 0, 0.15), -6px 0px 24px 0px rgba(254, 254, 254, 0.60) inset;
	backdrop-filter: blur(5px);
}

@media screen and (max-width:500px) {
	.blocBlur {
		max-width: 100% !important;
	}
}

/* Bloc seul */
.blocSolo .brz-row__container .brz-row {
	justify-content: center !important;
}

.blocSeul .brz-row__container .brz-row {
	justify-content: start !important;
}

@media screen and (max-width:767px) {
	.blocSolo .brz-row__container .brz-row {
		justify-content: center !important;
	}
}

/* Blocs doubles */
.blocDuo>.brz-row>.brz-columns:nth-child(1) .brz-row__container>.brz-row {
	justify-content: end !important;
}

.blocDuo>.brz-row>.brz-columns:nth-child(2) .brz-row__container>.brz-row {
	justify-content: start !important;
}

@media screen and (min-width:767px) and (max-width:1000px) {
	.blocDuo>.brz-row>.brz-columns:nth-child(2) .brz-row__container>.brz-row {
		justify-content: end !important;
	}
}

@media screen and (max-width:767px) {
	.blocDuo>.brz-row>.brz-columns .brz-row__container>.brz-row {
		justify-content: center !important;
	}
}


/* Blocs Triples */

/* .blocTriple>.brz-row>.brz-columns:nth-child(3)>.brz-column__items {
	align-items: start;
}

.blocTriple>.brz-row>.brz-columns:nth-child(2)>.brz-column__items {
	align-items: end;
}

.blocTriple>.brz-row>.brz-columns:nth-child(1)>.brz-column__items {
	align-items: start;
} */

@media screen and (max-width:1200px) {
	.blocTriple>.brz-row>.brz-columns {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.blocTriple>.brz-row>.brz-columns .brz-spacer {
		display: none;
	}

	.blocTriple>.brz-row>.brz-columns:nth-child(1) {
		padding-right: 50%;
		order: 2;
	}

	.blocTriple>.brz-row>.brz-columns:nth-child(2) {
		padding-left: 50%;
		order: 1;
	}

	.blocTriple>.brz-row>.brz-columns:nth-child(3) {
		padding-left: 50%;
		order: 3;
	}
}

@media screen and (max-width:991px) {
	.blocTriple .brz-row .brz-columns {
		padding: unset !important;
	}
}

@media screen and (max-width:767px) {
	.blocTriple>.brz-row>.brz-columns .brz-spacer {
		display: flex;
		height: 10vh !important;
	}

	.blocTriple>.brz-row>.brz-columns:nth-child(2)>.brz-column__items {
		align-items: end;
	}
}

@media screen and (max-width:500px) {
	.blocTriple>.brz-row>.brz-columns .brz-column__items {
		align-items: unset !important;
	}
}



/* Vidéos */
.slider-videos {
	position: relative;
	background-color: var(--dark-blue) !important;
	display: flex;
	flex-direction: column;
}

.slider-videos .legend {
	display: flex;
	max-width:450px;
	color: white;
	text-align: center;
	justify-content:center;
	/*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);*/
	padding: 10px ;
}

.allVideos {
	width: fit-content;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	background-color: var(--dark-blue) !important;
	transition: 0.3s ease-in-out;
	z-index:3;
}

/*
.allVideos {
    width: fit-content;
    background-color: var(--dark-blue) !important;
    transition: 0.3s ease-in-out;
    margin: 30px auto;
}*/

.allVideos:hover {
	background: white !important;
	color: var(--dark-blue);
}

#videos-list {
	display: flex;
	overflow-x: scroll;
	width: fit-content;
	margin: auto;
}

.video-item {
	width: fit-content;
	flex-shrink: 0;
	border-right: 2px solid white;
	position: relative;
}

/*
.video-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:linear-gradient(0deg, var(--dark-blue) 100px, transparent 100%);
	pointer-events: none;
}
.playing:after{
	display:none!important;
}*/
#videos-list::-webkit-scrollbar {
	height: 4px;
}

#videos-list::-webkit-scrollbar-track {
	background: white;
	border-radius: 0px;
	border-top: 1.5px solid white;
	border-bottom: 1.5px solid white;
}

#videos-list::-webkit-scrollbar-thumb {
	background: var(--dark-blue);
	height: 8px;
	border-radius: 0px;
}

.ytp-expand-pause-overlay .ytp-pause-overlay {
	display: none !important;
}


/* Projet / Questions */
@media screen and (max-width:600px) {

	div#blocProjet>.brz-row {
		max-width: 100%;
	}
}




/* REALISATIONS GRID */
.titleGrandest>div {
	max-width: 431px !important;
}

.realisation-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.realisation-grid-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.realisation-item {
	position: relative;
}

.realisation-details {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s;
	pointer-events: none;
	cursor: pointer;
	overflow: hidden;
}

.realisation-details a {
	pointer-events: auto;
	color: var(--main-yellow);
}

.realisation-details a:hover {
	color: var(--main-yellow);
}

.realisation-details>div {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.realisation-item:hover .realisation-details {
	opacity: 1 !important;
}

.realisation-item img {
	height: 300px;
	object-fit: cover;
}

@media screen and (max-width:1000px) {
	.realisation-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.realisation-grid-container .realisation-item {
		height: 200px;
	}

	.realisation-grid-container .realisation-item img {
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width:767px) {
	.realisation-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.realisation-details>div {
		padding: 15px;
		gap: 5px;
	}
}

@media screen and (max-width:400px) {
	.realisation-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}


/* REALISATIONS MASONERY */

.realisations-ge-wrap div#masonery-galerie {
    max-height: 100vh;
    overflow-y: scroll;
	scrollbar-width: none;
    -ms-overflow-style: none;
}
.realisations-ge-wrap div#masonery-galerie::-webkit-scrollbar {
    display: none;
}
.masonry-grid {
	display: block;
}

.grid-sizer,
.grid-item {
	width: calc(50% - 10px);
}

.grid-item {
	margin-bottom: 20px;
}

.masonry-grid .realisation-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (min-width:767px) and (max-width:1000px) {

	.grid-sizer,
	.grid-item {
		width: calc(50% - 7.5px);
	}

	.grid-item {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:767px) {

	.grid-sizer,
	.grid-item {
		width: calc(50% - 5px);
	}

	.grid-item {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:450px) {

	.grid-sizer,
	.grid-item {
		width: 100%;
	}

	.grid-item {
		margin-bottom: 20px;
	}
}

/* GALERIE REALISATIONS MASONERY */

.hiddenImg {
	display: none;
}

.voir-plus-wrap {
	text-align: center;
	margin-top: 20px;
}

.voir-plus-btn {
	cursor: pointer;
}


/* GALERIE REALISATIONS SLIDER VERTICAL */

.realisations-slider-vertical {
    margin: 0 auto;
}

.realisation-row {
    display: flex!important;
    gap: 20px;
}

.realisation-item {
    width: calc(50% - 10px);
	margin-bottom:20px;
}

.realisation-item img {
    display: block;
    width: 100%;
    height: auto;
	aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
}
.realisations-slider-vertical .slick-prev,
.realisations-slider-vertical .slick-next {
    position: absolute;
	z-index: 2;
	top:50%;
    left: 0px;
	width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.realisations-slider-vertical .slick-prev {
    transform:translate(-50%, -30px);
}
.realisations-slider-vertical .slick-next {
    transform:translate(-50%, 30px);
}
.custom-arrow {
    background: white!important;
	border-radius:50%;
}
.custom-arrow svg {
    display: block;
    width: 24px;
    height: 24px;
}
.custom-arrow .arrow-down {
    transform: rotate(180deg);
}
.custom-arrow:before{
	display:none;	
}
.custom-arrow:hover svg path{
	stroke:#fab30d;
}
.custom-arrow.slick-disabled{
	cursor:default;
	opacity:0.5;
}
.custom-arrow.slick-disabled:hover svg path{
	stroke:var(--dark-blue)!important;
}
@media screen and (max-width:767px){
	.custom-arrow svg {
		width: 18px;
		height: 18px;
	}
	.realisations-slider-vertical .slick-prev, .realisations-slider-vertical .slick-next {
		width: 30px;
		height: 30px;
	}
	.realisations-slider-vertical .slick-next {
		transform: translate(-50%, 20px);
	}
	.realisations-slider-vertical .slick-prev {
		transform: translate(-50%, -20px);
	}
	.realisation-row {
		gap: 10px;
	}
	.realisation-item {
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}
}


/* REALISATIONS GRID 4 DERNIERES */
.last-realisation-grid{
	display: grid;
	grid-template-columns:repeat(4, 1fr);
	gap: 20px;
}
.last-realisation-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    height: auto;
}
@media screen and (max-width:1200px){
	.last-realisation-grid{
		display: grid;
		grid-template-columns:repeat(2, 1fr);
		gap: 20px;
	}
}
@media screen and (max-width:450px){
	.last-realisation-grid{
		display: grid;
		grid-template-columns:repeat(1, 1fr);
		gap: 20px;
	}
}



/*********************** AUTRES PAGES *********************/

/*** SOLUTIONS ***/
.hero-banner {
	position: relative;
	min-height: 45vh;
	padding: 150px 0 100px 0;
	align-items: center;
	display: flex;
}

.hero-gradient {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100vw;
	height: 100%;
}

.hero-transition {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100vw;
	height: 20%;
}

.hero-bg {
	content: "";
	position: absolute;
	right: 0px;
	top: 0;
	width: 80vw;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.solutionTitle {
	z-index: 2;
}

.hero-banner h1 {
	max-width: 50%;
	margin-bottom: 0;
	margin-top: 50px;
}

.hero-tablet {
	display: none !important;
}

.hero-mobile {
	display: none !important;
}

@media screen and (max-width:1000px) {
	.hero-banner h1 {
		max-width: 70%;
	}

	.hero-bg {
		width: 60vw;
	}

	.hero-tablet {
		display: flex !important;
	}

	.hero-desktop {
		display: none !important;
	}

	.hero-mobile {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.hero-banner h1 {
		max-width: 100%;
	}

	.hero-tablet {
		display: none !important;
	}

	.hero-desktop {
		display: none !important;
	}

	.hero-mobile {
		display: flex !important;
	}

	.hero-mobile img {
		position: absolute;
		top: 0;
		left: 0px;
		bottom: 0;
		right: 0;
		width: 100%;
		object-fit: cover;
		height: 100%;
	}

	.hero-gradient {
		position: absolute;
		top: unset;
		left: 0px;
		bottom: 0;
		width: 100vw;
		height: 100%;
	}

	.hero-banner {
		padding: 0;
	}

	.solutionTitle {
		margin: unset;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		align-self: end;
		padding-top: 70px;
		padding-bottom: 30px;
	}
}

/* Notre offre */
@media screen and (min-width:1000px) and (max-width:1300px) {
	.offreWrap>.brz-row>.brz-columns {
		flex: 1 1 100%;
		max-width: 100%;
		margin: 0 0 20px 0 !important;
	}

	.offreWrap>.brz-row>.brz-columns>.brz-column__items,
	.offreWrap>.brz-row>.brz-columns>.brz-bg {
		margin: 0 !important;
	}
}


/* Solution en 3 etapes */
/*
.imagesWrap .brz-column__items {
    flex: unset !important;
    flex-direction: row !important;
    width: 100%;
    flex-wrap: wrap;
}
.imagesWrap img{
	position: relative !important;
    object-fit: contain!important;
	padding:0!important;
}
.imagesWrap .brz-image{
	height:fit-content!important;
}
.imagesWrap picture{
	padding:0!important;
}*/

@media screen and (min-width:1000px) and (max-width:1250px) {
	.etapesWrap>.brz-row>.brz-columns {
		flex: 1 1 50%;
		max-width: 50%;
	}

	.etapesWrap>.brz-row>.brz-columns:last-child .brz-column__items {
		margin: 30px 30px 0px 0px;
	}
}


/* AUTOCONSOMMATION PHOTOVOLTAIQUE */

/* Hero autoconsommation */

.colFullHeight {
	min-height: calc(100vh - 160px) !important;
}

.longTitle {
	width: calc(1400px - 180px) !important;
	z-index: 3 !important;
	max-width: calc(100vw - 180px);
}

.medTitle {
	width: calc(75vw - 180px) !important;
	z-index: 3 !important;
}

@media screen and (min-width:767px) and (max-width:1000px) {
	.longTitle {
		width: calc(100vw - 120px) !important;
	}

	.medTitle {
		width: calc(100vw - 180px) !important;
	}
}

@media screen and (max-width:767px) {
	.longTitle {
		width: 100% !important;
	}

	.medTitle {
		width: 100% !important;
	}

	.colFullHeight {
		min-height: 300px !important;
	}
}

/* Gains possibles */

.bgGainsSoleil>.brz-bg {
	position: absolute !important;
	width: 50vw !important;
	left: 0 !important;
}

@media screen and (max-width:1000px) {
	.bgGainsSoleil>.brz-bg {
		width: 100vw !important;
		left: -40px !important;
	}
}

@media screen and (max-width:767px) {
	.bgGainsSoleil>.brz-bg {
		left: -20px !important;
	}
}

/* DEMARCHES A SUIVRE */

.sectionDemarche {
	overflow: hidden !important;
}

.columnDemarche {
	height: auto !important;
	justify-content: center !important;
}

.columnDemarche>.brz-column__items,
.columnDemarche>.brz-column__items>.brz-wrapper,
.columnDemarche>.brz-column__items>.brz-wrapper>.brz-wp-shortcode,
.columnDemarche>.brz-column__items>.brz-wrapper>.brz-wp-shortcode>div {
	height: 100% !important;
}

.columnDemarche>.brz-bg {
	width: 50vw !important;
}

.columnDemarche:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0;
	width: 50vw;
	height: 15%;
	background: linear-gradient(180deg, white 25%, transparent);
	z-index: 2;
}

.columnDemarche:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 50vw;
	height: 80px;
	background: linear-gradient(0deg, var(--med-gray) 25%, transparent);
}

.page-id-1042 .columnDemarche:after {
	background: linear-gradient(0deg, #D6F0FF 25%, transparent);
}

.demarche-container {
	position: relative;
	height: 100%;
	align-items: center;
	display: flex;
}

.etape * {
	color: var(--dark-blue);
}

.etape {
	padding: 60px 0px 60px 60px;
	display: flex !important;
	align-items: start;
	background-image: linear-gradient(to right, var(--dark-gray) 33%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 15px 1px;
	background-repeat: repeat-x;
}

.etapeNb {
	padding-right: 10px;
}

#etapesDesktop .slick-slide:fist-child .etape {
	padding: 0px 0 40px 60px;
}

#etapesDesktop .slick-slide:last-child .etape {
	background-size: 15px 0px !important;
	padding: 60px 0 80px 60px !important;
}

.etape-description p:not(:last-child) {
	margin-bottom: 15px !important;
}

#etapesDesktop.slick-vertical .slick-slide {
	display: flex !important;
	border: 0px !important;
	align-items: center;
	height: fit-content !important;
}

#etapesDesktop .slick-list {
	overflow: visible;
}

.demarchePrevD,
.demarcheNextD,
.demarchePrevM,
.demarcheNextM {
	position: absolute;
	left: 0;
	background: var(--main-yellow);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.16));
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	cursor: pointer;
}

.demarchePrevM.slick-disabled,
.demarcheNextM.slick-disabled,
.demarchePrevD.slick-disabled,
.demarcheNextD.slick-disabled {
	background: #FFD46F;
	opacity: 0.7;
	cursor: auto;
}

.demarchePrevD {
	transform: translate(-50%, -50px);
}

.demarcheNextD {
	transform: translate(-50%, 50px);
}

.demarcheNextD svg {
	transform: rotate(180deg);
}

#etapesMobile,
.demarchePrevM,
.demarcheNextM {
	display: none !important;
}

.etape-description h2,
.etape-description h3,
.etape-description h4,
.etape-description h5 {
	font-size: 22px !important;
	font-weight: 500 !important;
}

@media screen and (max-width:1000px) {
	.sectionDemarche {
		overflow: visible !important;
	}

	.columnDemarche:before,
	.columnDemarche:after {
		display: none;
	}

	.columnDemarche>.brz-bg {
		width: 100% !important;
		left: 0px !important;
	}

	.demarche-container {
		width: 100%;
		height: fit-content !important;
		display: block !important;
	}

	#etapesDesktop,
	.demarchePrevD,
	.demarcheNextD {
		display: none !important;
	}

	#etapesMobile {
		display: block !important;
	}

	.demarchePrevM,
	.demarcheNextM {
		display: flex !important;
		position: absolute;
		width: 40px;
		height: 40px;
		bottom: 0;
		left: 50% !important;
		z-index: 3;
		cursor: pointer;
	}

	.demarchePrevM {
		transform: translate(calc(-50% - 30px), 50%) rotate(-90deg);
	}

	.demarcheNextM {
		transform: translate(calc(-50% + 30px), 50%) rotate(90deg);
	}

	.etape {
		padding: 30px !important;
		background: none;
	}

	.etape-description h2,
	.etape-description h3,
	.etape-description h4,
	.etape-description h5 {
		font-size: 20px !important;
	}
}

@media screen and (max-width:767px) {
	.etape {
		padding: 30px 20px 40px 20px !important;
	}

	.etape-description h2,
	.etape-description h3,
	.etape-description h4,
	.etape-description h5 {
		font-size: 18px !important;
	}
}

@media screen and (max-width:500px) {
	.etape {
		flex-wrap: wrap !important;
	}

	.etapeTxt {
		width: 100% !important;
	}
}