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: 150px;
    margin-left: 40px;
    line-height: 0.9;

   
}

#p2e1-main{
    display: flex;
    align-items: center;
background-image: url("mmv.png");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 35vh;
    
}

#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: 30%;
    border: 0px solid rgb(0, 0, 0);
    height: 100px;
    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);

}





#p3e2-titre {
  text-align: left;
  margin-left:20px;
}

.p3e2-texte_courant{
    margin-left:20px;
    margin-right:20px;
  text-align: left;
}

#p3e2-texte_gras {
  font-weight: bold;
  margin-left:20px;
  margin-right:20px;
  text-align: left;
}

#p3e2-ul {
  margin-left:30px;
  text-align: left;
}


#p3e2-ul{
  list-style:none;
  }

  
.p3e2-li{
  position:relative;
  margin: 8px;
  }


.p3e2-li:before{
  position:absolute;
  content:"";
  width:20px;
  height:10px;
  background:#ee751b;
  border:1px solid #ee751b;
  top:20px;
  left:-35px;
  }

#p2e2-main{
    margin-left:20px;
    margin-right:20px;
}

#c1{
    display: grid;

 }

#p3e4-titre{
    text-align: left;
    font-size: 150%;
    margin-top: 20px;
    margin-left:20px;

 
}

#p2e3-titre h2{
    
    margin-bottom: 0;
}

#p3e4-text{
    text-align: justify;
    margin: 29px;
   
   
    
}

#p3e4-image{
   grid-column: 2/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;

}