﻿/**
 * Slider équipements
 */

#g_18a8950d_467f_4594_8541_2c0ffa823f70  {
  margin-bottom: 4px !important;
  width: 680px !important;
  height: 405px;
}

#g_18a8950d_467f_4594_8541_2c0ffa823f70 img {
  display: block;
  border-radius: 10px;
  width: 680px;
  height: 405px;
}

/** Modifié par GL : le texte est affiché et placé en haut avec un fond vert clair dégradé vers la droite*/
#g_18a8950d_467f_4594_8541_2c0ffa823f70 .caption{
	position: relative;
	top : 10px;
	background-image: none;
	background-color: #aefc1a;
	background-image:linear-gradient(to right, white, #aefc1a);
	background-image:-ms-linear-gradient(to right, white, #aefc1a);
	background-image:-o-linear-gradient(to right, white, #aefc1a);
	background-image:-moz-linear-gradient(to right, white, #aefc1a);
	background-image:-webkit-linear-gradient(to right, white, #aefc1a);
}


#g_18a8950d_467f_4594_8541_2c0ffa823f70 .bx-pager {
  left: 525px;
  bottom: 20px;
  width: 120px;
}

#g_18a8950d_467f_4594_8541_2c0ffa823f70 .bx-pager .pager-link {
  text-indent: -9999px;
  overflow: hidden;
  width: 8px;
  height: 9px;
  background-color: transparent;
  background-image: url(../images/pagination-inactive.png);
  background-repeat: no-repeat;
  padding: 0px;
  border: none;
}

#g_18a8950d_467f_4594_8541_2c0ffa823f70 .bx-pager .pager-link.pager-active {
  background-image: url(../images/pagination-active.png);
}

#g_18a8950d_467f_4594_8541_2c0ffa823f70 .bx-auto {
  left: 645px;
  bottom: 15px;
  width: 20px;
  height: 20px;
}

#g_18a8950d_467f_4594_8541_2c0ffa823f70 .stop {
    background: url(../images/pause.png) no-repeat;
	border: 0px;
}


#g_18a8950d_467f_4594_8541_2c0ffa823f70 .start {
    background: url(../images/play.png) no-repeat;
	border: 0px;
}