.kc-prestablog-posts-grid {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.kc-prestablog-posts-grid .posts {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 290px;
	gap: 34px;
	width: 100%;
}

.kc-prestablog-posts-grid .posts .post {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: end;
	height: 100%;
}

.kc-prestablog-posts-grid .posts .ajax-loader {
	display: none;
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(4px);
}

.kc-prestablog-posts-grid .posts .ajax-loader svg {
	display: block;
	width: 48px;
	height: 48px;
	animation: rotate 1s linear infinite;
}

@keyframes rotate {
	to {
		transform: rotate(360deg);
	}
}

.kc-prestablog-posts-grid .posts .post img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.kc-prestablog-posts-grid .posts .post .post__content {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px;
	background: #fff;
}

.kc-prestablog-posts-grid .posts .post .post__content .post__content_title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #242323;
}

.kc-prestablog-posts-grid .posts .post .post__content .post__content_products {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.kc-prestablog-posts-grid .posts .post .post__content .post__content_products .product {
	padding: 4px 8px;
	font-size: 11px;
	font-weight: 400;
	border-radius: 4px;
	color: #fff;
	background: #9d9d9d;
	line-height: 13px;
}

.kc-prestablog-posts-grid .posts .post:first-child {
	grid-row: span 2;
}

.kc-prestablog-posts-grid {
	container-type: inline-size;
	container-name: posts-grid;
}

@container posts-grid (max-width: 767px) {
	.kc-prestablog-posts-grid .posts {
		grid-template-columns: 1fr;
	}

	.kc-prestablog-posts-grid .posts .post:not(:first-child) {
		display: none;
	}
}

/***Top accueil***/
body .elementor .elementor-element.zone-reassurance {
	.elementor-icon-box-description a {
		color: #9d9d9d;
	}
}
body .elementor .elementor-element.zone-home.zone-presentation > .elementor-container > .elementor-row {
	background: url(../img/header-home.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 60px;
}

body .elementor .elementor-element.zone-home.zone-presentation .little {
	color: #243577;
	font-size: 45px;
}
body .elementor .elementor-element.zone-home.zone-presentation .littleWhite {
	font-size: 45px;
}
body .elementor .elementor-element.zone-home.zone-presentation .medium {
	display: block;
	font-size: 60px;
	text-align: right;
}
body .elementor .elementor-element.zone-home.zone-presentation .mediumBlue {
	color: #243577;
	font-size: 70px;
}
body .elementor .elementor-element.zone-home.zone-presentation .text-bottom {
	text-align: left;
	display: block;
	padding-left: 40px;
}
body .elementor .elementor-element.zone-home.zone-presentation .featured-products {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 20px;
}
body .elementor .elementor-element.zone-home.zone-presentation .featured-products .product {
	background: white;
	width: 70%;
	text-align: left;
	border-radius: 30px;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 15px;
	gap: 20px;
	overflow: visible;
}
body .elementor .elementor-element.zone-home.zone-presentation .featured-products .product {
	color: #242323;
}
body .elementor .elementor-element.zone-home.zone-presentation .featured-products .product img {
	max-width: 150px;
	border-radius: 20px;
}

body .elementor .elementor-element.zone-home.zone-presentation .featured-products .product-details h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
body .elementor .elementor-element.zone-home.zone-presentation .product-price > p {
	font-size: 10px;
	color: #6b6b6b;
	font-weight: 500;
	margin-bottom: 3px;
}
body .elementor .elementor-element.zone-home.zone-presentation .product-price span {
	color: #242323;
	font-size: 18px;
	font-weight: 600;
}
body .elementor small {
	margin-top: -7px;
	display: inline-block;
	position: absolute;
	font-size: 12px;
	margin-left: 3px;
}
body .elementor .elementor-element.zone-home.zone-presentation .featured-products .product-details .btn {
	border-radius: 15px 15px 15px 15px;
	padding: 20px 20px 20px 20px;
	background: #15a0ff;
	color: white;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-transform: none;
	position: absolute;
	right: 15px;
	bottom: -100px;
	transition: all 0.5s;
	opacity: 0;
}
body .elementor .elementor-element.zone-home.zone-presentation .featured-products .product-details .btn:hover {
	background: #243577;
}
body .elementor .elementor-element.zone-home.zone-presentation .featured-products .product {
	overflow: visible;
	position: relative;
}
body .elementor .elementor-element.zone-home.zone-presentation .featured-products .product:hover .product-details .btn {
	bottom: 15px;
	transition: all 0.5s;
	opacity: 1;
}
.product-price-old,
body .elementor .elementor-element.zone-home.zone-presentation .product-price .product-price-old {
	opacity: 0.5;
	font-size: 12px;
	text-decoration: line-through;
	font-weight: 300;
	margin-left: 24px;
	margin-top: -7px;
	float: right;
}
body#index .swiper-horizontal > .swiper-pagination-bullets,
body#index .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -20px;
}
/***bloc category**/
body .elementor .zone-home.zone-categories .bloc-category {
	overflow: hidden;
}
body .elementor .zone-home.zone-categories .bloc-category .btn-hidden {
	margin-bottom: -200px;
	margin-top: 15px;
	transition: all 0.5s;
}
body .elementor .zone-home.zone-categories .bloc-category:hover .btn-hidden {
	margin-bottom: 0;
	transition: all 0.5s;
}
body .elementor .zone-home.zone-categories .bloc-category:hover .text-hidden {
	display: none;
	transition: all 0.5s;
}
body .elementor .zone-home.zone-categories .bloc-category .elementor-widget-image {
	overflow: hidden;
	border-radius: 20px;
}
body .elementor .zone-home.zone-categories .bloc-category .elementor-widget-image img {
	transition: all 0.5s;
	width: 100%;
	height: auto;
	transform: scale(1);
}
body .elementor .zone-home.zone-categories .bloc-category:hover .elementor-widget-image img {
	transition: all 0.5s;
	transform: scale(1.1);
}
body .elementor .zone-home.zone-categories .elementor-heading-title .little {
	font-size: 28px;
	color: #15a0ff;
	font-weight: 500;
}
body .elementor .zone-home.zone-categories .elementor-heading-title .medium {
	font-size: 40px;
	font-weight: 500;
}
body .elementor .zone-home.zone-categories .elementor-heading-title .mediumPlus {
	font-size: 45px;
}
/****ne passez pas a coté***/
body#product .container h1,
body .elementor .elementor-element .bullet-title .elementor-heading-title {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}
body .zone-produits.zone-categorie .bullet-title .elementor-headline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}
body .zone-produits.zone-categorie .bullet-title .elementor-headline:before,
body#product .container h1:before,
body .elementor .elementor-element .bullet-title .elementor-heading-title:before {
	content: '';
	width: 15px;
	height: 15px;
	min-width: 15px;
	background: #15a0ff;
	border-radius: 30px;
	margin-top: 12px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
body .swiper-pagination-clickable .swiper-pagination-bullet,
body .elementor .elementor-element .swiper-pagination-bullet {
	border: 1px solid #243577;
	background: none;
	margin: 2px;
	width: 10px;
	height: 10px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 15px;
	top: auto;
}
#product .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 15px;
}
.product-accessories .products {
	padding-bottom: 50px;
}
body .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #242323;
}
body .swiper-pagination-clickable .swiper-pagination-bullet:hover,
body .elementor .elementor-element .elementor-swiper-button:hover {
	background: #243577;
}
body .elementor .elementor-element .elementor-swiper-button:hover i {
	color: white;
}
body .elementor .elementor-element .elementor-swiper-button {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #243577;
	background: white;
	bottom: -55px;
	top: auto;
	left: calc(50% - 150px);
	z-index: 9999;
}
body .elementor .elementor-element .elementor-swiper-button-next {
	bottom: -55px;
	top: auto;
	right: calc(50% - 150px);
	left: auto;
}
body .elementor .product-miniature .product-description,
body .elementor .product-miniature .thumbnail-container {
	background: none;
}
body .elementor .product-miniature .thumbnail-top {
	border-radius: 30px;
}
body .elementor .product-miniature {
	padding: 20px;
}
body .product-miniature .product-title a {
	font-size: 20px;
	font-weight: 600;
	display: block;
	margin-top: 20px;
	color: #242323;
}
body .product-price-and-shipping {
	margin-top: 15px;
	display: block;
	text-align: left;
}
body .elementor .product-miniature .price {
	font-size: 22px;
	text-align: left;
	display: block;
}

