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

/* Add your custom styles here */



.marques-list .elementor-icon-list-item {
    background: #f2f2f2;
	padding: 2px 10px;
	margin-bottom: 8px;
	transition: .3s;
}
.marques-list .elementor-icon-list-item:hover {
    background: var(--e-global-color-primary);
}

.marques-list .elementor-icon-list-item:hover span {
	color: #fff!important;
}



.carousel-impkt .elementor-widget-container{
	height: calc(100% - 36px) !important;
	overflow: hidden;
}
.carousel-impkt .elementor-swiper-button svg {
	background: rgb(0 0 0 / 25%);
    border-radius: 50%;
}
.carousel-impkt .elementor-swiper-button-next svg {
	padding-left: 3px;
}
.carousel-impkt .elementor-swiper-button-prev svg {
	padding-right: 3px;
}





.elementor-widget-text-editor ul li{
	margin-bottom: 12px;
}




/*Back to top button*/
#scroll-to-top i{
	position: relative;
}
#scroll-to-top{
	position: fixed;
    z-index: 999;
    right: 45px;
    bottom: -100px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    padding: 0 0 4px 0;
    background: url(images/back-to-top-w.png) no-repeat center 12px var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    transition: .3s;
}
#scroll-to-top:hover,
#scroll-to-top:focus{
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}


/*PAGE NOS PRODUITS / BOUTIQUE / SHOP */

.impkt-product-archive .add_to_cart_button {
	display: none!important;
	pointer-events: none!important;
}


/*SINGLE POST / ARTICLE DE BLOG / ACTUALITES*/

.article-impkt-design .wp-block-woocommerce-accordion-item h2.wp-block-woocommerce-accordion-header{
	font-size: 19px;
}

.article-impkt-design .wp-block-woocommerce-accordion-item button{
	background: none;
    border: none;
	font-size: unset;
	font-weight: unset;
	line-height: unset;
	white-space: normal;
}




/*SINGLE PRODUCT - PAGE PRODUIT*/

.impkt-similar-product .related.products .button.add_to_cart_button{
	display: none;
}

.product-page-tabs ul.tabs{
	padding: 0!important;
}

.product-page-tabs ul.tabs li{
	margin-right: 15px!important;
	border: none!important;
}

.product-page-tabs ul.tabs li.active a{
	box-shadow: 0 0px 14px -5px #00000040;
}

.product-page-tabs ul.tabs li a:after{
    content: "";
    position: absolute;
	left: 10%;
    bottom: 8px;
    width: 80%;
    height: 2px;
    background-color: var(--e-global-color-primary);
	pointer-events: none;
	opacity: 0;
	transform: translateY(-4px);
	transition: .3s;
}

.product-page-tabs ul.tabs li.active a:after{
	transform: translateY(0px);
	opacity: 1;
}

.product-page-tabs .woocommerce-Tabs-panel,
.product-page-tabs ul.tabs li.active{
	background-color: #fff !important;
    box-shadow: 0 0 40px -35px #000000 !important;
}


.product-page-tabs .woocommerce-Tabs-panel--additional_information table td p{
	padding: 8px 15px;
}

.product-page-tabs .woocommerce-Tabs-panel--description{
	text-align: justify;
}

/*COMPLIANZ COOKIES POLICY*/
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept{
	font-size: 12px;
}

.cmplz-banner-checkbox label:before{
    box-shadow: none!important;
}
.cmplz-manage-consent::before {
   /* font-family: "Font Awesome 5 Free";
    font-weight: 900;  
    content: "\f564";*/
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    color: white;

}
#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 30px !important;
    left: 30px !important;
    border-radius: 100% !important;
    color: #010619 !important;/*CHANGER LA COULEUR*/
    background: #000 !important;
    padding: 15px 15px 15px 15px !important;
    min-width: unset !important;
    width: 45px;
    height: 45px !important;
    padding: 0 !important;
    background-image: url(https://cmm-motoculture.fr//wp-content/uploads/2025/07/cookie.png) !important;
    background-position: center;
    background-repeat: no-repeat !important;
}


/*CONTACT FORM 7*/
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
    font-family: var(--e-global-typography-text-font-family);
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 12px;
}
.cf-col-12.submit{
    text-align: center;
}
.cf-col-12.submit input{
    padding: 8px 36px;
    margin-top: 15px;
	color: #fff;
}
.cf-container label{
    width: 100%;
}
.cf-container input,
.cf-container textarea{
    border: none;
    background: #f5f5f5;
    border-bottom: 2px solid #dadada;
    border-radius: 0;
    margin-top: 10px;
	outline: none;
}
.cf-container input:focus,
.cf-container textarea:focus{
    border-bottom: 2px solid var(--e-global-color-primary);
}

.cf-container .multifile span.wpcf7-form-control-wrap{
	display: block;
    margin-top: 12px;

}

.cf-container .confidentialite .wpcf7-list-item{
	margin: 0;
}
.cf-container .confidentialite .wpcf7-list-item-label{
	padding-left: 8px;
}

.cf-container .confidentialite .wpcf7-list-item-label,
.cf-container .confidentialite .wpcf7-list-item-label a{
	font-size: 13px;
	    line-height: 19px;
}

@media ( min-width: 768px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}



/*RESPONSIVE*/

@media screen and (max-width: 1024px){
	.carousel-impkt .elementor-widget-container {
		height: calc(100% - 15px) !important;
	}
}