body {
    font-family: "Roboto";
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    margin: 0;
    padding: 0;
  }
  
  section {
  }
  
  h1 {
    margin: 0;
    font-size: 100px;
    margin-left: 40px;
    line-height: 0.9;
  }
  
  #p2e1-main {
    display: flex;
    align-items: center;
  
    background-image: url("../ressource/PHOTO FILIERE/CDUI\ background.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 50vh;
  }
  
  #p2e1-bloc1 {
    border: 0px solid rgb(6, 6, 6);
    color: aliceblue;
  }
  
  #p2e1-bloc2 {
    border: 0px solid rgb(0, 0, 0);
    color: aliceblue;
    display: flex;
  }
  
  #p2e1-bloc2 h1 {
    margin: 10px;
    font-size: 40px;
    margin-left: 30px;
    padding-top: 70;
  }
  
  #p2e1-bloc3 {
    position: absolute;
    left: 80%;
    top: 25%;
    border: 0px solid rgb(0, 0, 0);
    height: 80px;
    font-size: 30px;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: end;
  }
  
  #carre {
    height: 60px;
    width: 40px;
    background: #ee751b;
    border-radius: 2px;
    margin-top: 15px;
    margin-left: 50px;
  }
  
  #btn-galerie {
    width: 170px;
    background: rgb(255, 255, 255);
    height: 45px;
    margin-top: 30px;
    margin-right: 30px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #btn-galerie img {
    margin-right: 12px;
  }
  
  #btn-galerie:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }
  
  body {
    font-family: "Roboto";
  }
  #c1 {
    display: grid;
    grid-column: 3/3;
    grid-row: 2/3;
  }
  
  #p2e3-titre {
    text-align: center;
    font-size: 150%;
    margin-top: 20px;
  }
  #p2e3-titre h2 {
    margin-bottom: 0;
  }
  
  #p2e3-text {
    text-align: justify;
    margin: 29px;
  }
  
  #p3e4-image {
    grid-column: 1/3;
    grid-row: 1/3;
    margin-left: 35px;
    margin-top: 50px;
  }
  
  #image img {
    height: 40%;
  }
  
  .p3e4-texte {
    margin-top: 0;
    text-align: justify;
  }
  
  #p3e4-trait {
    background-color: #ee751b;
    width: 40px;
    height: 5px;
    margin-bottom: 15px;
  }
  