@charset "UTF-8";

/* Global */
* {
  border: 1px solid rgba(0, 0, 255, 0.3);
}

img {
  border-radius: 100%;
}

body {
  background: rgb(0, 255, 255);
  background-repeat: repeat;
  text-align: center;
}

/* Navigation */
.navigation {
  background-color: #00ffff;
  text-align: center;
  width: 60%;
}

.navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navigation li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0;
  padding: 10px;
}

/* Content Box */
.content-box {
  background: #ffffd4;
  height: 200px;
  margin: 0 auto;
  top: 80px;
  width: 60%;
  overflow: scroll;
}

.content-header {
  background-image: url("index_fichiers/mois.gif");
  background-position: center;
  height: 150px;
  width: 30%;
  top: -10px;
}

.content-body {
  margin: 0 auto;
  width: 10%;
}

/* Headings */
h1 {
  background: #fff000;
  color: #00008b;
  font-family: "Times New Roman", Times, serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 40px;
  width: 50%;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

h2 {
  color: #008b8b;
  font-family: "Impact", sans-serif;
  font-size: 26px;
  font-weight: 100;
  letter-spacing: 2px;
  margin: 0;
  padding: 20px;
}

h3 {
  display: inline-block;
  color: #006400;
  font-family: "Papyrus", fantasy;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 5px;
  padding: 5px;
}

/* Paragraphs */
p {
  color: #8b008b;
  font-family: "Brush Script MT", cursive;
  font-size: 30px;
  font-weight: 100;
  line-height: 33px;
  width: 60%;
  min-height: 50px;
  max-height: 100px;
}

/* List inside content box */
.content-box ul {
  padding: 20px 0;
}

.content-box li {
  background-color: #5f9ea0;
  display: inline-block;
  list-style: none;
  margin-bottom: 12px;
  padding: 20px;
  width: 200px;
}

/* Buttons */
.btn {
  color: #483d8b;
  background-color: #8a2be2;
  border: 9px solid #00ced1;
  border-radius: 4px;
  font-family: "Avant Garde", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #ffc0cb;
  border: 9px solid green;
  color: blue;
}
