/* style.css */

header {
    position: relative;
    background-color: #f58300;
    padding: 35px;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px; 
    height: auto;
    padding-top: 0px
}


.Spec {
    position: absolute; 
    top: 20px;         
    left: 1650px;        
    font-size: 20px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding-top: 5px
}


.Achat {
    position: absolute; 
    top: 20px;         
    left: 1820px;        
    font-size: 20px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding-top: 5px
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    padding-bottom: 1000px;
    background-color: #000000;

  }

  footer {
    background: #444;
    color: #fff;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    bottom: -1500px;
    position: absolute;
  }

  .zone {
    margin: 10px 0;
    min-width: 600px;
    text-align: center;
  }

  .zone h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #f58300;
    text-align: center;
  }

  .zone ul {
    list-style: none;
    padding: 0;
    text-align: center;
  }



  .zone a {
    color: #ccc;
    text-decoration: none;
    text-align: center;
  }



  .footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 10px;
    color: #bbb;
  }

.Img1 {
    width: 100%;
}


.T1{
    color: #ffffff;
    margin: 0;
    font-family: Arial, sans-serif;
    position: absolute;
    text-align: center;
    padding: 300px 200px;
    top: 0px;

}


.Img2 {
    width: 40%;
    position: absolute;
    left: 100px;
    top: 1400px;
}


.T2{
    color: #ffffff;
    margin: 0;
    font-family: Arial, sans-serif;
    position: absolute;
    text-align: center;
    padding: 300px 200px;
    top: 1200px;
    left: 750px;
}
