/* DEFAULT */
body,
div,
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--noir: #000000;
	--bleu: #3598FD;
	--blanc: #ffffff;
	--gris: #EEEEEE;
}

body {
	overflow-x: hidden !important;
}

.et_pb_scroll_top {
	background: var(--bleu) !important;
	border: 1px var(--noir) solid !important;
}

/**** COOKIEYES CUSTOM CSS ****/
.cky-consent-container .cky-consent-bar {
	border-color: var(--bleu) !important;
}

.cky-btn-revisit-wrapper {
	width: 30px !important;
	height: 30px !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
	height: 20px !important;
	width: 20px !important;
}

.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences {
	color: var(--bleu) !important;
	border-color: var(--bleu) !important;
}

.cky-btn-accept {
	color: var(--blanc) !important;
	background-color: var(--bleu) !important;
	border-color: var(--bleu) !important;
}

.cky-btn:hover {
	background: var(--bleu) !important;
	border-color: var(--bleu) !important;
	color: var(--blanc) !important;
	opacity: 1 !important;
}

.cky-btn-revisit-wrapper {
	background-color: var(--bleu) !important;
}

body.mfp-zoom-out-cur .mfp-bg.mfp-fade.mfp-ready,
body.mfp-zoom-out-cur .mfp-wrap {
	position: fixed !important;
	top: 0 !important;
}

/**** DESACTIVE SCROLL PAGE ****/
body #page-container,
body.mfp-zoom-out-cur,
body.mfp-zoom-out-cur div {
	overflow: hidden !important;
}

/**** DESACTIVE SCROLL ON POPUP ****/
body.mfp-zoom-out-cur {
	width: 100% !important;
}

/* HEADER */
.top-bar {
	position: relative;
	overflow: hidden;

	&::before {
		content: '';
		background: url(/wp-content/uploads/2026/03/bg-top-left.svg) center right no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 200px;
		height: 40px;
	}

	&::after {
		content: '';
		background: url(/wp-content/uploads/2026/03/bg-top-right.svg) center right no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 200px !important;
		height: 40px !important;
		visibility: visible !important;
	}

	.et_pb_main_blurb_image {
		vertical-align: middle !important;
	}

	.et_pb_blurb_container {
		padding-left: 5px !important;
	}

	.col-rs {
		gap: 40px;
		margin: 0 !important;
		width: 100% !important;
		justify-content: center !important;
		align-items: center;
		z-index: 5;
	}

	.ct-coor {
		justify-content: flex-end !important;
	}
}

body .et_pb_button {
	display: inline-block;
	position: relative;
	overflow: hidden;

	&::before {
		content: '' !important;
		display: block !important;
		background: var(--bleu);
		position: absolute;
		top: 100% !important;
		left: 0 !important;
		right: 0;
		bottom: 0;
		margin: 0 !important;
		transform: none !important;
		transition: all 400ms ease-in-out;
	}

	&::after {
		content: '' !important;
		background: url(/wp-content/uploads/2026/03/arrow.svg) center no-repeat !important;
		background-size: contain !important;
		width: 13px !important;
		height: 10px !important;
		margin: 5px 0 0 0;
	}
}

body .et_pb_button.btn {
	&::after {
		filter: brightness(0) invert(1);
	}
}

body .et_pb_button.btn:hover {
	&::after {
		filter: brightness(1) invert(0);
	}
}

.header .et_pb_menu .et_pb_menu__menu>nav>ul>li.menu-item-70>.sub-menu>li>a {
	color: #222222 !important;
}

body .header .et_pb_menu .et_pb_menu__menu>nav>ul>li.menu-item-70>.sub-menu>li>a:hover {
	color: #d37aaa !important;
}

body .header .et_pb_menu_0_tb_header.et_pb_menu ul>li.current-menu-item>ul>li>a:hover {
	color: #d37aaa !important;
}

.header .et-db #et-boc .et-l .dtb-menu ul.et-menu>li>ul>li>a:hover {
	color: #d37aaa !important;
}

.et_pb_button em {
	font-style: normal !important;
	z-index: 1;
	position: relative;
}

.header .et_pb_menu .et_pb_menu__menu>nav>ul>li:last-child a:hover:after,
body .et_pb_button:hover:before {
	right: 0 !important;
}

.header .et_pb_menu .et_pb_menu__menu>nav>ul>li:last-child a:hover span,
body .et_pb_button:hover em {
	color: var(--blanc) !important;
	position: relative;
	z-index: 5;
}

.header .sub-menu li a span {
	color: var(--noir) !important;
}

header .has_et_pb_sticky .title-logo {
	left: 114px;
	transition: ease 0.6s;
}

header .has_et_pb_sticky .title-logo p {
	font-size: 1.2em;
	transition: ease 0.6s;
}

