/*
 Theme Name:     Astra Child
 Theme URI:      https://wpastra.com/
 Description:    Astra 
 Author:         Brainstorm Force
 Author URI:     https://wpastra.com/about/
 Template:       astra
 Version:        2.5.3
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.ehf-header header#masthead {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
#masthead .header-btn .elementor-button-icon svg {
    width: 14px;
}

.slider-cd {
    overflow: hidden;
}
.slider-cd::before {
	content: "";
    background: radial-gradient(50% 50% at 50% 50%, rgba(34, 105, 180, 0.8) 0%, rgba(34, 105, 180, 0) 100%);
    width: 871px;
    height: 871px;
    position: absolute;
    top: -412px;
    right: 0;
    left: 0;
    margin: auto;
}
#content .n2-ss-slider .n2-ss-slide-background-image {
	height: 100%;
	width: 100px;
    top: -10px;
}
#content div#n2-ss-2 .btn-slide a {
	min-width: 240px;
}
#content .n2-ss-slider .n2-ss-layer-with-background {
	background-size: 145px;
}

#content .img-bg {
	position: relative;
}
#content .img-bg ~ .textscroll {
	left: 20px;
    right: 20px;
    bottom: 0;
    top: 0;
}
#content .textscroll .elementor-heading-title {
	height: 100%;
	align-content: center;
}
#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-wrapper, #content .contact .elementor-icon-box-wrapper {
	background-color: #fff;
	border-radius: 25px;
	box-shadow: 0 0 50px rgba(34, 105, 180, 0.25);
	padding: 13px 30px;
	height: 100%;
	transition: transform 1000ms ease;
}
#content .eael-post-grid .eael-grid-post {
	transition: transform 1000ms ease;
}
#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-wrapper:hover, #content .eael-post-grid .eael-grid-post:hover, #content .contact .elementor-icon-box-wrapper:hover {
	transform: translateY(-10px);
}
#content .btn-full-width a.elementor-button {
	width: 100%;
}
.subtitle span.elementor-heading-title {
	background-color: rgb(255 255 255 / 85%);
    padding: 9px 21px 9px 56px;
    border-radius: 100px;
    background-image: url(/wp-content/uploads/2026/01/stars-bg.png);
    background-repeat: no-repeat;
    background-position: left 21px center;
    background-size: 19px;
}
#content .elementor-widget-image-carousel .swiper-slide {
	background: #fff;
    border-radius: 25px;
    padding: 20px 65px;
    height: 100px;
    align-content: center;
}
#content .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
	max-width: 145px;
}
#content .succes .elementor-heading-title {
	background-color: #0B0D17;
}
#content .elementor-heading-title span {
	color: #2269B4;
}
#content .title-newsletter .elementor-heading-title span {
	color: #fff;
}
#content .elementor-heading-title span {
  color: rgba(34, 105, 180, 0.15); /* couleur très claire au début */
  
  background: linear-gradient(
    90deg,
    rgb(34, 105, 180) 0%,
    rgb(34, 105, 180) 100%
  );
  background-size: 0% 100%;
  background-repeat: no-repeat;

  -webkit-background-clip: text;
  background-clip: text;

  animation: textReveal 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-timeline: view();
  animation-range: entry 20% cover 100%;
}
#content .elementor-heading-title span.subtitlesize {
	display: block;
	font-size: 24px;
    line-height: 36px;
}

#content .title-newsletter .elementor-heading-title span {
  color: rgba(255, 255, 255, 0.2); /* blanc très léger au départ */

  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 100%
  );
  background-size: 0% 100%;
  background-repeat: no-repeat;

  -webkit-background-clip: text;
  background-clip: text;

  animation: textReveal 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-timeline: view();
  animation-range: entry 20% cover 100%;
}

@keyframes textReveal {
  from {
    background-size: 0% 100%;
    opacity: 0.4;
  }
  to {
    background-size: 100% 100%;
    opacity: 1;
  }
}

