/*
Theme Name: hello-elementor-child
Template: hello-elementor
Description: Thème enfant pour le thème parent "hello-elementor"
Author: Blue Dot studio
Version: 1.0
*/

/*---TEXT---*/
p:last-of-type{
	margin-bottom:0 !important;
}

/*---BUTTON---*/
.elementor-button .elementor-button-content-wrapper{
	align-items: center;
}
.elementor-button .elementor-button-icon{
    position: relative;
    width: 25px;
	height: 25px;
}
.elementor-button .elementor-button-icon svg{
	position: absolute;
	width: 25px;
    height: 25px;
    top: 0;
    left: 0;
}
.elementor-button-content-wrapper{
	transition:all .3s ease-in-out;
}
.elementor-button-content-wrapper:hover{
	gap:20px !important;
}

/*---SUBTITLE---*/
.tag-tittle * {
    width: fit-content;
}

/*---MENU---*/
#menu-pages .menu-item-has-children .sub-arrow {
	padding:5px;
}
#menu-pages .menu-item-has-children svg{
	width: 12px;
    height: 12px;
    fill: var(--e-global-color-primary);
}
#social-menu {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Espacement entre les icônes */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#social-menu.active {
    opacity: 1;
    visibility: visible;
}

#social-menu .social-icon {
    opacity: 0;
    transform: translateY(10px); /* Animation de montée */
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#social-menu.active .social-icon {
    opacity: 1;
    transform: translateY(0);
}

/* Delais spécifiques pour chaque icône */
#social-menu .social-icon:nth-child(1) {
    transition-delay: 0.1s;
}

#social-menu .social-icon:nth-child(2) {
    transition-delay: 0.2s;
}

#social-menu .social-icon:nth-child(3) {
    transition-delay: 0.3s;
}
#container-social{
	height:48px;
}
#social-icon:hover{
	cursor:pointer;
}
.social-icon-link, #social-icon, .social-icon-link .elementor-widget-container, #social-icon .elementor-widget-container{
	width:48px;
	height:48px;
	display:flex;
	align-items: center;
    justify-content: center;
}
.social-icon-link .elementor-icon-wrapper, #social-icon .elementor-icon-wrapper{
	width:24px;
	height:24px;
}
/*---END MENU---*/


/*HERO BANNER*/
.ellipse-softlight{
	mix-blend-mode: soft-light;
}
.ellipse-lighten{
	mix-blend-mode: lighten;
}


/*NOISE*/
.noise-hero>div::before, #service-grid .noise-img>div::before, #portfolio-grid .noise-portfolio::after{
	content:" ";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='1117' viewBox='0 0 1728 1117' fill='none'%3E%3Cg style='mix-blend-mode:luminosity' filter='url(%23filter0_n_896_824)'%3E%3Crect width='1728' height='1117' fill='%23191A5C' fill-opacity='0.1'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_n_896_824' x='0' y='0' width='1728' height='1117' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.58823525905609131 0.58823525905609131' stitchTiles='stitch' numOctaves='3' result='noise' seed='248'/%3E%3CfeColorMatrix in='noise' type='luminanceToAlpha' result='alphaNoise'/%3E%3CfeComponentTransfer in='alphaNoise' result='coloredNoise1'%3E%3CfeFuncA type='discrete' tableValues='1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0'/%3E%3C/feComponentTransfer%3E%3CfeComposite operator='in' in2='shape' in='coloredNoise1' result='noise1Clipped'/%3E%3CfeComponentTransfer in='alphaNoise' result='coloredNoise2'%3E%3CfeFuncA type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1'/%3E%3C/feComponentTransfer%3E%3CfeComposite operator='in' in2='shape' in='coloredNoise2' result='noise2Clipped'/%3E%3CfeFlood flood-color='%23FF6B35' result='color1Flood'/%3E%3CfeComposite operator='in' in2='noise1Clipped' in='color1Flood' result='color1'/%3E%3CfeFlood flood-color='%23FFFADA' result='color2Flood'/%3E%3CfeComposite operator='in' in2='noise2Clipped' in='color2Flood' result='color2'/%3E%3CfeMerge result='effect1_noise_896_824'%3E%3CfeMergeNode in='shape'/%3E%3CfeMergeNode in='color1'/%3E%3CfeMergeNode in='color2'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    width: 100%;
    height: 100%;
    position: absolute;
    mix-blend-mode: luminosity;
	opacity:0.8;
	transition: opacity 0.3s ease-in-out;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 1;
}
.noise-img :hover::before, #portfolio-grid .noise-portfolio:hover::after{
	opacity:0 !important;
}

/*---SERVICES CARDS---*/
/*BLUR CARDS SERVICES*/

