*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* palette */
  --main-satin-gold: #827123; 
  --main-satin-gold-2: #a89331; 
  --vanilla: #fff1b3;
  --main-vert-black: #1a2421; 
  --main-gold: #b9a64d; --shade-gold: #fffae6;
  --main-gold-metallic: #dab307; --orange: #f05d23;
  --main-midnight-green: 4040; --shade-midnight-green-2: #0d3231; --coquelicot: #ff3f00;
  --main-white: #dddddd; --shade-white: #d3d3d3;   --main-black: #181818;   --main-yellow: #dcb253;   --dark-green: #3b5249;

  /* Fonts */
  --base-font: 'Cardo', Open sans, sans-serif; --title-font:'Josefin sans' Merriweather, serif; --script-font:'calcadea';


  /* Font-size */
  --fs-14: 0.875rem;--fs-16: 1rem;--fs-18: 1.125rem; --fs-20: 1.25rem;--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);
  font-size: 21px;
}


.y-aller{
  display: none;
}

.adresse-bar a{
  color: white;
  text-decoration: none;
  display: flex;
  position: relative;  
}

.adresse-bar .partie-gauche a img{
  width: 10px;
  margin: 8px;
      margin-right: 20px;
      transform: rotate(-10deg);
}
.adresse-bar .partie-droite a img{
  width: 35px;
  margin: 2px;
  margin-right: 20px;
}

.adresse-bar {
  position: relative;
  background-color: #1f585d;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
}

.adresse-bar .partie-gauche, .adresse-bar .partie-droite{
  display: flex;
}

