body {
	margin: 0px;
	background: #FAFAFA;
}

.content {
	max-width: 700px;
	min-height: 90%;
	background: #E9E9E9;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow-y: auto;
}


video { 
   background:transparent url('../Images/Wait.gif') center center / cover no-repeat;
   -webkit-background-size:cover; 
   -moz-background-size:cover; 
   -o-background-size:cover; 
   background-size:20%; 
}

.Videocenter { 
	margin-top: 0px;
	margin-left: auto;
    margin-right: auto;
    display: flow-root;
    width : 100%;
	}
.VideoLeft { 
	float:left;
	margin-left: 0px;
    width : 30%;
	}
.VideoRight { 
	float:right;
    width : 30%;
	}

* {
  box-sizing: border-box;
}
.firstpart {
  position: fixed;
  width: 100%;
  height: 50%;
}
.secondpart {
  position: relative;
  width: 100%;
  height: 100%;
}

.option {
  padding: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 120px; 
  height: 120px;
  padding: 5px;
 
}

/* Clear floats after the columns */
.row:after {
  padding: 10px;
  content: "";
  display: table;
  clear: both;
}
/* Style the buttons */
.btn {
  border: none;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}
div.eau{
	background: url(Images/LavageMains.jpg);
}

/*
button {
	width: 150px;
	height: 150px;
  	vertical-align: bottom;
	background-size: 200px 200px; 
	background-repeat: no-repeat; 
	background-position: center;
}
*/

div.scrollmenu {
/*
  width: 500px;
*/
  height: 100%;
  overflow: auto;
  white-space: nowrap;
}

.ChoixLanguage label {
  display: inline-block;
  text-align: center;
  margin: 0 0.0em;
  background-color: #D0D3D4;
}
.ChoixLanguage label input[type="radio"] {
  display: block;
  margin: 0.5em auto;
  background-color: #D0D3D4;
}
div.scrollmenu img {
  text-align: center;
  width: 110px;
  height: 110px;
  display: inline-block;
  color: black;
  padding: 14px;
  text-decoration: black;
}

div.scrollmenu img:hover {
  background-color: #777;
}
div.scrollmenu img:focus {
    background-color: red;
}
div.scrollmenu img:active {
  background-color: olive;
}

.selected {
  background-color: coral;
}
.mystyle {
  background-color: white;
}

#langues {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    height: 100%;
	width: 42%;
	overflow: auto;
	background: #D0D3D4;
}
#sublang {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    height: 100%;
	width: 33%;
	overflow: auto;
}
a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

a:hover {
  background-color: #ddd;
  color: black;
}

a:active{
  background-color: #4CAF50;
}
a:focus{
  background-color: #4CAF50;
}

.previous {
	position: fixed;
    bottom: 20px;
    left: 20px;
    margin-top: 0px;
    height: 55px;
    width: 60px;
	font-size: xx-large;
	text-align: center;
	vertical-align: center;
	background-color: #4CAF50;
	color: white;
}
.next {
	position: fixed;
    bottom: 20px;
    right: 20px;
    height: 55px;
    width: 60px;
}
.home {
	position: fixed;
    bottom: 20px;
    left: 45%;
    height: 55px;
    width: 60px;
}
.play {
	position:relative;
  margin:0;
  padding:0;
  	left:24%;
    width: 50%;
    height: 100%;
}
.round {
  border-radius: 40%;
    margin-top: 0px;
	font-size: xx-large;
	text-align: center;
	vertical-align: center;
	background-color: #4CAF50;
	color: white;
}

.ImgScene {
  width: 100%;
}

/*
div.scrolloption {
  width: 100%;
  height: 400px;
  overflow: auto;
}
div.scrolloption img {
  text-align: center;
  display: inline-block;
  color: black;
  padding: 14px;
  text-decoration: black;
}
*/

/* Float four columns side by side */
.columnoption {
  float: left;
  width: 33%;
  padding: 1% 1%;
}

/* Float four columns side by side */
.columnBedbug {
  float: left;
  width: 20%;
  height:33%;
  padding: 3% 1%;
}
.rowBedbug {margin: 20% 2%;}

.columnCategory {
  float: left;
  width: 50%;
  padding: 5% 5%;
}
.rowoCategory {margin: 0 20%;}


/* Remove extra left and right margins, due to padding */
.rowoption {margin: 0 10%;}

/* Clear floats after the columns */
.rowoption:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
/*
@media screen and (max-width: 600px) {
  .columnoption {
    width: 33%;
	padding: 1% 1%;
    display: block;
    margin-bottom: 0px;
  }
  .rowoption {margin: 5%;}
  .columnCategory {
    width: 50%;
	padding: 3% 3%;
    display: block;
    margin-bottom: 0px;
  }
  .rowCategory {margin: 0 3%;}
}
*/

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
  text-align: center;
  background-color: #f1f1f1;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 3px;
  margin-bottom: 6px;
  resize: vertical;
}

input[type=email] {
  width: 100%;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 3px;
  margin-bottom: 6px;
  resize: vertical;
}

input[type=tel] {
  width: 100%;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 3px;
  margin-bottom: 6px;
  resize: vertical;
}

input[name=password] {
  left:10%;
  width: 80%;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 6px;
  resize: vertical;
}
input[name=username] {
  left:10%;
  width: 80%;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 6px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.containerContact {
  border-radius: 5px;
  width: 90%;
  height:100%;
  margin: 0;
  position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow-y: auto;
}
.containerLogin {
  border-radius: 5px;
  width: 90%;
  margin: 0;
  position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow-y: auto;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  height: 75%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 50px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .content {
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	}
  .columnoption {
    width: 33%;
	padding: 1% 1%;
    display: block;
    margin-bottom: 0px;
  }
  .rowoption {margin: 5%;}
  .columnCategory {
    width: 50%;
	padding: 3% 3%;
    display: block;
    margin-bottom: 0px;
  }
  .rowCategory {margin: 0 3%;}
  .columnBedbug {
	  width: 20%;
   }
   .rowBedbug {
	   margin: 0 1%;
	   height:100%;
   }

  .containerContact {
	  height:100%;
	}
  .play{
	  left:20%;
  }
  .ImgScene {
	  width: 100%;
	}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .content {
	min-width: 100%;
	min-height: 100%;
	}
  .modal-content {
    height: 85%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .content {
	min-width: 700px;
	min-height: 90%;
	}
} 
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .content {
	min-width: 700px;
	min-height: 90%;
	}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .content {
	min-width: 700px;
	}
}

@supports (-webkit-touch-callout:none) {
  /* CSS specific to iOS devices */ 
  .android { display:none }
  }

@supports not (-webkit-touch-callout:none) {
  /* CSS for other than iOS devices */
  .ios { display:none }
  }
  
