body {
      margin: 0;
      background: #32312f;
      color: black;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    }

    .page {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      background: url("../Facade/MENU GRAPHIQUE/Fond_page.jpg") repeat-y top center;
      min-height: 1200px;
    }

    header {
      text-align: center;
    }

    .banner img {
      display: block;
      width: 100%;
      max-width: 1200px;
      height: auto;
      border: 0;
      margin: 0px 0px 5px 0px;
    }

    nav {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  line-height: 0;
}

nav a {
  width: 25%;
  display: block;
}

nav img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
      
    main {
width: 100%;
margin: 25px auto 60px auto;  
padding: 0 10px;
    box-sizing: border-box;
    }
.img-resp {
    display: block;
    max-width: 100%;
    height: auto;
	margin-left: auto;
    margin-right: auto;
    border: 0;
    padding: 0;
}
    .kit-table {
      width: 800px;
      max-width: 100%;
      margin: 15px auto 15px auto;
      border-collapse: collapse;
      background: white;
      line-height: 1;
    }

    .kit-table td {
      vertical-align: middle;
      box-sizing: border-box;
      
    }

    .kit-title {
      text-align: center;
      font-size: 15pt;
      letter-spacing: 3px;
      word-spacing: 2px;
      line-height: 2;
      border: 3px solid #333232;
    }

    .kit-photo {
      width: 50%;
      text-align: center;
			padding: 0; 
      border: 1px solid #333232;
      }

    .kit-photo img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      border: 0;
      padding: 0px 0px;
    }
      .kit-text {
  		padding: 6px 8px;
      border: 2px solid #333232;
      font-size: 13pt;
			}
      
       .page-title {
       margin-bottom: 15px;
	   border: 3px solid #333232;
	   background: #c5af93;
       }
		h1 {
    margin: 0;
    padding: 0;
    font-size: 17pt;
	text-align: center;
	line-height: 2;
}
		h2 {
    margin: 0;
    padding: 0;
    font-size: 15pt;
    font-weight: normal;
	text-align: center;
	line-height: 1.5;
}
 	h3 {
  margin: 0;
  padding: 0;
  font-size: 15pt;
  font-weight: normal;
}
      
    footer {
      width: 1048px;
      max-width: 96%;
      margin: 0 auto 60px auto;
      background: #DACCBB;
      text-align: center;
      font-family: Arial, sans-serif;
    }

    .footer-title {
      background: #8a6b46;
      color: white;
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      padding: 12px 0;
      font-size: 16px;
    }

    .footer-links {
      display: grid;
      grid-template-columns: 1fr 1fr;
      padding: 8px 0 16px 0;
			}

    .footer-links p {
      margin: 10px 0;
      font-size: 18px;
    }

    .footer-links a {
      color: black;
    }

    .footer-note {
      color: #006600;
      font-size: 20px;
    }

    @media (max-width: 700px) {
  .page {
    width: 100%;
  }

  main {
    width: 100%;
    margin: 30px auto 40px auto;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .kit-table {
    width: 100%;
    max-width: 100%;
  }

  .kit-table td {
     font-size: 11pt;
  }

  .kit-title {
    letter-spacing: 2px;
    line-height: 1.5;
  }

  footer {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

    @media (max-width: 420px) {
      
      .kit-table td {
        font-size: 10.5pt;
      }
    }