.adresse-bar .partie-centre{
  position: absolute;
  line-height: 40px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bloc-marque-et-nav{
  display: flex;

  align-items:center;
justify-content: space-between;
  padding: 50px 80px ;
}

.marque-et-logo{
  
 
  width: 185px;
  padding: 10px;
 
  
 
}
.marque-et-logo img{
  width: 100%;
 
}

nav{
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  
}

.marque-et-logo{
  display: flex;
  align-items: center;

}

.marque-et-logo span{
  color: #e2c98e;
}

.logo{
  height: 70px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  width: 30px;
}

.btn-toggle-container{
  display: none;
}



.liste-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.liste-nav a{
  color: black;
  text-decoration: none;
  margin-right: 5rem;
}

.liste-nav a {
  color: black;
  text-decoration: none;
  margin-right: 5rem;
}
.liste-nav a:nth-last-child(1){
  margin-right: 0;
}

.bg-bloc-portable{
  display: none;
}

.btn-reserver-2 a:nth-child(2),
.btn-reserver-2 a:nth-child(3){
  display: none;
}

.btn-reserver{
  display: flex;
  align-items: center;
  justify-content: center;

}

.btn-reserver-2{
  display: none;
}

.btn-reserver a{
  padding: 14px 19px;
  border-radius: 20px;
  background-color: #d7cc95;
  background-color: #d7cc95;;
  color: #181818;
  text-decoration: none;

}


header{
  display: flex;
  flex-direction: column;
  
}

.container-slogan{
  position: relative;
 
  display: flex;
  flex-direction: column;
  background-image: url(./ressources/salon\ deux\ sieges\ tres\ blanc.jpg);
  height: calc(100vh - 229px) ;
  min-height: 600px;
  
}


.marque-header{
  height: 100%;
}


.marque-header .coiffure-mixte{

  font-family: var(--script-font);
  font-style: italic;
  letter-spacing: 0.8px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

/* .atouts{
  background-color: #ffffffd7;
  border-radius: 5px;
} */


.bloc-atouts-et-slogan{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 50px 50px;
  align-items: center;
  height: 100%;
  background-image: url(./ressources/salon\ deux\ sieges\ tres\ blanc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 40%;
}

.container-slogan .atouts li{
  padding: 30px;
  font-size: 30px;
  /* background-color: #ffffff6e; */
  /* background-color: #394f41; */
  color: var(--shade-midnight-green-2);
  
  font-weight: bold;
  list-style-type: none;

  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
 
  /* background-color: white; */
  
}
.container-slogan .atouts li:nth-child(1){
 margin-bottom: 30px;
}


.container-slogan p{
  text-align: center;
}


.slogan{
  margin: 0 auto;
  font-size: 20px;
  font-family: var(--script-font);
   font-style: italic;
  letter-spacing: 0.8px;
  color: #181818;
 
  width: 500px;
  line-height: 40px;
 
}


.btn-tel {
  padding: 20px;
  border-radius: 7px;
  

}

.btn-tel a{
color: black;
  font-size: 25px;
   text-decoration: none;
  /* background-color: #dcb253; */
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.5);;
    cursor: pointer;
   padding: 10px 20px;

}


.btn-tel-etroit{
  display: none;
}


.image-fleche-down{
  position:absolute; 
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);

}
.image-fleche-down img{
  width: 20px;
  height: 20px;
  opacity: 0.5;
}



/* bloc presentation techniques phares-------------------------------------------------------------------------------------------------------------------- */

.bloc-presentation{
  display: flex;
    
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 50%;

}

.premier-titre {
  display: flex;
}
.premier-titre .bloc-amorce-presentation{
  display: flex;
  flex-direction: column;
  padding: 120px 120px 90px;
  justify-content: center;
  align-items: center;
  width: 60%;
  
}

.presentation-patronne .premier-titre{
  
    width: 70%;
    padding-right: 30px;
    line-height: 1.45;
}


.container-img-eco-cert{
  
  display: flex;

  margin: 70px auto 0;
}

.container-img-eco-cert .container-image {
    width: 120px;
    margin-right: 70px;
}
.container-img-eco-cert .container-image:nth-last-child(1){
  margin-right: 0px ;
}
.container-img-eco-cert .container-image img{
  height: 100%;
  width: 100%;
 
} 




.titre-prestations-signature{
  padding: 120px 120px 90px;
}

.premier-titre .bloc-amorce-presentation .titre{
  padding-bottom: 60px;
  
}
.premier-titre .bloc-amorce-presentation .titre .subtitle-amorce{
  font-family: var(--script-font) ;
  font-style: italic;
  letter-spacing: 0.8px;
  font-weight: 400;
  padding-top: 20px;
  font-size: 20px;
  
}

.container-img-amorce-presentation{
  width: 40%;
  padding: 80px 130px 80px 0;
  height: 870px;
  
 
}

.container-img-amorce-presentation video {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: 50% 50%;
  border: 60px solid #d7cc95;
  border-radius: 7px;
}



.container-img-amorce-presentation{
  position: relative;
}

.container-img-amorce-presentation img{
  position: absolute;
  top: 0;
  left: 0;
}
.bloc-presentation .subtitle-2{
  color: #252525;
  font-size: 30px;
  margin-bottom: 7px;
  padding-top: 60px;
}
.titre{
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 30px;
}
.bloc-presentation .subtitle,
.produit .subtitle{
  color: #3b3b3b;
  letter-spacing: 1.5px;
  font-style: var(--title-font);
}


.bloc-presentation .contenu{
  
  margin:  0 auto;
  padding: 40px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  
  
}

.bloc-presentation .btn-tel,
.produit .btn-tel{
  margin-top: 30px;
}

.sous-container-2 .bloc-presentation{
  flex-direction: row;
}
.premier-titre .bloc-presentation .contenu{
  
  width: 100%;
  text-align: left;
  
  
}

.container-des-blocs-presentation{
  background-color: rgb(215 204 149 / 11%)
;}

.sous-container-des-blocs-presentation{
  display: flex;
  margin:  0 auto 90px;
  justify-content: center;
  
}

.produit{
  width: 23%;
  height: 830px;
  display: flex;
  flex-direction: column;
  
  margin-right: 25px;
  background-color: white;
}

.produit:nth-child(4){
  margin-right: 0;
}

.bloc-presentation .contenu .titre-et-sous-titre p{
  padding-bottom: 20px;
} 

.produit .container-image{
  height: 280px;
  width: 100%;

}

.produit .contenu{
  height: 550px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 
}

.produit .titre{
  margin-bottom: 15px;
  text-align: center;
  color: #1f585d;

}
.produit .subtitle{
  text-align: center;
   font-family: var(--script-font);
    font-style: italic;
  letter-spacing: 0.8px;
   font-size: 20px;
}

.bloc-presentation .container-image{
  height: 100%;
  width: 50%;
  padding: 150px 100px;
}

.bloc-presentation img,
.produit img{
  
  height: 100%;
  width: 100%;
  object-fit: cover;
}



.produits .contenu{
  margin: 0;
}

.produit .btn-tel{
   margin: 0 auto;

}
.produit .btn-tel a{

   color: white;
   background-color: #1f585d;
   border-radius: 5px;
}



/*presentation anne christelle --------------------------------------------------------------------------------------------------------------------------------*/

.presentation-patronne .bloc-image-bis{
  display: none;
}
.presentation-patronne{
  margin: 80px 0 0;
  display: flex;
}

.presentation-patronne .premier-titre .bloc-presentation{
  width: 100%;
}
.presentation-patronne .bloc-image{
  width: 30%;
}
.presentation-patronne .bloc-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.intermede{
  height: 300px;
  width: 100%;
  background-color: #1f585d;
  color: ffffff;
  text-align: center;
  font-size: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intermede p{
  color: #ffffff;
}


/*conseil-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.conseil{
 
  padding: 0 150px 100px;
}


.conseil .titre{
  padding-bottom: 10px;
  color: #3d3d3d;
  font-weight: 100;

}

.bloc-central-conseil{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc-central-conseil {
  display: flex;
  justify-content: center;
  align-items: center;
}


.conseil ul span{
  font-size: 100px;
  font-weight: 100;
  float: left;
  padding-right: 20px;
  margin-top: -50px;
  margin-bottom: -30px;
}

.conseil .paragraphe-texte{
  margin: 0 auto;
  width: 993px;;
  padding-bottom: 20px;
  padding-left: 200px;
}

.conseil .premier-titre{
  width: 100%;
  
}
.bloc-img-conseil{
  width: 24%;
  height: 50%;
  
}
.bloc-img-conseil-bis{
  width: 284px;
  height: 200px;
  
}
.bloc-img-conseil-bis img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.bloc-img-conseil{
  display: none;
}

.bloc-img-conseil img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.conseil .subtitle,
 .conseil .resume {
  text-align: center;
  
}
.conseil .subtitle {
  font-size: 30px;
  font-family: var(--title-font);
  color: #181818;
  font-weight: bold;
   padding-left: 200px;
   display: flex;
   justify-content: center;
}

.conseil ul{
  
  text-align: left;
  padding: 60px 0;

 display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin: 0 auto; 
  justify-content: space-around;
}

.conseil li{
  width: 40%;
  
}
.conseil li p:nth-child(1){
  padding-top: 50px;
  padding-bottom: 20px;
  
}


 
.conseil .premier-titre .bloc-presentation {
  width: 100%;
}
.conseil .premier-titre .bloc-presentation .contenu  {
  padding: 0;
      padding-left: 80px;
          margin-top: -242px;

}
.conseil .resume {
  font-weight: bold;
  padding-top: 20px;
  
}
.conseil .premier-titre .bloc-presentation .contenu .titre {
  padding-left: 200px;
  padding-bottom: 20px;
}
.conseil .premier-titre ul {
  padding-top: 20px;
  padding-bottom: 20px;
}
.conseil .premier-titre li {
  padding-bottom: 15px;
  list-style-type: none;
}
.conseil .premier-titre li:nth-last-child(1) {
  padding-bottom: 0;
}
.conseil .premier-titre li p:nth-child(1) {
  font-weight: bold;
}
.titre{
  font-size: 30px;
}

/*galerie*/

.galerie{
      background-color: rgb(215 204 149 / 11%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 0 150px;
  text-align: center;
  margin-bottom: 150px;

}

.galerie .titre{
  padding: 100px 20px 60px;
  
}
.galerie .texte{
  padding-bottom: 80px;
}
.galerie p{
  line-height: 31px;
}

.galerie .btn-decouvrir{
  position: relative;
}

/*slider review section */

.avis-google .titre{
  padding: 120px 120px 65px;
}

.slider-section {
  position: relative;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 650px;
  min-height: max-content;
  width: 80%;
  margin: 0 auto 120px;
}

.slider-container {
  width: 90%;
  height: 570px;
  overflow: hidden;
  border-radius: 8px;
}

.slider-content {
  display: flex;
  width: 210%;
  transition: transform 0.5s ease-in-out;
}

.rating-image img{
  width: 77px; 
  height: 46px
}

.profile-image{
  font-size: 36px;
  padding: 20px 29px;
  border-radius: 50%;
  color: white;
  
}

.profile-1{
  background-color: purple ;

}
.profile-2{
  background-color: blue;
}
.profile-3{
  background-color: maroon;

}
.profile-4{
  background-color: tomato;
    padding: 18px 35px;
}
.profile-5{
  background-color: rosybrown;
}
.profile-6{
  background-color: seagreen ;
}
.review-card {
  position: relative;
  width: 320px;
  height: 540px;
  box-shadow: 1px 1px 10px 0px #0000001a;
  border-radius: 10px;
  margin-right: 20px;
  padding: 30px 20px 20px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.logo-google{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}
.heading .name-cus {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}
.review-card .prop {
  font-size: 17px;
  line-height: 24px;
  color: #666;
}

.rating-image {
margin-top:-15px;
margin-left:-8px;
}
.review-card:last-child {
  margin-right: 0;
}
.flex-profile {
  display: flex;
  gap: 15px;

  align-items: center;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #555;
  background-color: transparent;
  border: none;
  padding: 10px;
  outline: none;
}

.prev {
  left: 0;
}
.next {
  right: 0;
}




/*fin slider review section*/



.btn-decouvrir{
  text-align: center;
  padding-bottom: 100px;
  
  
}
.btn-decouvrir a{
  padding: 15px 25px;
  border-radius: 20px;
  background-color: #d7cc95;
  color: #181818;
  text-decoration: none;
  
}
/* 

/*galerie */

/* footer */

footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-image: url(./ressources/salon\ large\ 80.jpg);
  background-position: 50%;
  
}

.production{
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 12px;
}

  .production a{
  color: #181818;
  text-decoration: none;
}

.horaires{
  display: flex;
  width: 300px;
  justify-content: space-between;
}

.parking{
  display: flex;
  justify-content: center;
  padding-bottom: 25px;

}

.parking img{
  width: 35px;
  height: 35px;
}

.parking p{
  line-height: 35px;
  padding-left: 15px;
}
.contact{
  text-align: center;
}

.contact .tel, .contact .adress{
  margin-bottom: 15px;
}
.contact a{
  color: black;
  text-decoration: none;
  

}

.mail{
  padding-bottom: 30px;
}

.bloc-footer:nth-child(2){
  padding-top: 100px;
  padding-bottom: 100px;
  

}

.colonne{
  display: flex;
  flex-direction: column;
}



.colonne p{
  color: #3d3d3d;
  font-weight: 600;
}

.colonne :nth-child(3), 
.colonne :nth-child(7){
  font-weight: 400;
}

.bloc-footer{
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bloc-reseaux-sociaux{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bloc-reseaux-sociaux p{
  margin-top: 60px;
  margin-bottom: 15px;
}

.reseaux-sociaux .marque-et-logo{
  margin: 0 auto;
}

footer .marque{
  display: flex;
  align-items: center;
  justify-content: center;
}

.icones-reseaux{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding-top: 10px;
}

.colonne p{
  line-height: 35px;
}




/* index-2--------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.index-2 h1{
  text-align: center;
  padding-bottom: 80px;
}

.container-bloc-service{
  padding: 0 60px 30px;
}

.bloc-service{
  display: flex;
  align-items: center;
 
}

.bloc-service .container-image{
  width: 40%;
  height: 40vh;
}
.bloc-service img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.bloc-service .titre{
  font-family: var(--script-font);
  font-weight: 400;
   font-style: italic;
  letter-spacing: 0.8px;
  font-size: 20px;
}

.bloc-service .contenu {
    padding: 50px 70px 20px 0px;
}
.bloc-service  p{
  line-height: 33px ;
}

#coupe .bloc-head-realisation .fiche-contenu li {
  line-height: 50px;
  font-weight: bold;
}
/* #coupe .bloc-head-realisation .fiche-contenu ul {
 padding-top: 30px;
} */

/* .bloc-service .titre{
  padding-bottom: 30px;
  font-size: 35px;
} */

#coupe .prix-prestation {
    
    margin-left: -317px;
    width: 40%;
    width: 760px;
    height: max-content;
    border-radius: 111px;
}

#coupe .container-bloc-service .texte {
    padding-right: 200px;
}
.container-bloc-service .titre {
    padding-bottom: 10px;
}



#coupe ul:nth-child(1){
  margin-right: 60px;
}
.bloc-service .subtitle{
  padding-bottom: 25px;
  text-transform: uppercase;
  color: #0d3231;
}

.descriptif{
  margin: 0 auto;
      padding-right: 70px;
}

.descriptif ul{
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

#coloration .descriptif ul,
#balayage .descriptif ul{
  flex-direction: row;
}

.descriptif li{
  padding-top: 0px;
  margin-left: 50px;
  list-style: none;

 
}
#coloration .descriptif li, #balayage .descriptif li{

  width: 29%;
 
}
#coloration .descriptif li:nth-child(1),
#balayage .descriptif li:nth-child(1){
  margin-left: 0;
}

