* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden; 

}

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 {
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 25px !important;
  font-weight: 600;
 color: #E01174
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

p.soustitre{
  font-size: 30px ;
  font-family: 'Playfair Display', serif !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

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

p {
  font-size: 16px;
}

a {
  color: #E01174;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #DF9BA4;
}
ul,
ol {
  list-style: none;
  font-size: 16px;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #E01174;
  margin-bottom: 20px;
  border: 0;
}

/* Navigation header */
#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(163, 21, 21, 0.15);
padding: 20px;}

#menu .logo{
  height: 100%;          /* prend toute la hauteur */
  width: auto;           /* garde les proportions */
  object-fit: contain;   /* évite la déformation */
    transform: scale(4.5); /* agrandit */
padding-left: 50%;
}

#menu a.navbar-brand {
   font-family: 'Playfair Display', serif;
   font-size: 60px;
  font-weight: 800;
  color: #E01174;
}
#menu.navbar-default .navbar-nav > li > a{
   font-family: 'Playfair Display', serif;
   color: #E01174;
  font-size: 125%;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 10px 10px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: var(--link-color);
  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, #E01174
 0%, #DF9BA4 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}

.navbar-collapse {
  border-top: none !important;
  box-shadow: none !important;
}


.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #E01174;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #E01174;
}


#navevenements {
  transition: all 0.8s;

}
#navevenements.navbar-default {
border-style: none;
padding: 10px;
background-color: transparent;
}


#navevenements.navbar-default .navbar-nav > li > a   {
   font-family: 'Playfair Display', serif;
   color:#DF9BA4;
  font-size: 125%;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 10px 10px 0;
}

#navevenements .container {
  display: flexbox;
  align-items: baseline;
}



#navateliers {
  transition: all 0.8s;

}
#navateliers.navbar-default {
border-style: none;
padding: 10px;
background-color: transparent;
}


#navateliers.navbar-default .navbar-nav > li > a   {
   font-family: 'Playfair Display', serif;
   color:#E01174 !important;
  font-size: 125%;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 10px 10px 0;
}

#navateliers .container {
  display: flexbox;
  align-items: baseline;
}



.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
   font-family: 'Playfair Display', serif !important;

}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right,#E01174 0%, #DF9BA4 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

.section-title p {
  font-size: 16px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #DF9BA4;
  background-image: linear-gradient(to right, #E01174 0%, #DF9BA4 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: #E01174;
}
.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;
}







/* Navigation sous barre */
#navbouquets {
  background: transparent;
  border: none;
  box-shadow: none;
}

#navbouquets .navbar-header {
  border: none;
}

#navbouquets .navbar-brand {
  background: transparent;
}

#navbouquets .navbar-toggle {
  border: none;
  background: transparent;
}

#navbouquets .navbar-toggle:focus,
#navbouquets .navbar-toggle:hover {
  background: transparent;
}

#navbouquets .navbar-collapse {
  border: none;
}

/* Header Section */


.intro { 
  width: 100%; 
  height: 100vh; 
  overflow: hidden; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  background: url(../img/l2.jpg) center center no-repeat; background-size: cover; }

.intro h1 {
  color:#f6f6f6;
  font-size: 80px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
 font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
    text-shadow: 
    0 0 5px rgba(0,0,0,0.7),
    0 0 10px rgba(0,0,0,0.5);

}


@media (max-width: 768px) {
  .intro h1 {
    font-size: 36px !important;
  }

  p.soustitre {
    font-size: 15px !important;
  }
  p.soustitre1 {
    font-size: 25px !important;
  }

  #menu a.navbar-brand {
   font-family: 'Playfair Display', serif;
   font-size: 60px ;
  font-weight: 800;
  color: #E01174;
}
#menu.navbar-default .navbar-nav > li > a{
   font-family: 'Playfair Display', serif;
   color: #E01174;
  font-size: 25%;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 10px 10px 0;
}
}

@media (max-width: 1024px) {


  #menu a.navbar-brand {
   font-family: 'Playfair Display', serif;
   font-size: 60px ;
  font-weight: 800;
  color: #E01174;
}
#menu.navbar-default .navbar-nav > li > a{
   font-family: 'Playfair Display', serif;
   color: #E01174;
  font-size: 105%;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 5px 5px 0 !important;
}
}


