/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  margin-left: 50px;
  margin-right: 50px;
}




/* Nav bar */

.navbar{
 padding-left: 107px;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  margin-right: -100px;
  margin-left: -100px
}
.ptransparant{
  background-color: rgba(127, 131, 131, 0.5);
  color: black;
  border-radius: 5px;
  padding: 5px;
}
.h1transparant{
  background-color: rgba(127, 131, 131, 0.5);
  color: black;
  border-radius: 5px;
  padding: 5px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 40rem;
}
.capoeirafond {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  
}
.kungfufond {
  position: absolute;
  top: -28%;
  left: 0;
  width: 100%;
  
}
.muaythaifond {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%; 
}


/* présentation*/
.section1{
  text-align: center;
  font-size: 20px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 1rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/*Capoeira*/

.section2{
  background-image: url(image/capoeiraPs2.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 50px;
  border-radius: 10px;
  margin-right: -100px;
  margin-left: -140px;
  color: rgb(121, 82, 82);
}
.lead{
  font-weight: bold;
  background-color: rgba(127, 131, 131, 0.8);
  padding: 10px;
  border-radius: 10px;  
}
.video1{
  box-shadow: 2px 3px 3px 3px;
  border-radius: 10px;
  margin-top: 100px;
}
/*kung-fu*/
.section3{
  background-image: url(image/Kung-fuPs.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 50px;
  border-radius: 10px;
  margin-right: -100px;
  margin-left: -180px;
  text-align: left;
  color: rgb(121, 82, 82);
}


.lead1{
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  background-color: rgba(127, 131, 131, 0.8);
  margin-left: 80px;
  border-radius: 10px;
}
.video2{
  box-shadow: 2px 3px 3px 3px;
  border-radius: 10px;
}
 
/*Muay Thai*/

.section4{
  background-image: url(image/muay\ thaiPs.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 50px;
  border-radius: 10px;
  margin-right: -100px;
  margin-left: -150px;
  color: rgb(121, 82, 82);
}
.lead{
  font-weight: bold;
}

.video3{
  box-shadow: 2px 3px 3px 3px;
  border-radius: 10px;
}

/*contact*/
.section5{
  text-align: center;
  margin-top: 50px;
  background-color: rgba(127, 131, 131, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  font-size: 20px;
}






/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading{
    font-size: 50px;
    padding: 10px;
    background-color: rgba(127, 131, 131, 0.8);
    border-radius: 10px;
  }
  .featurette-heading1{
    font-size: 50px;
    padding: 10px;
    background-color: rgba(127, 131, 131, 0.8);
    margin-left: 80px;
    border-radius: 10px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}