.descriptif li .title{
  list-style: none;
  font-weight: bold;
}




/*index2 realisations*/
/*index2 realisations*/

.header-realisation{
  background-image: url(./ressources/salon\ deux\ sieges\ tres\ blanc.jpg);
  background-size: cover;
  background-repeat: no-repeat;

}

.header-realisation .main-title-et-texte-accroche,
.header-galerie .main-title-et-texte-accroche {
  width: 60%;
  padding: 50px 0px 60px 0;
  text-align: center;
  margin: 0 auto;
}
.main-title-et-texte-accroche .main-title {
  padding-bottom: 30px;
}

.header-realisation .main-title-et-texte-accroche {
   margin-bottom: 0;
}
.bloc-realisation{
  position: relative;
  display: flex;
  flex-direction: column;
}
.header-realisation .main-title-texte-accroche-image {
  display: flex;
  align-items: center;
  justify-content: center;

}
.header-realisation .main-title-texte-accroche-image .image-main-title{
  margin: 0 auto;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 50px;
}
.header-realisation .main-title-texte-accroche-image .image-main-title-box-img{
  height: 400px;
  width: 400px;
  margin: 0 auto;
}

.header-realisation .texte-accroche{
  width: 100%;
}
.header-realisation .main-title-texte-accroche-image .image-main-title img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.header-realisation .main-title-et-texte-accroche p{
  padding-bottom: 10px;
}
.header-realisation .main-title-et-texte-accroche p:nth-last-child(1){
  padding: 0px;
  
}
.bloc-realisation {
    margin: 0 80px 0 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}



.bloc-head-realisation{
  display: flex;
  flex-direction: column;
}



.realisations .bloc-logo-et-image-header .logo-et-marque  {
  color: white;
  margin-right: 0;
  padding-right: 80px;
}



.contenu-header-realisation{
  margin: 0 60px 150px;
  position: relative;
}

.bloc-head-realisation .fiche-contenu{
  position: relative;
  background-color: white;
  box-shadow: 0px 10px 13px -7px #a0a0a055, 0px 3px 1px 0px rgba(179, 179, 179, 0);
  box-shadow: 9px 10px 19px -8px rgba(0,0,0,0.75);
-webkit-box-shadow: 9px 10px 19px -8px rgba(0,0,0,0.75); 
-moz-box-shadow: 9px 10px 19px -8px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 7px 15px -2px rgba(0,0,0,0.39); 
box-shadow: 3px 7px 15px -2px rgba(0,0,0,0.39);
    width: 64vw;
    margin: -164px 0px 30px 0px;
    border-radius: 10px 275px 10px 10px;
    z-index: 3; 
}
.bloc-head-realisation .fiche-contenu .title {
    font-family: var(--title-font);
    font-size: 25px;
    font-weight: bold;
    line-height: 34px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.bloc-head-realisation .fiche-contenu li {
  
  line-height: 32px;
  list-style-type: none;
}

.bloc-head-realisation .fiche-contenu .prix-prestation{
 position: absolute;
  top: 0;
  left: 600px;
}

#coupe .prix-prestation{
  
    margin-top: 34px;
}

.contenu-header-realisation .texte-accroche {
  width: 80%;
}
.contenu-header-realisation{
  position: relative;
  display: flex;
  
}

.subtitle-ville-de-paris{
 margin-top: 40px;

}
.contenu-header-realisation .date{
  padding: 30px 0 15px;
  font-weight: 100;
  color: #666;
  
}

.contenu-header-realisation ul:nth-child(1){
  padding-bottom: 20px ;
  
}

/*tarifs--------------------------------------------------------------------------*/

