

#myCarousel
{
     display:none;
}

@media (min-width:1138px)
{
     /* CUSTOMIZE THE CAROUSEL
     -------------------------------------------------- */

     #myCarousel
     {
          display:inherit;
     }

     /* Carousel base class */
     .carousel {
       /* margin-bottom: 4rem; */
     }
     /* 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: 600px;
       background-color: #777;
     }
     .carousel-item > img {
       position: absolute;
       top: 0;
       left: 0;
       min-width: 100%;
       height: 600px;
       opacity: 0.4;
     }

     .titre_carousel {
       text-align: left;
       color: #a02714;
       text-shadow: 1px 2px 1px #000;
       font-size: 40px;
       margin: 5px 20px 5px 20px;
     }

     .paragraphe_carousel {
       font-size: 20px;
       text-align: left;
       text-shadow: 1px 2px 1px #000;
       margin: 5px 20px 5px 20px;
     }

     .paragraphe_lien_carousel {
       text-align: right;
     }

     .lien_carousel {
       text-decoration: none;
       color: #a02714;
       text-shadow: 1px 1px 1px #000;
     }

     .lien_carousel:hover {
       color: #000;
     }



}


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