body {
    margin: 0px;
    font-family: 'segoe ui';
  }
  /* header */
  
  .nav {
    height: 180px;
    width: 100%;
    background-color:#fd79a75c;
    position: relative;
  }
  
  
  .nav > .nav-links {
    position: absolute;
    display: inline;
    margin-left: 25%;
    justify-content: center;
    font-size: 18px;
    margin-top: -110px;

    
  }
  
  .nav > .nav-links > a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #000000;
    margin-left: 60px;
    width: 110px;
    
  }
  
  .nav > .nav-links > a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    width: 110px;
    text-align: center;
    border-radius: 50px;
  }
  
  .nav > #nav-check {
    display: none;
  }
  
  @media (max-width:1311px) {
    .nav > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0px;
      
    }
    .nav > .nav-btn > label {
      display: inline-block;
      width: 50px;
      height: 50px;
      padding: 13px;
  
      
    }
    .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
      background-color: rgba(0, 0, 0, 0.3);
  
      
    }
    .nav > .nav-btn > label > span {
      display: block;
      width: 25px;
      height: 10px;
      border-top: 2px solid #eee;
    }
    .nav > .nav-links {
      position: absolute;
      display: block;
      width: 100%;
      background-color: #fd79a73f;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 290px;
      left: 0px;

      
    }
    .nav > .nav-links > a {
      display: block;
      width: 100%;
    }
    .nav > #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
      height: calc(50vh - 50px);
      overflow-y: auto;
    }
  }

  /* A PROPOS */

  .apropos{
    justify-content: center;
    text-align: center;
    background-color: #fd79a738;
    height: 600px;
    width: 100%;
  }
  .image{
    margin-top: 30px;
    height: 200px;
  }
  .apropos h1 {
    margin-top: 0;
    padding-top: 80px;
    color: rgba(54, 54, 54, 0.817);
    text-transform: uppercase;

  }

  /* Expertise */
  #Expertise h2{
    text-align: center;
    font-size: 250%;
    text-transform: uppercase;
    margin-top: 5%;

  }
  #Expertise p{
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5%;
    margin-top: 5%;
    line-height: 2.5rem;
    font-size: 150%;
  }

  /* tarif */





  #tarif{
    text-align: center;
    margin-bottom: 5%;

  }
  #tarif h2{
    text-align: center;
    font-size: 250%;
    text-transform: uppercase;

  }
  #tarif h3{
    text-align: center;
    font-size: 150%;
   

  }
  .displaytp{
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
   
  }
  .displaytp1{
    display: flex;
    margin-right: 5%;
    margin-left: 5%;
  }
  .tariful{
    
    background-color: #fd79a738;
    width: 50%;
    margin: auto;
    border-radius: 25px;
  }

  #tarif ul{
    list-style: none;
    
}
#tarif ul li{
  padding: 15px 0 15px 0;
}
.img{
  width: 230px;
  height: 290px;
}



  

@media (max-width:700px) {
  #tarif{
    text-align: center;

  }
  .tariful{
    
    background-color: #fd79a738;
    width: 70%;
    margin: auto;
    border-radius: 25px;
  }

  #tarif ul{
    list-style: none;
    
}
#tarif ul li{
  padding: 15px 0 15px 0;
}
}


/* galerie */

.galleryh2{
  text-align: center;
  font-size: 250%;
  text-transform: uppercase;
  margin-top: 150px;
 }
#gallery {
	display: flex;
	padding: 2px;
	transition: .3s;
  justify-content: center;
  margin-top: 150px;
  

  .gallery__column{
    margin-left: 5%;
    margin-right: 5%;
  }

	
	&:hover &__image {
		filter: grayscale(1);
	}
	
	&__column {
		display: flex;
		flex-direction: column;
		width: 25%;
	}
	
	&__link {
		margin: 2px;
		overflow: hidden;
		
		&:hover {
			.gallery__image {
				filter: grayscale(0);
			}
			
			.gallery__caption {
				opacity: 1;
			}
		}
	}
	
	&__thumb {
		position: relative;
	}
	
	&__image {
		display: block;
		width: 100%;
		transition: .3s;
		
		&:hover {
			transform: scale(1.1);
		}
	}
	
	&__caption {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 25px 15px 15px;
		width: 100%;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		color: white;
		opacity: 0;
		background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(255, 255 ,255 , 0) 100%);
		transition: .3s;
	}
}




@media (max-width:1365px){
  #gallery {
    display: flex;
    justify-content: center;
}
.gallery__column{

margin: auto;
  }
  .gallery__thumb1{
    display: none;
  }
}
@media (max-width:846px){
  .gallery {
    display: flex;
    justify-content: center;
    

}
  .gallery__thumb1{
    display: none;
  }
  .gallery__thumb2{
    display: none;
  }
}

/* rendez-vous */

#rdv{
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}
#rdv h2{
  text-align: center;
  font-size: 250%;
  text-transform: uppercase;
  margin-top: 150px;
}
.rdv1{
  background-color: #fd79a738;
  height: 80px;
 border-radius: 25px;
 display: flex;
 justify-content: center;
 margin-top: 50px;
}
.Paiement img{
  display: inline-flex;

}
.Paiement1{
  height: 150px;
  width: 150px;

}
.Paiement2{
  height: 100px;
  width: 150px;
  margin-bottom: 35px;


}

.footflex{
  display: flex;
  margin-top: 150px;
  background-color:#fd79a75c;
  text-align: center;
  justify-content: space-around;

}
@media (max-width:680px){
  .footflex{
    display: block;
    margin-bottom: -16px;
    background-color:#fd79a75c;
    text-align: center;
    justify-content: space-around;
  
  }
}
.Copyright{
  background-color:#fd79a75c;
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
}