/* Animation reveal pour le mot "performance" */
#content .titleslider span {
  color: rgba(34, 105, 180, 0.2); /* visible mais très clair au départ */

  background: linear-gradient(
    90deg,
    #2269B4 0%,
    #2269B4 100%
  );
  background-size: 0% 100%;
  background-repeat: no-repeat;

  -webkit-background-clip: text;
  background-clip: text;

  animation: textRevealNoScroll 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 1s; /* petit delay élégant */
}

@keyframes textRevealNoScroll {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}

/* Animation bouton */
a.elementor-button, #content div#n2-ss-2 .btn-slide a {
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
a.elementor-button .hover-icon, #content div#n2-ss-2 .btn-slide a .hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px; /* tu peux ajuster la taille ici */
  height: 40px;
  pointer-events: none;
  background: url("/wp-content/uploads/2026/02/icon-cd_.png") no-repeat center;
  background-size: cover; /* garde le cover */
  opacity: 0.2; /* opacité faible par défaut */
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
a.elementor-button:hover, #content div#n2-ss-2 .btn-slide a:hover {
  opacity: 0.75;
}
a.elementor-button:hover .hover-icon, #content div#n2-ss-2 .btn-slide a:hover .hover-icon {
  opacity: 0.4; /* légèrement plus visible au hover */
  transform: translate(-50%, -50%) scale(1);
}

#page a.elementor-button .elementor-button-icon svg {
	width: 12px;
}

/* Post */
#content .eael-grid-post .eael-entry-wrapper {
    padding: 0;
}
#content .eael-entry-wrapper .eael-entry-content {
	border-top: 1px solid #D9D9D9;
}
#content .eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on i {
    display: none;
}
#content .eael-entry-wrapper .eael-post-elements-readmore-btn {
	background-image: url(/wp-content/uploads/2026/02/flesh-btn-blue.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    width: max-content;
    padding-right: 50px;
    background-size: 12px;
}


/* Newsletter */
#content .tnp-subscription {
    margin: initial;
	max-width: 700px;
}
#content .tnp-subscription form {
    display: inline-flex;
    width: 100%;
    gap: 15px;
}
#content .tnp-subscription .tnp-field-email {
    width: 100%;
	margin-bottom: 0;
}
#content .tnp-subscription .tnp-field-email input.tnp-email, .wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
	background: #fff;
    padding: 15px 20px 15px 20px;
	border-radius: 25px;
	border: none;
}
#content .tnp-subscription input.tnp-email::placeholder {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	text-transform: capitalize;
	color: #C4C4C4;
}
#content .tnp-subscription .tnp-submit {
	font-family: "Inter", Sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 22px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #000;
    border-radius: 200px 200px 200px 200px;
    padding: 15px 20px 15px 20px;
    border: 0;
}

.textscroll {
  overflow: hidden;
  white-space: nowrap;
}

.textscroll .elementor-heading-title {
  display: inline-block;
  animation: textScroll 80s linear infinite; /* plus lent */
}
.textscroll.courte .elementor-heading-title {
	animation: textScroll 20s linear infinite; 
}

@keyframes textScroll {
	0% {
		transform: translateX(10%);
	}
	100% {
		transform: translateX(-100%);
	}
}

#content .ti-widget.ti-wp-testimonial-1 .ti-review-item > .ti-inner {
	box-shadow: rgba(34, 105, 180, 0.25) 0px 0px 16px;
}

