* {
  text-decoration: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  outline: none;

}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Verdana', bolt;
  background-color:white;
  color:black;
}

body a {
  margin: 0px;
  padding: 0px;
  font-family: 'Verdana', bolt;
  color:black;
}

section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: table;
  position: relative;
}

header {
  width: 100%;
  display: table;
  background-color: LightGreen;
  padding: 0px 0px 0px 0px;
  margin-bottom: 10px;
}

#logo {
  float: left;
  font-size: 24px;
  text-transform: uppercase;
  color: #002e5b;
  font-weight: 600;
  padding: 10px 0px;
}


nav {
  width: auto;
  float: right;
  border-style: solid;
  border-width: 5px;
  border-radius: 0.5em;
  border-color: Gray;
}

nav ul {
  display: table;
  float: right;
}

nav ul li { float: left; }

nav ul li:last-child { padding-right: 0px; }

nav ul li a {
  color: #002e5b;
  font-size: 18px;
  padding: 5px 5px 5px 5px;
  display: inline-block;
  transition: all 0.5s ease 0s;
}

nav ul li a:hover {
  background-color: #002e5b;
  color: #fde428;
  transition: all 0.5s ease 0s;
}

nav ul li a:hover i {
  color: #fde428;
  transition: all 0.5s ease 0s;
}

nav ul li a i {
  padding-right: 10px;
  color: #002e5b;
  transition: all 0.5s ease 0s;
}

.toggle-menu ul {
  display: table;
  width: 25px;
}

.toggle-menu ul li {
  width: 100%;
  height: 3px;
  background-color: #002e5b;
  margin-bottom: 4px;
}

.toggle-menu ul li:last-child { margin-bottom: 0px; }

input[type=checkbox], label { display: none; }

.div_0005 {
	background: #AFC937;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	width: 600px;
	height: 172px;
}

.div_0005_2 {
	background: #AFC937;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	width: 600px;
	height: 350px;
}

.photo_0005 {
	background: #AFC937;
	cursor: pointer;
	display: inline-block;
	font: 20px/100% 'Verdana';
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 600px;
	height: 120px;
}

.texte_0005 {
	background: white;
	cursor: pointer;
	display: inline-block;
	font: 20px/100% 'Verdana';
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	vertical-align: middle;
	text-align: center;
	padding: 0px 0px 0px 0px;
	width: 350px;
	height: 42px;
}

.texte_0005_2 {
	background: white;
	cursor: pointer;
	display: inline-block;
	font: 20px/100% 'Verdana';
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	vertical-align: middle;
	text-align: center;
	padding: 0px 0px 0px 0px;
	width: 350px;
	height: 220px;
}

.div_page {

	display: flex;
	flex-wrap: wrap;
	margin: 0px 5px 0px 5px;
		
}

.div_page_center {

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px 5px 0px 5px;
		
}

.texte_contact {

    display: inline-block;
    cursor: pointer;
	

	font: 20px/100% 'Verdana';
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}


 @media only screen and (max-width: 1440px) {

section { max-width: 95%; }

}
 @media only screen and (max-width: 980px) {

header { padding: 20px 0px; }

#logo { padding: 0px; }

input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: none;
}
input[type=checkbox]:fous {
background:none;
}

.toggle-menu {
  float: right;
  padding: 8px 0px;
  display: inline-block;
  cursor: pointer;
}



input[type=checkbox]:checked ~ nav { display: block; }

nav {
  display: none;
  position: absolute;
  right: 0px;
  top: 53px;
  background-color: LightGreen;
  padding: 0px;
  z-index: 99;
}

nav ul { width: auto; }

nav ul li {
  float: none;
  padding: 0px;
  width: 100%;
  display: table;
}

nav ul li a {
  color: black;
  font-size: 18px;
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid rgba(225,225,225,0.1);
}

nav ul li a i {
  color: #fde428;
  padding-right: 13px;
}

}
 @media only screen and (max-width: 568px) {

h1 { padding: 25px 0px; }

h1 span { display: block; }

.div_0005 { width: 350px; }
.div_0005_2 { width: 350px; }
.photo_0005 { width: 350px; }

}
 @media only screen and (max-width: 480px) {

section { max-width: 90%; }

.div_0005 { width: 350px; }
.div_0005_2 { width: 350px; }
.photo_0005 { width: 350px; }

}
 @media only screen and (max-width: 360px) {

h1 { font-size: 20px; }

label { padding: 5px 0px; }

#logo { font-size: 20px; }

nav { top: 47px; }

.div_0005 { width: 350px; }
.div_0005_2 { width: 350px; }
.photo_0005 { width: 350px; }

}
 @media only screen and (max-width: 320px) {

h1 { padding: 20px 0px; }

.div_0005 { width: 350px; }
.div_0005_2 { width: 350px; }
.photo_0005 { width: 350px; }

}