/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.carousel {
    position: relative;
}

.fade-carousel {

     width: 100%;
    /*height: 100vh;
    position:inherit ;*/
}

.fade-carousel .carousel-inner  {
    overflow: visible !important;


}
.fade-carousel .carousel-inner .item {
 height:128px; /*  height:100vh;*/
 width:100%;
    position:absolute;
    top:10%;
    margin-top: 12px;

}
.fade-carousel .carousel-indicators{
   position: absolute;
   top:0;

}
.fade-carousel .carousel-indicators > li {
     width: 5px;
    height: 5px;
    margin: 0 0 20px 0;
    background-color: #23a1d7;
    border-color: #23a1d7;
    opacity: .5;
}
.fade-carousel .carousel-indicators > li.active {
  width: 5px;
  height: 5px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {

    padding:0 ;
    margin:0;
    position: inherit;
    top: 0%;
    z-index: 100;
    text-align: center ;
     width: 100%;

}

.hero h1 {

    font-size: 1.5em;
    font-weight: bold;
    margin:0  0 60px 0;
    padding: 0 ;

  height: 50px;

      text-transform: uppercase;
      color:#23a1d7;

}

.hero h3 {
        position: inherit;
        overflow: hidden;
    height: 35px;
    width: 100%;
    background-position:center center ;
    font-size:1em;
    font-weight: normal;
    margin:0 ;
    padding: 2px 0;
    border: none;
}

.hero p {

    font-size: 1em;
    font-weight: bold;
    margin:0  0 60px 0;
    padding: 0 ;

  height: 50px;

      text-transform: uppercase;
      color:#23a1d7;

}
.hero span {
        position: inherit;
        overflow: hidden;
    height: 35px;
    width: 100%;
    background-position:center center ;
    font-size:1em;
    font-weight: normal;
    margin:0 ;
    padding: 2px 0;
    border: none;
    line-height: 1.2;
}



.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s;
        -ms-transition: 1s all ease-in-out .1s;
         -o-transition: 1s all ease-in-out .1s;
            transition: 1s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s;
        -ms-transition: 1s all ease-in-out .1s;
         -o-transition: 1s all ease-in-out .1s;
            transition: 1s all ease-in-out .1s;
}


.logo-slide-aside {
  top: 25%;
  left: 30%;
  position: absolute;
}

.fade-carousel .carousel-inner > .item{
  border: 0px !important;
}



/********************************/
/*            Overlay-Slides           */
/********************************/
/*.overlay-slider {
    position: absolute;
    width: 100vh;
    height: 100vh;
    z-index: 2  ;
    background-color:#f5f5f5;
    opacity: .3;
}
*/
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/


.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 90%  ;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
}

/* ajout mika le 20171024 */
.carousel-control {
  left: 0;
  /*top: -1%;*/
  width: auto;
  opacity: 0.3;
  filter: alpha(opacity=50);
  font-size: 20px;
  color:#3C9FD9;
  text-align: center;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
    z-index:201;
}
.carousel-control.right {
  left: auto;
  right: 8px;
  background-image: none;
    /*margin: 13% 0 0 0;*/
}
.carousel-control.left {
  left: 2px;
  right: auto;
  background-image: none;
 /*margin: 13% 0 0 0;*/
}


.control-top {
  top: 45% !important;
  font-size: 12px !important;
  color: #333;
}


.carousel-control-2{
  position: absolute;
  left: 0;
  top: 40%;
  width: auto;
  opacity: 0.3;
  filter: alpha(opacity=50);
  font-size: 20px;
  color:#3C9FD9;
  text-align: center;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
    z-index:201;
}
.carousel-control-2.right {
  left: auto;
  right: -16px;

  background-image: none;
}
.carousel-control-2.left {
  left: -16px;
  right: auto;
  background-image: none;
}
/********************************/
/*          Media Queries       */
/********************************/
