@import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext);

.title {
  background-color: #fff;
  color: #05366b;
  padding: 15px 15px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: background 800ms ease;
  -o-transition: background 800ms ease;
  transition: background 800ms ease;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
.title h3 {
  -webkit-transition: color 800ms ease;
  -o-transition: color 800ms ease;
  transition: color 800ms ease;
}
.title:hover {
  background-color: #05366b;
  color: white;
}
.title.active {
  background-color: rgba(6, 57, 107, 0.97);
  border-bottom: none !important;
  color: white;
}
.title.active:after {
  ms-transform: rotate(180deg) translate(0, 50%);
  /* IE 9 */
  -webkit-transform: rotate(180deg) translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg) translate(0, 50%);
}
.page-marchee article .content {
  background: rgba(37, 78, 130, 0.8);
  color: white;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.3px;
  display: none;
  border-bottom: 1px solid #ddd;
  text-align: justify;
}
.content:last-of-type {
  border-bottom: none;
}
article {
  width: 100%;
  position: relative;
  padding-left: -15px;
  padding-right: -15px;
}
.mc-accordion article:last-child .title {
  border-bottom: none;
}
.lg-cont {
  width: 100%;
  text-align: center;
}
.lg-cont h1 span {
  color: #fff;
}
 
/************ BG - MARCHES ************/
article.marche-banque {
  background: url("../medias/images/marche-bank.png") no-repeat;
  background-size: cover;
}
article.marche-transport {
  background: url("../medias/images/marche-transport.png") no-repeat;
  background-size: cover;
}
article.marche-distribution {
  background: url("../medias/images/marche-distribution.png") no-repeat;
  background-size: cover;
}
article.marche-service {
  background: url("../medias/images/marche-service.png") no-repeat;
  background-size: cover;
}
/***************************************************** CAROUSSEL NEWS******************************************************/
.newsCaroussel {
  height: 122px;
}
#quote-carousel {
  padding: 0 10px 10px 10px;
  margin-top: 10px;
}
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators .active {
  opacity: 1;
  overflow: hidden;
}




.page-detail-produit .title {
  background-color: #f7f7f7;
  border-bottom: none !important;
  color: #555;
}

.page-detail-produit .title.active {
  background-color: #ed7622;
  border-bottom: none !important;
  color: white;
}


.page-detail-produit .content p{
    /* font-size: 0.9em; */
    line-height: 1.8em;
    color: #555;
    /* font-weight: 400; */
    }


.page-detail-produit article  {
  margin-bottom: 10px;
}


.page-detail-produit article .content {
  font-weight: 300;
  letter-spacing: 0.3px;
  display: none;
  border-bottom: 1px solid #ddd;
}



.page-detail-produit .title{
  background-color: #ffffff;
}

.page-detail-produit .title .panel-title a{
  /*margin-left: 15px;*/
}