.prix-prestation {
  position: absolute;
    top: 71px;
    right: 0px;
    padding-top: 45px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    -webkit-box-shadow: 3px 7px 15px -2px rgba(0, 0, 0, 0.39);
    box-shadow: 3px 7px 15px -2px rgba(0, 0, 0, 0.39);
    width: 445px;
    height: max-content;
    background-color: #d7cc95;
    background-color: #f7f1d3;
    border-radius: 150px;
    z-index: 6;
}

.prix-prestation .transparent{
  color: transparent;
}

.prix-prestation span{
  font-size: 16px;
  margin-top: -15px;
}
 
.prix-prestation .contenu{
  
  padding: 25px 50px;
  display: flex;
   
 
}
.prix-prestation li{
  display: flex;
  width: 300px;
  justify-content: space-between;
  line-height: 40px;
  
}



#rajouts .prix-prestation li{
  text-align: center;
  justify-content: center;
}

.image-header-realisation{
  width: 40%;
    height: 446px;
    z-index: 1;
    margin-top: 67px;
    margin-right: -40px;
    align-self: self-end;
}
.image-header-realisation img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#chignons .image-header-realisation img{
  object-position: 30% 17%;
}

.bloc-realisation-ratp .image-header-realisation img{
  background-position: 20%  20%;
}

.title-realisation{
  z-index: 21;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50px;
  left: 0;
  width: 50%;
  text-align: center;
  
}



.resume-chantier{
  position: absolute;
  z-index: 20;
      margin: 140px 0 20px 80px;

}

.resume-chantier p{
  padding: 7px 15px;
  font-size: 32px;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  font-weight: bold;
  color: #52888d;
  margin-bottom: 10px;
}
.resume-chantier p:nth-child(2){
  margin-left: -50px;
  font-size: 25px;
 
}
.resume-chantier p:nth-child(3){
    margin-left: 150px;
    margin-bottom: 0px;
    font-size: 40px;
  
}
.fond-1{
  position: absolute;
  top: 0;
  left: 0;
  height: 415px;
  width: 100%;
  background-color: #1f585d;
      border-radius: 10px;
}

.descriptif .bloc-image{
  height: 350px;
}

.descriptif img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/*galerie photo*/



