/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* General Styles */

body {
	overflow-x: hidden
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

:focus {
    outline-color: #bfbfbf;
}

:focus:not(:focus-visible) {
    outline: none;
}

/* Tarte au Citron (Cookie Consent) */

#tarteaucitronRoot #tarteaucitronAlertBig {
    background: #fff !important;
    color: #292929 !important;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    color: #292929 !important;
}

#tarteaucitronRoot .tarteaucitronAllow {
    background: var(--e-global-color-816e381) !important;
}

#tarteaucitronRoot .tarteaucitronAllow,
#tarteaucitronRoot .tarteaucitronCheck::before {
    color: #fff !important;
}

#tarteaucitronRoot .tarteaucitronDeny {
    background: var(--e-global-color-primary) !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
    border-radius: 100px;
}
  
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
    border: 1px solid #292929;
    color: #292929 !important;
}

.red-color {
	color: var(--e-global-color-accent)
}

/* Buttons */
.red-btn .elementor-button,
.blue-btn .elementor-button, .grey-btn .elementor-button{
	padding-right: 30px ;
}

.icon-btn .elementor-button:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, 0);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	aspect-ratio: 1/1;
}

.red-btn .elementor-button:after {
	background-image: url(/wp-content/uploads/2025/06/red-btn.webp);
}

.blue-btn .elementor-button:after {
	background-image: url(/wp-content/uploads/2025/06/blue-btn.webp);
}

.grey-btn .elementor-button:after {
	background-image: url(/wp-content/uploads/2025/06/grey-btn.webp);
}

/* Menu */
.menu-img:after {
	content: "";
	position: absolute;
	top: calc(100% - 8px);
	left: 0;
	background: var(--e-global-color-accent);
	height: 12px;
	width: 50px;
	clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
}

#custom-switcher {
	position: relative;
}

#custom-switcher .elementor-icon-box-icon {
	margin-bottom: 0;
	height: 22px;
}


#custom-switcher .elementor-icon-box-content {
	position: absolute;
	z-index: 100;
	top: 100%;
	left: -12px;
	width: 70px;
	height: auto;
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

#custom-switcher:hover .elementor-icon-box-content {
	display: block;
	opacity: 1;
	visibility: visible;
}

#custom-switcher .elementor-icon-box-content .wpml-ls {
	border: none;
	padding: 0;
}

#custom-switcher .elementor-icon-box-content .wpml-ls-link {
	padding: 0
}

#custom-switcher .elementor-icon-box-content .wpml-ls ul {
	display: flex;
	flex-direction: row;
	padding: 10px 0 0 0;
	gap: 10px;
}

/* Home */
.hero, #hero-col, .blue-triangle, .grey-triangle, .red-triangle, .sub-hero-img, .service-card-img {
	position: relative;
}

.blue-triangle:after {
	content: "";
	position: absolute;
	top: 80%;
	right: 0;
	height: 200px;
	aspect-ratio: 1/1;
	background: var(--e-global-color-816e381);
	clip-path: polygon(100% 0, 35% 100%, 100% 100%);
	z-index: 1;
}

.grey-triangle:after {
	content: "";
	position: absolute;
	bottom: -100px;
	right: 0;
	height: 200px;
	aspect-ratio: 1/1;
	background: var(--e-global-color-62c40f6);
	clip-path: polygon(100% 0, 35% 100%, 100% 100%);
	z-index: 1;
}

.red-triangle:after {
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	height: 200px;
	aspect-ratio: 1/1;
	background: var(--e-global-color-accent);
	clip-path: polygon(0 0, 0 100%, 65% 0%);
	z-index: 1;
}

#hero-col:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(9,6,21,0.7);
	clip-path: polygon(0 0, 60% 0, 40% 100%, 0% 100%);
	z-index: 0;
}

#hero-col:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: var(--e-global-color-accent);
	clip-path: polygon(60% 0, 64% 0, 46% 90%, 42% 90%);
	z-index: 1;
}

.Parallelogram .elementor-heading-title {
	position: relative;
	display: flex;
  	flex-direction: row;
	font-weight: 600;
}

.Parallelogram .elementor-heading-title:before {
	content: "";
	display: list-item;
	background: var(--e-global-color-816e381);
	height: 100%;
	width: 40px;
	margin-right: 10px;
	clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
}

.border-grid .e-con-full {
	height: 100%
}

