.div-form {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: none;
}
.div-form #form {
  position: absolute;
  top: 50%;
  transform: Translate(-50%, -50%);
  left: 50%;
  height: 25%;
  border-radius: 10px;
  border: 1px solid black;
  padding: 10px;
  background-color: #663366;
  color: #330033;
}
.div-form #form .icon-cross {
  color: #fcfafc;
  float: right;
}
.div-form #form button {
  border-radius: 5px;
  background-color: white;
  border: 1px solid #a7a7a7;
  font-family: Arial, Helvetica, sans-serif;
}
.div-form #form button:hover {
  color: #eeaaee;
  background-color: lightgrey;
}

#form-checkbox:checked ~ .div-form {
  display: flex;
}

.form-checkbox:checked ~ .menu {
  display: none;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: rgba(204, 204, 204, 0.159);
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}

.menu {
  display: none;
  flex-basis: 100%;
  list-style: none;
}
.menu li {
  padding: 15px;
}
.menu a, .menu .show-form {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #660066;
}
.menu a:hover, .menu .show-form:hover {
  color: #eeaaee;
  text-decoration: underline;
}

.menu-checkbox:checked ~ .menu {
  display: block;
}

.menu-toggle {
  padding: 0.5em 1em;
}
.menu-toggle:hover {
  color: #eeaaee;
  text-decoration: underline;
}

input {
  background-color: white;
}

h1 {
  font-size: 35px;
  color: #fcfafc;
  background-color: #663366;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px;
}

p {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #330033;
}

#foot {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #330033;
  font-size: 14px;
  padding: 25px;
  position: absolute;
  bottom: 0;
  transform: Translate(-50%);
  left: 50%;
}
#foot span, #foot a {
  padding-left: 20px;
}
#foot a {
  color: #660066;
  text-decoration: none;
}
#foot a:hover {
  color: #eeaaee;
  text-decoration: underline;
}

.c_hebdo, .c_daily {
  display: none;
}

.s_daily, .s_hebdo {
  display: none;
}

/*# sourceMappingURL=main-style.css.map */