@media (max-width: 767.98px) {

	.btn-contact-fixed{
		display: none;
	}

	/*	
	.hero .form-wrapper{
		display: none;
	}
	*/

	.hero .hero-h1-container{
		display: none;
	}

  .form-wrapper{
  	background-color: var(--main-color);
  	padding:40px 12px;
  	border-radius: 20px;
  }

  .form-wrapper .form-control{
  	margin-bottom: 10px;
  	padding:16px;
  }

  .hero .swiper-slide{
  	height: content;
	}
  /*.swiper-wrapper .swiper-slide{
  	height: 50vh;
  }*/

	.catalogue .img-container{
		/*height: 250px;*/
		aspect-ratio: 1.5;
	}


	.hero-content h1 span{
		display: inline;
	}


	.hero-h1-container{
		margin-left: 1rem;
	}


  .hero-content h1,.hero-content h1 span{
		font-size: 50px;
		line-height: 52px;
		margin-top: 5vh;
  }



  .stats-container{
  	margin-top:0px;
  }


  /* parc */
  .steps ol{
  	display: none!important;
  	/*flex-direction: column;*/
  }

}