/***zone realisations**/

.kc-prestablog-posts-grid .h2 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	color: #2f2f2f;
	font-size: 35px;
	font-weight: 700;
	line-height: 35px;
	text-transform: none;
}
body #footer{
	padding-top:0; 
}
.kc-prestablog-posts-grid .h2:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #15a0ff;
	border-radius: 30px;
	margin-top: 12px;
}
body .elementor-widget-tabs .elementor-tabs-wrapper,
.sectors {
	background-color: white;
	border-radius: 100px;
	padding: 10px;
	display: flex;
	gap: 5px;
	justify-content: space-between;
}
body .elementor-widget-tabs .elementor-tabs-wrapper {
	display: block;
	width: 570px;
	margin: 0 auto;
	text-align: center;
}

body .elementor-widget-tabs .elementor-tabs-wrapper > div,
.sectors button {
	font-size: 14px;
	color: #243577;
	font-weight: 300;
	max-width: 16%;
	border-radius: 100px;
	background: white;
	appearance: none;
	cursor: pointer;
	text-align: center;
	padding: 8px;
	border: none;
	line-height: 18px;
}
body .elementor-widget-tabs .elementor-tabs-wrapper > div {
	width: auto;
	padding: 15px;
}
.sectors button:focus {
	outline: none;
}
* .sectors button:hover,
body .elementor-widget-tabs .elementor-tabs-wrapper > div:hover,
body .elementor-widget-tabs .elementor-tabs-wrapper > div.elementor-active,
.sectors button.sector--active {
	background: #bdd3f2;
	font-weight: 600;
	color: white;
}
.kc-prestablog-posts-grid .posts .post .post__content {
	border-radius: 30px;
	padding: 40px;
}
.kc-prestablog-posts-grid .posts .post img {
	border-radius: 40px;
}
.kc-prestablog-posts-grid .posts .post:nth-child(3) img,
.kc-prestablog-posts-grid .posts .post:nth-child(2) img {
	width: calc(50% + 60px);
	height: 100%;
	object-fit: cover;
}
.kc-prestablog-posts-grid .posts .post:nth-child(2) {
	display: flex;
	flex-direction: row-reverse;
	overflow: hidden;
	border-radius: 30px;
}
.kc-prestablog-posts-grid .posts .post:nth-child(3) .post__content,
.kc-prestablog-posts-grid .posts .post:nth-child(2) .post__content {
	width: 50%;
	max-width: 50%;
	align-items: flex-start;
	justify-content: center;
}
.kc-prestablog-posts-grid .posts .post:nth-child(3) {
	display: flex;
	flex-direction: row;
	overflow: hidden;
	border-radius: 30px;
}
body#product .kc-latest-news__header a.kc-latest-news__header_link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
body .elementor .btn-primary {
	border-radius: 15px 15px 15px 15px;
	padding: 20px 20px 20px 20px;
	background: #15a0ff;
	color: white;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-transform: none;
	transition: all 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
body#product .kc-latest-news__header a.kc-latest-news__header_link:after,
body .elementor .btn-primary:after {
	content: '';
	width: 0px;
	height: 12px;
	background: url(../img/arrow-btn.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	transition: all 0.5s;
}
body#product .kc-latest-news__header a.kc-latest-news__header_link:hover:after,
body .elementor .btn-primary:hover:after {
	content: '';
	width: 12px;
	transition: all 0.5s;
}
body .elementor .btn-primary:hover {
	background: #243577;
}

body .elementor .zone-home.zone-actualites .little {
	color: #243577;
	font-size: 28px;
	font-weight: 500;
}
body .elementor .zone-home.zone-actualites .medium {
	font-size: 35px;
}

body .elementor .zone-home.zone-actualites .little.white {
	color: white;
}

body .elementor .zone-home.zone-actualites .mediumPlus {
	color: #243577;
	font-size: 45px;
}
body#product .content-news,
.latest-articles {
	display: flex;
	gap: 30px;
}
.kc-news-card > a {
	display: block;
}
body#product .content-news .article,
.latest-articles .article {
	max-width: 48%;
}
.kc-news-card picture,
.latest-articles .article-image {
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	overflow: hidden;
	display: block;
	min-height: 250px;
	height: 250px;
}
.kc-news-card picture img,
.latest-articles .article-image img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}
.kc-news-card__content,
.latest-articles .article-details {
	background: white;
	padding: 30px;
	border-radius: 40px;
	margin-top: -30px;
	z-index: 2;
	position: relative;
}
.kc-news-card__content .kc-news-card__content_title a,
.latest-articles .article-details .kc-news-card__content_title a {
	color: #2f2f2f;
	font-size: 20px;
	font-weight: 600;
}
.kc-news-card__content .kc-news-card__content_title a:hover,
.latest-articles .article-details .kc-news-card__content_title a:hover {
	color: #15a0ff;
}
.article-excerpt {
	opacity: 0.5;
	color: #2f2f2f;
	font-size: 14px;
	font-weight: 300;
}
.kc-news-card__content_read-more,
body .elementor .latest-articles .article-details .btn-primary {
	background: none;
	padding: 0;
	color: #15a0ff;
	text-decoration: underline;
	justify-content: flex-start;
}
.kc-news-card__content_read-more {
	display: block;
	margin-top: 10px;
}
.kc-news-card__content_read-more:hover,
body .elementor .latest-articles .article-details .btn-primary:hover {
	color: #243577;
}
.kc-news-card__content_date {
	font-size: 12px;
	font-weight: 500;
	color: #6b6b6b;
}
.article-date .date {
	color: #6b6b6b;
	font-size: 12px;
}

.kc-news-card picture {
	max-height: 285px;
}
/***en savoir plus**/
body .elementor .elementor-element.zone-en-savoir-plus .bullet-title .elementor-heading-title {
	justify-content: center;
}
body .elementor .elementor-element .elementor-tabs .elementor-tab-title h2 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}
body .elementor-widget-tabs .elementor-tabs-wrapper {
	margin-bottom: 50px;
}