.gallery {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2vmin;
  padding: 0 14px 140px;
}
.gallery::after {
  content:'';
  display:block;
  flex-grow: 10;
}
.gallery li {
  list-style-type: none;
  height: 250px;
  flex-grow: 1;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*media queries -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
media queries -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
media queries -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media(max-width: 1700px){
  .bloc-img-conseil {
    width: 28%;
  }
  .conseil li {
    width: 43%;
}
.conseil {
 
    padding: 0px 90px 100px;
}
}

@media(max-width: 1570px){
  .titre{
    font-size: 25px;
  }
  .conseil .subtitle {
    font-size: 25px;
  }
  .intermede{
    font-size: 34px;
}
}

@media(max-width: 1530px){

  .bloc-marque-et-nav {
    padding: 30px 80px;
}
  .container-slogan .atouts li:nth-child(1) {
    margin-bottom: 0px;
}

.container-slogan .atouts li {
    padding: 25px;
    font-size: 28px;
}

.container-img-eco-cert .container-image {
    width: 100px;
   margin-right: 0;
}


.container-img-eco-cert{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
  .galerie{
    margin-bottom: 30px;
  }

  .conseil .subtitle {
   padding-left: 0px;
   
}

.conseil .premier-titre .bloc-presentation .contenu {
  padding-left: 0;
}

.conseil {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.conseil .titre{
  margin-bottom: 30px;
}
.conseil .premier-titre .bloc-presentation .contenu {
  margin-top: 0;
}

  .conseil .paragraphe-texte{
  padding-left: 0px;
}
}
@media(max-width: 1500px){

  .conseil {
 
    padding: 0px 50px 100px;
}
.bloc-marque-et-nav {
    padding: 20px 30px;
}

.adresse-bar {
    padding: 0 30px;
}


.premier-titre .bloc-amorce-presentation

 {
    padding: 120px 60px 90px 70px;
}
.container-img-amorce-presentation {
    padding: 80px 30px 80px 0;
}

.container-img-amorce-presentation video {
   

    border: 53px solid #d7cc95;
}


.btn-tel-large{
  display: none;
}
.btn-tel-etroit{
  display: block;
  size: 35px;
  color: white;
  font-weight: bold;
}
  .produit .btn-tel {
    margin: 0;
    margin-left: auto;
    padding: 0;
}

.btn-tel a {
    box-shadow: 0px 5px 9px -3px rgba(0, 0, 0, 0.5);
}
}

@media(max-width: 1450px ){
  .produit .contenu {
   
    padding: 40px 27px;
}

/* reduction police */


}
@media(max-width: 1400px ){

  .produit .titre{
    font-size: 24px;
   
  }
  .produit {
    width: 22.5%;
  }
  .liste-nav a {
    margin-right: 4rem;
}
.container-slogan .atouts li {
        padding: 16px;
    }
}

@media(max-width: 1300px ){
  footer{
    flex-wrap: wrap;
    justify-content: space-between;
    flex-shrink: 0;
    padding-bottom: 70px;
  }

  .bloc-footer{
    width: 50%;
  }

  .bloc-footer:nth-child(2){
    transform: translateY(+25%);
    padding-bottom: 0;
   
  }


}
@media(max-width: 1270px ){
  .sous-container-des-blocs-presentation {
    display: flex;  
    flex-wrap: wrap;
    flex-shrink: 0;
    margin: 0 auto 60px;
    justify-content: center;
}
  .produit {
    width: 40%;
    margin: 0;
    margin-bottom: 40px;
}

.produit:nth-child(odd){
  margin-right: 40px;
}

.produit .contenu {
    height: 424px;
}

.produit{
  height: auto;
}
 .conseil .paragraphe-texte {
    
    width: 80%;
}
  .conseil .subtitle {
    
    width: 80%;
    margin: 0 auto;
}
}
@media(max-width: 1230px ){
  

  .btn-reserver-1{
    display: none;
  }
  .btn-reserver-2{
    display: block;
  }}

@media(max-width: 1150px ){
  .container-img-amorce-presentation video {
    height: 80%;}

 .container-img-amorce-presentation {
     display: flex;
    align-items: center;}

    .intermede {
    font-size: 35px;}

    .container-slogan .atouts li {
        padding: 20px;
        font-size: 30px;
    }
}

@media (max-width: 1100px) {

.conseil .subtitle {
    flex-direction: column;
    padding-bottom: 20px;
}

.bloc-presentation .contenu .titre-et-sous-titre p {
  padding-bottom: 0;
}
.presentation-patronne .bloc-presentation .contenu .titre-et-sous-titre p {
  padding-bottom: 20px;
}


.conseil .paragraphe-texte {
        width: 100%;
        padding: 0 30px;
    }

    /*font size*/
body{
  font-size: 20px;
}

.titre{
  font-size: 25px;
}

.container-slogan .atouts li {
        padding: 20px;
        font-size: 25px;
    }


.intermede p{
  font-size: 30px;
}

.conseil .subtitle {
    font-size: 25px;
}

    .container-img-eco-cert .container-image {
        width: 70px;
    }

    .premier-titre .bloc-amorce-presentation {
    padding: 100px 60px 80px;
    width: 50%;
    justify-content: center;

  }

  .premier-titre .bloc-amorce-presentation .titre {
    padding-bottom: 30px;
}

.container-img-eco-cert {
    margin: 30px auto 0;
}

.container-img-amorce-presentation {
    width: 45%;
}

.slider-container{
  overflow-x: scroll;
  
}

.review-card {
    position: relative;
    width: 300px;
    height: 430px;
}

.slider-container {
  height: 430px;

}
}
@media(max-width: 975px ){

  .presentation-patronne .bloc-image {
    width: 40%;
}
.presentation-patronne .premier-titre {
    width: 60%;}
      .bloc-marque-et-nav {
        padding: 10px 30px;
    }
}
@media(max-width: 960px ){
   /*hamburger*/

 /*hamburger*/
  .btn-toggle-container {
    display: block;
    cursor: pointer;
    position: fixed ;
    top: 71px;
    right: 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%;
  padding: 30px 20px;
}


.liste-nav.active{
  z-index: 90;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 50vw;
    min-width: 300px;
    height: max-content;
            top: 122px;
    right: 0px;
    background-color: #ffffff;
    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: 30px 20px;
    border-bottom: 1px solid #e2c98e;

}


.liste-nav a:nth-last-child(1){
  border-bottom: none;
}

  


  /*hamburger*/

  .y-aller{
    display: block;
  }

  .adresse-entiere{
    display: none;
  }


  .container-img-amorce-presentation video {
        border: 34px solid #d7cc95;
    }

 }

@media(max-width: 900px ){

  .review-card {
    position: relative;
    width: 320px;
    height: 430px;
}

  .header-realisation .main-title-et-texte-accroche,
.header-galerie .main-title-et-texte-accroche {
  width: auto;
  padding: 50px 60px 60px;
 
}

      .premier-titre .bloc-amorce-presentation {
        padding: 0px 60px 80px;
      }
  
  .amorce .premier-titre
  {
    position: relative;
    align-items: center;
    padding-bottom: 100px;
  }
  .amorce .bloc-amorce-presentation{
    width: 60%;
  }

  .amorce{
    border-top: 1px transparent solid;
  }

  .container-img-eco-cert{
    position: absolute;
    width: 70vw;
    left: 50%;
    transform: translateX(-50%) ;
    bottom: 30px;
  }

  .container-img-amorce-presentation video {
    height: 100%;
  }

      .premier-titre .bloc-amorce-presentation {
        padding: 60px 60px 20px;
      }

      .container-img-amorce-presentation {
        padding: 50px 30px 0px 0px ;
                margin-bottom: 50px;
        width: 40%;
        height: 70%;
       
    }

    .titre-prestations-signature {
    padding: 80px 60px 70px;
}

.avis-google .titre {
    padding: 80px 60px 70px;

}

.presentation-patronne {
    margin: 80px 0 0;
    display: block
;
}

.bloc-presentation .contenu {
    margin: 0 auto;
    padding:  0 40px 40px;
    width: 100%;
}



    .presentation-patronne .premier-titre

 {
        width: auto;
    }
    .presentation-patronne .premier-titre .bloc-presentation .contenu {
 padding: 0;
        width: auto;
    }
.presentation-patronne .bloc-image{
  display: none;
}
.presentation-patronne .bloc-image-bis {
  display: block;
  width: auto ;
  
}

.presentation-patronne .contenu .texte {
  padding: 0px 0 50px 60px;
}
.presentation-patronne .contenu p {
  padding-left: 20px;
}
.presentation-patronne .contenu .titre {
  padding-left: 60px;
}
.presentation-patronne .contenu .texte::after{
  content: "";
  display: block;
  clear: both;
}
.presentation-patronne .bloc-image-bis img {
  width: 300px;
  height: 300px;
  border-radius:  50%;
  object-fit: cover;
  float: right;
  shape-outside: margin-box;
  margin:  20px 0px 20px 20px;
}

.presentation-patronne .premier-titre {
   
    padding-right: 0px;
}

.presentation-patronne .premier-titre{
  float: right;
}
    .premier-titre .bloc-amorce-presentation {
        padding: 60px 60px 20px 50px;
    }

    .container-slogan .atouts li {
        padding: 17px;
        font-size: 22px;
    }

        .titre {
        font-size: 22px;
    }

        .intermede p {
        font-size: 25px;
    }

    .conseil .subtitle {
        font-size: 22px;
    }

        .review-card {
        width: 360px;
        height: 430px;
    }

    .prop{
      width: 320px;
      line-height: 22px;
    }

    .slider-section {
    height: 530px;
    }

  }

  /* @media (max-width: 870px) {
    .slider-section {
        width: 95%;
    }
  } */

  @media(max-width: 780px ){
        .container-img-amorce-presentation {
          width: auto;
          padding: 50px 30px 0px 0px;
        }

        .marque-header .coiffure-mixte {
    font-size: 16px;
}
  

.slogan {
    font-size: 16px;
    padding-left: 30px ;
    padding-right: 30px ;
    line-height: 28px;
  }

.subtitle p{
  font-size: 16px;
}

.marque-et-logo {
    width: 178px;
}
.conseil .subtitle p{
  font-size: 22px;
}


  .premier-titre .bloc-amorce-presentation .titre .subtitle-amorce {
    font-size: 16px;
}

  .intermede p {
        font-size: 23px;
    }
}




  
  @media(max-width: 780px ){

    .amorce .premier-titre{
      padding-top: 0px;
    }
       

          
        .conseil ul {
    text-align: left;
    padding: 60px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

        }

        .conseil li{
          width: 100%;
        }

        .conseil     .premier-titre {
        padding-top: 30px;
      padding-bottom: 0;
      }

        .conseil{
        padding-bottom: 60px;
    }

        .sous-container-des-blocs-presentation {
      
        margin: 0 auto 40px;
        }


.intermede {
    height: 230px;

  }

  .btn-decouvrir a {
    padding: 12px 20px;
  }

  .galerie .titre {
    padding: 80px 20px 60px;
}
.marque-et-logo
 {
    width: 170px;
    padding: 7px 0 0;

}

footer .marque-et-logo{
  margin: 0 auto;
}
    .btn-toggle-container {
        top: 57px;
        right: 30px;
        width: 45px;
        height: 45px;
}

.bloc-atouts-et-slogan{
  min-height: 580px;
}
  }

    @media(max-width: 750px ){

    .container-des-blocs-presentation{
      padding: 0 40px;
    }
    .container-slogan .atouts li {
  
        font-size: 22px;
    }

    .titre{
      font-size: 22px;
    }

        .produit .titre {
        font-size: 22px;
    }
        .produit .subtitle {
        font-size: 23px;
    }
    .titre-prestations-signature {
        padding: 60px 0px 50px;
    }

    .produit{
      width: 100%
    }

    
.produit .container-image {
  width: 70%;
  margin: 0 auto;
  padding-top: 50px;
  height: 340px;
  border-radius: 20px;
}
.produit .container-image img{
  border-radius: 10px;
}

        .produit .contenu {
        height: 355px;
    }

        .produit:nth-child(odd) {
        margin-right: 0px;
    }
    .produit .contenu .texte{
      margin: 0 auto;
    }

    .presentation-patronne .premier-titre{
      padding: 0;
    }

   .presentation-patronne .contenu p {
        padding-left: 0px;
    }

        .presentation-patronne .contenu .titre {
        padding-left: 0px;
    }

        .presentation-patronne .contenu .texte {
        padding: 0px 0 80px 0px;
    }

    .presentation-patronne{
      padding-left: 60px;
      padding-right: 40px;
    }


    .presentation-patronne .premier-titre {
        float: none;
    }

        .avis-google .titre {
        padding: 60px 40px 50px;
    }

        .conseil {
        padding: 0px 40px 60px;
    }

    footer{
      padding-top: 50px;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      height: max-content;
    }

    .adresse-footer{
      order: 1 ;
    }
  
    /* footer :nth-child(2) */
    .marque-footer
    {
      order: 0;
      margin-top: 0;
    }

    /* footer :nth-child(3) */
    .horaires-footer
    {
      order: 2;
      padding-top: 60px;
    }

    .bloc-footer:nth-child(2){
      padding-top: 0;
    }

    

    footer .contact{
      padding-top: 60px;
    }

    .bloc-reseaux-sociaux p {
    margin-top: 40px;
    margin-bottom: 6px;
    }
  

    .bloc-footer .horaires .colonne{
      flex-direction: column;
    }
  

    .bloc-footer:nth-child(2) {
        transform: translateY(+0%);
        padding-bottom: 0; 
    }

    .premier-titre{
      padding-top: 40px;
    }

    .galerie{
      padding: 0 30px;
    }
}


@media(max-width: 680px ){

  .slider-section {
    
    height: max-content;
    width: 80%;
    margin: 0 auto 30px;
  }

    .premier-titre{
      
      position: relative;
    }

        .premier-titre .bloc-amorce-presentation {
        padding: 60px 40px 20px 40px;
    }
}
@media(max-width: 630px ){
      #rajouts
      .title-realisation {
        width: 300px;
        line-height: 45px;
      }

      #rajouts     .image-header-realisation {
     
        margin-top: 132px;
    }

      #rajouts .resume-chantier {
        margin: 144px 0 20px 52px;
    }
}
@media(max-width: 600px ){

  .presentation-patronne .premier-titre .bloc-presentation {
    width: auto;
    padding-right: 20px;
}

  .slogan{
    width: auto;
   
  }

      .galerie .titre {
        padding: 50px 20px 20px;
    }

    .amorce .premier-titre{
      flex-direction: column-reverse;
      padding-top: 30px;
      position: relative;
    }

        .premier-titre .bloc-amorce-presentation {
        padding: 60px 40px 20px 40px;
    }

        .premier-titre .bloc-amorce-presentation .titre  {
          position: absolute;
          top: 31px;
          left: 60px;
          background-color: #d7cc95;
          padding: 20px;
          z-index: 12;
          width: 238px;
        border-radius: 10px;
    }

        .container-img-amorce-presentation video {
        height: auto;
        width: 85%;
       
    }
        .container-img-amorce-presentation {
        width: auto;
        padding: 50px 0px 0px 0px;
    }

      .header-realisation .main-title-et-texte-accroche,
.header-galerie .main-title-et-texte-accroche {
  padding: 50px 40px 60px;
 
}

    .amorce .bloc-amorce-presentation {
        width: 100%;
        padding-top: 0;
    }

    .titre-prestations-signature {
        padding: 60px 0px 40px;
    }

        .presentation-patronne .premier-titre {
        padding-top: 0 ;
    }

            .produit {
     
        border-radius: 20px 20px 0 0;
    }

    .produit .container-image {
        width: 100%;
        padding-top: 0;
        border-radius: 20px 20px 0 0;
    }
    .produit .container-image img{
        
        border-radius: 20px 20px 0 0;
    }


    /* .presentation-patronne {
        margin: 30px 0 0;
      
    } */

    

        .intermede p {
        font-size: 20px;
        width: 270px;
    }

    .bloc-footer {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .presentation-patronne .bloc-image-bis img {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        object-fit: cover;
        float: none;}
    

        .container-img-eco-cert {
        position: absolute;
        width: 84vw ;
}


.presentation-patronne .premier-titre .bloc-presentation {
        display: flex;
        flex-direction: column;

        width: 100%;}

    .presentation-patronne .premier-titre .bloc-presentation .contenu {
          width: 100%;
    }

        .produit .contenu {
          height: max-content;
        }

        .produit .contenu .texte{
          padding-top: 20px;
          padding-bottom: 20px;
        }

}

@media (max-width: 520px) {
      .review-card {
        width: 360px;
        height: 438px;
    }
}
@media (max-width: 490px) {
 .bloc-atouts-et-slogan{
  padding: 30px 30px 50px;
}
}
@media (max-width: 460px) {
      .produit .btn-tel {
        margin:  0 auto;
      }
      .produit .btn-tel-large{
        display: block;
        margin-top: 50px;
        
      }

      .produit .btn-tel a{
        font-size: 20px;
        padding: 7px 17px;
      }

      .produit .btn-tel-etroit{
        display: none;
      }
          .container-img-eco-cert .container-image {
        width: 56px;
    }
}
@media (max-width: 450px) {
    .produit .container-image {
        height: 240px;
    }

    .presentation-patronne {
        padding-left: 40px;
        padding-right: 20px;
    }
    .conseil .paragraphe-texte {
  
        padding: 0px;
    }

    .conseil ul{
      padding-left: 0;
      padding-right: 0;
    }

    .horaires{
      width: 260px;
    }


  }
@media (max-width: 440px) {

  header  {
    height: auto;
    min-height: max-content;
  }

  .btn-reserver-2 a:nth-child(2),
.btn-reserver-2 a:nth-child(3){
  display: block;
}

  .adresse-bar{display: none;}

  .liste-nav.active {
       
        width: 100%;
        
        top: 70px;
  }

      .bloc-marque-et-nav {
        height: 70px;
        
        padding: 10px 17px;
    }
          .marque-et-logo {
        width: 140px;
          }
  
  
  .container-slogan,  .bloc-atouts-et-slogan{
    background-image: none;
  }
  .container-slogan {
   
    height: 80%;
  }
  .slogan , 
  .marque-header .coiffure-mixte {
   
    line-height: 29px;
  }
  .slogan{
    display: none;
  }
  .marque-header .coiffure-mixte {
        margin-top: 0;
        margin-bottom: auto;
    padding: 0 15px;
  }

  .slogan{
    padding: 0 15px;
    margin-bottom: 30px;
  }

      .btn-toggle-container {
                top: 16px;
        right: 19px;
        width: 38px;
        height: 42px;
    }
    


  .btn-reserver a{
    padding: 9px 15px;
    background-color:  #d7cc95 ;
    /* background-color: #1f585d;
    color: white; */
  }

  .bloc-atouts-et-slogan .atouts li{
    font-size: 20px;
  }

  .btn-reserver-2{
    position: relative;
      display: flex;
      flex-direction: column;
      height: calc(64vh - 236px);
      min-height: max-content;
      padding: 20px 0;
      
      
  }

  .btn-reserver-2 a:nth-child(1){
    text-transform: capitalize;
  }
  .btn-reserver-2 span{
    display: none;
  }

  .btn-reserver-2 a{
    width: 190px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 7px;
  }
  .btn-reserver-2 a:nth-child(2
  ){
    background-color: #1f585d;
    color: white;
  }
  .btn-reserver-2 a:nth-child(3){
    margin-bottom: 0px;
    background-color: #1f585d;
    color: white;
  }
  .image-fleche-down{
    display: none;
  }
 .marque-header{
  position: relative;
  height: 100%;
 }

 
        .bloc-atouts-et-slogan {
        position: relative;
        height: calc(64vh - 70px);
        min-height: 420px;
        padding: 0;
    }
.bg-bloc-portable{
  display: block;
  position: relative;
  width: 100%;
  height: 26vh;
  min-height: 150px;
}

.bloc-atouts-et-slogan{
  margin-top: 0;
  justify-content: start;
  
}

.bg-bloc-portable img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-position:bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
  
.coiffure-mixte{

  order: 0;
  
}
  .atouts{
    order: 1 ;
  }

  .btn-reserver{
    order: 2;
    z-index: 4;
  
   
    
  }

  

  .container-slogan .atouts li{
    color: white;
    padding: 0;
  }

  .atouts
  {

background-color: #1f585d;
  }
  .container-slogan .atouts {
    padding: 30px 20px;
    
  }
  .container-slogan .atouts li:nth-child(1) {
    padding-bottom: 25px;
    
  }


  
  .container-slogan .atouts li:nth-child(1) {
    padding-top: 0;
  }
  .container-slogan .atouts li:nth-child(2) {
    padding-bottom: 0;
  }
  .slogan{
    order: 3;
  }

  .marque-header .coiffure-mixte {
    position: absolute;
    color: transparent;
    z-index: 3;
    text-align: left;
  }

  .container-img-amorce-presentation {
        width: auto;
        padding: 53px 0px 0px 0px;
    }

    .premier-titre .bloc-amorce-presentation .titre {
        top: 25px;
    }
    .bloc-amorce-presentation .contenu .titre-et-sous-titre .titre{
     left: 50%;
     transform: translate(-50%);
    }

}
@media (max-width: 420px) {

  /* body{
    font-size: 18px;
  }

   .produit .btn-tel a{
        font-size: 18px;
   } */
    

  .titre, 
  .produit .titre, 
  .container-slogan .atouts li, 
  .conseil .subtitle {
       
font-size: 20px;
  }

    
.produit .subtitle {
  font-size: 21px;
  }

   .horaires{
      width: 240px;
    }

      .prop{
      width: 270px;
      line-height: 20px;
    }

        .review-card {
        height: 480px;
    }

      .slider-container {
        height: 486px;
    }

    .slider-section{
      height: 560px;
    }

    .slider-content{
       height: 560px;
    }
}

@media (max-width: 390px) {
.slider-section {
        width: 100%;
      
        margin: 0 0 30px;
    
    }

    .review-card {
   
    margin-right: 15px;
    }

}
@media (max-width: 380px) {
    .horaires {
  
    width: 225px;
  }

      .container-img-amorce-presentation video {
        width: 100%;
    }

        .presentation-patronne .bloc-image-bis img {
        
        margin: 0 0 20px;
        }

    
    .container-des-blocs-presentation {
        padding: 0 25px;
    }

        .presentation-patronne .bloc-image-bis{
        padding: 0 20px ;
       }   

       .presentation-patronne .premier-titre .bloc-presentation {
        padding-right:0;
       }
        .presentation-patronne {
        padding-left: 0px;
        padding-right: 0px;
    }

        .presentation-patronne .contenu .titre {
        padding: 0px 30px ;
    }
        .presentation-patronne .contenu .texte p{
        padding: 0px 30px ;
    }
        .conseil {
        padding: 0px 30px 60px;
    }
      }

      @media (max-width: 359px) {
        .conseil ul span {
    font-size: 90px;
        margin-top: -44px;
    margin-bottom: -6px;
        padding-right: 15px;
}
    .prop {
        width: 259px;
      }
    }
            @media (max-width: 349px) {
               .presentation-patronne .contenu .titre {
        padding: 0px 30px ;
    }
        .presentation-patronne .contenu .texte p{
        padding: 0px 30px ;
    }

    .btn-decouvrir span{
      display: none;
    }

    .btn-decouvrir{
      text-transform: capitalize;
    }
            }


            /*reduction index2 prestations*/


@media (max-width: 1830px) {
  .prix-prestation {
  position: absolute;
    top: 71px;
    right: -60px;
    padding-top: 33px;
  }

  #coupe .container-bloc-service .texte {
    padding-right: 0px;
}
  #coupe .contenu-header-realisation {
    margin: 0 60px 200px;
    
}
.prix-prestation .contenu {
    padding: 25px 50px 15px;
}
}
@media (max-width: 1690px) {
  
#coupe .prix-prestation {
    margin-top: 105px;
}
  }

  @media (max-width: 1550px) {
    .title-realisation {
   
    font-size: 45px;
    
    top: 25px;
   
    width: 58%
;
  }

  .resume-chantier p {
    padding: 7px 15px;
    font-size: 27px;
  }

  .resume-chantier p:nth-child(2) {
    font-size: 20px;
}

.resume-chantier p:nth-child(3) {
    font-size: 35px;
}

.resume-chantier {
   
    margin: 90px 0 20px 80px;
}

.image-header-realisation {
 
    height: 370px;
}

.fond-1 {
  
    height: 325px;
  }

  .contenu-header-realisation {
    margin: 0 45px 150px;}

  .bloc-head-realisation .fiche-contenu {
    width: 67vw;
  }
}

  @media (max-width: 1500px) {
    .prix-prestation .contenu {
        padding: 25px 20px 15px;
    }

    .prix-prestation {
    
    width: 370px;
   
    border-radius: 90px;
    }

    #coupe .prix-prestation
 {
    width: 670px;
    border-radius: 70px;
}


#coupe  .prix-prestation li {
  width: 260px;
  }
}

