/*** HOME : banner ***/
.bannerSousTitre {
	max-width:660px;
	margin-left:auto!important;
	margin-right:auto!important;
}
.bannerSousTitreBg{
	padding:5px 8px!important;
	background: rgba(255, 255, 255, 0.5);
}

/* HOME : Experts */
#nos-experts-pour-vos-renovations > .brz-section__content >.brz-bg:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width: 75%;
	background-image:url(/wp-content/uploads/2025/04/Staffelfelden_1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	z-index:0;
}

.lienExpert span, .lienExpert .brz-icon__container{
	transition:0.3s ease-in-out!important;
}
.lienExpert:hover span{
	font-weight:bold!important;
}
.lienExpert:hover .brz-icon__container{
	transform:translatex(10px)!important;
}

/* HOME : Synergie */
@media screen and (min-width:1000px){
	.colSynergie{
		max-width: calc(62% - (100% - 1320px)/2)!important;
	}	
}

/* NOTRE ADN : vision */
.liste-before{
	position:relative;
}
.liste-before:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	bottom:0;
	width: 5px;
	background:var(--blue);
	border-radius:5px;
}

/* NOTRE ADN : contenu img */
.ligneContenu > .brz-row .brz-column__items {
    background: #683477;
	width: fit-content !important;
}

/* NOUS REJOINDRE : divisions */

@media screen and (min-width:1000px){
	.offres-wrapper {
		height: fit-content!important;
	}
	.boutons-grid>div {
		gap: 15px 50px !important;
		display: grid !important;
		grid-template-columns: 1fr 1fr;
	}
	.boutons-grid a {
		min-width: max-content;
	}
	.boutons-grid>div>div:nth-child(even) {
		min-width: max-content;
	}
}
@media screen and (min-width:1150px) and (max-width:1200px){
	.boutons-grid>div {
		gap: 15px 20px !important;
	}
}
@media screen and (min-width:1000px) and (max-width:1149px){
	.boutons-grid>div {
		grid-template-columns: 1fr;
	}
}

/*** NOUS REJOINDRE : CARRÉS BLEUS - Colonnes : en haut à gauche et en bas à droite  ***/
.colCarreLeftTop, .colCarreRightBottom{
	position:relative!important;
}
.colCarreLeftTop>div, .colCarreRightBottom>div, 
.brz .colCarreLeftTop>.brz-bg, .brz .colCarreRightBottom>.brz-bg {
	z-index:1!important;
}
.colCarreLeftTop> .brz-column__items, .colCarreRightBottom> .brz-column__items {
	z-index:2!important;
}
.colCarreLeftTop:after, .colCarreRightBottom:after{
	content:"";
	position:absolute;
	width: 185px;
    height: 100px;
	background:var(--blue);
	z-index:0;
	max-height: 100%;
}
.colCarreLeftTop:after{
	left:0;
	top:0;
	transform: translate(-30px, -35px);
}
.colCarreRightBottom:after{
	right:0;
	bottom:0;
	transform: translate(30px, 35px);
}

@media screen and (max-width:999px){
	.colCarreLeftTop:after, .colCarreRightBottom:after{
		width: 170px;
		height:100px;
	}
	.colCarreLeftTop:after{
		transform:translate(-20px, -25px);
	}
	.colCarreRightBottom:after{
		transform:translate(20px, 25px);		
	}
}
@media screen and (max-width:767px){
	.colCarreLeftTop:after, .colCarreRightBottom:after{
		width: 120px;
		height:80px;
	}
	.colCarreLeftTop:after{
		transform: translate(-10px, -10px);
	}
	.colCarreRightBottom:after{
		transform: translate(10px, 10px);
	}
}

.ligneEquipe .brz-image{
	aspect-ratio:1!important;
}

.ligneEquipe img{
	aspect-ratio:1!important;
	object-fit: cover;
    width: 100%!important;
}
/*** EQUIPE ***/
.equipe-wrap-desktop{
	display:flex;
}
.equipe-wrap-pc, .equipe-wrap-tablet, .equipe-wrap-mobile{
	display:none;
}

.equipe-wrap {
	flex-direction:column;
	gap:30px;	
}
.ligne:nth-child(odd) {
    background: var(--gris);
    padding: 30px 0;
}
.equipe-wrap .row-equipe {
    display: grid;
	grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}
