body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #608dfd;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #608dfd;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}

/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #117864;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #117864;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #1e7a46 0%, #3bbba3 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #1e7a46 0%, #3bbba3 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #117864;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #117864;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #3bbba3 0%, #1e7a46 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #3bbba3;
  background-image: linear-gradient(to right, #3bbba3 0%, #1e7a46 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #1e7a46;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/intro-bg.jpg) center center no-repeat;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.intro h1 span {
  font-weight: 800;
  color: #3bbba3;
}
.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}
header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
}
/* APropos Section */
#apropos {
  background: #f6f6f6;
  padding-bottom: 100px;
  padding-top: 10px;
}

#apropos .p_apropos {
  color: black;
text-align: center;
}

#apropos .partenaires_apropos {
  height: 100px;
  width: 100px;
  display: initial;
  padding-left: 20px;
}
#apropos .img-responsive {
  display: initial;}



/* QuiSuisJe Section */
#quisuisje {
  padding: 100px 0;
}
#quisuisje h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#quisuisje h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
}
#quisuisje h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #3bbba3 0%, #1e7a46 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#quisuisje .quisuisje-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#quisuisje .quisuisje-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #3bbba3;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#quisuisje img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}

/* Activites Section */
#activites {
  padding: 100px 0;
  height: fit-content;
  background: white;
}
#activites .activite-desc {
  margin: 10px 10px 20px;
}
#activites h2 {
  color: black;
  text-align: center;
}
#activites .section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #3bbba3 0%, #1e7a46 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

#activites h3 {
  font-weight: 500;
  padding: 5px 0;
  color: black;
  
}


#activites .activites-list li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#activites .activites-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #3bbba3;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}



.activites-title {
  text-align: center;
}


/* Pilates Section */
#activites .pilates img{
align-items: center;
justify-items: center;
display: flex;}



/* Stage Section */
#stage {
  padding: 100px 0;
height: fit-content;
}
#stage h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#stage h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
  text-align: center;
}
#stage h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #3bbba3 0%, #1e7a46 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#stage .stage-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#stage .stage-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #3bbba3;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}

#stage a {
  color: #117864;
}

#stage a:hover {
  color: #3bbba3;
}

/* Planning Section */
.planning-title {
  color: #117864;
}

.planning-rowlight {
  background-color: #3bbba3;
  color: white;
}


.planning-rowdark {
  background-color: #117864;
  color: white;
}


/* Contact Section */
#contact {
  padding: 100px 0;
}
#contact h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#contact h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
  text-align: center;
}
#contact h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #3bbba3 0%, #1e7a46 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

#contact h3 {
  color: #117864;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: #3bbba3;
  border: 2px solid #117864;
}
#contact .btn-custom:hover {
  color: #3bbba3;
  background: #117864;
}

#contact .btn-custom .sucessform {
  display: none;
}

#contact .btn-custom:focus .sendform {
  display: none;
}

#contact .btn-custom:focus .sucessform {
  display: block;
}

label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: #117864;
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #117864;
  color: white;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #3bbba3;
}
#contact .social i.fa:hover {
  color: #3bbba3;
  background: #117864;
}


/* Footer Section*/
#footer {
  background:white;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
 #footer a {
  font-size: 15px;
  color: #1e7a46;
  margin-left: 10px;
}

#footer a:hover {
  color: #3bbba3;
}

#footer p {
  color: black;
  font-style: italic;
  margin-top: 10px;
}



@media (max-width: 768px) {
 
 #menu .container {
width: fit-content;
 }
 
 #apropos .container 
  { margin-right: 10%;
  }
  #about img {
    margin: 50px 0;
  }

  #quisuisje .container
  { margin-right: 10%;
  }

  #activites .container
  { margin-right: 10%;
  }

  #contact .container
  { margin-right: 10%;
  }

  #stage .container 
  {margin-right: 10%;

  }
}


////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////



.slider_title {
  font-size: 5vw;
  color: tomato;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2vw;
}

.card-wrapper {
  position: relative;
  width: 100%;
  padding: 0 10px;
  height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          

}



.card {
  width: 100%;
  height: 450px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.card .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;

}

.card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


.card:hover li:nth-child(1) a {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.card:hover li:nth-child(2) a {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.card:hover li:nth-child(3) a {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.card:hover li:nth-child(4) a {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.details {
  position: absolute;
  left: 0;
  background: #117864;
  width: 100%;
  height: 120px;
  z-index: 1;
  padding: 10px;
  -webkit-transition: .6s;
  transition: .6s;
}

.details h2 {
  margin: 30px 0;
  padding: 0;
  text-align: center;
}

.details h2 .job-title {
  font-size: 16px;
  line-height: 2;
  color: #333;
  font-weight: 300;
  display: block;
}

.card:hover .details {
  bottom: 0;
}

.carousel .slick-dots {
  bottom: -2.5vw;
}

.carousel .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid #117864 ;
  border-radius: 20px;
}

.carousel .slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  content: "";
  text-align: center;
  opacity: .5;
  color: #000;
  background-color: #117864;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.carousel .slick-dots li.slick-active button, .carousel .slick-dots li:hover button {
  border-color: tomato;
}

.carousel .slick-dots li.slick-active button:before, .carousel .slick-dots li:hover button:before {
  background-color: tomato;
  opacity: 1;
}

.carousel .slick-prev, .carousel .slick-next {
  width: 50px;
  height: 50px;
  background-color: #117864;
}

.carousel .slick-prev:hover, .carousel .slick-prev:focus, .carousel .slick-next:hover, .carousel .slick-next:focus {
  color: #117864;
  outline:
 none;
  background: #117864;
}

.carousel .slick-prev:before, .carousel .slick-next:before {
  color: #000;
  font-family: "Raleway", sans-serif;
}

.carousel .slick-next {
  right: -55px;
}

.carousel .slick-prev {
  left: -55px;
}

.slide-slick {
  height: 55%;
}