.cropped-img img {
	clip-path: polygon(15% 0, 100% 0, 100% 65%, 85% 100%, 0 100%, 0 35%);
}

.custom-text-ouline {
	background-clip: text;
	color: transparent;
	-webkit-text-stroke: 2px white;
}

.sub-hero:after {
	content: "";
	position: absolute;
	top: 10%;
	left: 42%;
	width: 300px;
	aspect-ratio: 1/0.65;
	background: rgba(255,255,255, 0.05);
	clip-path: polygon(44% 0, 100% 0%, 56% 100%, 0% 100%);
	z-index: 1;
}

.sub-hero-img:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -100px;
	width: 220px;
	height: 220px;
	background: url(/wp-content/uploads/2025/06/target.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.service-card-img:after {
	content: "";
	position: absolute;
	top: calc(100% - 8px);
	left: 20px;
	background: var(--e-global-color-accent);
	height: 16px;
	width: 40px;
	clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
}

.service-card-separator {
	margin-top: auto;
}

.home-video {
	overflow: hidden;
}

.home-video {
	background: url(https://multiplast.e-declic.net/wp-content/uploads/2025/06/Ext-nuit-2.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*.home-video:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2025/06/gradient.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}*/

.home-video-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(/wp-content/uploads/2025/06/m-white.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% auto;
	filter: brightness(0) saturate(100%) invert(72%) sepia(3%) saturate(1044%) hue-rotate(210deg) brightness(96%) contrast(87%);
}


/* Cards */
.elementor-element.card-date {
	width: 25%;
	aspect-ratio: 1/1;
}

/* Footer */
#nl-form .elementor-field-type-email {
	order: 1;
	width: 90%
}

#nl-form .elementor-field-type-submit {
	order: 2;
	width: 10%
}

#nl-form .elementor-field-type-acceptance  {
	order: 3;
	font-size: 11px;
	margin-top: 15px
}

#nl-btn {
	position: relative;
	padding: 0;
	height: 100%;
	transform: translate(-85%, 0);
}
#nl-btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/wp-content/uploads/2025/06/newsletter-btn.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	aspect-ratio: 1/1;
}

.blue-color {
	color: var(--e-global-color-816e381);
}

.long-parallelogram .elementor-heading-title, 
.top-parallelogram .elementor-heading-title {
  position: relative;
}

.long-parallelogram .elementor-heading-title::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  height: 20px;
  width: 150px;
  background: var(--e-global-color-816e381);
	clip-path: polygon(20% 0%, 100% 0%, 90% 100%, 10% 100%);
}


.top-parallelogram .elementor-heading-title::after {
  content: "";
  position: absolute;
	top: -50px;
	left: 0;
  height: 20px;
  width: 40px;
  background: var(--e-global-color-816e381);
clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
}


.to-left .elementor-heading-title::after {
		left: 0;
}


/* BOUTONS */
.btn-arrow svg {
	transition: 300ms;
}
.btn-arrow:hover svg {
	transform: translateX(0.5em);
}

.btn-hover-white:hover svg {
	filter: brightness(0) saturate(100%) invert(6%) sepia(6%) saturate(6493%) hue-rotate(213deg) brightness(79%) contrast(103%);
}
.btn-hover-transparent:hover svg {
	filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(2%) hue-rotate(357deg) brightness(104%) contrast(100%);
}


.custom-text-stroke-background {
	color: var(--e-global-color-secondary);
    text-shadow: 1px 1px 0 #383642, -1px -1px 0 #383642, 1px -1px 0 #383642, -1px 1px 0 #383642, 1px 1px 0 #383642;
}

#custom-text-stroke {
	color: var(--e-global-color-secondary);
    text-shadow: 1px 1px 0 #383642, -1px -1px 0 #383642, 1px -1px 0 #383642, -1px 1px 0 #383642, 1px 1px 0 #383642;
	position: absolute;
	left:35%;
	top: 50%;
	transform: translate(0, -40%);
	font-size: 200px;
	width: 5000px;
	max-width: 5000px !important;
}

#breadcrumbs {
	line-height: 1.5rem;
	position: relative;
	display: flex;
   flex-direction: row;
}

#breadcrumbs:before {
	content: "";
	display: list-item;
  background: var(--e-global-color-816e381);
	height: 15px;
	margin-top: 5px;
	min-width: 40px;
	margin-right: 10px;
	clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
}