.membre {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
}
.membre img {
    height: 220px;
    object-fit: cover;
}
.membre-infos {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
@media screen and (max-width:1400px){
	.equipe-wrap-desktop, .equipe-wrap-tablet, .equipe-wrap-mobile{
		display:none!important;
	}
	.equipe-wrap-pc{
		display:flex!important;
	}
	.equipe-wrap .row-equipe {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width:1000px){
	.equipe-wrap-desktop, .equipe-wrap-pc, .equipe-wrap-mobile{
		display:none!important;
	}
	.equipe-wrap-tablet{
		display:flex!important;
	}
	.equipe-wrap .row-equipe {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width:767px){
	.equipe-wrap-desktop, .equipe-wrap-pc, .equipe-wrap-tablet{
		display:none!important;
	}
	.equipe-wrap-mobile{
		display:flex!important;
	}
	.equipe-wrap .row-equipe {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

/*** JF2C et ses PARTENAIRES : logos ***/
.logos-partenaires{
    width: fit-content!important;
    flex: unset!important;
}
.logos-partenaires .brz-column__items{
    flex: unset!important;
    flex-direction: row!important;
    gap: 10px 20px;
	width: fit-content!important;
}
.logos-partenaires .brz-column__items>div {
    width:fit-content!important;
	flex:unset !important;
}
.logos-partenaires .brz-image{
	display:flex!important;
	width:fit-content!important;
	height: fit-content!important;
} 
.logos-partenaires picture{
	padding:0!important;
}
.logos-partenaires img {
    height: 60px !important;
    position: relative !important;
    object-fit: contain;
    width: fit-content !important;
    top: unset !important;
    left: unset !important;
}
@media screen and (max-width:767px){
	.logos-partenaires img {
		height: 40px !important;
	}
}

/*** CONTACT ***/
.gform-theme--foundation .gform_fields{
	row-gap: 12px!important;
}
.gfield_required {
    display: none!important;
}
label.gfield_label.gform-field-label, label.gfield_consent_label {
    color: white!important;
    font-weight:bold!important;
	margin-bottom:2px!important;
}
select, textarea, input {
    border-radius: 30px !important;
}
 .gfield textarea.large {
    min-block-size: 150px!important;
}

input#gform_submit_button_1 {
    background: #91BEDC;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 30px;
}

.colCarreLeft.contact-col:after {
    background: var(--rouge)!important;
}

/*** SERVICES ***/
.doubleImgs {
    height: fit-content;
}

/*** REALISATIONS ***/
.galerie-wrapper {
    column-count: 4;
    column-gap: 20px;
}
.galerie-item {
    break-inside: avoid;
    margin-bottom: 20px;
	display:none;
}
.galerie-item img {
    width: 100%;
    height: auto;
    display: block;
}
.filtres-realisations {
    display: inline-flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
	width:100%;
}
.filtre-realisation{
	color: rgba(var(--brz-global-color3), 1);
    border-radius: 100px;
    padding: 10px 40px;
    display: inline-flex;
    border: 2px solid rgba(var(--brz-global-color3), 1);
    font-weight: 600;
}
.filtre-actif{
	background:var(--turquoise)!important;
	color:white!important;
}
.realisation-active{
	display:block!important;
}

@media (max-width: 1024px) {
    .galerie-wrapper {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .galerie-wrapper {
        column-count: 2;
    }
}


/**** ARTICLES ****/
.articles-wrapper {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 30px;
}

.article-bloc {
    width: 100%;
    min-height: 300px;
    display: flex;
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
    align-items: end;
	padding: 60px 0 40px 0;
}

.article-bloc h2 {
    color:white;
	line-height:normal;
	font-size:20px;
	margin-bottom:0;
}
.article-titre {
    padding: 10px;
	width:calc(100% - 80px);
	position:relative;
	background: var(--blue);
}
.article-titre:after {
    background: var(--blue);
    position: absolute;
	content:"";
    width: 50px;
	right:-49px;
	top:0;
	bottom:0;
	clip-path: polygon(0% 0, 100% 100%, 0% 100%, 0 50%);
}
@media screen and (max-width:1200px){
	.articles-wrapper {
		grid-template-columns:repeat(2, 1fr);
	}
}
@media screen and (max-width:1000px){
	.article-bloc h2 {
		font-size:18px;
	}
}
@media screen and (max-width:767px){

	.article-bloc h2 {
		font-size:16px;
	}
}
@media screen and (max-width:650px){
	.articles-wrapper {
		grid-template-columns:repeat(1, 1fr);
		gap: 20px;
	}
	.article-bloc {
		min-height: 250px;
		padding: 40px 0 20px 0;
	}
	.article-titre {
		width:calc(100% - 60px);
	}
	.article-titre:after {
		width: 40px;
		right:-39px;
	}
}

/*** GLOBAL : Fil arianne ***/

nav.fil-arianne * {
    color: black !important;
}
.arianne-last{
	font-weight:800;
}
.fil-arianne a.lien-857, .fil-arianne a.lien-1184 {
    pointer-events: none;
}

/*** GLOBAL : Partenaires ***/
.wrap-partenaire {
    display: flex;
    gap: 30Px 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.wrap-partenaire img{
	max-width:130px;
	max-height:70px;
	object-fit:contain;
}
@media screen and (max-width:1000px){
	.wrap-partenaire {
		gap: 15Px 30px;
	}
	.wrap-partenaire img{
		max-width:100px;
		max-height:60px;
	}
}
@media screen and (max-width:767px){
	.wrap-partenaire img{
		max-width:85px;
		max-height:55px;
	}
}