body {
    /* background-color: #f5f5f5; */
    background: url(porte.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    color: #333;
  }
  
  .container {
    /* max-width: 800px; */
    /* margin: 50px auto; */
    text-align: center;
  }
  
  .h1 {
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 15px;
    color: rgb(90, 86, 87);
  }

  .h1 p {
    display: inline-block;
    font-size: 36px;
    background-color: rgba(158, 157, 157, 0.647);
    padding: 5px 10px;
    /* background-image: linear-gradient(90deg, gray, blue); */
    margin: 5px;
    font-style: italic;
    /* padding: 10px 40px; */
  }
  .h1 p:first-child {
    font-size: 28px;
    font-weight: 500;
  }
  .contact p {
    font-size: 16px;
    line-height: 1.5;
    margin: 5px;
    /* color: #3c8990; */
    color:rgb(226, 226, 226);
    font-size: 24px;
    /* background-color: rgba(158, 157, 157, 0.647); */
  }

  /* section {
    position:absolute;
    left: 0px;
  } */
 .contact {
  background-color: rgba(90, 86, 87, 0.7);
  border-radius: 5px;
  padding: 5px 15px;
  margin-top: 40px;
  display: inline-block;
  font-family: 'Caveat', cursive;
  
 }
  /* .image {
    background-image: url('interior.jpg');
    width : 1000px;
    height: 780px;
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    left: 50px;
    z-index: 1;
  } */
  
  a {
    text-decoration: none;
    /* color: #3c8990; */
    color:rgb(226, 226, 226);
    font-size: 24px;
    /* background-color: rgba(158, 157, 157, 0.647); */
  }
  .texte {
    margin: 30px auto;
    max-width: 750px;
    position:relative;
    top: 45px;
    left: 350px;
    z-index: 1000;
  }

  .texte p {
    color:rgb(226, 226, 226);
    font-family: 'Caveat', cursive;
    font-size: 20px;
    line-height: 1.1;
    padding: 10px 20px;
    border-radius: 5px;
    /* background-image: linear-gradient(90deg, #d1cfcfd6, #5A5657); */
    background-color: rgba(90, 86, 87, 0.7);;
    text-align: justify;
    /* margin-top: 5px;
    margin-bottom: 5px; */
    
  }

  .footer {
    position : relative;
    top: 40px;
    margin: 70px auto;
    max-width: 500px;
    display: inline-block;
    
  }

  .footer p {
    font-size: 26px;
    font-family: 'Caveat', cursive;
    color:rgb(226, 226, 226);
    background-color: rgba(90, 86, 87, 0.7);
    line-height: 1.5;
    padding: 10px 30px;
    /* font-style: italic; */
    border-radius: 5px;
  }