*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* palette */ --emerald: #265c00;  --green-bean: #68a225; --light-green: #b3de81;  --cotton: #fdffff; --dark-yellow: #f4cb38; --vert1 :#7b9f90 ;  --vert2 :  #cddfcc; --vert3 :
#abcab7;   --vert5 :   #deeeda;
--vert6 :#93b9a2;   --vert7 : #86bda1;
--vert8 :#366953;

/*palette mb garden */

--vert-fonce: #047334 ; --vert-clair : #62be48; --jaune:
#e1dd17 ; --creme: #FFFFF0;

                   /*Fonts */  --base-font: "pt sans", "lato",Open sans, sans-serif;  --title-font: 'Kanit',  'Oswald', 'Kanit' ;
                   /* Font-size */  --fs-14: 0.875rem;  --fs-16: 1rem;  --fs-18: 1.125rem;  --fs-20: 1.25rem;  --fs-22: 1.37rem; --fs-24: 1.5rem;  --fs-30: 1.875rem;  --fs-36: 2.25rem;  --fs-42: 2.625rem;--fs-50: 3.125rem; --fs-72: 4.5rem;
}

body {
  font-family: var(--base-font);
  max-width: 2560px;
  font-size: 20px;
  margin: 0 auto;

}


h1, h4, h5, h6{
  color: #252525;
  font-family: var(--title-font);
}

 h2, h3{
  font-family: var(--title-font);
  font-weight: 600;
  color: #493001;
}

.sub-h2{
  display: none;
}





.btn-toggle-container{
  display: none;
}


.logo-et-marque{
  display: flex;
  font-size: var(--fs-24);

  align-items: center;
  color: #252525;
}

.marque{
  position: relative;
}


.tel-sous-marque{
  position: absolute;
  top: 49px;
  right: -221px;
  font-size: var(--fs-24);
  width: max-content;
  display: flex;
  justify-content: center;

}

.logo-et-marque .tel-sous-marque img{
  width: 20px;
  margin-left: 3px;
  margin-right: 13px;
  display: none;
}
.tel-sous-marque a{
  color: black;
  text-decoration: none;
}

.logo-et-marque h3{
 font-family: var(--base-font);
  font-weight: normal;
  color: #493001;
  line-height: 130px;
}
.logo-et-marque h3 span{

  color: var(--vert-fonce);

}

.logo-et-marque img{
  width: 60px;
  margin-right: 22px;
}


.barre-nav{
  box-shadow: 0px 10px 13px -7px #a0a0a055, 0px 3px 1px 0px rgba(179, 179, 179, 0);
  padding: 0 80px;
  height: 130px;
}
.liste-nav{
  position: absolute;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: right;
  top: 0;
  right: 80px;
}

nav a{
  color: #252525 ;
  text-decoration: none;
  padding: 7px 30px;
  margin: auto 30px;
}

.barre-nav a{
  text-decoration: none;
}

