/*
 * intense-image-viewer
 *
 * MIT licensed
 * Copyright (C) 2013 Tim Holman, http://tholman.com
 */
/*********************************************
 *
 *********************************************/
* {
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-family: "Ubuntu Mono", monospace;
  height: 100%;
  width: 100%; }

body {min-width: 700px; }

.demos {
  text-align: center;
  margin-top: 20px; }

.demo-image {
  cursor: url("../img/plus_cursor.png") 25 25, pointer;
  display: inline-block;
  width: 290px;
  height: 290px;
  background-size: cover;
  background-position: 50% 50%;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px; }
  .demo-image.un {
    background-image: url("../Img/Bg/Montenegro1.jpg"); }
  .demo-image.deux {
    background-position: 50% 10%;
    background-image: url("../Img/Bg/14062019.jpg"); }
  .demo-image.trois {
    background-image: url("../Img/Bg/15062019.jpg"); }
  .demo-image.quatre {
    background-image: url("../Img/Bg/16062019.jpg"); }
   .demo-image.cinq {
    background-image: url("../Img/Bg/17062019.jpg"); }	