.header .et_pb_menu .et_pb_menu__menu>nav>ul>li:last-child a {
	padding: 15px 30px;
	color: var(--blanc) !important;
	background: var(--bleu);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;

	&::before {
		content: '';
		background: url(/wp-content/uploads/2026/03/icone-contact.svg) center no-repeat;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 20px;
		min-width: 20px;
		height: 20px;
		margin: 0 5px 0 0 !important;
		z-index: 2;
	}

	&::after {
		content: '' !important;
		display: block !important;
		background: var(--noir);
		position: absolute;
		top: 0 !important;
		left: 0 !important;
		right: 100%;
		bottom: 0;
		margin: 0 !important;
		transform: none !important;
		transition: all 400ms ease-in-out;
	}
}

.logo-nav .et_pb_menu_inner_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.et_pb_menu__logo {
	width: 150px;
	transition: all 400ms ease-in-out;
}

.et_pb_menu__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.logo-nav .dtb-menu {
	width: 100%;
}

.logo-nav .et_pb_menu__wrap {
	width: 100% !important;
	justify-content: flex-end;
}

.et_pb_menu .et-menu>li {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
	padding: 10px 0;
}

.has_et_pb_sticky .et_pb_menu__logo {
	width: 110px;
}

/* Header */
.header-section {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;

	.top-bar {
		.col-rs {
			width: 155px !important;
		}

		.ct-coor {
			width: calc(100% - 155px) !important;
		}
	}

	.menu {
		justify-content: flex-end !important;
		gap: 30px;

		#mobile_menu1 {
			position: fixed;
			left: 0;
			right: 0;
			display: none !important;

			li {
				flex: auto !important;
			}
		}
	}

	.et_pb_menu__menu {
		display: none !important;
	}

	.et_mobile_nav_menu {
		display: block !important;
		float: none !important;
	}
}

body.scrolled-down .header-section {
	box-shadow: 0 0 10px #d1d1d18f;
}

@media (max-width: 1024px) {
	.header .et_pb_menu__logo {
		width: 100px;
	}

	.header .et_pb_row_1_tb_header {
		padding: 0 !important;
	}

	.header .dtb-menu {
		background: transparent !important;
	}

	.header .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
		justify-content: flex-end !important;
	}

	.header .et_pb_menu .et-menu>li {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.header .et_pb_menu .et_pb_menu__menu>nav>ul>li:last-child {
		position: relative;
		margin-top: -5px;
	}
}

@media (max-width:980px) {
	body .header {
		.et_pb_menu__wrap {
			justify-content: flex-end !important;
		}

		.et_mobile_menu {
			border-top: 3px solid var(--noir) !important;
		}

		.et_pb_menu_0_tb_header.et_pb_menu ul>li.current-menu-item>ul {
			background: var(--noir) !important;
		}

		.et_pb_menu_0_tb_header.et_pb_menu ul>li.current-menu-item>ul>li>a {
			color: var(--blanc) !important;
		}

		.et_pb_menu_0_tb_header.et_pb_menu ul>li.current-menu-item>ul>li>a:hover {
			color: #d37aaa !important;
		}

		.current-menu-item.current_page_item {
			a {
				background: var(--noir) !important;
				color: var(--blanc) !important;
			}
		}

		.top-bar {
			.col-rs {
				gap: 20px;

				.tel {
					margin-right: 0 !important;
				}

				.adr {
					display: none !important;
				}
			}

			&::after {
				display: none !important;
			}
		}

		.mobile_menu_bar {
			background: var(--bleu);

			&::before {
				color: var(--blanc) !important;
			}
		}
	}
}

@media (max-width: 780px) {
	body .header {
		.top-bar {
			display: block !important;
			min-height: 40px !important;
			padding-top: 9px !important;
		}
	}
}

@media (max-width: 600px) {
	body .header {
		.top-bar {
			padding-right: 20px !important;

			.et_pb_blurb_container {
				display: none !important;
			}

			.col-rs {
				gap: 10px;
				justify-content: flex-end !important;
			}
		}
	}
}

/* Footer */
.et_pb_row_0_tb_footer {
	&::after {
		display: none !important;
	}
}

#menu-menu-secondaire {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin-left: 0 !important;
	margin-right: 0 !important;

	li {
		width: calc(50% - 10px);
		text-align: left;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 980px) {
	.footer {
		.et_pb_menu__menu {
			display: block !important;
		}

		.et_mobile_nav_menu {
			display: none !important;
		}
	}

	.et_pb_menu__wrap {
		justify-content: flex-start !important;

		#menu-menu-secondaire {
			flex-direction: column;

			li {
				width: 100%;
			}
		}
	}
}

/*Plan du site*/
.simple-sitemap-page {
	margin-top: 20px !important;
	list-style: none !important;

	.sitemap-item {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 10px;
		padding-left: 0;
		transition: all 400ms ease-in-out;

		&::before {
			content: '';
			background: url(/wp-content/uploads/2026/03/arrow.svg) center no-repeat;
			background-size: contain;
			width: 20px;
			height: 14px;
			margin-right: 10px;
			transition: all 400ms ease-in-out;
			filter: invert(0);
		}

		a {
			transition: all 400ms ease-in-out;
		}
	}

	.sitemap-item:hover {
		padding-left: 20px;

		&::before {
			filter: brightness(0) invert(0);
		}

		a {
			color: var(--noir) !important;
		}
	}
}

.plan h3 {
	display: none;
}

