body {
  margin: 0;
}

#en-tete {
  border: 1px none solid;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

#wanter {
  border: 1px none solid;
  width: 25%;
  height: auto;
  font-size: 15px;
}

#barreDeRecherche {
  border: 1px none solid;
  width: 45%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#catalogue-vente {
  border: 1px none solid;
  width: 20%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

#recherche {
  width: 60%;
  height: 50%;
  border-radius: 8px;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2%;
  border-color: black;
}

#catalogue {
  border: 1px none solid;
  width: 42%;
  font-size: 25px;
}

#vente {
  font-size: 25px;
  line-height: 30px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 12px;
  background-color: #212529;
  color: white;
}

#section1 {
  border: 1px none solid;
  width: 100%;
  height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#banniere {
  border: 2px #2020d4 solid;
  width: 91.5%;
  height: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #212529;
  color: white;
  border-radius: 15px;
}

#section-item1 {
  border: 1px none solid;
  width: 45%;
  height: 80%;
}

#categories {
  border: 2px none solid;
  width: 91.5%;
  height: 18%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.category-items {
  border: 1px none solid;
  width: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.cc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  opacity: 0.4;
}

.cd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  opacity: 0.4;
}

#economie {
  border: 1px none solid;
  width: 100%;
  height: 20%;
  font-size: 30px;
}

#AchatProduit {
  border: 1px black so;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30%;
}

#buttPtod {
  padding: 16px;
  font-size: 25px;
}

#section-item2 {
  border: 1px none solid;
  width: 45%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

#imagesPc1 {
  border: 1px black solid;
  width: 60%;
  height: 85%;
  background-image: url("pcTech.jpeg");
  background-size: 100% 100%;
  border-radius: 5px;
}

#section2 {
  border: 1px none solid;
  width: 84%;
  margin-left: 8%;
}

#popu {
  font-weight: bold;
  margin-left: 13px;
}

.sect {
  width: 30%;
  display: inline-block;
  margin-left: 20px;
  border: 1px black solid;
  margin-top: 10px;
  border-radius: 10px;
}

.sect1 {
  width: 30%;
  display: inline-block;
  margin-left: 20px;
  border: 1px none solid;
  margin-top: 10px;
  border-radius: 10px;
  background-color: white;
}

.sect p:last-child {
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  color: #198754;
}

.sect-img {
  width: 100%;
  border-radius: 10px;
}

.sect1-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.descc1 {
  font-size: 25px;
}

.price-dee {
  font-size: 25px;
  color: blue;
  margin-top: 5px;
}

#sect3 {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 5px 5px black;
          box-shadow: 0 5px 5px black;
  margin-left: 9%;
  margin-bottom: 5%;
  margin-top: 2%;
  background-color: white;
  border-radius: 5px;
}

.sect3 {
  border: 1px none solid;
  width: 80%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 80px;
          column-gap: 80px;
}

.sect3-desc-items {
  font-size: 30px;
  font-weight: bold;
}

.sect3-desc {
  margin-top: 15px;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.click {
  color: black;
  cursor: pointer;
  text-decoration: none;
}

.imgAchat {
  border: 1px none solid;
  width: 40%;
  height: 100%;
}

.posButton {
  border: 1px none solid;
  width: 100%;
  height: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: center;
}

.btn {
  width: 90%;
  font-size: large;
  background-color: #3030aa;
  color: white;
}

.img-sect3 {
  border: 1px none solid;
  width: 100%;
  height: 80%;
}

.sect-img1 {
  width: 100%;
  border-radius: 10px;
}

.pc-item {
  border: 1px black solid;
  width: 300px;
  height: auto;
}

.pc-desc {
  border: 1px black solid;
  width: 100%;
  height: 95px;
  background-color: #198754;
}

.imagPc {
  border: 1px black solid;
  width: 100%;
  height: 250px;
  background-color: red;
}

.mac {
  border: 1px black solid;
  width: 60%;
  padding: 5px;
}

.mac-desc {
  border: 1px black solid;
  width: 100%;
  padding: 5px;
}

.mac-price {
  border: 1px black solid;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #198754;
}

#titleBanniere {
  border: 1px none solid;
  width: 100%;
  height: 40%;
  font-size: 39px;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) and (min-width: 500px) {
  #titleBanniere {
    height: 20%;
    font-size: 20px;
  }
  #vente {
    font-size: 12px;
  }
  .sect {
    width: 45%;
  }
  #categories {
    border: 2px none solid;
    width: 91.5%;
    height: 18%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .category-items {
    border: 1px none solid;
    width: 12%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 600px) {
  #titleBanniere {
    height: 20%;
    font-size: 13px;
  }
  #vente {
    font-size: 12px;
  }
  .sect {
    width: 90%;
  }
  .descc1 {
    font-size: 12px;
  }
  .price-dee {
    font-size: 12px;
  }
  .sect1 p {
    font-size: 12px;
  }
  .sect3-desc-items {
    width: 90%;
  }
  .sect3-desc-items {
    font-size: 15px;
  }
  body {
    overflow-x: hidden;
  }
  .lorem {
    font-size: 12px;
  }
  #categories {
    border: 2px none solid;
    width: 91.5%;
    height: 18%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .category-items {
    border: 1px none solid;
    width: 12%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
    font-weight: bold;
  }
  #banniere {
    border: 2px #2020d4 solid;
    width: 91.5%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #212529;
    color: white;
    border-radius: 15px;
  }
  #AchatProduit {
    border: 1px black so;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 10%;
  }
  #buttPtod {
    padding: 10px;
    font-size: 10px;
  }
  #economie {
    border: 1px none solid;
    width: 100%;
    height: 10%;
    font-size: 10px;
  }
  #section-item1 {
    border: 1px none solid;
    width: 50%;
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  #catalogue {
    font-size: 12px;
    margin-right: 15px;
  }
}

hr {
  position: relative;
  top: 200px;
}

hr {
  position: relative;
  top: 200px;
}

#logo_footer {
  position: relative;
  top: 200px;
  height: 60px;
  width: auto;
  left: 50px;
}

#sous_titre {
  position: relative;
  top: 180px;
  left: 40px;
}

.footer_nav {
  position: relative;
  top: 100px;
  left: 15%;
}

.footer_nav li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px;
}

.footer_nav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: black;
}

.footer_lien_externe {
  position: relative;
  top: -135px;
  left: 30%;
}

.footer_lien_externe li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px;
}

.footer_lien_externe li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: black;
}

.footer_p {
  position: relative;
  top: -330px;
  left: 50%;
}

.footer_p li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px;
}

.footer_p li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: black;
}
/*# sourceMappingURL=main.css.map */
