
  .floating-title2{
    position: absolute;
    top: -40;
    left: 50%;
    height: 100%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
  }
  .imagefond{
    position: relative;
  
    img{
      filter:blur(2px);
    }
  
    h1{
      font-size: 64px;
    font-family: Pacifico;
    color: #FFF;
    }
  
    p{
      font-size: 20px;
    font-family: Quicksand;
    color: #FFF;
    margin: 20px 0px;
    width: 100%;
    max-width: 559px;
    }

    .bouton-prestations{
      margin-top:70px;
    }
  }

.titreprestationaccueil{
  margin-bottom:64px;
  background-color: #FFFCF7;
}
  .prestationsaccueil{
    text-align: center;
    margin: 35px 0;
    font-size: 40px;
    font-family: Pacifico;
    color: #562A11;
}
.prestationshome{
    display: flex;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    gap: 15px;
    align-items: center;

    .ensvoirplus{
      text-align: center;
      margin-top: 50px;
    }
    
    .ensavoirplus{
      text-align: center;
      margin-top: 40px;
    }
    
    .savoirplus{
      text-align: center;
      margin-top: 79px;
    }
    h2{
      font-family: Quicksand;
      font-size: 24px;
      font-weight: 600;
      text-align: center;
    }
    p{
      font-size: 16px;
      font-family: Quicksand;
      margin-top: 12px;
      font-weight: 500;
    }
    h3{
      font-size :16px;
      font-family: Quicksand;
      font-weight: 400;
      text-align: center;
    }
    h4{
      font-size: 20px;
      font-family: Quicksand;
      font-weight: 500;
      text-align: center ;
    
    }
  }
.prestamid{
    background-color: #FFD771;
    box-shadow: 5px 5px 0px #E2A710;
    padding: 39px 25px;
    border-radius:30px;
    width: 100%;
    max-width: 320px;

    h2{
      margin-bottom: 5px;
    }

    h3{
      margin-bottom: 5px;
    }
}
.prestagauche{
    background-color: #FFF9EB;
    padding: 35px 20px;
    border-radius:30px;
    border:1px solid;
    border-color: #562A11;
    width: 100%;
    max-width: 290px;

      h4{
        margin-bottom:20px;
      }
      h2{
        margin-bottom:15px
      }
}
.prestadroite{
    background-color: #FFF9EB;
    padding: 35px 20px;
    border-radius:30px;
    border:1px solid;
    border-color: #562A11;
    width: 100%;
    max-width: 290px;

    h2{
      margin-bottom: 15px;
    }

    h4{
      margin-bottom: 19px;
    }
}

.sectionapproche{
  background-color: #EAF0FF;
  padding-top: 54px;
  padding-bottom: 10px;
}

.texteimage{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  width: 100%;
  max-width: 1060px;
  margin: 54px auto;
}

.justeimage{
  display: flex;
  justify-content: center;
}

.titreapprche{
  gap: 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;

  background-color: rgb(65, 66, 146);
    border-radius: 30px;
    padding: 30px;
    color: white;
    box-shadow: rgb(172, 188, 238) 5px 5px 0px;

    h2{
      font-size: 26px;
      font-family: Quicksand;
      font-weight: 500;
      text-align: center;
      background-color: #EAF0FF;
      color: black;
      border-radius: 20px;
    }
    
  h3{
    font-size:24px;
    font-family: Quicksand;
    font-weight:500;
    gap:20px;
  }
  p{
    font-family: Quicksand;
    font-size:15px;
  }
}

.titrepourapproche{
  margin-bottom:65px;

  h2{
    text-align: center;
  font-size: 40px;
  font-family: Pacifico;
  color: #562A11;
  }
}

@media (max-width: 768px) {
  /* Styles pour les écrans dont la largeur est inférieure ou égale à 768px */
  .prestationshome{
    display: flex;
    flex-direction: column;
    gap:45px;
    width:650px;
  }
  .prestadroite{
    max-width: 330px;
    padding: 25px 30px;
  }
  .prestagauche{
    max-width: 330px;
    padding: 25px 30px;
  }
  .prestamid{
    padding: 34px 29px;
    max-width: 450px;

  }
  .texteimage{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 650px;
    
  }
  .floating-title2{
    top:30px;
    p{
      font-size:16px;
      width: 350px;
    }


  }
  .imagefond img{
    height: 300px;
  }
  .imagefond{
    .bouton-prestations{
      margin-top: 30px;
    }
  }
}


@media (max-width: 428px) {
  /* Styles pour les écrans dont la largeur est inférieure ou égale à 768px */
.prestationshome{
  display: flex;
    flex-direction: column;
    gap:45px;
    width:300px;
}
.prestadroite{
  max-width: 270px;
    padding: 15px 10px;
}
.prestagauche{
    max-width: 270px;
      padding: 15px 10px;
}
.prestamid{
  padding: 29px 15px;
    max-width: 350px;

}
.texteimage{
  display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 350px;
  
}
.floating-title2{
  top:30px;
  left:48%;
  width :350px;
p{
  font-size:16px;
  width: 350px;
}


}
.imagefond img{
  height: 300px;
}
.imagefond{
.bouton-prestations{
  margin-top: 30px;
}
}
}