/* PAGE ACCUEIL */
.hero {
	.et_pb_image_0 {
		left: inherit !important;
		text-align: right !important;
	}
}

.blocImg {
	&::before {
		content: '';
		background: url(/wp-content/uploads/2026/03/border-top-right.svg) top right no-repeat;
		width: 63px;
		height: 71px;
		position: absolute;
		top: 0;
		right: -15px;
		z-index: 1;
	}

	padding: 3px;
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 213px;
	gap: 12px;
	grid-template-areas: "a b"
	"c b";

	.img {
		.elementor-widget-image {
			height: 213px;
			width: 100%;
			overflow: hidden;
			border: 1px var(--blanc) solid;
		}

		img {
			display: block !important;
			width: 100% !important;
			min-width: 278px;
			min-height: 213px;
			object-fit: cover;
			object-position: center;
		}
	}

	.img1 {
		grid-area: a;
	}

	.img2 {
		grid-area: b;
	}

	.img3 {
		grid-area: c;
	}

	&::after {
		content: '';
		background: url(/wp-content/uploads/2026/03/border-bottom-left.svg) bottom left no-repeat;
		width: 63px;
		height: 71px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
}

.itemExpert {
	.et_pb_blurb_content {
		.et_pb_main_blurb_image {
			margin-bottom: 0 !important;
			position: relative;
			overflow: hidden;

			img {
				display: block;
				width: 350px;
				height: 470px;
				object-fit: cover;
				object-position: center;
				transform: scale(1.0);
				transition: all 400ms ease-in-out;
			}
		}

		.et_pb_blurb_container {
			background: var(--blanc);
			padding: 40px 20px;
			min-height: 300px;
			display: flex;
			flex-direction: column;
			align-items: center;
			position: absolute;
			bottom: -122px;
			left: 10px;
			right: 10px;

			div {
				position: relative;
				z-index: 5;
			}

			.et_pb_module_header {
				padding-bottom: 10px;
				margin-bottom: 10px;
				position: relative;
				transition: all 400ms ease-in-out;
				position: relative;
				z-index: 5;

				&::after {
					content: '';
					background: var(--noir);
					width: 50px;
					height: 3px;
					position: absolute;
					bottom: 0;
					left: 0;
					transition: all 400ms ease-in-out;
				}
			}

			p {
				transition: all 400ms ease-in-out;
			}

			&::after {
				content: '';
				background: var(--bleu);
				position: absolute;
				top: calc(100% - 3px);
				bottom: 0;
				left: 0;
				right: 0;
				z-index: 1;
				transition: all 400ms ease-in-out;
			}
		}

		.et_pb_blurb_description {
			position: relative;
			height: 110px;
		}

		.btn-expert,
		.btn-expert-last {
			position: absolute;
			bottom: 0;
			right: 0;
			font-weight: 600;
			letter-spacing: 0.05em;
			color: var(--bleu);
		}

		.btn-expert-last {
			bottom: -30px;
		}
	}
}

.itemExpert:hover {
	.et_pb_blurb_content {
		.et_pb_main_blurb_image {
			img {
				transform: scale(1.1);
			}
		}

		.btn-expert,
		.btn-expert-last {
			color: var(--blanc);
			font-weight: 700;
		}

		.et_pb_blurb_container {
			.et_pb_module_header {
				color: var(--blanc) !important;

				&::after {
					background: var(--blanc);
				}
			}

			p {
				color: var(--blanc) !important;
			}

			&::after {
				top: 0 !important;
			}
		}
	}
}

.itemArti {
	flex: 1;
	min-height: 255px;
	padding: 50px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	border: 1px solid var(--noir);
	position: relative;
	overflow: hidden;

	div {
		position: relative;
		z-index: 5;
	}

	.et_pb_main_blurb_image {
		margin-bottom: 30px !important;

		.et_pb_image_wrap {
			width: 70px;
			height: 70px;
			margin: 0 auto;
			display: flex;
			justify-content: center;
			align-items: center;
			transition: all 400ms ease-in-out;
		}
	}

	p {
		transition: all 400ms ease-in-out;
	}

	&::after {
		content: '';
		background: var(--bleu);
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		transition: all 400ms ease-in-out;
	}
}

.itemArti:hover {
	.et_pb_main_blurb_image {
		.et_pb_image_wrap {
			background: var(--noir) !important;
		}
	}

	p {
		color: var(--blanc) !important;
	}

	&::after {
		top: 0;
	}
}

/* NOS REALISATIONS */

body #page-container #main-content .et_pb_section .gallery {
	.et_pb_all_tabs {
		background: transparent !important;
	}

	.et_pb_tab_content {
		/* display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: 500px; */
		display: flex;
		justify-content: flex-start;
		gap: 15px;
	}


	.et_pb_tabs {
		border: none;
	}

	.et_pb_tabs_controls {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		background-color: transparent;
		margin-bottom: 30px;

		li {
			border: solid 1px var(--noir) !important;
			border-radius: 0;
			transition: all 400ms ease-in-out;

			a {
				color: var(--noir);
				line-height: 20px;
				font-weight: 300 !important;
				text-align: center;
				transition: all 400ms ease-in-out;
				display: flex !important;
				width: 100%;
				height: 50px;
				padding: 0 30px;
				align-items: center;
				justify-content: center;
			}
		}

		li.et_pb_tab_active,
		li:hover {
			background-color: var(--bleu) !important;
			border-color: var(--bleu) !important;

			a {
				color: var(--blanc) !important;
			}
		}

		&::after {
			display: none;
		}
	}

	.et_pb_gallery_title {
		display: none;
	}

	.et_pb_gallery .et_pb_gallery_items {
		row-gap: 15px;
		column-gap: 15px;
		margin: inherit !important;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;

		>div {
			width: 32% !important;
			max-width: 100% !important;
			margin: 0 !important;
		}
	}

	.et_pb_gallery_item,
	.et_pb_gallery_image,
	.et_pb_gallery_image img {
		width: 100%;
		height: 300px;
	}

	img {
		object-fit: cover;
		object-position: center;
	}

	.et_pb_gallery_image {
		border-radius: 0;
		overflow: hidden;

		.et_overlay {
			border-color: none !important;
			border: 0 !important;
			height: 0 !important;
			opacity: 1 !important;
			top: 0;
			left: 0;
			right: 0;

			&::before {
				content: '' !important;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				margin: auto;
				background: url(/wp-content/uploads/2025/06/aude-elec-favico.png) center no-repeat;
				background-size: contain;
				width: 100px !important;
				height: 100px !important;
				transform: initial !important;
				transition: all 1.5s ease-in-out;
				opacity: 0;
			}
		}
	}

	.et_pb_gallery_image:hover {
		.et_overlay {
			bottom: 0 !important;
			height: 100% !important;

			&::before {
				opacity: 1;
			}
		}
	}

	.twentytwenty-container {
		width: 384px;
	}

	.twentytwenty-container img {
		height: 350px;
	}

	.this-onglet #twenty20-1 {
		width: auto !important;
		max-width: fit-content;
	}
}

