body {
  font-family: Georgia, serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

h1,
h2,
h3 {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

h2 {
  font-size: 2rem;
  margin-top: 2rem;
}

h3 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  color: #333;
}

nav {
  text-align: center;
  margin-bottom: 20px;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #000;
}

img.hero {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.project {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}

.project img {
  width: 100px;
  height: auto;
  float: left;
  margin-right: 10px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

footer {
  text-align: center;
  font-size: 0.8em;
  padding: 20px;
  color: #666;
}

.projet {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin: 2rem 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.projet > div:first-child {
  flex: 0 0 300px;
}
.projet > div:first-child img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.projet > div:last-child {
  flex: 1;
}
.projet > div:last-child h3 {
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}
.projet > div:last-child h3 span {
  font-size: 0.875rem;
  color: #888;
  font-weight: normal;
}
.projet > div:last-child > div {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.projet > div:last-child .lien a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 500;
  color: #0056b3;
  transition: color 0.2s;
}
.projet > div:last-child .lien a:hover {
  color: #003f88;
}
.projet > div:last-child .lien a svg {
  fill: currentColor;
}
.projet > div:last-child .lien a span {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .projet {
    flex-direction: column;
  }
  .projet > div:first-child {
    flex: none;
    width: 100%;
  }
}

.slidersimple {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.projet {
  visibility: hidden;
}/*# sourceMappingURL=styles.css.map */