
body
{
	
}
#conteneur
{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
    
}

.element
{
	width: 500px;
	height: 500px;
	border: 3px solid black;
	border-radius: 15px;
	margin:80px 95px 45px 62px;

}

a:hover
{
	text-decoration: none;
	opacity:0.7;

}
a:visited
{
	text-decoration: none;
}
a:focus
{
	text-decoration:none;
}

#conteneur2
{
	display:flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content:center;
	align-items: center;

	
}

.element2
{
	border:3px solid black;
	background-color: grey;
	height: 120px;
	width:1200px;
	margin-bottom:20px;
	margin-top: 50px;
	border-radius: 15px;
}
.element3
{
	border:3px solid black;
	background-color: grey;
	height: 230px;
	width:1200px;
	margin-bottom:50px;
	margin-top: 50px;
	border-radius: 15px;

}

label
{
	display:inline-block;
	color:#FFF;
	padding-right: 20px;
	font-size: 2em;
	margin-left:200px;
	margin-top:40px;

}

select 
{
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	text-align:center;
}

select,textarea 
{
	margin: 2px;
	padding: 0 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: none;
	font-size: 1.2em;
}

input[name="MySQL"]
{
  margin-top: 40px;
  border-radius:50px;
  background-color: red; /*#70D64B */ 
  color:white;
  padding: 20px 20px 20px 20px;
  font-size: 2em;
  height:70px;
  text-align: center;
  border:3px solid black;
}

input[name="MySQL"]:active 
{
	background-color: #70D64B;
}

.test
{
	margin-right: 20px;
	border:3px solid grey;
}

.oven
{
	float:left;
	margin-left: 120px;
	padding-right: 20px;
}

.dishwasher
{
	float:left;
	margin-left:60px;
	padding-right: 20px;
}
.washing-machine
{
	float:left;
	margin-left:40px;
	padding-right: 20px;
}
.dryer
{
	float:left;
	margin-left: 120px;
	padding-right: 20px;
}
.fridge
{
	float:left;
	margin-left:40px;
	padding-right: 20px;
}
.Kitchen
{
	float:left;
	margin-left:60px;
	padding-right: 20px;
}
.rouge
{
	text-align: center;
	float:left;
	color:red;
	font-size: 30px;
}
 
#outdiv {
height: 700px;
overflow: hidden;
position: relative;
width: 800px;
margin-left: 29%;
}

#iniframe {
height: 1200px;
left: -325px;
position: absolute;
top: -370px;
width: 1280px;
} 

#outdiv2 {
height: 400px;
overflow: hidden;
position: relative;
width: 525px;
margin-left: 35%;
}
#iniframe2 {
height: 1200px;
left: -470px;
position: absolute;
top: -740px;
width: 1280px;
} 

#outdiv3 {
height: 1000px;
overflow: hidden;
position: relative;
width: 800px;
margin-left: 28%;
}
#iniframe3 {
height: 1200px;
left: -30px;
position: absolute;
top: -120px;
width: 1280px;
} 
