body {
  width: 100%;
  height: 100vh;
  background-color: rgb(211, 211, 211);
}


.container{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  height: 100vh;
  margin: 0 auto;
}

.header{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 2vh;
  height: 50px;
  width:100% ;
}

.titre-page{
  border:1px solid rgb(226, 126, 11);
  background-color:#ffac5f;
  width:70%;
  font-family:Poppins;
  font: size 160px;;
  margin: 50px;
  padding: 20px;
  text-align: justify;
  position: relative;
}
 .logo {
     right: 50px;
     top: 60px;
    width: 100px;
    z-index: 10;
  
  }

  .stylo-img {
    left: 20px;
    top: 60px;
   width: 100px;
 
 }
  
  

  .texte {
    position: relative;
    display: block;
    border:1px solid rgb(240, 120, 8);
    background-color:#ffac5f;
    width:78%;
    font-family:Poppins;
    font: size 160px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10 px;
    margin-bottom: 10px;
    padding: 20px;
    text-align: justify;
    left: 64px;
  }

video 
    
     {
       display: block;
         position: relative;
        text-align: center;
        width:480px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 8vh;
    }
     


