* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 900px;
  width: 900px;
  height: 470px;
  position: relative;
  margin: auto;
/*border: 1px solid #cecece;*/
/*border-radius: 10px;*/
}

/* Caption text */
.text {
  color: #000000;
  font-size: 15px;
  padding: 8px 12px;
  position: relative;
  /*top: 8px;*/
  width: 100%;
  text-align: center;
}


/* Number text (1/3 etc) */
.numbertext {
  color: black;
  /*display: none;*/
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 290px;
  left: 650px;
  z-inde: 5;
}
.space{
	margin-top: 20px;
}

.imgCss{
/*	position: relative;
	height: 300px;
	background-color: #cecece;*/
	top: 50px;
	vertical-align: middle;
	height: 250px;
	/*border: 1px solid #cecece; 	border-radius: 10px;	*/
}

.myText{
	position: relative;
	top: 50px;
	padding: 10px;
}

/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot a{
	font-size: 18pt;
	color: #bbb;
	position: relative;
	top: -13px;
}
/*
.dotsBox{
	position: relative;
	top: 10px;
}
*/

.dotsBox{
	position: relative;
	top: 350px;
	/*left: 250px;*/
	/*z-index: 100;*/
	z-index: 1;
	/*border: 1px solid #cecece;*/
	width: 100%; 
	height: 30px;
}

.btn{
	position: relative;
	top: -17px;	
	color: #bbb;
	font-weight: normal;
}
.active {
  background-color: #717171;
}


/****************************/
/* for home slideshow V2359j release only */
/***************************/
#news{
	font-size: 26px;
	font-weight: bold;
	color: red;
	padding: 10px;
	
	position: absolute;
	top: 85px;
	left: 500px;
	z-index: 1;
	-webkit-transform: rotateZ(-15deg); /* Safari prior 9.0 */
	transform: rotateZ(-15deg); /* Standard syntax */
	opacity: 0.7;  
    border:1px solid yellow;
	background-color: white;
    outline-color:red;  
    outline-style:solid;	
	
	width: 350px;
	height: 110px;
	overflow: hidden;
  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s;	
  text-align: center;
  
}
#news:hover {
	position: absolute;
	top: 85px;
	left: 500px;
	width: 350px;
	height: 210px;
}
#news a{
	font-size: 20px;
}
#news #adresse{
	font-size: 20px;
}
/****************************************************/



/* tooltips for slideShow fast/slow motion */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  bottom: 50px;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
  background-color: #fff;
  color: #717171;
  text-align: center;
  border-radius: 0px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* ctrl fast forward */
.tooltip:hover .tooltiptextFast {
  visibility: visible;
  /*color: red;*/
}
.tooltip .tooltiptextFast {
  visibility: hidden;
  width: 95px;
  bottom: 15px;
  left: 150%;
  margin-left: -130px; /* Use half of the width (120/2 = 60), to center the tooltip */
  background-color: #fff;
  color: #717171;
  text-align: center;
  border-radius: 0px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  border: 1px solid #cecece;  
}

/* ctrl slow forward */
.tooltip:hover .tooltiptextSlow {
  visibility: visible;
  /*color: red;*/
}
.tooltip .tooltiptextSlow {
  visibility: hidden;
  width: 100px;
  bottom: 15px;
  left: 150%;
  margin-left: -10px; /* Use half of the width (120/2 = 60), to center the tooltip */
  background-color: #fff;
  color: #717171;
  text-align: center;
  border-radius: 0px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
    border: 1px solid #cecece;
}

/* ctrl slow forward */
.tooltip:hover .tooltiptextPause {
  visibility: visible;
  /*color: red;*/
}
.tooltip .tooltiptextPause {
  visibility: hidden;
  width: 70px;
  bottom: 15px;
  left: 150%;
  margin-left: -10px; /* Use half of the width (120/2 = 60), to center the tooltip */
  background-color: #fff;
  color: #717171;
  text-align: center;
  border-radius: 0px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  border: 1px solid #cecece;
}


/* Fading animation */
/*
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
*/
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}