@charset "UTF-8";
/* ===================================== Import Variables ================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html, body {
  height: 100%;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
}

.container-fluid {
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  color: #545454;
}

body {
  background-color: #f1f1f145 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6A6A6A;
  overflow-x: hidden;
}

.section-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px;
}

.section-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
}
.section-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
  font-size: 0.9rem;
  margin-top: 6px;
}
.section-title span {
  font-style: italic;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .section-title {
    padding: 5px;
  }
  .section-title span {
    font-style: italic;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .section-title {
    padding: 5px;
  }
  .section-title span {
    font-style: italic;
    font-size: 25px;
  }
}
.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px;
}
.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #863dd9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 300px;
}
.inner-title p {
  width: 100%;
  text-align: center;
}
.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: 0.8rem;
}

.page-nav {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  background-color: #eaeaea;
}
.page-nav ul {
  float: none;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .page-nav {
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
.page-nav h2 {
  font-size: 28px;
  width: 100%;
  font-weight: 700;
  color: #444;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}
.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 0.93rem;
  font-weight: 600;
  color: #444;
}
.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}
.page-nav ul li a {
  color: #444;
  font-size: 0.93rem;
  font-weight: 600;
}

.btn-success {
  background-color: #51be78;
  border-color: #51be78;
}
.btn-success:hover {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}
.btn-success:active {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}
.btn-success:focus {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #3cc88f;
  border-color: #3cc88f;
}
.btn-primary:hover {
  background-color: #3cc88f !important;
  border-color: #3cc88f !important;
}
.btn-primary:active {
  background-color: #3cc88f !important;
  border-color: #3cc88f !important;
}
.btn-primary:focus {
  background-color: #3cc88f !important;
  border-color: #3cc88f !important;
  box-shadow: none !important;
}

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #CCC;
}

.btn-light {
  background-color: #FFF;
  color: #3F3F3F;
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #CCC;
}

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px;
}
.form-control:focus {
  background-color: #FFF;
  border-color: #CCC;
}

.container {
  max-width: 1170px;
}
header {
  background-color: #fff;
}

header .logo-row {
  padding-top: 0px;
  padding-bottom: 0px;
}
header .logo-row img {
  max-width: 290px;
}

header .nav-row .navbar {
  background-color:	#71BC77 !important;
}



header .nav-row .navbar .navbar-nav {
  float: none;
  margin: auto;
}
header .nav-row .navbar .navbar-nav .nav-item a {
  padding: 5px 20px;
  font-weight: 700;
  color: #444;
  font-size: 15px;
}
header .nav-row .navbar .navbar-nav .nav-item a:hover {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  padding-bottom: 3px;
}
header .nav-row .navbar .navbar-nav .nav-item .active {
  padding: 5px 15px;
  color: #FFF;
}

.dropdown-toggle::after {
  display: none !important;
}
#dropmenu{
  background-color: #71BC77;
}
.dropdown-item:hover, 
.dropdown-item:focus{
  background-color:#71BC77 !important;
  background-image: none;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  padding-bottom: 3px;
}

.navbar-toggler {
  float: right;
  border: 1px solid #ccc;
  margin-right: 20px;
  margin-top: 20px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .navbar-toggler {
    float: right;
    border: 1px solid #ccc;
    margin-right: 20px;
    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 20px;
  }
  header .nav-row .navbar {
    padding: 0px;
  }
  header .nav-row .navbar .navbar-nav .nav-item .active {
    border-radius: 8px;
  }
  header .nav-row .navbar .navbar-nav .nav-item a {
    padding: 2px 10px;
    font-weight: 600;
    color: #444;
    font-size: 12px;
  }
  header .logo-row {
    padding: 10px;

  }
  header .logo-row img {
    max-width: 150px;
  }
  
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .navbar-toggler {
    float: right;
    border: 1px solid #ccc;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 30px;
  }
}

/*======================== Carousel Accueil =======================*/
.carousel-caption {
  bottom: 150px;
}
.carousel-caption h3 {
  background-color: #71BC77;
  width: auto;
  width: fit-content;
  text-align: left;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
.carousel-caption p {
  background-color: #71BC77;
  width: 60%;
  text-align: left;
  padding: 10px 20px;
  color: #444;
  font-weight: 600;
  font-size: 1rem;
  line-height: 25px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 80px;
  width: 80px;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}
.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: red;

}
.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: red;
}
.carousel .carousel-indicators button {  background-color: #71BC77; }
.carousel .carousel-indicators button.active { background-color: #FE8BC7; }
.carouselaccu {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 100px;
  padding-left: 100px;
}

@media only screen and (max-width: 768px) {
  .carouselaccu {
    background-color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  #carouselaccueil {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .carousel-caption {
    bottom: 70px;
  }
  .carouselaccu {
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .carousel-caption {
    bottom: 50px;
  }
  .carousel-caption h3 {
    background-color: #71BC77;
    width: auto;
    width: fit-content;
    text-align: left;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
  }
}

/* ===================================== Accueil CSS ================================== */
  .about-us {
    background-color: #FFF;
    padding: 50px;
  }
  
  .about-us p {
    margin-top: 10px;
    line-height: 26px;
    font-size: 15px;
  }
  .about-count .countcol {
    text-align: center;
    padding: 20px;
  }
  .about-count .countcol i {
    font-size: 2.5rem;
    color: #71BC77;
  }
  @media screen and (max-width: 768px) {
    .about-us img {
      margin-bottom: 20px;
    }
    .about-us {
      padding: 20px 10px;
    }
    .about-us p {
      margin-top: 5px;
      line-height: 16px;
      font-size: 13px;
    }
    .about-count .countcol {
      text-align: center;
      padding: 10px;
    }
    .about-count .countcol i {
      font-size: 18px;
      color: #71BC77;
    }
    .about-count .countcol strong {
      font-size: 10px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .about-us img {
      margin-bottom: 20px;
    }
    .about-us {
      padding: 30px 10px;
    }
    .about-us p {
      margin-top: 5px;
      line-height: 16px;
      font-size: 15px;
    }
    .about-count .countcol {
      text-align: center;
      padding: 20px;
    }
    .about-count .countcol i {
      font-size: 2.5rem;
      color: #71BC77;
    }
  }
  
/* ===================================== Temoignage CSS ================================== */
.testimonial-container {
  background-color: #f3f4f8;
  padding: 0px;
}

.testimonial-container .float-auto {
  float: none;
  margin: auto;
}
.testimonial {
  padding: 70px 30px 50px;
  margin: 50px 30px 30px;
  border: 1px solid #71BC77;
  background-color: #fff;
  box-shadow: 4.871px 10px 8px 0px rgba(0, 0, 0, 0.06);
  position: relative;
}
.testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #71BC77;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  color: #5e595b;
  line-height: 27px;
  text-align: center;
  margin: 0;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.testimonial .description:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  color: #71BC77;
  position: absolute;
  top: 0;
  left: -2px;
}
.testimonial .title {
  display: inline-table;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #71BC77;
  font-size: 20px;
  font-weight: 700;
  color: #71BC77;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
}
.testimonial .post {
  font-size: 15px;
  color: #71BC77;
}
.owl-theme .owl-controls {
  width: 100%;
  height: 50px;
  opacity: 1;
  position: absolute;
  top: 38%;
}
.owl-theme .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 0;
  background: transparent;
}
.owl-prev {
  position: absolute;
  left: -5%;
}
.owl-next {
  position: absolute;
  right: -5%;
}
.owl-prev:after,
.owl-next:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #71BC77;
  opacity: 1;
}

.owl-next:after {
  content: "";
}
@media screen and (max-width: 768px) {
  
  .testimonial {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonial .pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #71BC77;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
  }
  .testimonial .pic img {
    width: 100%;
    height: auto;
  }
  .testimonial .description {
    font-size: 14px;
    color: #5e595b;
    line-height: 20px;
    text-align: center;
    margin: 10px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonial .description:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #71BC77;
    position: absolute;
    top: 0;
    left: -2px;
  }
  .testimonial .title {
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #71BC77;
    font-size: 11px;
    font-weight: 500;
    color: #71BC77;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
  }
  .testimonial .post {
    font-size: 10px;
    color: #71BC77;
  }
}


/* ===================================== scrolltofixed CSS ================================== */
.no-margin {
  margin: 0px;
}

.scroll-to-fixed-fixed {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.scroll-to-fixed-fixed .navbar-nav {
  float: none;
  margin: inherit !important;
}

/* ===================================== apointment CSS ================================== */
.apointment {
  background-color: rgba(139, 209, 181, 0.25);
}
.apointment .form-cover {
  background-color: #FFF;
  margin: auto;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.apointment .form-cover span {
  font-size:20px;
  font-weight:bold;
  margin-top: 0;
  padding-top: 0;
}
.apointment .form-cover h3 {
  margin-bottom: 20px;
}
.apointment .form-cover p {
  margin-bottom: 20px;
}
li.borderless { border: 0 none; }

@media screen and (max-width: 768px) {
  .apointment .form-cover {
    background-color: #FFF;
    margin: auto;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .apointment .form-cover span {
    font-size:15px;
    font-weight:bold;
    margin-top: 0;
    padding-top: 0;
  }
}
/* ===================================== Footer Cover Style  ================================== */
.beforefooter {
  background-color: #fff;
}
.cabinetname {
  padding-left: 20px;
  background-color: #fff;
  color: #71BC77;
  font-family: "Anton", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.biicon {
  font-size: 15px;
}
/*768px */
@media screen and (max-width: 768px) {
  .cabinetname {
    padding-left: 20px;
    background-color: #fff;
    color: #71BC77;
    font-family: "Anton", sans-serif;
    font-weight: bold;
    font-size: 15px;
  } 
  .biicon {
    font-size: 12px;
  }
  .abovefooter{
    text-align: center;
  }
}


.footer-ablove {
  padding: 30px;
  background-color: #71BC77;
  color: #fff;
  font-size: 1.5rem;
}

.footer-ablove .btn {
  float: right;
  background-color: #fff;
  font-family: "mouse-500", Arial, Helvetica, sans-serif;
}

footer {
  padding: 20px 20px;
  background-color: #71BC77;
  color: #fff;
}
.footer__social {
  padding: 10px 0px;
}
.footer__social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #e1e1e1;
	font-size: 15px;
	color: #111111;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
	margin-bottom: 4px;
}
.footer__social a i {
	font-size:20px ;
}
.footer__social a:last-child {
	margin-right: 0;
}
.fa-facebook-f {
  color:blue;
}
.fa-google {
  color:red;
}
.fa-youtube {
  color:red;
}
.fa-tiktok {
  color:black;
}
.fa-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.text-container {
  margin-top: 50px;
  margin-left: 100px;
  margin-bottom: 30px;
}
.text-container .h2_text{
  font-size: 25px;
  color: #71BC77;
  font-weight: 800;
}
.text-container p {
  padding-left: 25px;
  font-size: 15px;
  color: #747f8a;
  padding-top: 20px;
}
.h2_text{
  font-size: 25px;
  color: #71BC77;
  font-weight: 800;
}

.hygieneetasepsie {
  background-color: rgba(139, 209, 181, 0.25);
  padding: 20px;
}
.asepsiecontainer {
  background-color: white;
  padding:  10px;
}
.asepsiecontainer .row {
  padding: 10px;
}
.asepsiecontainer p {
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .hygieneetasepsie {
    background-color: rgba(139, 209, 181, 0.25);
    padding: 10px;
  }
  .asepsiecontainer {
    background-color: white;
    padding:  5px;
  }
  .asepsiecontainer .row {
    padding: 5px;
  }
  .asepsiecontainer p {
    margin-bottom: 0 !important;
    margin: 0;
    padding-top: 10px;
    font-size: 12px;
  }
  
}

@media screen and (max-width: 940px) {
  footer {
    padding: 50px 10px;
  }
}
footer h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #fff;
}

footer .about p {
  font-size: 0.9em;
  margin-bottom: 20px;
}

footer .about .foot-address {
  display: flex;
}

footer .about .foot-address .icon {
  padding: 20px 10px;
}

footer .about .foot-address .addet {
  font-size: 0.9rem;
  margin: auto 0px;
}

footer .fotblog .blohjb {
  margin-bottom: 10px;
}

footer .fotblog .blohjb p {
  font-size: 0.9rem;
}

footer .fotblog .blohjb span {
  font-size: 0.9rem;
}

footer .glink ul li {
  padding: 10px;
}

footer .glink ul li i {
  margin-right: 10px;
}

footer .glink ul li a {
  color: #fff;
}

footer .tags ul li {
  float: left;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #ccc;
}

.copy {
  padding: 5px;
  background-color: #71BC77;
  color: #fff;
}

.copy a {
  color: #fff;
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 20px;
}

.cop-ck {
  padding: 20px;
  background-color: #ffffffbd;
}
.cop-ck h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.about-coo {
  background-color: #FFF;
  padding: 50px;
}

.about-coo .about-row .about-img {
  text-align: center;
  margin: auto;
}

.about-coo .about-row .about-text h1 {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 40px;
}
.about-coo .about-row .about-text p {
  margin-bottom: 30px;
}
.about-coo .about-row .about-text .about-featur ul {
  width: 100%;
  margin-left: -10px;
}
.about-coo .about-row .about-text .about-featur ul li {
  padding: 10px;
  width: 50%;
  float: left;
  font-weight: 400;
}
.about-coo .about-row .about-text .about-featur ul li i {
  margin-right: 5px;
}

@media only screen and (max-width: 476px) {
  .about-coo .about-row .about-img img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .about-coo .about-row .about-img img {
    width: 100%;
  }
}
@media screen and (max-width: 940px) {
  .about-coo {
    padding: 30px 10px;
  }
}
/*=======================================Cabinet ===========================*/
.cabinetvideo {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 100px;
  padding-left: 100px;
}
.cabinetplusvideo {
  background-color: rgba(139, 209, 181, 0.25);
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
.cabinetvideo .row {
  padding-right: 150px;
  padding-left: 150px;
}

.cabinet {
  background-color: rgba(139, 209, 181, 0.25);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 100px;
  padding-left: 100px;
}

.cabinetcontainer {
  background-color: white;
 
}
.cabinetcontainer .row {
  padding: 10px;
}
/*# sourceMappingURL=style.css.map */
#carouselcabinet .carousel { overflow: hidden; padding-bottom: 5px; }
#carouselcabinet .carousel-caption { bottom: 90%; left:45%}
#carouselcabinet .carousel-inner { overflow: visible; }
#carouselcabinet .carousel-inner .carousel-item {
  height: 400px;
}
#carouselcabinet .carousel-control-next, #carouselcabinet .carousel-control-prev, #carouselcabinet .carousel-indicators { bottom: 5px; }
#carouselcabinet .captiontext {
  font-size: 15px;
  color: black;
  padding: 5px;

}
.h3_text{
  padding-top: 35px;
  font-size: 20px;
  color: #71BC77;
  font-weight: 800;
}
.h4_text{
  padding-left: 25px;
  font-size: 15px;
  color: #747f8a;
  padding-top: 20px;
}
.facettes .h3_text{
  padding-top: 20px;
  padding-left: 25px;
  font-size: 20px;
  color: #71BC77;
  font-weight: 800;
}
.facettes p{
  padding-left: 25px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .cabinetvideo {
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cabinetplusvideo {
    background-color: rgba(139, 209, 181, 0.25);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
  }
  .cabinetvideo .row {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cabinet {
    background-color: rgba(139, 209, 181, 0.25);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-container {
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
  .text-container .h2_text{
    font-size: 15px;
    color: #71BC77;
    font-weight: 800;
    padding-left: 10px;
  }
  .text-container p {
    padding-left: 10px;
    font-size: 12px;
    color: #747f8a;
    padding-top: 10px;
  }
  .h2_text{
    font-size: 15px;
    color: #71BC77;
    font-weight: 800;
  }
  .h3_text{
    padding-top: 10px;
    font-size: 15px;
    color: #71BC77;
    font-weight: 800;
  }
  .h4_text{
    padding-left: 10px;
    font-size: 12px;
    color: #747f8a;
    padding-top: 5px;
  }
  .facettes .h3_text{
    padding-top: 10px;
    padding-left: 10px;
    font-size: 15px;
    color: #71BC77;
    font-weight: 800;
  }
  .facettes p{
    padding-left: 10px;
    font-size: 12px;
  }
  #carouselcabinet .carousel-inner .carousel-item {
    height: 200px;
  }
  #carouselcabinet .carousel-control-next, #carouselcabinet .carousel-control-prev, #carouselcabinet .carousel-indicators {
    bottom: 5px; 
  }
  #carouselblanchiment .carousel-inner .carousel-item {
    height: 200px;
  }
  #carouselesthetique .carousel-inner .carousel-item {
    height: 200px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    height: 30px;
    width: 30px;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
  }
  .carousel-control-next-icon:after
  {
    content: '>';
    font-size: 30px;
    color: red;
  
  }
  .carousel-control-prev-icon:after {
    content: '<';
    font-size: 30px;
    color: red;
  }
  .carousel .carousel-indicators button {  background-color: #71BC77;width: 15px; }
  .carousel .carousel-indicators button.active { background-color: #FE8BC7;width: 15px; }
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  .cabinetvideo {
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cabinetplusvideo {
    background-color: rgba(139, 209, 181, 0.25);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
  }
  .cabinetvideo .row {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cabinet {
    background-color: rgba(139, 209, 181, 0.25);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-container {
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
  .text-container .h2_text{
    font-size: 15px;
    color: #71BC77;
    font-weight: 800;
    padding-left: 10px;
  }
  .text-container p {
    padding-left: 10px;
    font-size: 12px;
    color: #747f8a;
    padding-top: 10px;
  }
  .h2_text{
    font-size: 15px;
    color: #71BC77;
    font-weight: 800;
  }
  .h3_text{
    padding-top: 10px;
    font-size: 15px;
    color: #71BC77;
    font-weight: 800;
  }
  .h4_text{
    padding-left: 10px;
    font-size: 12px;
    color: #747f8a;
    padding-top: 5px;
  }
  .facettes .h3_text{
    padding-top: 10px;
    padding-left: 10px;
    font-size: 15px;
    color: #71BC77;
    font-weight: 800;
  }
  .facettes p{
    padding-left: 10px;
    font-size: 12px;
  }
  #carouselcabinet .carousel-inner .carousel-item {
    height: 200px;
  }
  #carouselcabinet .carousel-control-next, #carouselcabinet .carousel-control-prev, #carouselcabinet .carousel-indicators {
    bottom: 5px; 
  }
  #carouselblanchiment .carousel-inner .carousel-item {
    height: 200px;
  }
  #carouselesthetique .carousel-inner .carousel-item {
    height: 200px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    height: 30px;
    width: 30px;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
  }
  .carousel-control-next-icon:after
  {
    content: '>';
    font-size: 30px;
    color: red;
  
  }
  .carousel-control-prev-icon:after {
    content: '<';
    font-size: 30px;
    color: red;
  }
  .carousel .carousel-indicators button {  background-color: #71BC77;width: 15px; }
  .carousel .carousel-indicators button.active { background-color: #FE8BC7;width: 15px; }
}

/*==========================================================================*/
.icon-purple {
  color: #FE8BC7;
}
/*#   CSS for login.ejs */
.mybackground {
  background-color: #71BC77;
}
.input-group-append {
  height: 40px;
}

.googlecontainer {
  background-color: #FFF;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .googlecontainer {
    background-color: #FFF;
    padding: 5px;
  }
}
/*=========================Contact =========================================*/


.ftco-section {
  padding: 40px 0; 
}
.wrapper {
  width: 100%; 
}
.contact-wrap {
  background: rgba(139, 209, 181, 0.25); 
}
.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; 
}
.contactForm .form-control {
  border: none; 
}
#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: 500; 
}

.mycontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

@media screen and (max-width: 768px) {
  .ftco-section {
    padding: 5px 0; 
  }
  .wrapper {
    padding: 5px; 
  }
  .contact-wrap {
    padding: 10px;
  }
  .contact-wrap h3 {
    font-size: 15px;
  }
  .mycontainer {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.dbox {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
   
}

.dbox p {
  margin-bottom: 0; 
  color: #71BC77; 
}
.dbox p span {
  font-weight: 500;
  color: #000; 
}
.dbox p a {
  color: #71BC77; 
}
.dbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #71BC77;
  margin: 0 auto;
  margin-bottom: 20px; 
}
.dbox .icon span {
  font-size: 20px;
  color: #fff; 
}
.dbox .text {
  width: 100%; 
}
@media screen and (max-width: 768px) {
  .dbox {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  .dbox p {
    margin-bottom: 0;
    font-size: 12px;
    color: #71BC77; 
  }
  .dbox p span {
    font-weight: 500;
    font-size: 12px;
    color: #000; 
  }
  .dbox p a {
    font-size: 12px;
    color: #71BC77; 
  }
  .dbox .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #71BC77;
    margin: 0 auto;
    margin-bottom: 5px; 
  }
  .dbox .icon span {
    font-size: 12px;
    color: #fff; 
  }
  .dbox .text {
    width: 100%; 
  }
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%; }
.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; 
}
.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem; }
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
      color: #fff;
      border-color: #007bff;
      background-color: #007bff; }
.custom-control-input:focus ~ .custom-control-label::before {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
      border-color: #80bdff; }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
      color: #fff;
      background-color: #b3d7ff;
      border-color: #b3d7ff; }
.custom-control-input:disabled ~ .custom-control-label {
      color: #6c757d; }
.custom-control-input:disabled ~ .custom-control-label::before {
        background-color: #e9ecef; }
  
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top; }
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%; }
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #71BC77;
    border-radius: 50%;
}

