/*
 Theme Name: Blocksy Child
 Theme URI: https://creativedesigns
 Template: blocksy
 Author: MicroProxy
 Description: Thème enfant Blocksy pour Axialys Portes
 Version: 1.0.0
 Text Domain: blocksy-child
*/

/************************************************************************************************************************/
/*                                                     GENERAL                                                          */
/************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

h3 {
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
 	line-height: 0 !important;
}



/************************************************************************************************************************/
/*                                                      HEADER                                                          */
/************************************************************************************************************************/

.telephone-header {
	background-color: #e65d2f !important;
	color: #FFF !important;
	padding: 5px 15px;
	border-radius: 15px;
}

/************************************************************************************************************************/
/*                                                     ACCUEIL                                                          */
/************************************************************************************************************************/
/* Hero Accueil */
.hero-content {
  margin-top: 75px;
  color: #ffffff;
  max-width: 600px;
  z-index: 10;
  padding: 20px;
}
.hero-content h1 {
  font-family: "Montserrat", "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.hero-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 30px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.btn-orange {
  display: inline-block;
  background-color: #e65d2f;
  border: 1px solid #e65d2f;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  /*box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);*/
  transition: all 0.3s ease;
}
.btn-orange:hover {
  background-color: #fff;
  color : #e65d2f;
  /*box-shadow: 0 6px 18px rgba(255, 102, 0, 0.4);
  transform: translateY(-2px);*/
}

.vignettes {
	border-left: 3px solid #e65d2f;
	padding-left: 15px;
	margin-block-end: 0 !important;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-content {
    left: 6%;
    max-width: 500px;
  }
  .hero-content h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .hero-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 40px 20px;
    margin: 0 auto;
  }
  .hero-content h1 {
    font-size: 1.8rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
}




/************************************************************************************************************************/
/*                                                      FOOTER                                                          */
/************************************************************************************************************************/
.footer-ligne-1-h3 {
	margin: 30px 0 0 0 !important;
}
.footer-ligne-1-p {
	margin: 19px 0 20px 0 !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #aeb3bb !important;
}

.footer-ligne-2-p {
	margin: 19px 47px 0 0 !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	/*line-height: 0 !important;*/
	color: #aeb3bb !important;
}

.footer-ligne-3-p {
	font-family: "Montserrat", sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 0 !important;
	color: #aeb3bb !important;
}