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: cover;
    background-repeat: no-repeat;
    height: 100vh;
    
}

#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: 85%;
    bottom: 5%;
    border: 0px solid rgb(0, 0, 0);
    height: 100px;
    font-size: 30px;
    color: rgb(0, 0, 0);
    display: flex;
   justify-content: end;
   padding-top: 50px;
}

#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:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);

}












#p3e2-titre {
  text-align: center;
}

.p3e2-texte_courant{
  margin-left:250px;
  margin-right:250px;
  text-align: justify;
}

#p3e2-texte_gras {
  font-weight: bold;
  margin-left:250px;
  margin-right:250px;
  text-align: justify;
}

#p3e2-ul {
  margin-left:227px;
  text-align: justify;
}


#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:6px;
  left:-25px;
  }


#c1{
    display: grid;
    grid-template-columns: 1fr 1fr ;

 }

#p3e4-titre{
    text-align: center;
    font-size: 150%;
    margin-top: 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;

}