* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
}

:root {
  --primary-color: rgba(127,161,34, 0.75);
  --overlay-color: rgba(127,161,34 , 0.85);
  --menu-speed: 0.75s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Roboto", sans-serif;
  color: rgb(69,69,69);
}

.default-btn {
  padding: 15px 45px;
  border-radius: 5px;
  display: inline-block;
  background-color: #7FA122;
  color: white;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
            0 2px 10px 0 rgba(0,0,0,0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
            0 1px 1px 0 rgba(0,0,0,0.09);
}

section {
  user-select: rgb(127,161,34);
}

.home-body-container {
  background-color: rgb(255, 255, 255);
}

body {
  background-color: rgb(208, 226, 176);
}


#top_header {
    border-bottom: 5px solid rgb(127,161,34);
    border-color: rgb(127,161,34);
}

.first_header_container {
    padding: 50px 0px 20px 100px;
}

#main_container {
  background-color: rgb(255, 255, 255);
  padding: 0px;
}

.logo {
  height: 100px;
  width: 100px;
}

.logo_firstname {
    color: rgb(127,161,34);
}

#logo_name p {
    font-size: 16px;
    color: rgb(69,69,69);
}

#logo_name h2 a {
    text-decoration: none;
    color: rgb(69,69,69);
}

nav{
  width: 100%;
  height: 50px;
  /* position: absolute; */
  background-color: #ffffff;
  top: 0;
  left: 0;
}
nav>ul{
  width: 100%;
  height: 100%;
  /* margin: 0 auto; */
  text-align: justify;
  padding: 0px;
}
nav>ul>li{
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  line-height: 50px;
  position: relative;
}
nav>ul>li>a{
  display: block;
  color: #454545;
  text-decoration: none;
  font-weight: 500;
  font-size : 18px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  /* position: relative; */
}
nav>ul>li>a::after{
  content:'';
  height:0px;
  width: 100%;
  position: absolute;
  background-color: #FFFFFF;
  bottom: 0;
  left: 0;
  transition: all ease-in-out .2s;
}
nav>ul>li>a:hover, .active a{
  background-color: rgb(127,161,34);
  color: rgb(255, 255, 255);
}


.soignez {
  padding-left: 50px;
}

.soignez h2 {
  font-size: 20px;
  font-weight: 700;
}

.soignez h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}

.soignez_img img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: end;
}

.home_sidebar h2 {
  font-size: 20px;
  font-weight: 700;
}

.home_sidebar h2 span{
  font-size: 20px;
  font-weight: 700;
  color: rgb(127,161,34);
}

.details ul li {
  list-style: none;
  padding: 10px 0 0 0;
}

.details ul li a {
  text-decoration: none;
  color: #454545;
}

.details ul li a:hover {
  text-decoration: none;
  color: rgb(127,161,34);
}

.details ul {
  padding: 20px 0 20px 0;
}

.details i {
  font-size: 20px;
}

.details p {
  float: right;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

.treatments ul li {
  font-size: 16px;
  font-weight: 400;
}


.frame button a {
  text-decoration: none;
  color: #fff;
}

button {
  font-size: 16px;
  padding: 1em 2.7em;
  font-weight: 500;
  background: rgb(127,161,34);
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
 }
 
 .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  margin-top: -0.25em;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
 }

 @media screen and (max-device-width: 991px) {
   .home-desktop {
     display: none;
   }
 }

 @media screen and (min-device-width: 992px) {
  .home-mobile {
    display: none;
  }
}
 
 .label {
  position: relative;
  top: -1px;
 }
 
 .transition {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: rgb(69,69,69);
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-20%, -60%);
 }
 
 button:hover .transition {
  width: 14em;
  height: 14em;
 }
 
 button:active {
  transform: scale(0.97);
 }

.footer-bottom-padding {
  padding-bottom: 100px;
}

.footer_name h3 a {
  color: #FFF;
  text-decoration: none;
}

.footer_name h3 span {
  color: rgb(127,161,34);
}

.footer_name p {
  color: #fff;
  font-size: 16px;
}

 .footer-link a {
   text-decoration: none;
 }

 .footer-social i {
   font-size: 30px;
 }
 
 @media screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
   .footer_name {
     padding-left: 50px;
   }
 }

 @media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
  .footer_contact_details{
    padding-right: 50px;
  }

  .footer_contact_details p {
    font-size: 16px;
  }

  .footer-social {
    padding-left: 50px;
  }
}



/* Home Page End */

.delphine {
  padding-top: 40px;
}

.Propos h2 {
  font-size: 25px;
  font-weight: 700;
}

.Propos h3 a {
  color: rgb(69,69,69);
  text-decoration: none;
}

.Propos p {
  color: rgb(127,161,34);
}

.delphine-img img {
  width: 200px;
  height: 200px;
}

.delphine-about p {
  color: rgb(69,69,69);
}


@media screen and (max-device-width: 991px) {
  .delphine {
    padding: 0 40px 0 0;
  }
}

/* About Page End */

.Soins p {
  text-align: justify;
}

.Tarifs {
  padding: 0 50px 0 50px;
}

.Tarifs h2 {
  font-size: 20px;
  font-weight: 700;
}

.Tarifs h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}

.care-d {
  padding-top: 85px;
}


.testomonial{
  text-align: center;
}
.testomonial-img{
  text-align: center;
  margin-top: 30px;
}
.testimonial-content{
  text-align: center;
  margin-top: 30px;
}

.slideshow-container {
  position: relative;
  background: #FFFFFF;
}

/* Slides */
.mySlides {
  display: none;
  padding: 70px;
  text-align: center;
  margin-top: -50px;

}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}



/* Add an normal font style to all quotes */
q {
  font-style: normal;
  font-size: 20px;
}

/* Add a black color to the author */
.author {
  color: black;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-device-width: 991px) {
  .soignez {
    padding: 0px;
  }

  .Tarifs {
    padding: 0 0 0 40px;
  }

  .footer-bottom-padding {
    padding-bottom: 20px;
  }

  .mySlides {
    display: none;
    padding: 36px;
    text-align: center;
    margin-top: -50px;
}

q {
  font-size:16px;
}
}

/* Care Page End */

.gallery-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 8%;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}

.gallery img {
  width: 100%;
  height: 300px;
}


/* Gallery Page End */

.contact-me h1 {
  font-weight: 900;
}

.form-control:focus {
  border-color: #7FA122;
  box-shadow: none;
  outline: none;
}

.submit-btn {
  float: right;
  padding: 15px 45px;
  border-radius: 5px;
  display: inline-block;
  background-color: #7FA122;
  color: white;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
            0 2px 10px 0 rgba(0,0,0,0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.submit-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
            0 1px 1px 0 rgba(0,0,0,0.09);
}


/* Map CSS */
.mapouter {
  position: relative;
  text-align: right;
  height: 600px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none!important;
  height: 600px;
  width: 100%;
}


/* Powered By */

.poweredBy {
  color: #7FA122;
}