#breadcrumbs > span > span:not(.breadcrumb_last):after {
	content: "";
	display: inline-flex;
	background-image: url(/wp-content/uploads/2025/06/btn-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 18px;
	height: 12px;
	margin: 0 10px;
}

/* réalisation tabs */
.real-tabs .elementor-widget-gallery .e-gallery-grid .e-gallery-image {
	min-height: 400px;
	background-repeat: no-repeat;
}

/* Submenu */
.sub-menu-links.elementor-widget-n-menu .e-n-menu-heading {
	flex-direction: column;
}

.sub-menu-links.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-item .e-n-menu-title {
	width: 100%;
	justify-content: space-between;
	padding: 15px 0;
}

.sub-menu-links.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-item {

	border-bottom: 1px solid #fff;
}

.sub-menu-links.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-item:last-of-type {
	border-bottom: none;
}

.cropped-img-page.elementor-widget.elementor-widget-image {
	width: 800px;
	max-width: initial !important;
	margin-left: -20%;
}

.custom-submenu {
	margin-block-start: 0 !important;
}

/*.cropped-img-page.elementor-widget.elementor-widget-image img {
	clip-path: polygon(25% 0, 100% 0%, 75% 100%, 0% 100%);
}

.cropped-img-page:before{
	content: "";
	position: absolute;
	top: -25px;
	left: calc(50% - 100px);
	width: 200px;
	height: 25px;
	background: var(--e-global-color-text);
	clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
}

.cropped-img-page:after{
	content: "";
	position: absolute;
	top: calc(100% - 75px);
	right: 100px;
	width: 30%;
	aspect-ratio: 3/1;
	background: var(--e-global-color-da00123);
	clip-path: polygon(18% 0, 100% 0%, 82% 100%, 0% 100%);
}*/

.cropped-img-page {
	height: 100% !important;
	clip-path: polygon(25% 0, 100% 0%, 75% 100%, 0% 100%);
}

.cropped-img-page-container:before{
	content: "";
	position: absolute;
	top: -25px;
	left: calc(50% - 100px);
	width: 200px;
	height: 25px;
	background: var(--e-global-color-text);
	clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
}

/*.cropped-img-page-container:after{
	content: "";
	position: absolute;
	top: calc(100% - 75px);
	right: 15%;
	width: 30%;
	aspect-ratio: 3/1;
	background: var(--e-global-color-da00123);
	clip-path: polygon(18% 0, 100% 0%, 82% 100%, 0% 100%);
}*/

.cropped-img-page-right {
	clip-path: polygon(25% 0, 100% 0%, 100% 85%, 96% 100%, 0% 100%);
	height: 100% !important;
}

.cropped-img-page-container-right:before{
	content: "";
	position: absolute;
	top: -25px;
	left: calc(50% - 100px);
	width: 200px;
	height: 25px;
	background: var(--e-global-color-text);
	clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
}

/*.cropped-img-page-container-right:after{
	content: "";
	position: absolute;
	top: calc(80% + 20px);
	left: -8%;
	width: 30%;
	aspect-ratio: 3/1;
	background: var(--e-global-color-da00123);
	clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
}*/

.cropped-img-gallery .e-gallery-grid {
	gap: 0
}

.cropped-img-gallery .e-gallery-item {
	clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
}

.e-gallery-item:hover .elementor-gallery-item__overlay {
	    background-image: url(/wp-content/uploads/2025/07/zoom.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15%;
}

/* Paginaton actualités */
.loop-actu .elementor-pagination .current {
	background-color: #fff;
}

.loop-actu .elementor-pagination .page-numbers {
	padding: 10px 17px;
	border: 2px solid #fff;
}
.loop-actu .elementor-pagination .page-numbers:hover {
	background-color: #fff;
}

/* Logo card */
.logo-grid img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(67%) saturate(7399%) hue-rotate(188deg) brightness(126%) contrast(100%);
}

.logo-grid .elementor-widget-image:nth-child(1),
.logo-grid .elementor-widget-image:nth-child(3),
.logo-grid .elementor-widget-image:nth-child(6),
.logo-grid .elementor-widget-image:nth-child(8) {
  border: 1px solid var(--e-global-color-secondary);
	box-shadow: 0 0 0 1px;
}

.logo-grid .elementor-widget-image:nth-child(1)::after {
	z-index: 1;
  content: '';
  position: absolute;
  bottom: -11px;
  right: -11px;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/07/red-plus.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}