@media all and (max-width: 500px) {

	body #page-container #main-content .et_pb_section .gallery {
		& .et_pb_gallery .et_pb_gallery_items {
			>div {
				width: 100% !important;
			}
		}

		& .twentytwenty-container {
			max-width: 100%;
			margin: auto;
			margin-bottom: 20px;
		}

		/* & .twentytwenty-handle {
			left: 172.5px !important;
		} */
	}
}


/* pour le nos real  */
.gallery-real {
	.et_pb_all_tabs {
		background: transparent !important;
	}

	/* .et_pb_tab_content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 500px;
		gap: 20px;
	} */


	.et_pb_tabs {
		border: none;
	}

	.et_pb_tabs_controls {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		background-color: transparent;
		margin-bottom: 30px;

		li {
			border: solid 1px var(--noir) !important;
			border-radius: 0;
			transition: all 400ms ease-in-out;

			a {
				color: var(--noir);
				line-height: 20px;
				font-weight: 300 !important;
				text-align: center;
				transition: all 400ms ease-in-out;
				display: flex !important;
				width: 100%;
				height: 50px;
				padding: 0 30px;
				align-items: center;
				justify-content: center;
			}
		}

		li.et_pb_tab_active,
		li:hover {
			background-color: var(--bleu) !important;
			border-color: var(--bleu) !important;

			a {
				color: var(--blanc) !important;
			}
		}

		&::after {
			display: none;
		}
	}

	.et_pb_gallery_title {
		display: none;
	}

	.et_pb_gallery .et_pb_gallery_items {
		row-gap: 15px;
		column-gap: 15px;
		margin: inherit !important;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;

		>div {
			width: 32% !important;
			max-width: 100% !important;
			margin: 0 !important;
		}
	}

	.et_pb_gallery_item,
	.et_pb_gallery_image,
	.et_pb_gallery_image img {
		width: 100%;
		height: 300px;
	}

	img {
		object-fit: cover;
		object-position: center;
	}

	.et_pb_gallery_image {
		border-radius: 0;
		overflow: hidden;

		.et_overlay {
			border-color: none !important;
			border: 0 !important;
			height: 0 !important;
			opacity: 1 !important;
			top: 0;
			left: 0;
			right: 0;

			&::before {
				content: '' !important;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				margin: auto;
				background: url(/wp-content/uploads/2025/06/aude-elec-favico.png) center no-repeat;
				background-size: contain;
				width: 100px !important;
				height: 100px !important;
				transform: initial !important;
				transition: all 1.5s ease-in-out;
				opacity: 0;
			}
		}
	}

	.et_pb_gallery_image:hover {
		.et_overlay {
			bottom: 0 !important;
			height: 100% !important;

			&::before {
				opacity: 1;
			}
		}
	}
}

.gallery .et_pb_tabs_controls:after,
.gallery-real .et_pb_tabs_controls:after {
	display: none;
}

