﻿<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"
      title="Retour à la ligne automatique">
  </head>
  <body>
    <pre>
* {box-sizing: border-box}


.mySlides {display: none}
.mySlides img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
	max-height: 790px;
	min-height: 790px;
  
  margin: 0px;
  padding: 0px;
  background-color: #000000;}

/* Next &amp; previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 15px 40px 15px 40px;
  color: white;
  font-weight: bold;
  font-size: 60px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}



/* Number text (1/3 etc) */
.numbertext {
  color: #0099ff;
  font-size: 0.6em;
  padding: 8px 12px;
  position: absolute;
  bottom: 170px;
  left: 75px;
	font-family: orbitron, sans-serif;
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
	text-align: center;
  height: 25px;
  width: 150px;
	padding: 3px;
  background-color: rgba(0, 0, 0, 0.70);
	border-top: 1px solid #313131;
	color: #313131;
	margin: 0px 5px;
  transition: background-color 0.5s ease;
	font-size: 0.9em;
	font-weight: normal;
	font-family: orbitron, sans-serif;
}

#subMenu {	
	display: flex;
	position: absolute;
  	bottom: 25px;
	left: 20%;}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.active, .dot:hover {
  background-color: #0099ff;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}</pre>
  </body>
</html>