/**footer**/
body .elementor .full-btn a {
	display: block;
}

body .menu-footer .elementor-accordion-item {
	border-radius: 15px;
	background: white;
	padding: 18px 20px;
	justify-content: space-between;
	align-items: center;
	box-shadow: 4px 4px 13.7px 0 rgba(36, 53, 119, 0.05);
	margin-bottom: 8px;
}

body .menu-footer .elementor-accordion-item .elementor-tab-content a {
	color: #242323;
	font-size: 13px;
}
body .elementor .content-mentions a:hover,
body .menu-footer .elementor-accordion-item .elementor-tab-content a:hover {
	color: #15a0ff;
}
body .elementor .content-mentions p,
body .elementor .content-mentions a {
	color: #242323;
	opacity: 0.7;
	font-size: 12px;
	text-align: center;
}

body .newsletter input {
	box-shadow: 4px 4px 13.7px 0 rgba(36, 53, 119, 0.05);
	background: white;
	border-radius: 15px;
}
.menu-footer .elementor-accordion .elementor-tab-title {
	padding: 5px;
}

/***boutons du site***/

body .elementor-button .elementor-align-icon-right {
	transform: rotate(-45deg);
}
body .elementor-button .elementor-align-icon-right i,
body .elementor-button .elementor-align-icon-right {
	width: 0;
	transition: all 0.5s;
	font-size: 0;
}
body .elementor-button:hover .elementor-align-icon-right {
	width: 20px;
	transition: all 0.5s;
	margin-bottom: -10px;
}
body .elementor-button:hover .elementor-align-icon-right i {
	font-size: 16px;
	transition: all 0.5s;
}
body .elementor .elementor-button-content-wrapper {
	align-items: center;
}