#service-grid .e-loop-item, #service-grid .e-loop-item *{
	cursor:pointer !important;
}
#service-grid .e-loop-item .col-contenu::after{
	content:'';
	width:510px;
	height:235px;
	background: var(--e-global-color-text);
    position: absolute;
    z-index: 1;
    border-radius: 100%;
    top: 10px;
    left: -85px;
    filter: blur(85px);
    opacity: 0.6;
}
#service-grid .e-loop-item .col-contenu .elementor-icon::after {
    content: '';
    width: 170px;
    height: 170px;
    border-radius: 100%;
    background: var(--e-global-color-text);
    position: absolute;
    top: -50px;
    left: -50px;
	transition:all .3s ease-in-out;
}
#service-grid .e-loop-item .col-contenu .elementor-icon svg{
	z-index:1;
}
#service-grid .e-loop-item a:hover .col-contenu .elementor-icon::after{
	top: -70px;
    left: -70px;
}


/*---END SERVICES CARDS---*/

/*---PORTFOLIO CARDS---*/
#projet-col-full .elementor-loop-container , #projet-col-full .elementor-loop-container a{
	height:100%;
}
/*BLUR CARDS PORTFOLIO*/
.portfolio-grid .e-loop-item, #portfolio-grid .e-loop-item *{
	cursor:pointer !important;
}
.portfolio-grid .e-loop-item .col-contenu::after{
	content:'';
	width:510px;
	height:235px;
	background: var(--e-global-color-text);
    position: absolute;
    z-index: 1;
    border-radius: 100%;
    top: 10px;
    left: -85px;
    filter: blur(85px);
    opacity: 0.6;
}
.portfolio-grid .e-loop-item .col-contenu .elementor-icon::after {
    content: '';
    width: 170px;
    height: 170px;
    border-radius: 100%;
    background: rgba(255, 107, 53, 0.30);
	border:1px solid var(--e-global-color-secondary);
    position: absolute;
    top: -50px;
    left: -50px;
	transition:all .3s ease-in-out;
}
.portfolio-grid .e-loop-item .col-contenu .elementor-icon svg{
	z-index:1;
}
.portfolio-grid .e-loop-item a:hover .col-contenu .elementor-icon::after{
	top: -70px;
    left: -70px;
}
.portfolio-grid .noise-portfolio::before{
	z-index:2;
}


/*CATEGORIES*/
.portfolio-grid .elementor-post-info__terms-list span{
	background:var(--e-global-color-primary);
	padding: 6px 10px 4px 10px;
	border-radius:99px;
	color: var(--e-global-color-accent);
}
.elementor-post-info__terms-list{
	color:transparent;
}
/*---END SERVICES CARDS---*/

/*---REALISATION---*/
.elementor-post-info .elementor-post-info__item--type-terms>span.elementor-post-info__terms-list{
	display: flex !important;
    flex-wrap: wrap;
    gap: 6px 2px;
}
.elementor-post-info .elementor-post-info__terms-list .elementor-post-info__terms-list-item{
	background:var(--e-global-color-primary);
	padding: 6px 10px 4px 10px;
	border-radius:99px;
	color: var(--e-global-color-accent);
	font-size:14px;
	white-space: nowrap;
}

.elementor-post-info__item--type-date{
	font-size:14px;
	padding-top: 4px;
}

/*---END REALISATION---*/


/*---TEMOIGNAGES---*/
.elementor-widget-testimonial-carousel .elementor-main-swiper {
	margin:0;
}
.elementor-widget-testimonial-carousel .elementor-main-swiper  .swiper-wrapper .swiper-slide .elementor-testimonial{
	flex-direction: column-reverse;
    display: flex;
}
.elementor-widget-testimonial-carousel .elementor-main-swiper  .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__footer{
	margin: 0 0 18px 0;
}
.elementor-widget-testimonial-carousel .elementor-main-swiper  .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__text{
	font-style:normal;
}

.elementor-widget-testimonial-carousel .elementor-swiper .elementor-swiper-button-prev{
    top: 42px !important;
    right: 85px !important;
    left: auto !important;
}
.elementor-widget-testimonial-carousel .elementor-swiper .elementor-swiper-button-next{
	top: 42px !important;
	right: 40px !important;
}
.elementor-widget-testimonial-carousel .elementor-swiper .elementor-swiper-button-prev::after{
	content: '\f30a';
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 25px;	
}
.elementor-widget-testimonial-carousel .elementor-swiper .elementor-swiper-button-next::after{
	content: '\f30b';
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 25px;
}
.elementor-widget-testimonial-carousel .elementor-swiper .elementor-swiper-button-prev svg, .elementor-widget-testimonial-carousel .elementor-swiper .elementor-swiper-button-next svg{display:none;}