@media (max-width:980px) {
	.itemExpert {
		width: 100%;

		.et_pb_blurb_content {
			max-width: 100% !important;
			width: 100% !important;

			.et_pb_main_blurb_image {
				width: 100%;
			}

			.et_pb_blurb_container {
				background: var(--blanc);
				padding: 40px 20px;
				min-height: 180px;
				display: flex;
				flex-direction: column;
				align-items: center;
				position: absolute;
				bottom: -122px;
				left: 10px;
				right: 10px;

				.et_pb_module_header {
					&::after {
						right: 0;
						margin: 0 auto;
					}
				}
			}
		}
	}

	.itemExpert1,
	.itemExpert2 {
		margin-bottom: 120px !important;
	}

	.listeArti {
		flex-direction: row;
		gap: 20px;

		.itemArti {
			width: calc(50% - 10px);
			flex: auto !important;
		}
	}

	.gallery,
	.gallery-real {
		padding: 0 !important;
	}

	.gallery .et_pb_tabs_0.et_pb_tabs,
	.gallery-real .et_pb_tabs_0.et_pb_tabs {
		margin-top: 0 !important;
	}

	.gallery .et_pb_tabs_controls,
	.gallery-real .et_pb_tabs_controls {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.blocImg {
		&::before {
			top: -3px;
			right: -5px;
		}

		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
		grid-template-areas: "a"
		"b"
		"c";

		.et_pb_image_wrap {
			display: block !important;
			width: 100%;
		}

		.img {
			display: block;
			width: 100%;
			overflow: hidden;

			.elementor-widget-image {
				height: auto;
			}
		}

		&::after {
			bottom: -4px;
			left: -3px;
		}
	}

	.gallery {
		.et_pb_tab_content {
			grid-template-columns: repeat(2, 1fr);
			grid-auto-rows: 350px;
		}

		.et_pb_tabs_controls li {
			width: calc(50% - 15px);
		}
	}

	.gallery-real {
		.et_pb_tab_content {
			grid-template-columns: repeat(2, 1fr);
			grid-auto-rows: 350px;
		}

		.et_pb_tabs_controls li {
			width: calc(50% - 15px);
		}
	}

	.gallery .et_pb_tabs_0.et_pb_tabs {
		margin-bottom: 0px !important;
	}

	.gallery .et_pb_tabs_controls {
		margin-bottom: 0 !important;
	}

	.gallery .et_pb_gallery .et_pb_gallery_items {
		column-gap: 16px;
	}

	.gallery .et_pb_gallery .et_pb_gallery_items>div {
		width: calc(51% - 15px) !important;
	}

	.gallery-real .et_pb_tabs_0.et_pb_tabs {
		margin-bottom: 0px !important;
	}

	.gallery-real .et_pb_tabs_controls {
		margin-bottom: 0 !important;
	}

	.gallery-real .et_pb_gallery .et_pb_gallery_items {
		column-gap: 16px;
	}

	.gallery-real .et_pb_gallery .et_pb_gallery_items>div {
		width: calc(51% - 15px) !important;
	}

	.forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
		width: inherit !important
	}
}

@media screen and (max-width: 600px) {
	.listeArti {
		flex-direction: column !important;

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

	.gallery {
		.et_pb_tab_content {
			grid-template-columns: repeat(1, 1fr);
			grid-auto-rows: inherit;
		}

		.twenty20 {
			margin-bottom: 0 !important;
			width: auto !important;
		}

		.et_pb_tabs_controls {
			.et_pb_tabs_controls {
				margin-bottom: 0 !important;
			}

			li {
				padding: 5px 0;
				width: 100%;
				max-width: 100%;
			}
		}
	}

	.gallery-real {
		.et_pb_tab_content {
			grid-template-columns: repeat(1, 1fr);
			grid-auto-rows: inherit;
		}

		.twenty20 {
			margin-bottom: 0 !important;
		}

		.et_pb_tabs_controls {
			.et_pb_tabs_controls {
				margin-bottom: 0 !important;
			}

			li {
				padding: 5px 0;
				width: 100%;
				max-width: 100%;
			}
		}
	}

	.et_pb_gallery .et_pb_gallery_items>div {
		width: 100% !important;
	}
}

.gallery .et_pb_tab {
	padding: 30px 0 0 0;
}

.gallery-real .et_pb_tab {
	padding: 30px 0 0 0;
}

.coor {
	.et_pb_blurb {
		.et_pb_image_wrap {
			width: 25px !important;
			min-width: 25px !important;
			margin: 0 !important;
		}

		.et_pb_blurb_container {
			padding-left: 8px !important;
		}
	}
}

body .ti-widget.ti-goog .ti-review-item>.ti-inner {
	border-radius: 0 !important;
}


/* ravalement-de-facades */

.this-col-new h2 {
	margin-bottom: 60px;
}

.this-col-new h2::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -10px;
	width: 60px;
	height: 4px;
	background: var(--noir);
}

.this-col-new .this-list ul {
	list-style: none;
	margin-top: 10px;
}

.this-col-new .this-list ul li {
	position: relative;
	line-height: 2.1em;
	margin-left: 15px;
}

.this-col-new .this-list ul li::before {
	position: absolute;
	content: "";
	top: 3px;
	left: -32px;
	width: 22px;
	height: 22px;
	background: url("https://www.martins-facades.com/wp-content/uploads/2026/03/qualite.png");
	background-size: cover;
	background-position: center;
}

