.main {
  margin-left: 16%;
  /* Same as the width of the sidebar */
  margin-right: 16%;
  margin-top: 1.5%;
  padding-top: 1%;
  margin-bottom: 8%;
  border-top: solid black 1px;
}

.main {
 	font-size: 120%;

  margin-right: 30%;
}

.main p{
	text-decoration: none;
	color: #333333;
}

.main i{
  color: #262626;
}

.charte {
  margin-left: 16%; /* Same as the width of the sidebar */
  margin-right: 30%;
  margin-top: 5%;
}

.charte h2{
	font-size: 200%;
	margin-left: 0.1%;
}

.charte p{
	font-size: 140%;
}

@media screen and (max-width:600px) {
  .charte{padding-top: 8%;}
  .charte{font-size: 80%;}
  .main {font-size: 80%;}
}