.logo-grid .elementor-widget-image:nth-child(3)::after {
	z-index: 1;
  content: '';
  position: absolute;
  bottom: -11px;
  right: -11px;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/07/red-plus.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.logo-grid .elementor-widget-image:nth-child(6)::after {
	z-index: 1;
  content: '';
  position: absolute;
  top: -11px;
  right: -11px;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/07/red-plus.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

/* Values */
.value-card:hover .value-number {
	background-color: #fff !important;
	color: var(--e-global-color-primary)
}

/* Icônes réseaux sociaux */
.reseaux-icon .elementor-icon-list-icon {
	padding: 20px;
	background-color: var(--e-global-color-accent)
}
.reseaux-icon .elementor-icon-list-icon svg {
	margin-right: 1px !important;
}

/* submenu header */
nav .Parallelogram .elementor-heading-title:before {
		height: 16px;
}

.submenu-header .elementor-nav-menu > .menu-item {
    padding: 10px 5px;
    border-bottom: 1px solid #fff;
}

.submenu-header .elementor-nav-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 50px
}

.submenu-header nav .sub-menu a {
	border-bottom: none !important;
}

.submenu-header nav .elementor-nav-menu > .menu-item .elementor-item, .submenu-header nav .elementor-sub-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.submenu-header nav .elementor-nav-menu > .menu-item .elementor-item:after,  .submenu-header nav .elementor-nav-menu > .menu-item .elementor-sub-item:after{
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	opacity: 1 !important;
}

.submenu-header nav .elementor-nav-menu .menu-item-has-children .elementor-item:after {
	background-image: url("/wp-content/uploads/2025/07/red-plus.svg");
	width: 16px; 
	height: 16px;
}

.submenu-header nav .elementor-nav-menu .menu-item:not(.menu-item.menu-item-has-children) .elementor-item:after, .submenu-header nav .elementor-sub-item:after  {
	background-image: url("/wp-content/uploads/2025/06/red-arrow.svg");
	width: 13px; 
	height: 13px;
	margin-right: 2px;
}

.submenu-header nav .elementor-nav-menu a {
	padding: 10px 0;
}

.submenu-header nav .sub-menu a {
	position: relative;
	padding: 10px 0 10px 25px;
}

.submenu-header nav .sub-menu a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 49%;
	background-image: url("/wp-content/uploads/2025/07/white-rect.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}

/* Activie - FAQ */
.custom-faq-accordion {
    margin: 20px 0;
}

.faq-item {
    margin-bottom: 10px;
    transition: all 0.3s ease;
		background-color: var(--e-global-color-secondary);
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding-right: 15px;
}

.faq-toggle {
    font-size: 24px;
		transition: all 0.3s ease;
    min-width: 30px;
    text-align: center;
}

.faq-item.active .faq-toggle {
    color: white;
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    margin: 0;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
}

/* PAGE ARTICLE */
.article-content h1 {
	display: none
}

.article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6, .article-content p {
	color: var(--e-global-color-primary) !important;
}

/* ZOOM IMG CARD */
.service-card .actu-card-img
{
	transform: scale(1.01);
	background-repeat: no-repeat
}

.service-card-box-img::after {
  content: "";
  position: absolute;
  top: calc(100% - 8px);
  left: 20px;
  background: var(--e-global-color-accent);
  height: 16px;
  width: 40px;
  clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
  z-index: 2;
}

.service-card-img {
  overflow: hidden;
}

.service-card-img img, .service-card .arrow-icon svg {
  transition: transform 300ms ease;
}

.service-card:hover .service-card-img img, .service-card:hover .actu-card-img {
  transform: scale(1.05);
  transform-origin: center;
}

.service-card:hover .arrow-icon svg {
	transform: rotate(45deg);
}

/* post style */
.contains-copyright, .contains-copyright * {
	font-size: 14px !important;
	font-style: italic !important;
	text-align: center !important;
	font-weight: 300 !important;
	font-family: inherit !important;
}


/* Animation pour mobile */
@media (max-width: 768px) {
    .faq-question {
        padding: 15px;
    }
    .faq-question p {
        font-size: 14px;
    }
    .faq-answer p {
        padding: 15px;
    }

	#custom-text-stroke {
		font-size: 100px;
	}
}

@media (max-width: 1024px) {
	#hero-col:before {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		background: rgba(9, 6, 21, 0.4);
	}
	#hero-col:after {
		display:none
	}
	
	.submenu-header .elementor-nav-menu {
		grid-template-columns: repeat(1, 1fr);
	}
}