.this-col-new .this-list.list-reno ul li::before {
	position: absolute;
	content: "";
	top: 3px;
	left: -32px;
	width: 22px;
	height: 22px;
	background: url("https://www.martins-facades.com/wp-content/uploads/2026/04/checked.png");
	background-size: cover;
	background-position: center;
}

.this-ima {
	position: relative;
	z-index: 1;
}

.this-ima::after {
	position: absolute;
	content: "";
	width: 80%;
	height: 80%;
	top: -20px;
	right: -20px;
	border: 4px dashed var(--bleu);
	z-index: -1;
}

.this-ima span,
.is-left-ima span,
.this-ima-small span {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.this-ima span:after,
.is-left-ima span:after,
.this-ima-small span:after {
	position: absolute;
	top: 0;
	left: -65%;
	z-index: 10;
	content: '';
	width: 40%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	transform: skewX(25deg);
	pointer-events: none;
}

.this-ima img {
	transition: ease 0.8s;
	height: 480px;
	width: 100% !important;
	object-fit: cover;
	object-position: center;
}

.is-left-ima img {
	transition: ease 0.8s;
	max-height: 70vh;
	width: 100% !important;
}

.this-ima:hover img,
.is-left-ima:hover img,
.this-ima-small:hover img {
	transform: scale(1.2);
}

.this-ima:hover span:after,
.is-left-ima:hover span:after,
.this-ima-small:hover span:after {
	animation: show 2.5s;
}

@keyframes show {
	100% {
		left: 150%;
	}
}


.new-col-2 {
	padding: 60px 60px;
	/* backdrop-filter: blur(10px); */
}

@media all and (max-width: 768px) {
	.this-ima img {
		height: 400px;
	}

	.new-col-2 {
		padding: 60px 20px !important;
	}
}

/* joints de pierre  */

.this-ima.this-ima-joint::after {
	position: absolute;
	content: "";
	width: 80%;
	height: 80%;
	top: -20px;
	left: -20px;
	border: 4px dashed var(--bleu);
	z-index: -1;
}

.this-title-center h2 {
	position: relative;
	text-align: center !important;
	margin-bottom: 60px;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.this-title-center h2 span {
	color: var(--noir);
	font-weight: 600;
}

.item-avant {
	min-height: 408px !important;
	transition: ease 0.6s;
}

.item-avant img {
	filter: invert(1);
}

.item-avant:hover,
.item-authen:hover {
	background: var(--noir) !important;
}

.item-avant:hover p,
.item-authen:hover p,
.item-authen:hover li {
	color: var(--blanc);
}

.item-authen {
	padding: 15px;
	background: #fff;
	transition: ease 0.6s;
}

.item-authen ul {
	list-style: none !important;
	display: flex;
	justify-content: space-around;
	gap: 15px;
	flex-wrap: wrap;
	margin-left: 60px;
}

.ima-twe img {
	min-height: 352px !important;
}

@media all and (max-width: 768px) {
	.item-authen ul {
		margin-left: 0;
	}

	.item-avant {
		min-height: auto !important;
	}
}

.item-authen ul li {
	width: 180px;
	text-align: left !important;
	position: relative;
}

.item-authen ul li::after {
	position: absolute;
	content: "";
	top: 3px;
	left: -32px;
	width: 22px;
	height: 22px;
	background: url("https://www.martins-facades.com/wp-content/uploads/2026/04/checked.png");
	background-size: cover;
	background-position: center;
}

.item-authen:hover ul li::after {
	filter: invert(1) !important;
}

.item-authen ul:nth-of-type(1) {
	margin-top: 15px !important;
}

.item-artisa {
	min-height: 271px !important;
}

@media all and (max-width: 768px) {
	.item-artisa {
		min-height: auto !important;
	}
}

.item-avant .btn {
	display: inline-block;
	padding: 10px 15px !important;
	background: var(--noir);
	color: var(--blanc);
	text-align: center;
	transition: ease 0.6s;
}

.item-avant:hover .btn {
	background: var(--blanc);
	color: var(--noir);
}

/* contact  */

.this-bloc-contact {
	padding: 15px;
	background: #f7f7f7;
	border-radius: 10px;
}

.this-bloc-contact .this-contact input,
.this-bloc-contact .this-contact textarea {
	outline: none;
	border: 2px solid var(--bleu) !important;
	background: none;
}

.this-bloc-contact h2 .this-strong {
	display: inline-block;
	color: var(--bleu) !important;
	font-weight: 700 !important;
}

.this-bloc-contact .this-contact button {
	background-color: var(--noir);
	color: var(--blanc);
	font-size: 14px !important;
	border: none !important;
	text-transform: uppercase;
	padding: 10px 15px !important;
}

.this-bloc-contact .this-contact button:hover {
	box-shadow: none !important;
	background-color: var(--bleu);
}

.this-ima-small {
	position: absolute;
	top: 60%;
	right: -94px;
	width: 150px;
	height: 150px;
	animation: 5s imaMove linear infinite;
	z-index: 6;
}

@keyframes imaMove {
	0% {
		transform: translateY(50px);
	}

	50% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(50px);
	}
}

.this-ima-small span {
	border: 4px dashed var(--bleu) !important;
	z-index: 6;
}

.this-ima-small img {
	width: 100% !important;
	height: 150px;
	object-fit: cover;
	object-position: center;
	transition: ease 0.6s;
}

@media all and (max-width: 768px) {
	.this-ima-small {
		right: 0 !important;
		animation: none !important;
	}
}

/* isolation extérieur  */

.this-accor-col {
	padding: 40px 60px !important;
}

.this-accor-col ul {
	margin-left: 15px !important;
}

@media all and (max-width: 768px) {
	.this-accor-col {
		padding: 0px 0px !important;
	}
}

.item-mate {
	height: 450px;
	position: relative;
	overflow: hidden;
	z-index: 6;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.item-mate .et_pb_blurb_content {
	position: absolute;
	top: 87%;
	left: 0;
	width: 100%;
	padding: 20px 30px;
	background: var(--bleu);
	transition: ease 0.6s;
}

.item-mate:hover .et_pb_blurb_content {
	top: 0;
	padding: 30px 30px;
}

.item-mate h3 {
	margin-bottom: 60px;
	color: var(--blanc);
}

.item-mate:hover h3,
.item-mate.this-item-last:hover h3 {
	margin-bottom: 0;
}


.item-mate h4 {
	color: var(--bleu);
	margin-bottom: 20px;
	transition: ease 0.6s;
}

.item-mate:hover h4 {
	color: var(--noir);
}

.item-mate ul {
	list-style: none;
}

.item-mate ul li {
	position: relative;
	color: var(--gris);
	margin-left: 18px;
}

.item-mate ul li::after {
	position: absolute;
	content: "";
	top: 3px;
	left: -32px;
	width: 22px;
	height: 22px;
	background: url("https://www.martins-facades.com/wp-content/uploads/2026/04/checked.png");
	background-size: cover;
	background-position: center;
	filter: invert(1);
}

.item-mate .et_pb_blurb_description {
	position: relative;
	height: 390px;
}

.item-mate.this-item-last .et_pb_blurb_description {
	height: 346px !important;
}

@media all and (max-width: 413px) {
	.item-mate.this-item-last .et_pb_blurb_description {
		height: 343px !important;
	}
}

.item-mate .et_pb_blurb_description span {
	font-weight: 500;
	color: var(--gris);
}

.item-mate .btn-charge {
	position: absolute;
	right: -10px;
	bottom: 20px;
	color: var(--blanc);
	padding: 10px 15px;
	background: var(--bleu);
	transition: ease 0.6s;
}

.item-mate:hover .btn-charge {
	background: var(--noir);
}

.item-mate::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bleu);
	transition: ease 0.6s;
	z-index: -1;
}

