/* Reset basique & mise en forme globale */
html {
  margin: 0;
  padding: 0;
  background-color: #e2e3e8;
}

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 0 2em;
  line-height: 1.4;
  background-color: #fcfcfc;
  width: 80%;
  min-width: 20em;
  max-width: 50em;
  margin: 10px auto;
  border: 2px solid #eee;
}

/* Responsive simple */
@media (max-width: 320px) {
  body {
    margin: 0;
    width: auto;
    min-width: none;
    max-width: none;
    border: none;
  }
}

/* Titres */
dt {
  font-weight: bold;
}

header h1 {font-style:italic; font-size:1.5em; margin:0}

h2 {
  font-size: 1em; /* conforme à ton style inline dans <style> */
}

/* Images (même si aucune dans l’extrait) */
img {
  vertical-align: middle;
}

/* Structure de base pour les sections */
header,
footer {
  margin: 1em 0;
  padding: 1ex 0;
  color: #00e;
  border-bottom: 0px solid #00e;
}

body > footer {
  border-top: 1px solid #00e;
  margin-top: 3em;
  font-size: x-small;
  padding: 0;
  color: #898e79;
}

/* Paragraphes et listes */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#competences li {
  margin-left: 20px;
}

#realisations li {
  margin-left: 20px;
}

/* liens */
a {
  text-decoration: none;
  /* border-bottom: 1px solid; */
  color: #00e;
  /* border-color: #00e; */
}

/* liens visités */
a:visited {
  color: #551a86;
  border-color: #551a86;
}

/* liens hover */
a:hover {
  color: darkred !important;
  background-color: #ffc !important;
  border-color: darkred !important;
}

/* Footer texte */
footer p {
  font-size: smaller;
  margin-bottom: 0;
}

/* Ligne horizontale bleue */
hr {
  border: none;
  height: 1px;
  background-color: blue;
  margin: 1em 0;
}

.desc {
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 1em;
  color: gray;
}

.realisation {
  margin-left: 0px;
  margin-bottom: -1px;
}