@media (max-width: 1450px) {

  #coupe .prix-prestation .contenu
{
  flex-direction: column;
}

#coupe .contenu-header-realisation ul:nth-child(1) {
    padding-bottom: 0px;
}

#coupe ul:nth-child(1){
  margin-right: 0;
}

   #coupe .prix-prestation
 {
    width: 370px;

}

    #coupe .prix-prestation {
        margin-top: -111px;
    }
  }



@media (max-width: 1340px) {
      .bloc-head-realisation .fiche-contenu {
        width: 63vw;
    }
    .image-header-realisation {
    width: 43%;}

           #coupe .prix-prestation {
        margin-top: -55px;
    }

    
#coloration .descriptif ul, #balayage .descriptif ul {
    flex-direction: column;
}

.descriptif li {
  
    margin-left: 0px;
}
.contenu-header-realisation ul:nth-child(1) {
    padding-bottom: 0px;
}
#coloration .descriptif li, #balayage .descriptif li {
    width: 100%;
}

.container-bloc-service {
    padding: 0 60px 60px;
}
/* 
    .prix-prestation {
        position: relative;
        align-self: flex-end;
        top: -50px;
       
} */
.prix-prestation .contenu ul{
   flex-direction: row;
        
}

.bloc-head-realisation .fiche-contenu {
    position: relative;
    background-color: white;
    
}

