body{
    background-color: bisque;
    width: 100%;
    margin: auto;
    min-height: 100vh;
}
.ensemble{
    width: 80%;
    margin: auto;
}

.page-1{
    position: relative;
    background-color: antiquewhite;
    margin: auto;
    margin-bottom: 30px;
    width: 100%;
    min-height: 100px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.gau{
    position: relative;
    background-color: black;
    padding: 40px;
}
.droi{
    position: relative;
    background-color: rgb(137, 65, 65);
    padding: 40px;
}













.page-2{
    background-color: rgb(226, 141, 141);
    width: 100%;
    max-width: 100%;
    min-height: 800px;
    margin: auto;
  }
  .petitepart{
    width: 80%;
    height: 200px;
    margin-bottom: 20px;
    margin: auto;
  }
  .ggg{
    float: left;
    font-size: 100px;
    text-decoration: underline;
    
  }
  .ddd{
    float: right;
    line-height: 30px;
    font-size:30px ;
  }
  .ddd li{
    list-style: none;
  }
  h4{
    width: 80%;
    margin: auto;
  }
  .para{
    width: 80%;
    margin: auto;
  }
  