* {
  box-sizing: border-box;
}

.accueil-container {
  width: 100%;
  height: fit-content; /* Hauteur pour activer le défilement */
  
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
}

.accueil-top {
  width: 100%;
  height: 50vh;
 
  
  background-image: url("../img/bureaux.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center ;
  background-attachment: fixed;
}



.accueil-presentation {
  width: 90%;
  display: flex;
  flex-direction: column;
  height: fit-content;
  
  margin: 1rem 0;

  position: relative;
}

.accueil-prensentation-title {
  font-size: 35px;
  
  margin: 1rem 0 2rem 0;
  font-weight: bold;
  width: 50%;
}

.accueil-prensentation-center {
  text-align: center;
  margin: 1rem 0;
  
}

.ttpr-button {
  padding: 1rem;
  margin: auto;
  width: max-content;
  border-radius: 15px;
  text-decoration: none;
  
  background-color: #59b2ec;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.ttpr-button:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: translateY(-5px);
}

.accueil-prestations-container {
  width: 100%;
  height: fit-content;
  position: relative;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #535351;
}

/*separator */

.custom-shape-divider-top-1722602739 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 105%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1722602739 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 33px;
}

.custom-shape-divider-top-1722602739 .shape-fill {
  fill: #ffffff;
}

/* fin separator */

/*prestation */

.accueil-prestations {
  width: 90%;
  height: fit-content;
  
  margin: 2rem 0;
}

.accueil-prestations-title {
  font-size: 35px;
  
  margin: 1rem 0 2rem 0;
  font-weight: bold;
  color: white;
}

.accueil-prestations-list {
  width: 100%;
  height: fit-content;
  display: flex;
  
  gap: 1rem;
}

.accueil-prestation-block {
  
  text-decoration: none;
  color: black;
  height: 50vh;
  width: calc(100% / 3);
  position: relative;
  overflow: hidden;

}

.accueil-prestation-block-popup {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  
  background: rgba(255, 255, 255, 0.568);
  text-transform: uppercase;
  font-weight: bold;
  transform: translateY(100%); /* Cache le popup sous l'élément parent */
  opacity: 0; /* Cache le popup */
  transition: transform 0.5s ease, opacity 0.5s ease; /* Animation douce */
}

.accueil-prestation-block:hover .accueil-prestation-block-popup {
  transform: translateY(0); /* Déplace le popup à sa position d'origine */
  opacity: 1; /* Rend le popup visible */
}

.accueil-prestation-block-title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.655);
}

.accueil-prestations-left {
  background-image: url(../img/terrassement.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.accueil-prestations-center {
  background-image: url(../img/vrd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.accueil-prestations-right {
  background-image: url(../img/construction.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* fin prestation */

/* atouts */

.accueil-atouts-container {
  width: 100%;
  height: fit-content;
  
  position: relative;
  padding-bottom: 1rem;

  background-color: white;
}

/*separator */

.custom-shape-divider-top-1722602738 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 105%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1722602738 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 33px;
}

.custom-shape-divider-top-1722602738 .shape-fill {
  fill: #535351;
}

/* fin separator */

.accueil-atouts {
  width: 90%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin: auto;
}

.accueil-atouts-title {
  font-size: 35px;
  
  margin:  2rem 0;
  font-weight: bold;
}

.accueil-atouts-list {
  width: 100%;
  height: fit-content;
  display: flex;
  
  gap: 1rem;
  margin-bottom: 1rem;
 
}

.accueil-atouts-block {
  width: calc(100%/3);
  height: fit-content;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;

}

.accueil-atouts-logo {
  width: 50%;
}

.accueil-atouts-block-title {
  margin-top: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* fin atouts */

/*contact*/
.accueil-contact-container {
  width: 100%;
  height: fit-content;
  position: relative;
  background-color: #535351;
}

/*separator */

.custom-shape-divider-top-1722602737 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 105%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1722602737 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 33px;
}

.custom-shape-divider-top-1722602737 .shape-fill {
  fill: #FFFFFF;
}

/* fin separator */

.accueil-contact {
width: 90%;
margin: auto;
 padding: 1rem 0;
}

.accueil-contact-title {
 font-size: 35px;
  margin: 1rem 0 2rem 0;
  font-weight: bold;
  color: #FFFFFF;
} 

.accueil-contact-list {
  width: 100%;
  height: fit-content;
  display: flex;
  gap: 1rem;
  
}

.accueil-contact-list-block {
  width: 50%;
  height: fit-content;
 

}


.accueil-contact-map, .accueil-contact-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}

iframe {
  width: 100%;
   height:450px;
}

.horaire-text{
  color: #FFFFFF;
  margin-top: 1rem;
}

.accueil-contact-link {
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.accueil-contact-logo {
  height: 50px;
}

/* form */

.form-title {
color: #FFFFFF;
margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}

.wpcf7-form-control {
  padding: 5px;
}

/*fin form */

/* fin contact */


/*    responsive */

@media (max-width: 800px) {

  .accueil-top {
    background-attachment: scroll; /* Désactive l'effet parallax */
    background-position: center center; /* Centre l'image verticalement */
}
  
  .accueil-prensentation-title {
    font-size: 30px;
   width: 90%;
   text-align: center;
  }

  /* .accueil-prensentation-center {
    text-align: left;
    margin: 1rem 0;
    
  } */

  .accueil-prestations-list {
    flex-direction: column;
    align-items: center;
  }

  .accueil-prestation-block {
  width: 90%;
  
  }

  .accueil-prestation-block-title {
   
    font-size: 20px;
    
  }

  .accueil-prestation-block-popup {
    transform: translateY(0); /* Déplace le popup à sa position d'origine */
    opacity: 1; /* Rend le popup visible */
  }

  .accueil-atouts-list{
    flex-direction: column;
    align-items: center;
  }

  .accueil-atouts-block {
    width: 90%;
  }

  .accueil-contact-list{
    flex-direction: column;
    align-items: center;
  }

  .accueil-contact-list-block{
width: 90%;
  }
  

  .accueil-contact-link{
    flex-direction: column;
    align-items: center;

  }

  iframe {
   
     height:300px;
  }
  
  .accueil-prestations-title, .accueil-contact-title, .accueil-atouts-title, .horaire-text {
    text-align: center;
  }



}