/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,a:hover {
  outline: 0;
}

img {
  border: 0;
  margin: 0 auto;
}

figcaption {
    margin-top: 10px;
    font-size: 0.8em;
    color: #333;
    text-align: left;
}


.tx-carrousel-adapatatif a {
  text-decoration: none;
}

.tx-carrousel-adapatatif a:hover, .tx-carrousel-adapatatif  a:focus {
  text-decoration: none;
}

.tx-carrousel-adapatatif a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  display: block;
  vertical-align: middle;
}

.tx-carrousel-adapatatif {
  text-align:center;
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel {
  display: inline-block;
  position: relative;
}

.carousel-inner {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: auto;
}

.carousel-inner h3 {
    margin-left: 10px;
    display:inline;
    padding: 0 !important;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
  line-height: 1;
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity = 50);
  opacity: .5;
}

.carousel-control.left {
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',
    endColorstr='#000000', GradientType=1);
  background-repeat: repeat-x;
  left: -3px;
}

.carousel-control.right {
  right: -4px;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001)
    0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%,
    rgba(0, 0, 0,0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8000000',
    endColorstr='#800000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity = 90);
  outline: none;
  opacity: .9;
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right
  {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right
  {
  right: 50%;
}

.carousel-control .icon-prev,.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next
    {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*********** PRINT ************************/
@media print {
  .carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: inherit !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .carousel-inner>.item{
    display: inherit !important;
  }
  .carousel {
    position: relative !important;
  }
  .carousel-control{
    display:none !important;
  }
  .carousel-inner {
    display: inherit !important;
    width: 100% !important;
    overflow: visible !important;
  }
  * {
    
    _color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
.carousel-control {
  opacity: 0.2;
  filter: alpha(opacity = 20);
}

.carousel-inner {
  height: auto;
  width: 100%;
  background: none repeat scroll 0% 0% #EEE;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 10px 0;
}

.carousel-inner>.item>img {
  /*margin: 0 auto;*/
}

.carousel-caption {
  color: white;
  opacity: 0.7;
  filter: alpha(opacity = 50);
}

.carousel-control {
  opacity: 0.2;
  filter: alpha(opacity = 20);
  background: none repeat scroll 0 0 #f9a315;
  border: 3px solid #FFFFFF;
  border-radius: 23px;
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 100;
  height: 40px;
  left: 15px;
  line-height: 30px;
  margin-top: -20px;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 40px;
}


@media ( max-height : 480px) {
  .carousel-inner>.item {
    /*min-height: 300px ;*/
    
  }
}

@media ( min-height : 481px) and (max-height: 600px) {
  .carousel-inner>.item {
    /*min-height: 450px ;*/
    
  }
}

@media ( min-height : 601px) {
  .carousel-inner>.item {
    /*min-height: 550px;*/
  }
}