.contenu-header-realisation {
  flex-direction: column;
}


}

@media (max-width: 1280px) {
  .profile-image {
    font-size: 24px;
    padding: 17px 23px;
  }
  .profile-3{
  background-color: maroon;
}
.profile-4{
  background-color: tomato;
    padding: 17px 28px;
}


}
@media (max-width: 1173px) {
  .bloc-realisation {
    margin: 0 40px 0 40px;
  }

      .bloc-realisation:nth-last-child(1) {
        margin-bottom: 0px;
    }


.bloc-realisation:nth-child(6) .resume-chantier p{
 background-color: #ffffffac;
}

  
  .bloc-head-realisation .fiche-contenu {
        width: 100%;
            margin: -38px 0px 0px 0px;
    border-radius: 0px ;
    box-shadow: none;
    }

         #coupe .contenu-header-realisation,  .contenu-header-realisation {
        margin: 0;
    }
        .image-header-realisation {
        height: 484px;
        width: 100%;
        margin-right: 0;
        margin-top: 101px;
    }

       #coupe .prix-prestation, 
     .prix-prestation {
        position: relative;
        margin-top: 0;
        margin-left: 0;
              top: 0;
        right: 0;
        border-radius: 0 0 10px 10px;
        width: 100%;
        box-shadow: none;
}

    .prix-prestation .contenu ul {
      display: flex;
      flex-direction: column;
      max-height: 200px;
      flex-wrap: wrap;
    
      
    }

        .resume-chantier {
        margin: 139px 0 20px 80px;
    }

        .resume-chantier p {
        padding: 7px 15px;
        margin: 30px 0;
        width: max-content;
        border-radius: 5px;
        background-color: #e8e8e881;
        }
    
    
    .image-header-realisation img {
  border-radius: 0;
   
      
    }

    .bloc-realisation{
      margin-bottom: 80px;
    }

    /* .prix-prestation li {
    line-height: 30px;
} */