#content .ti-widget.ti-wp-testimonial-1 .ti-widget-container .ti-name {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
#content .ti-widget.ti-wp-testimonial-1 .ti-widget-container .ti-date {
	font-size: 14px !important;
    color: #534F5A;
    opacity: 1;
}
#content .ti-widget.ti-wp-testimonial-1 .ti-review-header {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
}
#content .ti-widget.ti-wp-testimonial-1 .ti-read-more {
	display: none;
}
#content .ti-widget.ti-wp-testimonial-1 .ti-review-content {
    padding-top: 10px;
}
#content .ti-widget.ti-wp-testimonial-1 .ti-review-item {
	padding: 0 12px;
}
#content .ti-widget.ti-wp-testimonial-1 .ti-review-item>.ti-inner {
	position: relative;
	padding-bottom: 50px !important;
}
#content .ti-widget.ti-wp-testimonial-1 .ti-review-item>.ti-inner > .ti-stars {
	position: absolute;
	bottom: 25px;
}
#content .ti-widget.ti-wp-testimonial-1 .ti-controls-line {
	display: block;
}
#content .ti-widget.ti-wp-testimonial-1 .ti-controls-line {
	background: #cccccc;
}
#content .ti-widget.ti-wp-testimonial-1 .ti-controls-line .dot {
	background: #2269B4;
}
#popmake-774 .pum-content {
	height: 100%;
}
#popmake-774 .pum-content * {
	height: -webkit-fill-available;
}

/*** P.Recherche ***/
.ast-separate-container #content .ast-archive-description {
	background-color: transparent;
	padding-top: 90px;
}
.search #content .ast-container section.ast-archive-description h1, .search #content .ast-container section.ast-archive-description h1 * {
	font-family: "Plus Jakarta Sans", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 66px;
    font-size: 52px;
	color: #000;
}
.search #content .ast-container section.ast-archive-description span {
	color: #2269B4;
}
.search #content .ast-container .ast-breadcrumbs .trail-items {
	background-color: #FCFBFA;
    border-radius: 100px;
    padding: 8px 21px 8px 21px;
}
.search #content .ast-container .ast-breadcrumbs .trail-items * {
	font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 20px;
	color: #000;
}
.ast-separate-container #content .ast-article-inner {
	border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 50px 0px rgba(34, 104.99999999999994, 180, 0.25);
    padding: 56px 26px;
}
.ast-separate-container #content .ast-article-inner .entry-title a {
	margin-bottom: 35px;
    font-family: "Inter", Sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
}
.search .site-content .ast-container {
	padding: 0;
}
#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-title a {
	text-decoration: none;
	font-weight: inherit;
}


/*** Footer ***/
#colophon .contact-info a {
	color: #fff;
}


