body {
	margin: 0;
	padding: 0;
}

header {
	margin: 0;
	background-color: rgba(220,220,220,0.30);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 30px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

ul {
	display: flex;
	justify-content: space-around;
	width: 100%;

}

li {
	list-style: none;
}

a {
	text-decoration: none;

}

.logowern {
	width: 160px;
}

.menu {
	display: flex;
	width: 100%;
	max-width: 700px;
}

.navele {
	padding: 0;
	margin: 0;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	color: black;
}

.navele:hover  {
	opacity: 0.3;
	-webkit-transition: .4s ease-in-out;
}

.navele1 {
	padding: 0;
	margin: 0;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	color: black;
}

.navele1:hover  {
	opacity: 0.3;
	-webkit-transition: .4s ease-in-out;
}

.reseau > div {
	opacity: 0.3;
}

.reseau > div:hover {
	opacity: 1;
	-webkit-transition: .4s ease-in-out;
}


#fb, #insta {
	width: 24px;
}

main {
	margin-top: 10%;
}

.mainzone {

}

.imgzone {

}

.imgs {
	display: flex;
    margin: auto;
    justify-content: center;
    width: 1200px;
}

.imgsz1 {

}

.imgsz2 {

}

.img1 {
	max-width: 500px;
	max-height: 300px;
    margin: 15px;

}

.imgblock {
	text-align: center;
}

.texth {
	color: black;
	opacity: 1;
	font-family: 'century gothic';
	font-size: 25px;
}


.img1:hover {
	opacity: 0.8;
  	-webkit-transition: .2s ease-in-out;

}

footer {
	display: flex;
	justify-content: center;
	margin-top: 10%;
	margin-bottom: 10px;
}

h {
	font-family: 'century gothic';
	font-size: 10px;
	color: black;
}