/*header---------------------------------------------------------------------------------------------------------*/
.header{
  height: calc(100vh - 130px);
  max-height: 1920px;
}
.header-img{
  background-image: linear-gradient(#00000050, #00000050), url(./ressources/gazon-vert-etroit.jpg);
  position: relative;
  height: 60%;
  background-size: cover;
  background-position: 50% 17%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.entretien .header-img-creation{
  background-image: linear-gradient(#00000050, #00000050), url(./ressources/gazon-vert-etroit.jpg);
}

.header-img-creation{
  background-image: url(./ressources/creation/banniere-terre-foncee-ordi.webp);
  background-repeat: no-repeat;
}


.amenagement .header-img-creation{
  background-image: linear-gradient(#00000050, #00000050), url(./ressources/banniere-cloture.jpg);
  background-repeat: no-repeat;
}

h1{
  margin-top: 100px;
}

.subtitle-header{
  color: white;
  letter-spacing: 1.2px;
  color: white;
  font-size: 27px;
  text-align: center;
  letter-spacing: 2px;
  padding-top: 30px;
  padding-bottom: 70px;
}

.sous-titre-header{
  height: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sous-titre-h1{
  padding-bottom: 53px;
}

h1{
  font-size: 60px;
  color: white;
  text-align: center;
}

.sous-titre-h1 p{
  padding-top: 20px;
  line-height: 30px;
  width: 824px;
}


.cta{
  text-align: center;
}
.cta a{
  margin-top: 40px;
  padding: 10px 17px;
  border-radius: 5px;
  background-color: var(--jaune);
  color: black;
  text-decoration: none;
  font-size: 22px;
}

.tel-cta{
  z-index: 50;
  display: none;
}

/*fiches*/

.container-fiche{
  display: flex;
  justify-content: space-between;
}

.fiche{
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-shadow: 1px 0px 22px -6px rgba(122,122,122,1);
  -moz-box-shadow: 1px 0px 22px -6px rgba(122,122,122,1);
  box-shadow: 1px 0px 22px -6px rgba(122,122,122,1);
  width: 30%;
  height: 700px;
  margin-right: 30px;
  border-radius: 7px;
}

.fiche:nth-child(3){
  margin-right: 0;
}

.img-fiche{
  width: 100%;
  height: 420px ;
  padding-bottom: 40px;

}

.img-fiche img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px 7px 0 0;
}

.contenu-fiche{
  height:  280px ;
  text-align: center;
}

.contenu-fiche li{
  list-style-type: none ;
  line-height: 30px;
  font-size: var(--fs-22);
}

.titre-fiche{
  font-size: 26px;
  padding: 20px 30px;
 box-shadow: 0px 15px 17px 0px rgba(0,0,0,0.7);
  background-color: white;
  font-weight: 900;
  margin-top: -167px;
  margin-bottom: 116px;
  text-align: center;
  border-radius: 10px;
}

.titre-fiche a{
  text-decoration: none;
  color: #252525;
}

/*fiches réalisations*/

.bloc-realisations .img-fiche{
  width: calc(100rem / 5 );
  height: 400px ;
}

.bloc-realisations .contenu-fiche{
  width: calc(100rem / 5 );
  height:  170px ;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bloc-realisations .titre-fiche{
  padding-bottom: 0;
}

.bloc-realisations .fiche{
  background-color: var(--creme);
}

/*titres-grandes-section*/

.titre-grande-section h2{
  font-size: 60px;
  font-weight: 600;
  padding: 20px 0;
  margin-bottom: 20px;
}

.titre-grande-section hr{
  width: 600px;
  height: 4px;
  color: var(--creme);
  background-color: var(--creme);
  margin-bottom: 55px;
}

.sous-titre-grande-section{

  line-height: 35px;
}

.bloc-titre-grande-section{
  margin-bottom: 60px;
}

.contact .bloc-titre-grande-section{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

/*titres-petite-section*/

.bloc-titre-petite-section h4{
  font-size: var(--fs-30);
  margin-bottom: 30px;
  padding-top: 3px;
}

.bloc-conseil-actuel .bloc-titre-petite-section h4{
  margin-bottom: 0px;
}

.bloc-presentation h4{
  font-family: var(--title-font);
  font-size: var(--fs-36);
  font-weight: 200;
}

.sous-titre-petite-section{

  padding-bottom: 20px;
}

.bloc-conseil-actuel .sous-titre-petite-section{
  padding-bottom: 0;
}

/*prestations + blocs section----------------------------------------------------------------------------------------------------------------------------*/

.prestations, .secteur, .contact{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
 
}

.sap{
  flex-direction: row-reverse;
}

.prestations{
  padding: 0px 0px 170px;
}

.secteur{
  padding: 0px 0px 170px;
}

.contact{
  padding: 55px 0px 150px;
}

.contact{
  padding: 150px 0;
  width: 82%;
  margin: 0 auto;
  
}
.bloc-prestations, .bloc-realisations, .bloc-avis{
  background-color: #fdffff; /*color*/
  width: 82%;  /*width*/
}

.bloc-presentation {

  /* width: 27rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 170px;
  width: 82%;
  margin: 0 auto;

}


.img-presentation {
  width: 50%;
  height: 90vh;
  padding-left: 80px;
}

.img-presentation img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.bloc-presentation h2{
  text-align: end;
}

.bloc-titre-petite-section{
  width: 50%;
  padding: 20px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1980px) {
  .bloc-titre-petite-section{
  width: 50%;
  padding: 0 80px;}

}

.bloc-presentation .bloc-titre-grande-section {
  margin-bottom: 0px;
}

.bloc-presentation .texte-introductif{
  margin-bottom: 80px;
  line-height: 30px;
}
.bloc-presentation .sous-titre-petite-section{
  font-style: italic;
  line-height: 30px;
}

.img-presentation img, .img-la-favorite img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*bloc - secteur*/

.secteur{
  width: 82%;
  margin: 0 auto;
  justify-content: space-between;
}
.secteur .bloc-titre-grande-section
{
  width: 70vw;
  
}
.bloc-image-secteur{
  width: 50vw;
  display: flex;justify-content: center;

}

.bloc-image-secteur img{
  width: 24vw;
  padding-left: 4.5vw;
  
}
.sap .bloc-image-secteur img{
  width: 17vw;
  padding-left: 0;
  margin-right: 8vw; 
}

.sap .sous-titre-grande-section{
  display: flex;
  flex-direction: column;
  align-items: start;
  
}

.sap ul {
  align-self: center;
}

.sap ul li{
  padding-left: 20px;
  list-style-type: none;
  align-self: center;
  margin: 0 auto;
}

.sap{
  padding: 0;
}

.sap h2 span{
  font-size: 29px;
  line-height: 28px;
}

.sap h2{
  line-height: 54px;
}

.sap .bloc-titre-grande-section {
  width: 53vw;
}

.sap .bloc-titre-grande-section{
  display: flex;
  flex-direction: column;
}

.sap .titre-grande-section{
  align-self: flex-end;
}

/*contact*/

.contact{
  padding-bottom: 80px;
}

.contact .bloc-titre-grande-section{
  width: 50%;
  padding-right: 150px;
}

.tel span,
.mail span{
  padding-left: 20px;
  display: block;

}

.tel a,
.mail a{
  display: flex;
  line-height: 100px;
  font-size: 30px;
  color: #493001;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
height: 100%;
}

.nom-adresse-contact{
  display: flex;
  align-items: center;
  justify-content: center;
  
  color: #493001;
  margin-top: 16px;
  height: 100px;
  text-align: center;
}

.nom-adresse-contact img{
  object-fit: cover;
  height: 35px;
  margin-right: 20px;
}

.mail a{
  font-size: 23px;
}

.tel img{
  object-fit: cover;
  transform: rotateX(15 deg);
  height: 40px ;

}

.mail img {
  object-fit: cover;
  transform: rotateX(15 deg);
  height: 27px ;
}

.tel{
  height: 100px;
}

.mail{
  height: 80px;
}

.bloc-coordonnees{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
}

.contact .adresse, .contact .siren{
  font-size: var(--fs-20);
}

.contenair-coordonnees-formulaire-de-contact{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

/*form*/
/*forumlaire de contact-------------------------------*/

.container-formulaire-de-contact{
  width: 40rem;
  height: 775px;
  background-color: rgb(230, 230, 230);
  border-radius: 7px;
  box-shadow: 8px 8px 20px -6px rgba(0,0,0,0.6);
  -webkit-box-shadow: 8px 8px 20px -6px rgba(0,0,0,0.6);
  -moz-box-shadow: 8px 8px 20px -6px rgba(0,0,0,0.6);

}

.container-formulaire-de-contact h6{
  text-align: center;
  font-size: 25px;
  padding: 40px 40px 20px;
  font-weight: 500;
  /* text-transform: uppercase; */
  color: #493001;

}

.labelEmail, .label-nom-prenom-et-tel,
.label-texte-area, .label-objet, .labelSelect, .labelTxt{
  color: #252525;
  display: block;
  margin: 5px auto;
  width: 95%;
  position: relative;
  top: 7px;
  padding-left: 2.5%;

}

.nom-prenom-et-tel{
  margin: 0 auto;
  display: flex;
  width: 90%;
  /* align-items: center; */
  justify-content: space-between;
}

.input-nom-ou-prenom, .imput-telephone{
  display: block;
  margin: 20px auto;
  outline: 0;
  width: 100%;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 3px;
  color: #757575;
  font-size: var(--fs-20);
}

.labelEmail, .label-nom-prenom-et-tel{
  color: transparent;
  top: 0px;
}

.emailInp,  select, textarea , .input-objet{
  display: block;
  margin: 20px auto;
  outline: 0;
  width: 90%;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 3px;
  color: #757575;
  font-size: var(--fs-20);
}

select{
  margin: 20px auto 0;
}

.emailInp, .input-nom-ou-prenom, .imput-telephone{
  margin: 5px auto;
}

.labelFlex {
  color: #f1f1f1;
  position: relative;
  top: 8px;
}

.container-formulaire-de-contact button {
  width: 45%;
  display: block;
  margin: 40px auto;
  outline: none;
  border: 0;
  height: 50px;
  transition: all 0.2s linear;
  cursor: pointer;
  border-radius: 5px;
  font-size: var(--fs-20);
  background-color: var(--jaune);
}

.container-formulaire-de-contact button:hover {
  background: #d9cc14;
}

.php{
  text-align: center;
  font-weight: bold;
}

/* footer */

footer{
  min-height: 300px;
  display: flex;
  justify-content: space-between;
  padding: 80px;
  background-color: var(--creme);
}

.liens-rapides h6{
  text-transform: uppercase;
  font-size: var(--fs-30);
  font-weight: 400;
  padding: 0 0 40px;
}

.liens-rapides li{
  line-height: 30px;
  list-style-type: none;
  font-size: var(--fs-20);
  line-height: 34px;
}

.liens-rapides a{
  color: black;
  text-decoration: none;
}

.logo-contact{
  width: 200px;
}

.logo-contact img{
  width: 100%;
  margin-right: 0;
}

footer a{
  text-decoration: none;
}

footer .logo-et-marque h3{
  line-height: 0;
  padding-top: 20px;
  font-size: 30px;
  text-decoration: none;
}

footer .logo-et-marque{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer .bloc-adresse-siren{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  line-height: 31px;
}

.boite{
 
  font-family: var(--title-font);
}

footer .siren :nth-child(1){
  padding-top: 30px;
}
footer .mentions-legales{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.production{
  display: flex;
  flex-direction: column;
  justify-content:flex-end;
  font-size: 14px;
}

.production a{
  color: black;
  text-decoration: none;
}



.creation h1,
  .entretien h1
  {
    padding: 80px 80px 0;
  }

  .amenagement h1{
    padding: 80px 40px 0;
  }

/*medias queries-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*barre nav*/

@media (max-width: 1800px) {
  .avant-tel{
    display: none;
  }

  .tel-sous-marque {
    position: absolute;
    top: 86px;
    right: calc(50% + 41px);
    transform: translateX(50%);
  }

  
.barre-nav .logo-et-marque h3 {
  line-height: 98px;
}
}
@media (max-width: 1700px) {
  nav a {
    margin: auto 12px;
}
}
@media (max-width: 1450px) {
  nav a {
    margin: auto 10px;
    padding: 7px 20px;
}

.barre-nav {
  padding: 0 60px;

}

.liste-nav {
  right: 40px;}

  h1 {
    font-size: 50px;}


body{
  font-size: 19px;
}

}

@media (max-width: 1370px) {
  .header-img {
    height: 50%;}

    .sous-titre-header {
      height: 40%;

    }
}
@media (max-width: 1300px) {
  .barre-nav {

    padding: 0 25px;

  }

  .liste-nav {
    right: 5px;}


  nav a {
    margin: auto 10px;
    padding: 7px 15px;
}
}

@media (max-width: 1260px) {
  .subtitle-header{
    font-size: 26px;
  }
}
@media (max-width: 1200px) {

  .barre-nav .logo-et-marque img {
    width: 65px;
    margin-right: 15px;
}

.logo-et-marque {

  font-size: 22px;
}
}

@media (max-width: 1180px) /*hamburger*/{
  .btn-toggle-container {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 36px;
    left: 40px;
    width: 48px;
    height: 48px;
    z-index: 11;
}

.tel-sous-marque{display: none;}

.barre-nav .logo-et-marque h3 {
  line-height: normal;
}

.barre-nav {
  padding: 0px 40px;

    display: flex;
    justify-content: center;
}
.barre-nav .logo-et-marque{

    display: flex;
    justify-content: center;
    align-items: center;
}

.liste-nav{
    position: absolute;
    display: none;

}

.liste-nav a{
  width: 100%;
}

.liste-nav a:nth-child(2) {
  padding: 15px;
}

.liste-nav.active-menu{
  z-index: 10;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 50vw;
    min-width: 300px;
    height: max-content;
    top: 130px;
    left: 0px;
    background-color: #fffff0;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}


.tel-cta{
  position: absolute;
  top: 37px;
  right: 34px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  
  /* -webkit-box-shadow: 1px 0px 22px -6px rgba(122,122,122,1);
  -moz-box-shadow: 1px 0px 22px -6px rgba(122,122,122,1);
  box-shadow: 1px 0px 22px -6px rgba(122,122,122,1); */
  display: flex;
  align-items: center;
  justify-content: center;
}

.tel-cta img{

  width: 35px;
}


.liste-nav a{
  margin: 0;
    padding: 20px;
    border-bottom: 1px solid;

}


.liste-nav a:nth-child(1){
  padding: 20px;
}

.liste-nav a:nth-child(2){
  padding: 20px;
}
.liste-nav a:nth-child(3){
  padding: 20px;
}
.liste-nav a:nth-child(4){
  padding: 20px;
    background-color: transparent;
    color: black;
    border-bottom: none;
}

.liste-nav a:nth-child(5){
    border: none;

      background-color: var(--shade-green);
      color: #fff;


    padding: 15px 58px;

    box-shadow: none;
}

}

@media (max-width: 1160px) {
  .subtitle-header{
    font-size: 22px;
  }
}
@media (max-width: 1080px) {
  .barre-nav {
    padding: 0 70px;

  }
  }
  @media (max-width: 1060px) {
  nav a {
    margin: auto 5px;
    padding: 7px 16px;
  }
  }

  @media (max-width: 990px) {

    .titre-grande-section hr {

      margin-bottom: 20px;
  }
    .barre-nav {
      line-height: 130px;
      padding: 0 25px;
  }

  .logo-et-marque {
    line-height: 130px;
  }


  /*ajout v5*/
  .barre-nav a{
    display: flex;
    align-items: center;
    line-height: 130px;
    height: 130px;
  }

  .barre-nav .tel-sous-marque a{
    display: block;
    line-height: normal;
    height: auto;
  }

  /*fin ajout v5*/

  .liste-nav{
    height: 130px;
    right: 25px;
  }

  .tel-sous-marque a{
    display: none;
  }

}

@media (max-width: 880px) {
  .subtitle-header{
    font-size: 20px;
  }
}

  @media (max-width: 840px) {

   


  nav a {
    margin: auto 4px;
    font-size: 21px;
}
}

@media (max-width: 650px) {
  .titre-grande-section hr {
    margin-bottom: 20px;
}
}

@media (max-width: 630px) {
  .tel-cta {
    top: 26px;
    right: 15px;
}

.tel-cta img {
  width: 30px;
}

.header-img-creation{
  background-image: url(./ressources/creation/banniere-terre-foncee-portable-630px.webp);
  background-repeat: repeat;
}
}



@media (max-width: 470px) {
  .tel-cta img {
      width: 28px;
  }

  .tel-cta {
    right: 10px;
}


}

@media (max-width: 450px) {

 .barre-nav .logo-et-marque {
    font-size: 21px;
}
}

@media (max-width: 385px) {
  .barre-nav .logo-et-marque img {
    width: 50px;
    margin-right: 5px;
}

.barre-nav .logo-et-marque {
  font-size: 20px;
}

.btn-toggle-container {
  top: 11px;
  right: 17px;
  width: 45px;
  height: 45px;

}

  .tel-cta img {
      width: 26px;
  }

  .tel-cta {
    top: 28px;
}
}


@media (max-width: 350px) {

.logo-et-marque {
font-size: 19px;
}
.barre-nav {
padding: 0px 9px;
}
}

@media (max-width: 1700px) {
  .labelEmail, .label-nom-prenom-et-tel, .label-texte-area, .label-objet, .labelSelect, .labelTxt {

    margin: 0px auto;
  }

  .labelEmail, .label-nom-prenom-et-tel{
    font-size: 5px;
  }

  .container-formulaire-de-contact {

    height: 715px;
  }
  }

   /* @media (max-width: 1600px) {

    .container-formulaire-de-contact {
      width: 39rem;
    }
    } */

@media (max-width: 1450px) {


    .emailInp, select, textarea, .input-objet {
      font-size: 19px;
    }

    .container-formulaire-de-contact button {
      font-size: 19px;
    }

    .mentions-contact a{
      font-size: 22px;
    }

  .labelEmail, .label-nom-prenom-et-tel{
    font-size: 8px;
  }

  .container-img-contact img {
    height: 23rem;
  }

  .container-img-contact {
    height: 23rem;
}

.container-formulaire-de-contact h6 span{
  display: none;
}
.contact {
  padding: 56px 0 100px 0;
}

.container-formulaire-de-contact{
  width: 30rem;
  height: 740px;


}
.mentions-contact{
  width: 110%;
}
.container-formulaire-de-contact button {
  width: 53%;
}

.nom-prenom-et-tel {
  width: 95%;

}


.input-nom-ou-prenom, .imput-telephone{
  width: 90%;
}
}
@media (max-width: 1335px) {
  .container-formulaire-de-contact {
    height: 720px;
}
}

@media (max-width: 1300px) {

  .contact h6{
    padding: 30px 40px 10px;
  }




  .container-formulaire-de-contact button {
      margin: 27px auto ;
      width: 65%;
  }


  .container-formulaire-de-contact {
    width: auto;
       height: 695px;
  }

  .bloc-coordonnees {

    padding-top: 34px;}

    .bloc-titre-grande-section {
      margin-bottom: 0;
  }
}


@media (max-width: 1200px) {

  .container-formulaire-de-contact {
    margin-top: 30px;
    width: 47rem;
}
.container-formulaire-de-contact button {
  width: 40%;
}

.nom-prenom-et-tel {
  width: 90%;
}



.input-nom-ou-prenom, .imput-telephone {
  width: 100%;
}

.contenu-contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;

}
}


@media (max-width: 960px) {
  .container-formulaire-de-contact {
    width: 40rem;
}
}

@media (max-width: 700px) {
  .liste-nav.active-menu{

      width: 100vw;

      top: 100px;
      right: 0px;

      text-align: center;
  }
}
@media (max-width: 630px) {
  .container-formulaire-de-contact {
    width: 30rem;
  }

  .nom-prenom-et-tel {
    width: 92%;
  }

  .input-nom-ou-prenom, .imput-telephone {
    width: 95%;
  }

  textarea{
    height: 100px;
    overflow: scroll;
  }

  .container-formulaire-de-contact {
    width: 25rem;
    height: 590px;
  }

  .container-formulaire-de-contact button {
    width: 63%;
  }

}

  @media (max-width: 445px) {
    .nom-prenom-et-tel {
      display: block;
        width: 95%;
    }

      .container-formulaire-de-contact {
          width: 100%;
          height: 633px;
          margin: 0;
          box-shadow: none;
          border-radius: 0;
      }
  }
  @media (max-width: 415px) {
  .container-formulaire-de-contact button {
    width: 235px ;
    height: 45px;
  }
  }

  @media (max-width: 393px) {
  .contact h6 {
    padding: 30px 0px 10px;
}
}

@media (max-width: 350px) {
  .container-formulaire-de-contact {
    width: 100%;

  }
}


/*h1-----------------------------------------------------------*/

/* mediasqueries prestations + blocs section----------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1800px) {
.contact,
.bloc-prestations{
  width: 90%;
}

.contact{
  padding: 104px 0 100px 0;
}
}


/*passage à la ligne des petites sections*/




@media (max-width: 1550px) {

  .titre-fiche {
    font-size: 23px;
    font-weight: 400;
    padding: 12px 20px;

  }

  .contenu-fiche li {
    font-size: inherit;
  }

  .fiche {
    width: 31%;
    height: 655px;
  }

  .img-fiche {

    height: 380px;
}
}
@media (max-width: 1530px) {
  .img-presentation{
    width: 40%;
  }

  .sap .bloc-titre-grande-section {
    width: 73vw;
}

  .bloc-presentation .titre-grande-section hr {
    display: block;
    margin-left: auto;
    width: 83%;
  }
  .contact .titre-grande-section hr {

    width: 83%;
  }


.bloc-coordonnees {

  align-items: flex-start;}

.nom-adresse-contact{
  text-align: start;
}

}
@media (max-width: 1430px) {
  .titre-grande-section h2 {
    font-size: 45px;
  }

  .bloc-presentation {
    padding-bottom: 110px;}
  .prestations {
    padding: 0px 40px 125px;
  }

  .secteur{
    padding: 0px  0 110px;
  
  }

  .contact {
    padding: 0px 0 100px 0;
}

  .bloc-presentation .texte-introductif {
    margin-bottom: 27px;
}

.bloc-presentation h4 {

  font-size: 24px;
  font-weight: 400;
}
.bloc-titre-petite-section h4 {
  font-size: 27px;
  margin-bottom: 10px;
}

.contact, .bloc-prestations {
  width: 97%;
}

.contact .bloc-titre-grande-section {
  width: 44%;
  padding-right: 80px;
}
}
@media (max-width: 1330px) {
  .titre-grande-section h2 {
    margin-bottom: 7px;
  }


.liens-rapides h6 {
  font-size: 25px;
}

.logo-contact {
  width: 130px;
}

footer .logo-et-marque h3 {

  padding-top: 14px;
  font-size: 28px;

}
}
@media (max-width: 1260px) {
  .bloc-prestations .container-fiche{
    flex-direction: column;
    width: max-content;
    margin: 0 auto;
  }

  .bloc-prestations .fiche{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    width: 75vw;
    height: auto;
    position: relative;
    margin-left: 80px;
  }



  .bloc-prestations .img-fiche {

    padding-bottom: 0;

      width: 60%;
      height: 300px;
}

.bloc-prestations .img-fiche img{
  border-radius: 7px 0 0 7px;
}
  .bloc-prestations .titre-fiche {
    position: absolute;
    top: 60px;
    left: -80px;
    margin-top: 0;
    padding-bottom: 1rem;
}

.bloc-prestations .contenu-fiche {
  height: max-content;
  margin: 0 auto;
}

.bloc-prestations .contenu-fiche li {
line-height: 30px;
}

.prestations{
  width: 100%;
  padding: 0;
  margin: 0;

}

/*realisation*/
.bloc-realisations .fiche{
  padding: 0;
}

.bloc-realisations{
  padding: 0;
}
 .realisations-et-la-favorite .bloc-titre-grande-section{
    padding: 0px 80px 0px;

 }

 .bloc-realisations .container-fiche{
  margin: 0 auto;
  padding: 0 20px;
 }



/*presentation*/
.bloc-presentation {
  width: 90%;
  align-items: center;
}

.bloc-presentation .bloc-titre-petite-section {
  width: 70%;
  height: max-content;
  padding: 0 20px 0 80px;
}



/*avis*/


  .avis-et-conseil-actuel .bloc-titre-grande-section{
      padding: 40px 20px 0px 80px;
  }

  .avis-et-conseil-actuel {
      padding: 0 0 40px 0px;
}

.bloc-avis{
  width: 100%;
  margin: 0 auto;
}

.bloc-conseil-actuel{
  align-self: center;
}

.slider-section{
  width: 90%;
}
}

@media (max-width: 1260px){
  .header{
    max-height: 1524px  ;
  }
  h1 {

    font-size: 45px;

  }

  .creation h1,
  .entretien h1
  {
    padding: 80px 60px 0;
  }

  .amenagement h1{
    padding: 80px 40px 0;
  }

  .sous-titre-h1{
    padding-bottom: 80px;
  }


  .prestations{
    padding: 20px 0 100px;
  }

  .prestations .bloc-titre-grande-section{
    padding: 0 80px;
  }




  .fiche{
    margin: 20px auto;
  }


  .avis-et-conseil-actuel .bloc-titre-grande-section {
    padding: 20px 20px 0px 80px;
}

.avis-et-conseil-actuel{
  padding: 0 0 20px 0;
}

.realisations-et-la-favorite{
  padding: 20px 0 20px;
}

.contact {
  padding: 0px 30px 82px 60px;
}
h2{
  padding: 20px 0 0 ;
  font-size: 65px;
}



.contact .sous-titre-grande-section {
  width: 75%;
}

.contact .logo-et-marque h3 {
  font-size: var(--fs-42);
  line-height: 55px;
}

.tel a  {
  font-size: 25px;
  line-height: 70px;

}

.mail a {
  font-size: 20px;
}

.contact .bloc-titre-grande-section {
  width: 44%;
  padding-right: 49px;
}


.titre-grande-section hr {
  width: 513px;

}

.bloc-avis{
  margin-top: 20px;
}



}
@media(max-width: 1160px){
body{
  font-size: 18px;
}

h1{
  font-size: 35px;
}

.sous-titre-h1 p {
  width: 750px;
}

.cta a {

  padding: 7px 15px;
  font-size: 21px;
}

.bloc-realisations .img-fiche {
  width: calc(90rem / 5);
  height: 340px;
}

.bloc-realisations .contenu-fiche {
  padding: 10px;
width: calc(90rem / 5);
 }

 .bloc-presentation, .secteur {
  padding-bottom: 69px;
}



 /*footer*/

 footer{
  flex-direction: column;
}

.production{
  height: max-content;
  padding: 50px 0 0px;
}

.logo-contact {
  width: 90px;
}

footer .logo-et-marque{
  padding-top: 50px;
  align-items: flex-start;
}

footer .logo-et-marque h3{
  display: none;
}

.liens-rapides a {
  font-weight: 00;
}

footer .bloc-adresse-siren  {
  gap: 10px;
}

}


@media (max-width: 1100px) {
  .contact {
    flex-direction: column;
  }

  .contact .bloc-titre-grande-section {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 80px;
}

.contact {
  padding: 0px 0 90px;
}
}


@media(max-width: 1000px){

  .titre-grande-section h2 {
    font-size: 38px;
    line-height: 43px;
}

.sap h2 span {
  font-size: 25px;
}

  .bloc-realisations .img-fiche {
    padding-bottom: 0;
    z-index: 2;
  }

.bloc-realisations .container-fiche{
  flex-direction: column;
}

.bloc-realisations hr {
  width: 350px;
  margin-bottom: 40px;
}
  .bloc-realisations .fiche{
    flex-direction: row;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
  }
.bloc-realisations .fiche:nth-child(2){
  flex-direction: row-reverse;
}
.bloc-realisations .contenu-fiche {
  width: 430px;
  height: max-content;
}

.bloc-realisations .fiche:nth-child(2){
  margin-top: -100px;
  margin-bottom: -100px;
}
.bloc-realisations .contenu-fiche hr {
  height: 12px;
  width: 332px;
  color: #cddfcc;
  background-color: #cddfcc;
  margin-top: 22px;
  margin-left: -101px;
  z-index: 1;
}

  .bloc-realisations .fiche:nth-child(2) hr {
    margin-right: -200px;

  }

  h2 {
    padding: 0;
  }



  /*slider*/

  .review-card {
    height: 390px;
    flex-shrink: 0;
}

  .slider-section{
    width: 100%;
  }

  .slider-container{
    height: 392px;
    overflow-x: scroll;
  }
}

@media(max-width: 950px){
  /* .header {
    height: calc(100vh - 60px);
} */
}
@media(max-width: 962px){
  .bloc-titre-grande-section {
    margin-bottom: 30px;
}





.bloc-titre-petite-section h4 {
  margin-bottom: 15px;
  padding-top: 0px;
}

.bloc-conseil-actuel {
  width: 90%;
  height: 90px;
  padding: 20px;

}



}

@media (max-width: 970px) {
  .bloc-titre-grande-section {
    margin-bottom: 15px;
}
  .bloc-realisations {
      padding: 0;
  }

    .bloc-realisations .bloc-titre-grande-section {
        padding: 0px 80px 0px;
    }



    .bloc-conseil-actuel .bloc-titre-petite-section h4{
      font-size: var(--fs-22);

    }
}

@media (max-width: 910px) {
  /*padding sections*/
  .prestations .bloc-titre-grande-section {
    padding: 0 20px 0 50px;
  ;
}
  .avis-et-conseil-actuel .bloc-titre-grande-section {
    padding: 0 20px 0 50px;
}
  .realisations-et-la-favorite .bloc-titre-grande-section {
    padding: 0 20px 0 50px;
}

.contact .bloc-titre-grande-section {
  padding: 0px 70px 20px;
}



.sap{
  flex-direction: row;
}

.sap .bloc-image-secteur img {
 
  margin-right: 90px;
}

}

@media (max-width: 880px) {
  .sous-titre-h1 p {
    width: auto;
    text-align: center;
    padding: 0 40px;
}

h1 {
  font-size: 33px;
  padding: 0 40px;
}

.cta a {
  font-size: 20px;
}
}
/*le jardinier*/
/* .bloc-presentation{
  display: block;
}
.bloc-presentation .bloc-titre-petite-section {
    width: 100%;
    height: max-content;
    padding: 0px;

}

.bloc-presentation .img-presentation{
  float: left;
  padding-right: 40px;
}
} */

  /*contact*/


@media (max-width: 830px) {
  .bloc-presentation {
    width: 100%;
    padding-left: 50px ;
    padding-right: 50px;
}
  .secteur{
    flex-direction: column;
    width: 100%;
    padding-left: 20px ;
    padding-right: 20px;
  }

  .secteur .bloc-titre-grande-section {
    width: 100%;
    padding: 0 50px;
}

.img-presentation {
  padding-left: 0px;}


  .bloc-image-secteur img{
    padding-left: 0;
    margin-top: 20px;
  }

  .sap{
    position: relative;
  }

  .sap .bloc-image-secteur {
    position: absolute;
    width: auto;
    top: 281px;
    right: 50px;
  }

  .sap .titre-grande-section {
    align-self: flex-start;
}

}
@media (max-width: 810px) {
  .fiche-service h2 {
    font-size: 23px;
}
}
@media (max-width: 780px) {
  .bloc-la-favorite{
    flex-direction: column;
    height: max-content;
  }

  .bloc-la-favorite .main-title{
    text-align: left;
    justify-self: start ;
    align-self: start;
  }

  .bloc-la-favorite .bloc-titre-petite-section{
    margin: 20px 0;
  }
  .prestations {
    padding: 20px 0 50px;
}
}

@media (max-width: 770px) {
  .bloc-presentation .titre-grande-section hr {
    display: block;
    margin-left: 0;
    width: 200px;
}
.contact .titre-grande-section hr,
.titre-grande-section hr {
  width: 200px;
}




}
@media (max-width: 760px) {
  /*réalisations*/
.bloc-realisations .container-fiche {
  width: 100%;
}

.bloc-realisations .img-fiche{
  width: 288px;
}

.bloc-realisations .contenu-fiche{
  width: calc(100% - 288px);
}

.bloc-realisations .titre-fiche{
  font-size: var(--fs-22);
}

}

@media (max-width: 730px) {
  .accueil h1 {
    width: 440px;

  }
}

@media (max-width: 718px) {
  .sap .bloc-image-secteur {

      top: 315px;
      right: 22px;
  }
}

@media (max-width: 660px) {
  .bloc-conseil-actuel{
    width: 392px;
  }

  .main-h2{
    display: none;
  }
  .sub-h2{
    display: block;
  }



  .sap .titre-grande-section {
    align-self: flex-start;
}



}


@media (max-width: 645px) {
  .creation h1 span{
    display: none;
  }
}
@media (max-width: 630px) {
   .bloc-realisations .fiche{
    flex-direction: column-reverse;
   }

   .bloc-realisations .contenu-fiche{
    width: 81%;
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
   }
   .bloc-realisations .img-fiche{
    width: 85%;
   }

   .bloc-realisations .fiche:nth-child(2) {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column-reverse;
}

.bloc-realisations .contenu-fiche hr {
  height: 8px;
  width: 60%;
  margin-top: 0px;
  margin-left: -20px;
  align-self:flex-start;

}
.bloc-realisations .fiche:nth-child(2) hr {
  margin-right: -20px;
  align-self: flex-end;
  overflow: hidden;
}


.bloc-realisations .contenu-fiche{
  width: 100%;
  height: max-content;
}



.bloc-realisations h4{
  padding-bottom: 44px;
}



/*landing page*/

.bloc-prestations .contenu-fiche ul{
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  bottom: 0;
  left: 0;
  background-color: white;
  width: 75vw;
  border-radius: 0 0 7px 7px;
  padding-bottom: 10px;
  padding-top: 10px;

}
.bloc-prestations .contenu-fiche li{
  padding: 7px 20px;
  text-align: center;
}


.bloc-prestations .img-fiche {

  width: 75vw;
  height: 75vw;
}
.bloc-prestations .img-fiche img {
 border-radius: 7px;
}

.bloc-prestations .fiche {
  margin-left: 0;
  width: auto;

}

.bloc-prestations .titre-fiche {
  position: absolute;
  top: calc(50% - 54px);
  left: 50%;
  margin-top: 0;
  padding: 12px 20px;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  width: max-content;
}





}
@media (max-width: 600px) {

  .contact .bloc-titre-grande-section {
    padding: 0px 50px 20px;
}
.contact {
  padding: 0px 0 90px;
}

  .entretien .bloc-presentation,
  .amenagement.bloc-presentation,
  .creation .bloc-presentation{
    width: 100%;
    border-radius: 0;
  }

  .bloc-presentation h2 {
    text-align: start;
}

.accueil .bloc-presentation{
    width: 100%;
}



.accueil .bloc-presentation .bloc-titre-petite-section {

  width: 100%;
}



.bloc-presentation .titre-grande-section hr {
  margin-left: 0;
}


.prestations {
  padding: 20px 0 40px;
}



  .mail a {
    font-size: 19px;
}




  .sous-titre-grande-section {
    line-height: 32px;
}

.bloc-prestations .contenu-fiche li{
  padding: 7px 10px;
  text-align: center;
}

.bloc-image-secteur img {
  width: 222px;
}
}

@media (max-width: 560px) {
  .sap .bloc-image-secteur {
    position: relative;
    width: auto;
    top: 0;
    right: 0px;
  }

  .sap .bloc-image-secteur img {
    margin-right: 0px;
    width: 100%;
}

.sap .bloc-image-secteur{
  width: 50%;
}
}
@media (max-width: 550px) {

  /*le jardinier*/
  .entretien .bloc-presentation,
  .amenagement.bloc-presentation,
  .creation .bloc-presentation{
    display: flex;
    flex-direction: column;
  }
  .entretien .bloc-presentation  .bloc-titre-petite-section,
  .amenagement.bloc-presentation  .bloc-titre-petite-section,
  .creation .bloc-presentation  .bloc-titre-petite-section {
      width: 100%;
      height: max-content;
      padding: 0px;

  }

  .entretien .bloc-presentation  .img-presentation,
  .amenagement.bloc-presentation  .img-presentation,
  .creation .bloc-presentation  .img-presentation{
    float: left;
    padding-right: 40px;
  }
  }


@media (max-width: 500px) {

    .subtitle-header{
      font-size: 17px;
      letter-spacing: 1.2px;
    }

    .accueil h1 {
      width: auto;
  }
  

    .bloc-presentation .titre-grande-section hr,
  .contact .titre-grande-section hr,
  .titre-grande-section hr {
    width: 130px;
  }
  .bloc-titre-grande-section h2 {
    font-size: 42px;
}

.prestations .bloc-titre-grande-section {
  padding: 0 20px 0 40px;
;
}
.avis-et-conseil-actuel .bloc-titre-grande-section {
  padding: 0 20px 0 40px;
}
.realisations-et-la-favorite .bloc-titre-grande-section {
  padding: 0 20px 0 40px;
}

.secteur .bloc-titre-grande-section {
  padding: 0 20px 0 40px;
}

.secteur{
  padding-left: 0;
  padding-right: 0;
}

.contact .bloc-titre-grande-section {
  padding: 0px 20px 20px 40px;
}


.bloc-titre-grande-section hr{
  margin-bottom: 30px;
}

.contact, .bloc-prestations {
  width: 100%;
}


.prev, .next{

font-size: 40px;
color: #a0a0a0;
background-color: transparent;

padding: 10px 10px 10px 5px;

z-index: 2;
}
  h1 {
      font-size: 28px;
      letter-spacing: 1.2px;
      padding: 80px 30px 0;
  }

  .accueil h1{
    padding: 0 25px;
  }

  .bloc-prestations .img-fiche {

    width: 85vw;
    height: 85vw;
  }
  .bloc-prestations .contenu-fiche ul{

    width: 85vw;
  }

  footer{
    padding: 50px;

  }


}



@media (max-width: 450px) {
  .bloc-prestations .contenu-fiche li {
    padding: 7px 6px;
  }
}


@media (max-width: 445px) {

.contact{
  width: 100%;
}
}
@media (max-width: 400px) {
 footer{
  padding: 30px;
 }
  .tel span, .mail span {
    padding-left: 12px;
  }

  .contact .bloc-titre-grande-section {
    padding: 0px 40px 20px;
}

.accueil .bloc-presentation .texte-introductif {
  width: 100%;
 
}
.accueil .bloc-presentation .bloc-titre-petite-section {
  width: 100%; 
  padding-left: 20px;
  padding-right: 20px;
}

/* .secteur .bloc-titre-grande-section {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.sap .bloc-titre-grande-section {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
} */

  .bloc-prestations .img-fiche {

    width: 90vw;
    height: 400px;
  }
  .bloc-prestations .contenu-fiche ul{

    width: 90vw;
  }

  .bloc-prestations .titre-fiche {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-top: 0;
    padding: 7px 12px;
    font-size: 22px;}

}

@media (max-width: 390px) {
  .sous-titre-grande-section {
      width: 100%;
      padding-right: 20px;
  }

  .bloc-presentation .titre-grande-section hr,
  .contact .titre-grande-section hr,
  .titre-grande-section hr {
    width: 100px;
  }
}


@media (max-width: 375px) {
  .accueil h1 {
    margin-top: 42px;
}

.subtitle-header{
  padding-bottom: 0;
}
h1 {
    font-size: 26px;
    letter-spacing: 1.2px;
    
}
}
@media (max-width: 360px) {
  

.cta a {
  font-size: 19px;
}
}
@media (max-width: 355px) {
  .subtitle-header{
    font-size: 16px;
  }
}
@media (max-width: 345px) {
  .bloc-prestations .img-fiche {

    width: 90vw;
    height: 500px;
  }

  .bloc-prestations .titre-fiche {

    font-size: 21px;}



}
@media (max-width: 330px) {
.prestations .bloc-titre-grande-section {
  padding: 0 20px 0 30px;
;
}
.avis-et-conseil-actuel .bloc-titre-grande-section {
  padding: 0 20px 0 30px;
}
.realisations-et-la-favorite .bloc-titre-grande-section {
  padding: 0 20px 0 30px;
}
.contact {
padding: 0px 0px 80px;
}

.contact .titre-grande-section {
  padding: 0px;
}
}



/*index3*  ------------- entretien de jardins ---------------------------------*/

.header-img-creation{
  width: 100%;


 background-repeat: no-repeat;
 background-size: cover;
 background-position: 90% 60%;
 padding: 30px 15px;
 position: relative;
}


.header-img-creation img{
  width: 100%;
}

.header-creation h1{
  margin-top: 0;
}

.creation .sous-titre-h1,
.entretien .sous-titre-h1,
.amenagement .sous-titre-h1{
  color: white;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
  padding-top: 10px;
  padding-bottom: 70px;
}




.cta-2 a{
    padding: 8px 20px;
  border-radius: 10px;
  background-color: var(--jaune);
  color: black;
  text-decoration: none;
  font-size: 22px;
}

/*accroche*/

.accroche{
  padding: 125px 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.texte-accroche{
  width: 60%;
  padding: 0 20px;
    line-height: 30px;

}

/*bloc-services-----------------------------------------------------------------------------------------------------------------------------*/


.fiche-service{
  margin: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;

}

.bloc-img-service{
  height: 110%;
  width: 550px;

}

.bloc-img-service img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;

}

.bloc-contenu-service{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 40px 40px 100px ;
  width: 55%;
}



.fiche-service h2{
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
}

.fiche-service .texte{
  line-height: 32px;
}

.fiche-service:nth-child(even){
  flex-direction: row-reverse;
}

.fiche-service:nth-child(even) .bloc-contenu-service{
  padding: 40px 100px 40px 40px ;
}

.accroche2{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px;
}

.accroche2 .texte-accroche {
  width: auto;
  text-align: center;
}

.accroche2 .cta{
  padding-top: 50px;
  padding-bottom: 50px;
}

/*index2*  ------------- creation de jardins ---------------------------------*/

.creation .fiche-service{
  height: auto;
  flex-direction: row-reverse;

}

.creation .fiche-service:nth-child(even){
  flex-direction: row;
}

.creation .bloc-img-service{
  width: 40%;
  height: 80vh;
  max-height: 1150px;

}

.creation .fiche-service h2{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 30px 0;
}

.creation .fiche-service h2 span{
  display: block;
  font-size: 75px;
  font-weight: 100;
  padding-right: 52px;
}

.creation .fiche-service:nth-child(2) .bloc-img-service{
   width: 60%;
   height: 40vh;
   padding: 80px;
   max-height: 630px;
}

.creation .fiche-service:nth-child(2) .bloc-contenu-service{
  align-items: end;
  padding: 0px 120px 40px 40px
}

.creation .fiche-service .texte{
  padding-bottom: 50px;
}
.creation .fiche-service:nth-last-child(1)  .texte{
  padding-bottom: 0px;
  text-align: end;
}


.creation .bloc-titre-grande-section{
  width: 82%;
  margin: 0 auto;
}

/*slider -  realisations */

.realisations{
  position: relative;
  margin: 100px auto;
}

.realisations h4{
  padding-top: 40px;
}
.realisations-contenu-p-et-caroussel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.texte-realisations{
  margin-left: 13rem;
  line-height: 30px;
  width: 350px;
}

.texte-realisations p:nth-child(1){
  padding-bottom: 30px;
}
.carousel li {
  list-style: none;
}

.carousel {
  position: relative;
  height: 600px;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 8.5rem;
}
.carousel__images {
  max-width: 800px;
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.carousel__track-container {
  background: #fffff0;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: -10px 0px 13px -7px rgba(0,0,0,0.21), 10px 0px 13px -7px rgba(0,0,0,0.21), 5px 5px 6px 5px rgba(0,0,0,0.21);
box-shadow: -10px 0px 13px -7px rgba(0,0,0,0.21), 10px 0px 13px -7px rgba(0,0,0,0.21), 5px 5px 6px 5px rgba(0,0,0,0.21);
}


.carousel__track {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
  transition: transform 0.4s ease-in-out;
}
.carousel__slide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.carousel__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.carousel__button:hover {
  background-color: #FFFFF0;
  border-radius: 20px;
}

.carousel__button--left {
  left: -40px;
}
.carousel__button--right {
  right: -40px;
   transform: translateY(-50%) rotate(180deg)
}
.carousel__button img {
  width: 25px;
}
.carousel__nav {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  gap: 1.5rem;
}
.carousel__indicator {
  border: 0;
  border-radius: 5px;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.carousel__indicator img{
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.carousel__indicator.current-slide {
  background: rgba(0, 0, 0, 0.9);
}
.is-hidden {
  display: none;
}

/*réalisations-----------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1800px) {
  .texte-realisations{
    margin-left: 11rem;
  }
}
@media (max-width: 1700px) {
  .texte-realisations{
    margin-left: 9rem;
  }
}
@media (max-width: 1600px) {
  .texte-realisations{
    margin-left: 7rem;
  }



  .carousel {
    position: relative;
    height: 540px;
    width: 750px;
  }
}
 @media (max-width: 1440px) {
.carousel {
  position: relative;
  height: 500px;

}
.fiche-service h2 {
  font-size: 27px;
 }
}
@media (max-width: 1300px) {
.carousel {

  height: 450px;
  width: 680px;
}

  .texte-realisations {
      margin-left: 4rem;

  }

}
@media (max-width: 1260px) {
  .creation .sous-titre-h1, .entretien .sous-titre-h1, .amenagement .sous-titre-h1 {
    color: white;
    font-size: 27px;
}
}
@media (max-width: 1250px) {
.carousel__indicator {
  width: 90px;
  height: 90px;
}

.carousel__nav {
  gap: 1rem;
}

.carousel {
  height: 420px;
  width: 625px;
}
}
@media (max-width: 1200px) {
  .realisations-contenu-p-et-caroussel{
    flex-direction: column-reverse;
  }

  .texte-realisations{
    margin-left: 0;
    width: 60%;
    padding-bottom: 60px;
  }

  .carousel__indicator {
    width: 100px;
    height: 100px;
  }

  .carousel__nav {
    gap: 1.5rem;
  }

  .carousel {
    height: 500px;
    width: 800px;
}


/*index- entretien*/

.bloc-contenu-service {

  padding: 40px 40px 40px 40px;
  width: 55%;
  margin-left: -20%;
  background-color: white;
  -webkit-box-shadow: 1px 0px 22px -6px rgba(122,122,122,1);
  -moz-box-shadow: 1px 0px 22px -6px rgba(122,122,122,1);
  box-shadow: 1px 0px 22px -6px rgba(122,122,122,1);
  border-radius: 7px;
}

.bloc-contenu-service h2{
  padding-top:0 ;
}



.fiche-service:nth-child(even) .bloc-contenu-service{
  margin-left: auto;
  margin-right: -20%;
  z-index: 2;
  padding: 40px;
}

.fiche-service {
  margin: 50px 40px 120px;
}
.creation .fiche-service {
  margin: 0px 40px 70px;
}
.fiche-service h2 {
  font-size: 27px;

}

/*Creation*/

.creation .fiche-service, .creation .fiche-service:nth-child(even){
  flex-direction: column;
}

.creation .bloc-img-service {
  width: 100%;
  height: 800px;
}

.creation .bloc-contenu-service{
  width: 100%;
  margin-left: 0;
  align-items: center;
  box-shadow: none;
}

.creation .fiche-service:nth-child(2) .bloc-img-service {
  width: 100%;
  height: 800px;
  padding: 0px;

}
.creation .fiche-service:nth-child(2) .bloc-contenu-service {
  align-items: center;
  padding: 0px;
  box-shadow: none;
}

.creation .fiche-service:nth-child(even) .bloc-contenu-service {
  margin-right: 0;

}
}

@media (max-width: 1160px) {
  .creation .sous-titre-h1,
  .entretien .sous-titre-h1, 
  .amenagement .sous-titre-h1{
      font-size: 26px;
  }

  .creation .fiche-service .texte:nth-last-of-type(1){
    padding-bottom: 0px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }


}
@media (max-width: 990px) {

  .realisations {
    position: relative;
    margin: 70px auto;
}
.carousel {
  height: 60vh;
  width: 80vw;
}

.carousel__indicator {
  width: 10vw;
  height: 10vw;
}
}
@media (max-width: 900px) {

  .realisations {
    margin: 40px auto;
}
  .accroche {
    padding: 100px 50px 50px;
  }

  .creation     .accroche {
    padding: 100px 50px 100px;
}
.realisations h4 {
   padding-top: 0;
}


.realisations  h4 {
      padding: 0px 60px 40px;
  }

  .texte-realisations {
    width: 80%;
    padding-bottom: 50px;
}

.fiche-service h2 {
  font-size: 24px;
}

}
@media (max-width: 880px) {
  .creation .sous-titre-h1,
  .entretien .sous-titre-h1,
  .amenagement .sous-titre-h1{
      font-size: 25px;
  }
}
@media (max-width: 850px) {

  .accueil .sous-titre-header {
    height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .accueil .sous-titre-h1{
    padding-bottom: 0;
  }


  .header-img {
    height: 45%;
  }
  .bloc-contenu-service {

    margin-left: -30%;

  }


  .fiche-service:nth-child(even) .bloc-contenu-service{

    margin-right: -30%;

  }

}

@media (max-width: 790px) {
  .accroche{
    flex-direction: column;
    padding-top: 80px;
  }

  .amenagement .texte-accroche,
  .entretien .texte-accroche,
  .creation .texte-accroche {
    width: 90%;
}

.accroche .cta-2 {
  display: none;
}
}
@media (max-width: 770px) {
  .bloc-presentation{
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 50px 0;
  }

  .bloc-presentation h2 {
    text-align: start;
}
.bloc-presentation .bloc-titre-petite-section{
  padding: 0;
  width: 100%;
}
.bloc-presentation .bloc-titre-petite-section .titre-petite-section, 
.bloc-presentation .bloc-titre-petite-section .sous-titre-petite-section{
  padding: 0;
  width: 56%;
  margin: 0 auto;
}

.bloc-presentation .bloc-titre-grande-section {
  padding-left: 70px;
  padding-right: 70px;
}

.bloc-presentation, .sap .secteur {
  padding-bottom: 50px;
}

.bloc-presentation .texte-introductif {
  padding-left: 70px;
  padding-right: 70px;
}

.img-presentation {
  width: 56%;

height: 400px;
padding-left: 0;
margin-top: 40px;
}
}
@media (max-width: 740px) {
  .entretien .fiche-service,
  .entretien .fiche-service:nth-child(even) {
    margin: 0;
    flex-direction: column-reverse;
    height: auto;
    align-items: end;
    margin: 70px 0 120px 0;
  }

  .entretien .fiche-service:nth-child(even) .bloc-contenu-service ,
  .entretien .fiche-service .bloc-contenu-service{
    margin-right: 0;
    margin-left: 0;
    padding: 40px;
    width: 60%;
    z-index: 2;
    align-self: flex-start;
    margin-bottom: -100px;
    border-radius: 7px 0 0 7px;
}


 .entretien .bloc-img-service {
    height: 400px;
    width: 70%;
    z-index: 1;
    margin-left: 0;
}
.entretien .bloc-img-service img{
  border-radius: 0 7px 0 0;

  }
}

@media (max-width: 750px) {
  .carousel {
      height: 80vh;
      max-height: 545px;
      width: 80vw;
        margin-bottom: 1.5rem;
    }


  .carousel__nav {
    display: none;
}

.header {

    height: calc(100vh - 220px );
  min-height: 790px;
}

.amenagement .accroche {
  padding: 90px 50px;
}
}

@media (max-width: 630px) {


    .creation .fiche-service {
        margin: 0px 30px 60px;
    }

  .logo-et-marque h3 {
    line-height: 100px;
}

.barre-nav {
  height: 100px;
}

.btn-toggle-container {

  top: 29px;


    left: 27px;
    width: 40px;
    height: 40px;

}

.accueil .sous-titre-header {
  height: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.accueil .sous-titre-h1{
  padding-bottom: 0;
}


.accueil .sous-titre-h1 p {

  padding: 0 20px;

}
.accueil .sous-titre-h1 p:nth-child(1) {

  padding-bottom: 10px;

}

.header-img {
  height: 45%;
}



.header {
  height: calc(100vh - 200px);
  max-height: 1000px;
  min-height: 590px;
}

.titre-grande-section h2 {
  font-size: 35px;
}
.barre-nav a {
  display: flex
;
  align-items: center;
  line-height: 100px;
  height: 100px;
}
}
@media (max-width: 600px) {

  .creation .fiche-service .texte {
    padding-bottom: 50px;
    text-align: center;
}
  .bloc-img-service {
      height: 410px;
      width: 80%;
  }

  .fiche-service:nth-child(even) .bloc-contenu-service, .fiche-service .bloc-contenu-service {
    padding: 40px;
    width: 70%;}


.creation .fiche-service h2 span{
  display: block;
  padding: 0;
}
.creation .fiche-service h2 {
  font-size: 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-bottom: 15px;
  }

.creation .fiche-service:nth-child(even) .bloc-contenu-service, .creation .fiche-service .bloc-contenu-service{
  width: 100%;
}

.creation .bloc-img-service {

  height: 600px;
}

.creation .fiche-service:nth-child(2) .bloc-img-service {

  height: 600px;

}
}

@media (max-width: 540px) {

  .creation h1, .entretien h1 {
    padding: 80px 15px 0;
}
  .realisations h4 {
      padding: 0 0 30px;
      text-align: center;
  }
}

  @media (max-width: 500px) {
    .carousel {
        height: 80vh;
        max-height: 400px;
        width: 100vw;

    }

    .carousel__track-container {
      border-radius: 0;
    }

    .carousel__button--right {
      right: 15px;
      z-index: 2;
      padding: 5px;
      border-radius: 50%;
      background-color: #eef1c7;
    }
    .carousel__button--left {
      left: 15px;
      z-index: 2;
      padding: 5px;
      border-radius: 50%;
      background-color: #eef1c7;
    }

    .creation .sous-titre-h1, .entretien .sous-titre-h1, .amenagement .sous-titre-h1{
      font-size: 23px;
  }

  .bloc-presentation .bloc-titre-petite-section .titre-petite-section, .bloc-presentation .bloc-titre-petite-section .sous-titre-petite-section {
    padding: 0;
    width: 100%;
}

.bloc-presentation .texte-introductif {
  padding-left: 0;
  padding-right: 0;
}

.bloc-presentation .bloc-titre-grande-section {
  padding-left: 0px;
  padding-right: 0px;
}

.accueil .bloc-presentation .bloc-titre-petite-section {
  padding: 0 20px 0 40px;
}

.img-presentation{
  width: 86%;
}
}




@media (max-width: 470px) {
  .btn-toggle-container {
      top: 31px;
      left: 24px;
      width: 37px;
      height: 37px;
  }
}

@media (max-width: 450px) {

  .amenagement .texte-accroche,
  .entretien .texte-accroche,
  .creation .texte-accroche {
    width: 100%;
}

.amenagement h1 {
  padding: 80px 10px 0;
}
}

@media (max-width: 440px) {
  .entretien .bloc-img-service {

      width: 100%;

  }

  .entretien .fiche-service:nth-child(even) .bloc-contenu-service, .entretien .fiche-service .bloc-contenu-service {
    padding: 35px;
    width: 80%;
    margin-bottom: -76px;
    border-radius: 0px 7px 7px 0;
}

.accroche2 {

  padding: 0px 0px 60px;
}




 .amenagement .accroche2 {
      padding: 100px 0px 60px;
  }
 .amenagement .accroche2 .texte-accroche{
    
    padding: 0 12px;


}
}
@media (max-width: 385px) {
  .btn-toggle-container {
      top: 32px;
      left: 17px;
      width: 36px;
      height: 36px;
  }
}
@media (max-width: 380px) {

  /* .realisations {

    margin: 80px auto;
} */
.accroche2 {
  padding: 0px 0px 60px;
}


  .bloc-coordonnees .tel a img{

    height: 31px ;


  }
  .mail a img {

    height: 23px;
}

.bloc-coordonnees {
  margin-left: -12px;
}
}
@media (max-width: 360px) {
  .creation .sous-titre-h1, .entretien .sous-titre-h1 {
      font-size: 20px;
  }
}
@media (max-width: 340px) {
  .bloc-coordonnees {
    margin-left: -21px;
  }

    .btn-toggle-container {
        top: 32px;
        left: 17px;
        width: 36px;
        height: 36px;
    }

}
@media (max-width: 349px) {
  .amenagement .accroche2 {
    padding: 160px 0px 60px;
}
}

/*amenagement------------------------------------------------------------------------------------------------------------------------*/

.amenagement .accroche {
  padding: 137px 50px;
}
.amenagement .fiche-service:nth-child(even){
  flex-direction: column;
  position: relative;
  align-items: center;

}

.amenagement .fiche-service:nth-child(even) .bloc-img-service{
  width: 700px ;
  height: 800px;
  position: absolute;
  align-self: flex-end;
  z-index: -1;
}

.amenagement .fiche-service:nth-child(odd) .bloc-contenu-service{

  margin-left: -80px;
  background-color: white;
}
.amenagement .fiche-service:nth-child(even) .bloc-contenu-service{
  padding: 40px  ;

  width: 50%;
  margin-left: -380px;
  background-color: white;
}
.amenagement .fiche-service .bloc-contenu-service{

  background-color: white;
  -webkit-box-shadow: 1px 0px 22px -6px rgba(122,122,122,1);
  -moz-box-shadow: 1px 0px 22px -6px rgba(122,122,122,1);
  box-shadow: 1px 0px 22px -6px rgba(122,122,122,1);
  border-radius: 7px;
  padding: 40px;
}

.amenagement .fiche-service{
  margin: 350px 80px;
}
.amenagement .fiche-service h2{
  padding: 0;
  padding-bottom: 20px;
}
.amenagement .fiche-service:nth-child(1){
  margin: 30px 80px 350px;
}
.amenagement .fiche-service:nth-child(7){
  margin: 350px 80px 150px;
}

.bloc-services{
  margin: 0 auto;
}


.bloc-services-et-photos{
  display: flex;

}

.bloc-photos{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bloc-services-et-photos .photo{
  width: 38vw;
  height: 850px;

}

.bloc-services-et-photos .photo img{
  width: 100%;
  height: 100%;
  background-size: cover;
}

.bloc-services-et-photos .fiche-photo:nth-child(1){
  margin-top: -150px;
  margin-bottom: 480px;
}

.fiche-photo{
  margin:  0 80px 0 0 ;
}

@media (max-width: 900px) {

.amenagement .fiche-service:nth-child(even) .bloc-img-service{
  width: 100% ;
  height: 600px;
  position: absolute;
  align-self: flex-end;
  z-index: -1;
}


.amenagement .fiche-service{
  margin: 250px 70px;
}
.amenagement .fiche-service h2{
  padding: 0;
  padding-bottom: 20px;
}
.amenagement .fiche-service:nth-child(1){
  margin: 30px 70px 250px;
}
.amenagement .fiche-service:nth-child(7){
  margin: 250px 70px 150px;
}
.amenagement .fiche-service:nth-child(odd){
  margin-left: 0;
  justify-content: start;

}
.amenagement .fiche-service:nth-child(odd) .bloc-img-service img{
  border-radius: 0 7px 7px 0;

}
.amenagement .bloc-img-service{
  width: 55%;
}
}


@media (max-width: 700px) {

  .amenagement .accroche {
    padding: 90px 50px;
  }

  .amenagement .fiche-service:nth-child(odd){
    margin: 100px 0px;
    justify-content: space-between;
  }
  .amenagement .fiche-service:nth-child(odd) .bloc-contenu-service{
    border-radius: 7px 0 0 7px;
  }

  .amenagement .fiche-service:nth-child(even) .bloc-img-service{
    width: 100% ;
    height: 500px;
  }

  .amenagement .fiche-service:nth-child(1){
    margin: 50px 0px 100px;
  }

  .amenagement .fiche-service:nth-child(7){
    margin: 100px 0px 100px 0;
  }

  .amenagement .fiche-service:nth-child(even) .bloc-contenu-service {

    width: 60%;


  }
}

@media (max-width: 600px) {

  
  .amenagement .fiche-service{
    flex-direction: column;

  }

  .amenagement .bloc-img-service {
    width: 85%;
     border-radius: 7px;
}
.amenagement .fiche-service:nth-child(odd) .bloc-img-service img {
  border-radius:  7px;
}
.amenagement .fiche-service:nth-child(odd) .bloc-contenu-service {
  margin-left: auto;
  margin-top: -60px;
;
}

.amenagement .fiche-service:nth-child(1) {
  margin: 10px 0px 340px;
}
.amenagement .fiche-service:nth-child(odd),
.amenagement .fiche-service:nth-child(even)
 {
  margin: 10px 0px 400px;
}

.amenagement .fiche-service:nth-child(even) .bloc-img-service img {
  border-radius: 7px;
}

.amenagement .fiche-service {
  margin: 150px auto;
}


.amenagement .fiche-service:nth-child(even) .bloc-img-service {
  width: 85%;
}

.amenagement .fiche-service:nth-child(even) {

  justify-content: space-between;
}

.amenagement .fiche-service:nth-child(even) .bloc-contenu-service {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -60px;
}

.amenagement .fiche-service:nth-child(even) .bloc-img-service {
  position: relative;
}

.amenagement .fiche-service:nth-child(even) .bloc-img-service {
  width: 85%;
  height: 410px;
  align-self: center;
}


}
@media (max-width: 440px) {
.amenagement .fiche-service:nth-child(even) .bloc-img-service,
.amenagement .fiche-service:nth-child(odd) .bloc-img-service
 {
  width: 100%;
}
.amenagement .fiche-service:nth-child(even) .bloc-img-service img,
.amenagement .fiche-service:nth-child(odd) .bloc-img-service img
 {
  border-radius: 0;
}
.amenagement .fiche-service .bloc-contenu-service {
  padding: 35px;
}

.amenagement .accroche2  .cta a {
      font-size: 18px;
  }
}




@media (max-width: 400px) {
  .amenagement .fiche-service:nth-child(even) .bloc-contenu-service,
  .amenagement .fiche-service:nth-child(odd) .bloc-contenu-service {
      width: 80%;
  }
}


/* index-2 mentions légales -------------------------------------------------------------------*/
.titre-mentions-legales h1{
  font-size: var(--fs-36);
  margin: 60px 60px 0;
  text-align: center;
  color: #252525;
  padding-top: 30px;
}
.paragraphe-mentions-legales{
  padding: 60px 60px 0;
}
.paragraphe-mentions-legales:nth-last-child(1){
  padding-bottom: 200px ;
}

.paragraphe-mentions-legales .titre{
  font-family: var(--title-font);
  font-size: var(--fs-36);
}

.marque-en-mentions-legales{
  margin-top: 120px;
  position: relative;
  margin-bottom: 200px;
}

.marque-en-mentions-legales .logo-et-marque{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.marque-en-mentions-legales .logo-et-marque a{
  text-decoration: none;
}

@media (max-width: 990px) {
  .marque-en-mentions-legales .logo-et-marque{
  line-height: normal;
}
}

.return-home{
  position: absolute;
  top: 20px;
  right: 20px;
}

.return-home img{
  width: 50px;
}



@media (max-width: 800px){
  .titre-mentions-legales h1{
    margin: 40px 40px 0;
  }
  .paragraphe-mentions-legales{
    padding: 40px 40px 0;
  }
  .paragraphe-mentions-legales:nth-last-child(1){
    padding: 40px ;
  }

  .paragraphe-mentions-legales .titre, .titre-mentions-legales h1{
    font-size: var(--fs-24);
  }

  .marque-en-mentions-legales{
    margin-top: 70px;
    margin-bottom: 140px;
    font-size: 18px;
  }

  .return-home img{
    width: 40px;
  }
}
@media (max-width: 450px){
  .marque-en-mentions-legales .logo-et-marque {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    display: flex;
    justify-content: center;
   
}
}
@media (max-width: 400px){

  .titre-mentions-legales h1{
    margin: 60px 40px 0;
  }
  .paragraphe-mentions-legales{
    padding: 30px 40px 0;
  }
  .paragraphe-mentions-legales:nth-last-child(1){
    padding: 40px ;
  }

  .marque-en-mentions-legales{
  margin-top: 50px;
  margin-bottom: 80px;
  font-size: 14px;
}
.return-home{
  top: 10px;
  right: 10px;
}

.return-home img{
  width: 35px;
}
}