@media (max-width: 580px) {
	#popmake-774.pum-container {
		width: 85%!important;
		height: 50%!important;
	}
}
@media (min-width: 581px) {
	#popmake-774.pum-container {
		width: 85%!important;
		height: 62%!important;
	}
}
@media (min-width: 680px) {
	#popmake-774.pum-container {
		width: 80%!important;
		height: 70%!important;
	}
}
@media (min-width: 820px) {
	#popmake-774.pum-container {
		height: 80%!important;
	}
}
@media (max-width: 767px) {
    #content div#n2-ss-2 .btn-slide a {
		min-width: 173px;
		padding: 15px 50px 15px 20px;
	}
	#content div#n2-ss-2 .btn-slide.blue a {
		background-position: right 22px center;
	}
	#content div#n2-ss-2 .btn-slide.wight a {
		background-position: right 42px center;
	}
	#content div#n2-ss-2 .n2-ss-text p {
		line-height: 30px;
	}
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-img {
		width: 65px;
	}
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-img img {
		height: 65px;
	}
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-wrapper {
		padding: 13px 25px;
	}
	#content .elementor-widget-image-carousel .swiper-slide {
		padding: 15px 25px;
	}
	#content .tnp-subscription form {
		flex-direction: column;
	}
	/*#content .n2-ss-slider .n2-ss-slide-background-image {
		width: 70%;
		height: 70%; 
	}*/
	/*#content .n2-ss-slider .n2-ss-layer-with-background {
		background-size: 70%;
	}*/
	.search #content .ast-container section.ast-archive-description h1, .search #content .ast-container section.ast-archive-description h1 * {
		font-size: 39px;
		line-height: 53px;
	}
	.search .site-content .ast-container {
		padding: 0 35px;
	}
	
}
@media (min-width: 768px) {
	#content div#n2-ss-2 .btn-block .n2-ss-layer-row-inner {
		 flex-wrap: nowrap;
	}
	#content div#n2-ss-2 .btn-slide a {
		min-width: 173px;
	}
	#content div#n2-ss-2 .btn-slide.blue {
		align-self: flex-end;
	}
	#content div#n2-ss-2 .btn-slide.wight {
		align-self: flex-start;
	}
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-img {
		width: 65px;
	}
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-img img {
		height: 65px;
	}
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-wrapper {
		padding: 13px 25px;
	}
	#content .elementor-widget-image-carousel .swiper-slide {
		padding: 15px 45px;
	}
	/*#content .n2-ss-slider .n2-ss-slide-background-image {
		width: 50%;
		height: 50%; 
	}*/
	/*#content .n2-ss-slider .n2-ss-layer-with-background {
		background-size: 50%;
	}*/
	#popmake-774.pum-container {
		width: 60%!important;
		height: 80%!important;
	}
	.search #content .ast-container section.ast-archive-description h1, .search #content .ast-container section.ast-archive-description h1 * {
		font-size: 45px;
		line-height: 59px;
	}
	.search .site-content .ast-container {
		padding: 0 65px;
	}
	
}
@media (max-width: 900px) {
	#content div#n2-ss-2 .subtitle-slider {
		max-width: 325px;
	}
	
}
@media (min-width: 901px) {
	#content div#n2-ss-2 .subtitle-slider {
		max-width: 360px;
	}
	
}
@media (min-width: 992px) {
  

}
@media (max-width: 1024px) {
	#colophon .contact-info a {
		font-size: 16px
	}
}
@media (min-width: 1024px) {
	#content .elementor-widget-image-carousel .swiper-slide {
        padding: 15px 30px;
    }
}
@media (min-width: 1025px) {
	.ehf-header header#masthead.fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    #masthead .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child) {
		margin-right: 10px;
	}
	#masthead .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
		font-size: 11px;
	}
	#masthead .headerblock {
		--padding-left: 26px;
    	--padding-right: 26px;
	}
	#masthead .header-btn a.elementor-button {
		font-size: 12px;
		padding: 15px 10px 15px 10px;
	}
	#masthead .header-btn .elementor-button-icon svg {
		width: 10px;
	}
	#masthead .header-btn .elementor-button-content-wrapper {
		gap: 5px;
	}
	#page .e-con>.e-con-inner, .search .site-content .ast-container {
		max-width: 900px;
	}
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-wrapper {
		padding: 13px 15px;
	}
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-title {
		font-size: 18px;
	}
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-description {
		font-size: 16px;
	}
	#content h2 {
		font-size: 40px;
	}
	#content .descp {
		font-size: 18px;
	}
	#content .videoblock {
		padding: 60px 36px;
	}
	#content .counter-block .elementor-widget-counter .elementor-counter-number-wrapper {
		font-size: 60px;
	}
	#content .counter-block .elementor-widget-counter .elementor-counter-title {
		font-size: 18px;
	}
	/*#content .n2-ss-slider .n2-ss-slide-background-image {
		width: 45%;
		height: 45%; 
	}*/
	/*#content .n2-ss-slider .n2-ss-layer-with-background {
		background-size: 40%;
	}*/
	.search #content .ast-container section.ast-archive-description h1, .search #content .ast-container section.ast-archive-description h1 * {
		font-size: 52px;
		line-height: 66px;
	}
	.search .site-content .ast-container {
		padding: 0;
	}
	
}
@media (min-width: 1100px) {
    #masthead .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
        font-size: 12px;
    }
	#masthead .header-btn a.elementor-button {
        font-size: 13px;
    }
	#page .e-con>.e-con-inner, .search .site-content .ast-container {
		max-width: 920px;
	}
	#content .elementor-widget-image-carousel .swiper-slide {
        padding: 15px 35px;
    }
	
}
@media (max-width: 1199px) {
	#content div#n2-ss-2 .btn-slide a {
		background-size: 12px;
	}	

}
@media (min-width: 1199px) {
	
}
@media (min-width: 1200px) {
	#masthead .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child) {
		margin-right: 12px;
	}
	#masthead .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
		font-size: 13px;
	}
	#masthead .header-btn a.elementor-button {
		font-size: 14px;
	}
	#masthead .header-btn .elementor-button-icon svg {
		width: 10px;
	}
	#masthead .header-btn .elementor-button-content-wrapper {
		gap: 5px;
	}
	#page .e-con>.e-con-inner, .search .site-content .ast-container {
		max-width: 1020px;
	}
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-title {
        font-size: 20px;
    }
	#content h2 {
        font-size: 42px;
    }
	#content .descp {
        font-size: 21px;
    }
	#content .elementor-widget-image-carousel .swiper-slide {
        padding: 15px 42px;
    }
	#content .counter-block .elementor-widget-counter .elementor-counter-number-wrapper {
		font-size: 65px;
	}
	#content .counter-block .elementor-widget-counter .elementor-counter-title {
		font-size: 20px;
	}
	#masthead .headerblock {
		--padding-left: 35px;
    	--padding-right: 35px;
	}
	
}
@media (min-width: 1300px) {
	#masthead .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child) {
        margin-right: 16px;
    }
	#masthead .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
        font-size: 14px;
    }
	#masthead .header-btn a.elementor-button {
        font-size: 15px;
        padding: 15px 16px 15px 16px;
    }
	#masthead .header-btn .elementor-button-icon svg {
        width: 12px;
    }
	#page .e-con>.e-con-inner, .search .site-content .ast-container {
		max-width: 1120px;
	}
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-title {
        font-size: 21px;
    }
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-img {
		width: 76px;
	}
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-img img {
		height: 76px;
	}
	#content h2 {
        font-size: 45px;
    }
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-wrapper {
        padding: 13px 26px;
    }
	#content .counter-block .elementor-widget-counter .elementor-counter-title {
		font-size: 21px;
	}
	#popmake-774.pum-container {
		height: 85%!important;
	}
	
}
@media (min-width: 1400px) {
	#masthead .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child) {
        margin-right: 28px;
    }
	#masthead .header-btn a.elementor-button {
        font-size: 16px;
        padding: 15px 20px 15px 20px;
    }
	#masthead .header-btn .elementor-button-content-wrapper {
        gap: 10px;
    }
	#page .e-con>.e-con-inner, .search .site-content .ast-container {
		max-width: 1220px;
	}
	#content .elementor-widget-image-carousel .swiper-slide {
        padding: 15px 55px;
    }
	#content .videoblock {
		padding: 60px 56px;
	}
	
}
@media (min-width: 1500px) {
    #page .e-con>.e-con-inner, .search .site-content .ast-container {
		max-width: 1320px;
	}
	#content .expertises.e-grid .elementor-widget-image-box .elementor-image-box-wrapper {
		padding: 13px 30px;
	}
	#content .elementor-widget-image-carousel .swiper-slide {
        padding: 15px 65px;
    }
	
}
@media (min-width: 1600px) {
    #page .e-con>.e-con-inner, .search .site-content .ast-container {
		max-width: 1420px;
	}
}
@media (min-width: 1700px) {
    #page .e-con>.e-con-inner, .search .site-content .ast-container {
		max-width: 1520px;
	}
}
@media (min-width: 1700px) {
    #page .e-con>.e-con-inner, .search .site-content .ast-container {
		max-width: 1578px;
	}
}

