#content {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.contnet-text {
   display: flex;
   flex-direction: column;
   align-items: center;
}
.contnet-text .text {
   width: 100%;
   display: flex;
   justify-content: center;
}
.text {
   justify-content: center;
}
.text div .titre {
       width: 430px;
       padding: 15px 120px;
       margin-top: -70px;
       margin-left: -120px;
       border-radius: -7px;
       box-shadow: none;
       letter-spacing: 1px;
       font-size: 28px;
   }
.content-menu-real {
   justify-content: center;
}
