/* COMMON VIEWS ELEMENTS
--------------------------------------------------------------*/
/* Views Field ---*/
.views-field {
}

.field-content {
}

/* Views Field Title */
.views-field-title {
  font-weight: bold;
}

.views-field-title .field-content {
}

.views-field-title a {
}

/* Views Field Image */
.views-field-field-image {
  display: block;
  float: left;
  margin: 10px 8px 0 0;
}

.views-field-field-image .field-content {
}

/* Views Field Body */
.views-field-body {
}

.views-field-body .field-content {
}

/* Views Field Changed */
.views-field-changed {
}

.views-field-changed .field-content {
  color: #999;
  font-size: 0.92em;
}

/* Views Inline Grid ---*/
.cols-1 .views-col {
  width: 100%;
}

.cols-2 .views-col {
  width: 50%;
}

.cols-3 .views-col {
  width: 33.33%;
}

.cols-4 .views-col {
  width: 25%;
}

.cols-5 .views-col {
  width: 20%;
}

.cols-6 .views-col {
  width: 16.66%;
}

/* SLIDESHOW
--------------------------------------------------------------*/
#slideshow-wrapper .container {
  background: #f6f7f8;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
}

#slideshow-wrapper .block-content {
  padding: 0;
}

/* Slideshow Navigation ---*/
#slideshow-wrapper .views-slideshow-controls-bottom {
  background: #333;
  bottom: 20px;
  color: #cdcdcd;
  font-size: .92em;
  height: auto;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: auto;
  z-index: 25; /* if you have more than 18 images in slideshow, increase this value */
}

#slideshow-wrapper .views-slideshow-controls-top {
  display: none;
}

#slideshow-wrapper .views_slideshow_controls_text {
  float: left;
}

#slideshow-wrapper .views_slideshow_controls_text span {
  cursor: pointer;
  display: inline-block;
  padding: 6px;
}

#slideshow-wrapper .views_slideshow_controls_text span:hover {
  background: #08c;
  text-decoration: none;
}

#slideshow-wrapper .views_slideshow_controls_text span a {
  color: #ddd;
  font-size: .917em;
}

#slideshow-wrapper .views_slideshow_controls_text span a:hover,
#slideshow-wrapper .views_slideshow_controls_text span a:focus {
  text-decoration: none;
}

#slideshow-wrapper .views_slideshow_slide_counter {
  border-left: 1px solid #666;
  float: left;
  padding: 5px;
}

/* VIEWS - GRID
--------------------------------------------------------------*/
.views-col {
}

.views-row {
}
.view-lettreinfo {
  text-align: justify;
}
.view-lettreinfo .grid.views-col {
  width: 25%;
  background: #fff;
}
.views-view-grid.cols-4 {
  background: #D9D997;
  text-align: right;
}
.views-signature {
	text-align: right;
	font-style: italic;
}
.views-field-field-audio-image img{
  width: 170px;
  height: auto;
}
li.views-row.rdv img inline {
  width: 50px;
  heigth: auto;
}

/* CALENDRIER
------------------------------------------------------*/
.panel-column .date-heading  a{
  color: #fff;
}
.date-heading a:hover{
  color: #999;
  text-decoration: none;
}
.view-derniere-publication-equipe img {
  width: 170px;
  height: auto;
}
.view .date-nav-wrapper .date-prev,
.view .date-nav-wrapper .date-next {
  background-color: #333333;
  border: none;
  
}
.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
  font-size: 11px;
  color: #fff;
}
#main-content .view .date-nav-wrapper .date-prev,
#main-content .view .date-nav-wrapper .date-next {
  text-align: center;
  width: 80px;
}
#main-content .view .date-nav-wrapper .date-prev {
  margin-right: 30px;
}
.calendar-calendar .day-view .full td.multi-day div.dayview {
  height: auto;
  background: #C0C0C0;
}
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff {
  background: #C0C0C0;
}
.calendar-calendar div.calendar {
  border: none;
  font-size: small;
}
.video-js {
  text-align: center;
}
.view-a-la-une  li{
   display: inline;
}