.text-animate .elementor-heading-title {
    visibility: hidden; /* cache tout */
}

.text-animate .elementor-heading-title span {
    visibility: visible;
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.fade-in {
	opacity: 0;
	transform: translateY(0);
	animation: fadeInMove 0.4s ease forwards;
}

@keyframes fadeInMove {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Animation */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#mySVG2 {
	width: 4px;
  	height: 100%;
}

#mySVG{
	width: 4px;
}

#myTarget .card-blue{
	color: #F77223
}

.btnsvg-black button,
.btnsvg-black a{
	gap: 16px !important;;
	display: flex !important;;
	align-items: center !important;;
	position: relative !important;;
	overflow: hidden !important;
	padding: 16px 24px 16px 50px !important;
}

.btnsvg-black button:before,
.btnsvg-black a:before{
	content: '' !important;
	width: 12px;
	height: 12px;
	display: block;
	z-index: 0;
	border-radius: 12px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	transition: transform 0.6s ease;
	background: var(--Pumpkin-500, #F77223);
}

.btnsvg-black button:hover:after,
.btnsvg-black a:hover:after,
.btnsvg-black button.hovering:after,
.btnsvg-black a.hovering:after{
	content: '' !important;
	width: 12px;
	height: 12px;
	display: block;
	z-index: 0;
	order: 1;
	border-radius: 12px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	transition: transform 0.10s ease;
	background: var(--Pumpkin-500, #FFF);
}

.btnsvg-black button span,
.btnsvg-black button svg,
.btnsvg-black a span,
.btnsvg-black a svg{
	z-index: 1;	
	order: 2;
}

.btnsvg-black button:hover,
.btnsvg-black a:hover{
	color: white !important;	
}

.btnsvg-black button:hover:before,
.btnsvg-black a:hover:before{
	transform: scale(50) !important;
	position: absolute;
}

#containerMots{
	height: 1em;
 	display: inline-block;
	overflow: hidden;
	margin-bottom: -10px;
}

#containerMots #mots {
      display: flex;	  
      flex-direction: column;
      transition: transform 0.3s ease-in-out;
}

#containerMots #mots .mot {
	height: 1em;
      line-height: 1em;
}

.btnsurligne-light a,
.btnsurligne a{
	width: auto !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0px 0px 4px 0px !important;
}

.btnsurligne a::after{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 0;
  background: white;
  transition: width 0.6s ease;
}

.btnsurligne-light a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: black;
  transition: width 0.6s ease;
}

.btnsurligne-light a:hover::after,
.btnsurligne a:hover::after{
  width: 100%;
}

svg #togrow {
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
}

.block-steps-svg  .step .step-img .card-wrapper {
	content: "";
	background: #fcc7a7;
	width: 70%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 30px;
	z-index: 0;
	overflow: hidden;
}
        
.block-steps-svg  .step .step-img .card-blue {
	content: "";
	background: #F77223;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 30px;
	z-index: 1;
	height: 0;
}
        
.block-steps-svg  .step .step-img img {
	position: relative;
	z-index: 100;
}

.block-steps-svg  .step .step-img img.left .card-wrapper {
	right: auto;
	left: 0;
}
            
.block-steps-svg  .step .step-img img.left .card-blue {
	right: auto;
	left: 0;
} 

#newsActu{
	position: relative;
	/*overflow: hidden;*/
}

#newsActu > .elementor-element{
	position: static !important
}

#newsActu #cercle {
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
  display: block;
}

#newsActu #cercle.visible {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#newsActu .cercle-cursor {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #F77223;
  position: absolute;
  top: 0;
  left: 0;
	pointer-events: none;
  cursor: pointer;
  z-index: 10;
  transition:
    width 0.3s ease,
    height 0.3s ease,
    background-color 0.3s ease,
    border-radius 0.3s ease;
}

#newsActu .cercle-transform {
  width: 10px;
  height: 10px;
  background-color: #F77223;
  /* border-radius non changé ici = reste cercle */
}

#newsActu .cercle-transform svg.left {
  fill: #F77223;
  left: -50px;
  transition: all 0.3s ease;
}

#newsActu .cercle-transform svg.right {
  fill: #F77223;
  right: -50px;
  transition: all 0.3s ease;
}

#newsActu .cercle-cursor svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  fill: white;
  height: 20px;
  width: 20px;
  transition: all 0.3s ease; /* ✅ Animation pour les SVG aussi */
}

#newsActu .cercle-cursor .left {
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
}

#newsActu .cercle-cursor .right {
  right: 10px;
}

@keyframes highlight {
  0% {
    background-size: 0% 100%;
    background-position: 0 0;
  }
  100% {
    background-size: 100% 100%;
    background-position: 0 0;
  }
}

.animated-summary {
  background: linear-gradient(to right, #F77223, #F77223);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  animation: highlight 8s linear forwards;
}

.animated-summary-fast {
  background: linear-gradient(to right, #F77223, #F77223);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  animation: highlight 1s linear forwards;
}

.btn-map a{
	cursor: pointer	
}

.btn-map a svg{
    width: 24px !important; 
    height: 24px !important;
}

#mapSearch{
	display: none
}

#mapSearch.open{
	display: block;
}

.MenuTop{
	z-index: 999999 !important
}

#OtherCriteres {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
	padding: 0px !important;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

#OtherCriteres.show {
  max-height: 500px; /* adapte selon le contenu max */
  padding: 32px 40px !important;
  opacity: 1;
}

#btnOtherCriteres.open svg{
	transform: rotate(45deg)	
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.jet-checkboxes-list__decorator{
	margin-top:	0px !important;
}

#formfooter select:focus,
#formfooter textarea:focus,
#formfooter input:focus{
	box-shadow: none !important
}