.item-mate:hover::after {
	top: 0;
}

.this-col-new .this-list.list-finance ul li::before {
	position: absolute;
	content: "";
	top: 3px;
	left: -32px;
	width: 22px;
	height: 22px;
	background: url("https://www.martins-facades.com/wp-content/uploads/2026/04/euro-1.png");
	background-size: cover;
	background-position: center;
}

.this-ima-small.this-ima-small-left {
	position: absolute;
	top: 60%;
	left: -94px;
	width: 150px;
	height: 150px;
	animation: 5s imaMove linear infinite;
	z-index: 6;
}

.this-ima-small.this-ima-small-left span {
	border: 4px dashed var(--noir) !important;
	z-index: 6;
}

@media all and (max-width: 500px) {
	.this-ima-small.this-ima-small-left {
		left: 0 !important;
	}

	.line2-proce .item-proce {
		height: auto !important;
	}
}

.item-proce {
	background-color: #fff;
	border-radius: 15px !important;
	position: relative !important;
	min-height: 463px !important;
	width: 360px !important;
	padding: 30px 20px !important;
	position: relative;
	z-index: 10 !important;
	overflow: hidden;
}


.line2-proce .item-proce {
	overflow: hidden;
	height: 463px !important;
}

.line2-proce .item-proce.item-toggle {
	cursor: pointer;
	transition: ease all 0.6s;
}

.line2-proce .item-proce.item-toggle.is-active {
	height: auto !important;
}

.line2-proce .item-proce .this-suite {
	display: inline-block;
	position: absolute;
	left: 14px;
	top: 343px;
	width: 100%;
	color: var(--bleu);
	z-index: 1;
}

.line2-proce .item-proce.item-toggle.is-active .this-suite {
	display: none;
}