.prix-prestation .contenu {
        padding: 25px 20px 50px;
    }
.prix-prestation .title {
        font-weight: 600;
        padding-bottom: 20px;    }

#coloration span{
  display: none;
}


    #coupe .prix-prestation .contenu {
        flex-direction: row;
    }
    #coupe .prix-prestation .contenu ul{
        flex-wrap: nowrap;
    }
     #coupe .prix-prestation .ul1  {
        margin-right: 80px;
  
        

  }

      #coloration .prix-prestation .contenu li {
         width: 265px;
      }
      #coloration .prix-prestation .contenu ul {
        column-gap: 70px;
        max-height: 170px ;
      }
       .dose{
  font-size: 18px;
}
  

      #balayage .prix-prestation .contenu li {
         width: 260px;
      }
      #balayage .prix-prestation .contenu ul {
        column-gap: 80px;
        max-height: 170px ;
       
  
}

.index-2 .bloc-marque-et-nav .btn-reserver{
  margin-right: 80px;
  
}

.title-realisation {
  width: auto;
  margin-left: 80px;
}

.bloc-service .contenu {
    padding: 50px 0px 20px 0px;
}

.descriptif {
  
    padding-right: 0px;
}

    .container-bloc-service {
        padding: 0 40px 40px;
    }
}

@media (max-width: 1000px) {

  .logo-google{
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}

.heading .name-cus {
    font-size: 15px;
}

.flex-profile {
    display: flex
;
    gap: 10px;
}

.review-card {
    padding: 30px 17px 20px;
}
}
@media (max-width: 900px) {
  .header-realisation .main-title-et-texte-accroche, .header-galerie .main-title-et-texte-accroche {
    width: 100%;
    padding: 50px 60px 60px;
  }
}


@media (max-width: 780px) {
  .resume-chantier p:nth-child(3) {
    margin-left: auto;
    text-align: left;
  }

      .title-realisation {
        font-size: 30px;
        margin-left: 60px;
    }

    .image-header-realisation {
        height: 439px;
        margin-top: 83px;
    }

    .resume-chantier p {
        padding: 4px 15px;
        margin: 15px 0;
        font-size: 24px;
                background-color: #e8e8e8b3
    }

        .resume-chantier p:nth-child(2) {
        font-size: 17px;
    }

        .resume-chantier p:nth-child(3) {
        font-size: 22px;
    }

    .resume-chantier {
        margin: 109px 0 20px 52px;
    }
}
@media (max-width: 755px) {

      #coupe .prix-prestation .contenu {
        flex-direction: column;
    }
   
     #coupe .prix-prestation .ul1  {
        margin-right: 0px;
}

#coupe .prix-prestation .contenu li,
#coloration .prix-prestation .contenu li,
#balayage .prix-prestation .contenu li {
         width: 300px;
      }

        #coloration .prix-prestation .contenu ul,
        #balayage .prix-prestation .contenu ul {
        column-gap: 0px;
        max-height: none ;}



.index-2 .bloc-marque-et-nav .btn-reserver span{
  display: none;
}
.index-2 .bloc-marque-et-nav .btn-reserver{
  text-transform: capitalize;
}
}

@media (max-width: 600px) {
      .header-realisation .main-title-et-texte-accroche, .header-galerie .main-title-et-texte-accroche {
        padding: 50px 30px 60px;
    }
    .bloc-head-realisation .fiche-contenu .title {
    font-family: var(--title-font);
    font-size: 23px;
    }
}
@media (max-width: 500px) {
      .bloc-realisation {
        margin: 0 20px 0 20px;
        margin-bottom: 60px;
    }
    .resume-chantier {
        margin: 109px 0 20px 0px;
    }


    .resume-chantier p, .resume-chantier p:nth-child(2) ,.resume-chantier p:nth-child(3) {
       
        margin: 0;
        margin-bottom: 15px;
    }

    .resume-chantier span{
      display: none;
    }

}

@media (max-width: 420px) {

      .bloc-realisation {
        margin: 0;
        margin-bottom: 0px;
}

.fond-1{
  border-radius: 0;
}

    #coupe .prix-prestation, .prix-prestation {
      border-radius: 0;
    }
    .title-realisation
 {
       
        margin-left: 0;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
        .presentation-patronne .bloc-image-bis img {
        width: auto;
        }
  }

  @media (max-width: 359px) {
        #coupe .prix-prestation .contenu li, #coloration .prix-prestation .contenu li, #balayage .prix-prestation .contenu li, .prix-prestation li {
   
        width: 270px;
    }
        
  }

  @media (max-width: 340px) {
        #coupe .prix-prestation .contenu li, #balayage .prix-prestation .contenu li, .prix-prestation li {
   
        width: 260px;
    }
  }
       
