*{
    padding: 0;
    margin: 0;
  }
  @font-face {
    font-family: 'Algerian Regular';
    src: url('/font/Algerian\ Regular.ttf') format('ttf');
  }
  #catalogue {
      display: flex;
      width: 90%;
      margin: 0 auto;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 50px;
      gap: 25px;
      margin-bottom: 120px;
  }p {
      margin-top: 10px;
      font-size: 14px;
  }
  article {
      position: relative;
      background-color: #ddd;
      width: 330px;
      height: 420px;
      margin: 0 auto;
      border-radius: 7px;
  }
  @media screen and (max-width:560px) {
    
}
  .page {
    width: 100%;
    height: 1000px;
    position: relative;
    background-size: 100%;
    background-image: url("../images/adobestock_196032189.webp");
    background-repeat: no-repeat;
    z-index: 1;
  }
  .photo {
      min-width: 164px;
      height: 233px;
      margin-top: 17px;
      margin-left: 15px;
      background-color: #fff;
      transition: .25s ease-in-out;
  }
  .photo>img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .flex {
      display: flex;
      justify-content: space-between;
  }
  .texte_presentation {
      margin-left: 15px;
      margin-right: 5px;
      position: relative;
      display: flex;
      flex-wrap: wrap;
     flex-direction: column;
  }
  .texte_presentation p {
    margin-left: 15px
  }
  .texte_catalogue {
      margin: 0 20px;
      position: absolute;
      overflow: hidden;
      height: 138px;
  }
  .font-size {
      font-size: 14px;
  }
  nav {
      width: 100%;
      background-color: black;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-bottom: 5px solid white;
  }
  nav ul {
      width: 60%;
      display: flex;
      justify-content: space-around;
      align-items: center;
  }
  nav ul li {
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Algerian Regular', sans-serif;
  }
  a {
      text-decoration: none;
      font-size: 24px
  }
  nav ul li a:hover{
      border-bottom: 2px solid white;
      color: white;
  }
.barcode {
    position: relative;
    left: -180px;
    top: 180px;
    height: 2.5em;
    width: 0;
    margin: 1.2em 0 0 .8em;
    box-shadow: 1px 0 0 1px black,
    5px 0 0 1px black,
    10px 0 0 1px black,
    11px 0 0 1px black,
    15px 0 0 1px black,
    18px 0 0 1px black,
    22px 0 0 1px black,
    23px 0 0 1px black,
    26px 0 0 1px black,
    30px 0 0 1px black,
    35px 0 0 1px black,
    37px 0 0 1px black,
    41px 0 0 1px black,
    44px 0 0 1px black,
    47px 0 0 1px black,
    51px 0 0 1px black,
    56px 0 0 1px black,
    59px 0 0 1px black,
    64px 0 0 1px black,
    68px 0 0 1px black,
    72px 0 0 1px black,
    74px 0 0 1px black,
    77px 0 0 1px black,
    81px 0 0 1px black,
    84px 0 0 1px black,
    88px 0 0 1px black,
    93px 0 0 1px black,
    96px 0 0 1px black,
    99px 0 0 1px black;
  }
@media screen and (max-width:560px) {
}
footer {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer p {
    color: black;
}
@media screen and (max-width:1100px) {
    .page {
        min-width: 1000px;
    }
    nav ul {
        width: 95%;
    }
    #logo {
        display: none;
    }
}
@media screen and (max-width:1000px) {
    .page {
        left: -50px;
    }
}

@media screen and (max-width:900px) {
    .page {
        left: -100px;
    }
}

@media screen and (max-width:800px) {
    .page {
        left: -150px;
    }
}
@media screen and (max-width:1050px) {
    .page {
        left: -25px;
    }
}

@media screen and (max-width:950px) {
    .page {
        left: -75px;
    }
}

@media screen and (max-width:850px) {
    .page {
        left: -125px;
    }
}

@media screen and (max-width:740px) {
    .page {
        left: -165px;
    }
    nav ul li a {
        font-size: 16px!important;
    }
}
@media screen and (max-width:680px) {
    .page {
        left: -190px;
    }
}
@media screen and (max-width:630px) {
    .page {
        left: -210px;
    }
}
@media screen and (max-width:600px) {
    .page {
        background-size: 90%;
        left: -165px;
    }
}
@media screen and (max-width:570px) {
    .page {
        background-size: 85%;
        left: -150px;
    }
}
@media screen and (max-width:540px) {
    .page {
        background-size: 85%;
        left: -170px;
    }
}
@media screen and (max-width:510px) {
    .page {
        background-size: 80%;
        left: -160px;
    }
}
@media screen and (max-width:490px) {
    .page {
        background-size: 75%;
        left: -150px;
    }
}
@media screen and (max-width:460px) {
    .page {
        background-size: 75%;
        left: -160px;
    }
}
@media screen and (max-width:445px) {
    .page {
        background-size: 70%;
        left: -150px;
    }
}
.icons {
    width: 30px;
    height: 30px;
    filter: invert();
    margin-right: 10px;
    position: relative;
    top: 5px;

}
#logo {
    width: 50px;
    height: 50px;
    transform: scale(30);
    position: absolute;
    top: 35px;
    left: 130px;
    
}
.dessus {
    z-index: 10;
}
#recherche form #real {
    width: 80%;
}
#recherche form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
table {
    border: solid black;
}
tr,th,td {
    color: black;
    border: 2px solid black;
    padding: 10px 8px;
}
.centre {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.centre label {
    padding-bottom: 10px;
}
table tr td form button {
    background-color: white;
    color: black;
    border: none;
}
th a {
    color: black;
}
.centre #photo {
    position: relative;
    left: 60px;
}
#display {
    
        width: 80%;
        margin: 50px auto;
        display: flex;
        justify-content: space-around;
}
.noir {
    color: black;
}
.description {
    min-width: 200px;
}
.photo_gestion {
    max-width: 200px;
}
.padding {
    padding-bottom:15px ;
}
.marque {
    margin-top: 20px;

}
#petit {
    max-width: 100px;
}