@media (max-width: 768px) {
  .intro h1 {
    font-size: 36px !important;
  }

  p.soustitre {
    font-size: 15px !important;
  }
  p.soustitre1 {
    font-size: 25px !important;
  }
}

.intro h1 span {
  font-weight: 800;
  color: #DF9BA4;
}
.intro p {
  color:#f6f6f6;
  font-size: 30px;
   font-family: "Dancing Script", "cursive", sans-serif;
  font-weight: bold;
  line-height: 50px;
  margin: 0 auto;
  margin-bottom: 100px;
    text-shadow: 
    0 0 5px rgba(0,0,0,0.7),
    0 0 10px rgba(0,0,0,0.5);
}
header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
}

header .logo{
  .header-img {
  height: 100%;          /* prend toute la hauteur */
  width: auto;           /* garde les proportions */
  object-fit: contain;   /* évite la déformation */
}
}
/* 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;
   font-family: 'Playfair Display', serif;
text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;

}

#quisuisje h2::after {
  position: absolute;
  content: "";
  background: #a8bb48 !important;
  height: 4px;
    width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

#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: #DF9BA4;
  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);
}
#quisuisje .slick-slide, #contact .slick-slide {
  align-self: flex-start !important;
  height: auto !important;
}



/* Activites Section */
#activites {
  padding: 100px 0;
  height: fit-content;
  background: white;
}
#activites .activite-desc {
  margin: 10px 10px 20px;
}
#activites h2, #contact h2 {
  color: black;
  text-align: center;
  text-transform: uppercase;
    letter-spacing: 1px;

}
 #activites h2::after {
  position: absolute;
  content: "";
background:#E01174;  
height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

#activites h3, h4 {
  font-weight: 500 !important;
  padding: 5px 0;
  color:#E01174;
  
}



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

#activites .activites-list .libouquets li:before, #contact .activites-list li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #E01174;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}

#quisuisje .lipaysagiste li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #a8bb48 !important;
  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;}


/* 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;
  letter-spacing: 1px;
}
#contact h2::after {
  position: absolute;
  content: "";
  background:#E01174;
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

#contact .evenement::after {
  position: absolute;
  content: "";
  background:#DF9BA4 !important;
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

#contact h3 {
  color: #E01174;
  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: #DF9BA4;
  border: 2px solid #E01174;
}
#contact .btn-custom:hover {
  color: #DF9BA4;
  background: #E01174;
}



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;
  box-sizing: border-box;
}

#contact input.form-control,
textarea.form-control {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}

#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: #E01174;
  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 #E01174;
  color: white;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #DF9BA4;
}
#contact .social i.fa:hover {
  color: #DF9BA4;
  background: #E01174;
}

.reviews-container {
  max-width: 800px;
}

.review-slide {
  padding: 20px;
}

.stars {
  color: #ffc107;
  font-size: 20px;
  margin-bottom: 10px;
}
/* Footer Section*/
#footer {
  background:white;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
 #footer a {
  font-size: 15px;
  color: #E01174;
  margin-left: 10px;
}

#footer a:hover {
  color: #DF9BA4;
}

#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: default;
  position: relative;
  border-radius: 12px;
}

.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;
  border-radius: 12px;
  transition: transform 0.4s ease;

}


.card:hover img {
  transform: scale(1.05);
}

.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;
  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 #E01174 ;
  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: #E01174;
  -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: #E01174;
}

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

.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%;
}


.img-responsive {
  border-radius: 12px;
}
//////////





.slider-etapes .slick-prev,
.slider-etapes .slick-next {
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
    display: block !important;
  z-index: 2;
}
.slider-etapes .slick-prev:before,
.slider-etapes .slick-next:before {
  color: #a8bb48;
  font-size: 30px;
}

/* Mobile */
@media (max-width: 768px) {
  .slider-etapes .slick-prev {
    left: 10px;
  }

  .slider-etapes .slick-next {
    right: 10px;
  }
}