.line2-proce .item-proce.item-toggle ul {
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line2-proce .item-proce.item-toggle.is-active ul {
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	overflow: visible;
}

.line2-proce .item-proce.item-toggle ul li:last-child {
	opacity: 0;
	visibility: hidden;
}

.line2-proce .item-proce.item-toggle.is-active ul li:last-child {
	opacity: 1;
	visibility: visible;
}


@media all and (max-width: 500px) {
	.line2-proce .item-proce.item-toggle ul {
		display: block;
		-webkit-line-clamp: unset;
		-webkit-box-orient: unset;
		overflow: visible;
	}

	.line2-proce .item-proce .this-suite {
		display: none;
	}

	.line2-proce .item-proce {
		height: auto !important;
		min-height: auto !important;
	}

	.line2-proce .item-proce.item-toggle ul li:last-child {
		opacity: 1;
		visibility: visible;
	}
}

.item-proce::after {
	position: absolute;
	content: "";
	bottom: -97%;
	right: -24%;
	width: 100%;
	height: 100%;
	background-color: #3599fd5d;
	border-radius: 50px;
	transition: 0.3s cubic-bezier(0.175, 0, 0.32, 0.275);
	z-index: -1;
}

.item-proce::before {
	position: absolute;
	content: "";
	bottom: -85%;
	right: -92%;
	width: 100%;
	height: 100%;
	background-color: #3599fd5d;
	border-radius: 81px;
	transition: 0.3s cubic-bezier(0.175, 0, 0.32, 0.275);
	z-index: -1;
}

.item-proce:hover::after,
.item-proce:hover::before {
	bottom: 0;
	right: 0;
	border-radius: 15px;
}

.item-proce h3 {
	margin-top: 30px;
	position: relative;
	height: 90px;
}

.item-proce h3 span {
	width: 100%;
	color: #222;
	font-size: 0.8em;
	text-align: center;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}


.item-proce .this-num {
	color: #ededed;
	font-size: 6em;
	font-weight: 900;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

@media all and (max-width: 500px) {

	.item-proce,
	.line2-proce .item-proce {
		width: auto !important;
		min-height: auto !important;
	}

}



/* nos réalisation  */

@media all and (max-width: 768px) {
	.realisation .et_pb_gallery_items {
		display: flex;
		flex-direction: column;
	}

	.gallery .et_pb_gallery .et_pb_gallery_items>div {
		width: 100% !important;
	}
}

/* 24/03/26  css onglet responsive*/
.mobile-tab-header.active {
	background-color: var(--bleu);
	padding: 10px;
	display: flex;
	justify-content: center;
	color: #fff;
	margin-bottom: 20px;
	border: 1px solid var(--bleu);
}

.mobile-tab-header {
	padding: 10px;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	border: 1px solid var(--bleu);
}

/* ---------- */
/* Styles pour le popup d'image */


/*****/
/* Styles pour le popup d'images */
.image-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
}

.image-popup-container {
	position: relative;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}

.popup-image {
	max-width: 100%;
	max-height: 90vh;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* Bouton de fermeture */
.popup-close-btn {
	position: absolute;
	top: -40px;
	right: 0;
	background: none;
	border: none;
	font-size: 40px;
	color: white;
	cursor: pointer;
	z-index: 10;
	transition: opacity 0.3s ease;
}

.popup-close-btn:hover {
	opacity: 0.7;
}

/* Boutons de navigation */
.popup-prev-btn,
.popup-next-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	border: none;
	color: white;
	font-size: 30px;
	padding: 15px 10px;
	cursor: pointer;
	border-radius: 4px;
	transition: background 0.3s ease;
	z-index: 10;
}

.popup-prev-btn {
	left: -50px;
}

.popup-next-btn {
	right: -50px;
}

.popup-prev-btn:hover,
.popup-next-btn:hover {
	background: rgba(0, 0, 0, 0.8);
}

/* Responsive pour mobile */
@media (max-width: 768px) {

	.popup-prev-btn,
	.popup-next-btn {
		font-size: 20px;
		padding: 10px 8px;
	}

	.popup-prev-btn {
		left: 5px;
	}

	.popup-next-btn {
		right: 5px;
	}

	.popup-close-btn {
		top: 10px;
		right: 10px;
		font-size: 30px;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 50%;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.mfp-arrow {
		opacity: 0;
	}

	.mfp-preloader {
		opacity: 0;
	}
}

/* end css onglet responsive */

/** Cookies **/
.cky-btn-revisit-wrapper {
	width: 30px !important;
	height: 30px !important;
	background-color: var(--bleu) !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
	height: 20px !important;
	width: 20px !important;
}

.cky-btn-accept {
	background: var(--bleu) !important;
	color: #FFFFFF;
	border: 2px solid var(--bleu) !important;
}

.cky-btn-reject {
	color: var(--bleu) !important;
	background: transparent !important;
	border: 2px solid var(--bleu) !important;
}

.cky-btn-customize {
	color: var(--bleu) !important;
	background: transparent !important;
	border: 2px solid var(--bleu) !important;
}

.cky-btn-preferences {
	color: var(--bleu) !important;
	background: transparent !important;
	border: 2px solid var(--bleu) !important;
}

/* mentions légales */
.line-lega a {
	color: var(--noir);
	pointer-events: none;
}

/* responsive title  */

@media all and (max-width: 768px) {
	.this-title-simple h1 {
		margin-top: 250px !important;
	}
}

/* modification  */

.ima-twe-acce img {
	height: 380px !important;
	object-fit: cover;
	object-position: center;
}