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: 40px;
}

.photomenu {
	display: flex;
	justify-content: space-around;
}

.photonav {
	padding: 0;
	margin: 0;
	font-family: 'century gothic';
	font-size: 22px;
	color: black;
}

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

.photonav1 {
	padding: 0;
	margin: 0;
	font-family: 'century gothic';
	font-size: 22px;
	color: black;
}

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

.mainzone {
	margin-top: 4%;
}

.imgzone {
 justify-content: center;
}

.imgs {
	display: grid;
	grid-template-columns: 500px 500px;
	justify-content: center;
	grid-gap: 30px;
	grid-auto-flow: dense;
}

.img1 {
 	width: 100%;
	align-self: center;
	display: grid;
    grid-template-columns: repeat(auto-file, 250px);
    grid-auto-rows: 250px;
    justify-content: center;
    grid-gap: 30px;
    grid-auto-flow: dense;
}

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



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

}

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

.close{
	position: absolute;
	top: 15px;
	right: 50px;
	color: white;
	font-size: 100px;
	cursor: pointer;
}

#img01{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.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{
	  width: 60%;
	  height: auto;
	  margin: auto!important;
  }
