/* styles.css */
h1 {
		text-align: center
	}
p {
		text-align: center
	}
.container {
    display: flex;
	justify-content: flex-start;
    justify-content: space-between;
	gap: 50px ;
    align-items: center;
    height: 50vh; /* Ajustez la hauteur selon vos besoins */
}

.image1 img {
	max-width: 50%;
	}
	
.image2 img {
	max-width: 100%;
	}
	

.liste {
    /* text-align:left; */
  width: 60em;
  border: 1px solid #333;
  box-shadow: 8px 8px 5px #444;
  padding: 8px 12px;
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}