body {
  font-family: Arial, sans-serif;
  background-color: #f3cb75;
}

#container {
    display: flex
;
    flex-direction: row;
}

#img{
  display: flex;
;
  flex-direction: row;
}

.g {
    color: white;
    height: 100%;
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: linear-gradient(to bottom, rgb(253, 143, 17), rgb(255, 213, 1));
}

.link {
    text-decoration: none;
    color: white
}

h1,
h2 {
  font-family: Georgia, serif;
}
  
h1 {
  text-align: center;
  color: #000000;
}

h2 {
  margin-top: 30px;
  color: rgb(253, 143, 17);
}

.titre{
  color: #ffffff;
}

.arriereplan{
  flex: 1;
  z-index: 1;
  height: 100%;
  width: 100%;
}

ol li::marker {
  color: rgb(253, 143, 17);;
  font-size: 1.5em;
  font-family: Arial, sans-serif;
  font-weight: bold;
}


.avantplan{
  background-color: rgba(255, 255, 255, 0.338);
  flex: 1;
  z-index: 2;
  position: absolute;
  height: 300px;
  width: 80%;
  text-align: center;
  justify-content: center;
  margin-top: -42%;
  margin-left: 10%;
  margin-right: 10%;
}

#source {
  font-style:  italic;
  text-align: center;
}
   
  
