body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #333;
}

p {
	font-family: Georgia;
}


.topnav {
  overflow: hidden;
  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.navimg {
  float: left;
  display: block; 
  padding: 5px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 30px 16px;
  text-decoration: none;
  font-weight:bold;
  font-size: 22px;
  margin: none;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #006aff;
  color: white;
}

.topnav .icon {
  display: none;
}

.main {
	padding:30px 16px;
	background-color: #A5CBFF;
	margin:none;
	line-height: 150%;
	font-family: Georgia;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #00275e;
	font-weight: bold;
}

#text {
	width: 75vw;
	margin-left: 50px;
	word-wrap: break-word;

}

.footer {
  background-color: #333;
  padding-top: 60px;
  text-align: center;
}

.footer a {
  color: #f2f2f2;
}

.footer a:hover {
  color: #006aff;
}

.footer a:active {
  color: #FF8971;
}

.footer a:visited {
  color: #006aff;
}


#designer {
  color: #575757;
  font-size: 10px;
  padding-top: 50px;
}

ul.ressources li {
  list-style: none;
  padding-left: 1em;
}

ul#socials {
	margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
	padding-top: 20px;
}
ul#socials li {
  display: inline;
  list-style: none;
  margin: none;
}

.socialsimg {
	padding:10px;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}