/**
 * webpart.css
 *
 * Auteur : Tony LAURENT <tlaurent@efil.fr>
 * Description : Feuille de styles pour les webparts du thème des instituts de la DSV.
 */

/**
 * Sliders
 */

.webpart-slider {
padding-bottom: 30px;
}
 
.webpart-slider .slider-carrousel img {
  display: block;
  width: 100% !important;
}

.webpart-slider .slider-carrousel .caption {
  background: none;
  padding: 18px;
  position: absolute;
  width: 162px;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background: #353535 url(../images/triangle-slider.png) no-repeat center 0;
  background: rgba(53, 53, 53, 0.8) url(../images/triangle-slider.png) no-repeat center 0;
  padding: 34px 16px 16px 16px;
}

.webpart-slider .slider-carrousel .caption + div {
  width: 100%;
}

.webpart-slider .slider-carrousel .caption + div a {
  width: 100%;
  display: block;
}

.webpart-slider .slider-carrousel h2 {
  font-size: 1.385em;
}

.webpart-slider .slider-carrousel .caption h2 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.webpart-slider .slider-carrousel .caption a{
  color: #fff;
}

.webpart-slider .slider-carrousel .caption p {
  color: #fff;
  text-align: center;
  font-size: 1em;
}

.webpart-slider .slider-carrousel .caption h2 a{
  color: #fff;
}
.webpart-slider .slider-carrousel .caption p a{
  color: #fff;
} 

/* Pagination */
.webpart-slider .bx-pager {
  left: 0;
  bottom: -30px;
  width: 100%;
  background-color: #353535;
}

.webpart-slider .bx-pager .pager-link {
  background-color: #353535;
  padding: 0;
  border: none;
  background-image: none;
  color: #fff;
  text-indent: 0;
  height: auto;
  border-right: solid 5px #fff;
  font-size: 16px;
  padding: 4px 18px;
  display: block;
  margin-left: -2px;
}

.webpart-slider .bx-pager .pager-link.pager-active {
  background-image: none;
  background-color: #008136;
}

/* Pause */
.webpart-slider .bx-auto {
  display: none;
}


/**
 * Liste
 */

.webpart-list {
  border-color: #008136;
}

.webpart-list .title a {
  color: #008136;
}


/**
 * Formulaire
 */

.webpart-form .control-label,
.webpart-form abbr {
  color: #008136;
}

.webpart-form input.btn.btn-primary[type="submit"] {
  background-color: #008136 !important;
}


/**
 * Agenda
 */
 
 .webpart-agenda {
border-color: #008136;
}

.webpart-agenda .menu .dtstamp {
  font-family: "DIN Next W01 Regular", 'Arial';
  background-color: #008136;
}

.webpart-agenda .menu .title {
  color: #008136;
}


/**
 * Mosaic
 */

.webpart-mosaic .mosaic-Actualite {
  display: none;
}

.webpart-mosaic .inner {
  padding: 0;
}

.webpart-mosaic .nv-item {
  padding: 0;
}

.webpart-mosaic li .time {
  top: 2em;
  right: 1px;
  background-color: #000000;  
}

.webpart-mosaic a {
  color: #008136;
  font-size: 14px;
}

.webpart-mosaic .logo img {
  margin-bottom: 8px;
  max-width: auto !important;
}

.webpart-mosaic ul{
  padding-left: 0 !important;
}

.page_article .webpart-mosaic .nv-item {
  width: 214px !important;
  margin-top: 0;
  margin-right: 20px;
}

.page_article .webpart-mosaic .feed{
  top: 5px;
}

.webpart .header .feed  img{
  background: url("../images/rss-vert.png") no-repeat scroll left top rgba(0, 0, 0, 0);
} 

/* galerie photos */
.webpart-diapo .footer{
  padding: 0 !important;
}

.webpart-diapo ul li{
  padding-left: 0;  
  margin-top: 0;
}

 .webpart-diapo .footer li{
  padding: 0;
}

.webpart-diapo .footer ul li:first-child{
  margin: 10px 0 0 10px;
}

.webpart-diapo  ul{
  padding-left: 0;  
}

.webpart-diapo .thumbs img{
  width: 100%;
}

.webpart-diapo .caption, .webpart-diapo .caption{
  font-family: 'robotoregular', 'Arial';
}

.webpart-diapo .inner ul li, .webpart-diapo .footer ul li{
 list-style: none;
 background: none;
}

.webpart-media .header, .webpart-player .header{
  background-color: #000;
  margin-bottom: 0;
  padding: 5px 0;
}

.webpart-media .inner, .webpart-player .inner{
  padding: 0;
  font-family: 'robotoregular', 'Arial';
}

/**
 * Typos
 */

.webpart .header h2 {
  font-family: "DIN Next W01 Regular", 'Arial';
}
