@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

body {
    background-color: #fafafa;
    font-family: 'Quicksand', sans-serif;
    padding: 0;
    margin: 0;
}

#recyclage {
    background-color: #f8f8f8;
    padding: 50px 0;
  }
  
.container {
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: white;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 10px -50px -10px #d6d6d6;
  }

.titre {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 3%;
}

.titre h2 {
    font-size: 35px;
}

.titre #trait {
    width: 25%;
    height: 1px;
    background-color: rgb(0, 181, 0);
    justify-content: center;
    position: relative;
    left: 37.5%;
    right: 50%;
    margin-bottom: 2%;
}

.loi {
    display: block;
    justify-content: space-between;
    background-color: rgb(0, 181, 0);
    color: white;
    padding-left: 10%;
    padding-right: 10%;
    padding: 5%;
    margin-bottom: 5%;
}

.etape1{
    display: flex;
    justify-content: space-between;
    margin-left: 10%;
    margin-right: 10%;
}

.etape1 .image img {
    width: 200px;
    height: auto;
    margin-top: 30%;
}

.etape1 .texte h3{
    font-size: 20px;
}

.etape2{
    display: flex;
    justify-content: space-between;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 3%;
}

.etape2 .texte, .etape1 .texte {
    margin-right: 10%;
} 

.etape2 .texte p, .etape1 .texte p{
    line-height: 1.5em;
} 

.etape2 .image2 img{
    display: flex;
    width: 300px;
    margin-top: 10%;
}

.etape3 {
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 3%;
}

footer {
    background-color: rgb(0, 181, 0);
    display: flex;
    justify-content: center;
}

footer .trait {
    width: 10px;
    height: 10%;
    background-color: #000000;
}