/*tableaux*/
.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
	background: #f1f6fb;
	border-radius: 8px;
	display: flex;
	align-items: center;
	text-transform: none;
}

body .tabs .tab-pane .h5 {
	font-size: 20px;
	text-transform: none;
	text-align: center;
	margin-bottom: 10px;
}
.product-features > dl.data-sheet dt.name {
	max-width: 33%;
}
.product-attachments h4 {
	font-weight: 400;
	font-size: 16px;
}

/* Prestablog */
#module-prestablog-blog {
	.prestablog_cat_hero {
		display: flex;
		gap: 40px;
		margin-bottom: 100px;

		picture.prestablog_cat_img {
			padding: 0;
			flex: 1;

			img {
				width: 100%;
				height: 400px;
				object-fit: cover;
				margin: 0;
				padding: 0;
			}
		}

		.cat_desc_blog {
			flex: 1;
		}
	}
}

/* mobile menu */
body.cbp-spmenu-body {
	.cbp-spmenu-push-toright& {
		left: unset;
		width: initial;
		position: initial;
	}

	.cbp-spmenu-overlay {
		display: none;
	}

	#iqitmegamenu-accordion {
		background: #f1f6fb;
		padding-bottom: 120px;

		.cbp-spmenu-vertical& {
			width: 100dvw;
		}

		.cbp-spmenu-left& {
			left: unset;
			right: unset;
			padding-top: 260px;
			transform: translateY(-100%);
			opacity: 0;

			> li {
				margin: 0 40px;
			}

			li {
				.responsiveInykator {
					height: 48px;
					width: 48px;
					display: flex;
					align-items: center;
					justify-content: center;
					top: 0;
					margin: 0;
					padding: 0;
					font-weight: 400;
					color: transparent;

					&::after {
						position: absolute;
						color: #243577;
						content: '';
						height: 18px;
						width: 18px;
						background: url(../img/caret-down.svg);
						transition: rotate 0.2s ease-in-out;
					}
				}

				a {
					min-height: 48px;
					padding: 15px;
					color: #222222;
					font-size: 14px;
					font-weight: 300;
					line-height: 18px;
					text-transform: unset;
					border: 0;
					border-radius: 10px;
					background: #fff;
					box-shadow: 4px 4px 13.7px 0 rgba(36, 53, 119, 0.05);

					&[href='/blog/realisations-c2'] {
						background: #243577;
						color: #fff;
						text-align: center;
					}
				}

				ul {
					padding: 10px;
					background: unset;
					box-shadow: unset;
				}

				&:not(:last-child) {
					margin-bottom: 10px;
				}

				&:has(ul.cbpm-ul-showed) .responsiveInykator::after {
					rotate: 180deg;
				}
			}

			.cbp-spmenu-open& {
				left: unset;
				right: unset;
				transform: translateY(0);
				opacity: 1;
			}
		}
	}

	header#header {
		z-index: 99999;
	}
}
