/*!
 * Viewer.js v1.6.1 
 * modifié : sans diaporama
 * version avec diaporama : ViewerD.js
 */
*.viewer-prev,
.viewer-next {
	
  background-repeat: no-repeat;
  color: transparent;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100px;
  opacity:0.5;
}

.viewer-prev {
	background-image: url(../templates/fleche-G.gif);
	background-position: 20px 15px;
	content: 'Previous';
}

.viewer-prev:hover {
	 background-image: url(../templates/fleche-G1.png);
	 background-position: 20px 15px;
	  opacity:1;
}


.viewer-next {
  background-image: url(../templates/fleche-D.gif);
  background-position: 40px 15px;
  content: 'Next';
}
.viewer-next:hover {
	 background-image: url(../templates/fleche-D1.png);
	 background-position: 40px 15px;
	  opacity:1;
}
.viewer-toolbar > ul {
  display: inline-block;
  margin: 0 auto 0;
  overflow: hidden;
  padding: 3px 0;
}

.viewer-toolbar > ul > li {
  cursor: pointer;
  float: left;
  height: 40px;  /*  hauteur des flèches de navagation  */
  overflow: hidden;
  width:100px; /*  largeur des boutons*/
}


.viewer-container { 
  bottom: 0; /* bas des mini-vignettes   */
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.viewer-container::-moz-selection,
.viewer-container *::-moz-selection {
  background-color: transparent;
}

.viewer-container::selection,
.viewer-container *::selection {
  background-color: transparent;

}

.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
  border: 1px solid white;
  border-radius:5px;
}

.viewer-canvas { /* zone d'arrière-plan utile pour fermer l'image  */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  cursor: url(../templates/close.cur), zoom-out;
}

.viewer-canvas > img {  /* utilité ?  */
  height: auto;
  margin: 15px auto;
  max-width: 90% !important;
  width: auto;
}

.viewer-footer { /* contient  titre, toolbar et navbar  */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {  /* mini-vignettes  */
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {   /* gestion des vignettes affichées dans le navbar   */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
/*  padding: 1px 0;*/
}

.viewer-list > li {
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 50px;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  width: 30px;
}

.viewer-list > li:hover {
  opacity: 0.75;
}

.viewer-list > li + li {
  margin-left: 1px;
}

.viewer-list > .viewer-loading {
  position: relative;
}

.viewer-list > .viewer-loading::after { /* rôle ? */
  border-width: 2px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
}

.viewer-list > .viewer-active,
.viewer-list > .viewer-active:hover {
  opacity: 1;
}
.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%; /* affichage du pourcentage  */
  width: 50px;
}

.viewer-titre { /* légendes des images*/
  color: #fff;
  white-space: pre; 
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 5px 5% -12px;
  max-width: 70%;
  overflow: hidden;
  padding:5px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: normal;
  background-color:#000066;
  border:solid gray 1px;
  border-radius:5px;
}

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop { /* couleur de l'arrière-plan des images  */
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.viewer-loading::after {
  -webkit-animation: viewer-spinner 1s linear infinite;
  animation: viewer-spinner 1s linear infinite;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1;
}
/******************************************/
img.c1
{
border: 2px solid gray;
 border-radius:4px;
 transition:ease-in-out .15s;
  width:auto; 
  height:auto;
}
img.c1:hover
{
border: 2px solid white;
transform:scale(1.03,1.03);
transform-origin: 50% 100%; 
box-shadow:1px 3px 6px 4px rgba(150,150,150,0.12);
}
img.c1m   /* comme c1 avec margin:15px   */
{
border: 2px solid gray;
margin:10px ;
border-radius:4px;
 transition:ease-in-out .15s;
  width:auto; 
  height:auto;
}
img.c1m:hover
{

border: 2px solid white;
transform:scale(1.03,1.03);
transform-origin: 50% 100%;
 box-shadow:1px 3px 6px 4px rgba(150,150,150,0.12);
}

img.c0 /* pour que la vignette ne s'affiche pas  */
{
display:none;
width:0;
}

img.MdE 
{border-radius:10px;
box-shadow:10px 10px 5px gray;

}
img.MdE:hover
{cursor: url(../templates/close.cur), zoom-out;
}

	
.Style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFCC00;
	font-style: italic;
	font-weight: bold;
}
.bouton2 a { /* boutons affichés verticalement*/
display:block;
background:url(bouton01.png) no-repeat;
font: 22px  Monotype Corsiva; 
/*text-shadow: #000 -1px 1px 1px;*/
white-space:nowrap; 
width:135px;
line-height:28px;
text-align:center;
vertical-align:middle;
color:blue; 
text-decoration:none; /* lien non souligné */
}
.bouton2 a:hover { 
background:url(bouton00.png) no-repeat;
color:white;
}
.invisib {visibility:hidden}

