@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Madimi+One&display=swap');


* {
    margin: 0;
    padding: 0;
}
body{
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    background-image: url(../images/wallpaperflare.com_wallpaper.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
nav a {
    
}
div li{
    padding-top: var(--bs-navbar-brand-padding-y);
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #fefefe;
}
.navbar-brand{
    color: rgb(255 255 255);
    font-family: "Madimi One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 150%;
}
.navbar-brand:hover{
 color: #fefefe;
}
.bg-body-tertiary{
    background-color: rgba(86, 28, 212, 0.38) !important;
}
main div{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 15px;
}
main .liste{
  height: 800px;
}
.page1-2 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    margin-top: 40px;
    min-height: 30vh;
}
.navbar-nav .nav-link.active:hover{
  color: #ff8000;
}
.navbar-toggler{
  background-color: #fefefe;
}
.img_films{
  width: 200px;
}
.titre2{
text-align: center;
font-size: 1.3rem;
}
/**button**/
.btn {
    border: none;
    width: 8em;
    height: 3em;
    border-radius: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #251159;
    margin-top: 30px;
    cursor: pointer;
    transition: all 450ms ease-in-out;
  }
  .text {
    font-weight: 600;
    color: #AAAAAA;
    font-size: medium;
  }
  
  .btn:hover {
    background: linear-gradient(0deg,#181819,#040405);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4),
    inset 0px -4px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 4px rgba(255, 255, 255, 0.2),
    0px 0px 180px 0px #9917FF;
    transform: translateY(-2px);
  }
  
  .btn:hover .text {
    color: white;
  }
  button a{
    text-decoration: none;
    color: darkgoldenrod;
  }


  /**** listing ****/
  main section{
    font-weight: 500;
  }
  .film p{
    margin-top: 0.5rem;
    line-height: 1.5;
    font-size: 85%;
  }
  aside{
    margin-left: 10px;
    margin-bottom: 10px;
  }
  
  .article-image img {
    max-width: 150px; /* Afin d'éviter les débordement des images */
    min-height: 150px;
  }
  .article-infos{
    text-align: center;
    color:black;
    text-decoration: none;
  }
  
  .produits{
    margin-top:50px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    display: grid;
    grid-template-columns: 450px 450px 450px;
    grid-column-gap: 50px;
  }
  
  #produits article{
   margin-bottom:25px;
  }
  article{
    margin-bottom :50px;
  }
  /*          */
  .titre1{
    color: #fefefe;
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
  }
  .container{
    color: #fefefe;
  }
  .container ul li {
    list-style: none;
  }
  #retour{
    background-color: #ff8000a2;
  }
/***************/

footer{
    background-color: rgba(0, 0, 0, 0.585) !important;
    display: flex;
    justify-content:space-evenly;
    color: #fefefe;
    bottom: 0;
    width: 100%;
    height: 30px;
}

/** ordi **/
@media screen and (min-width: 960px){
  .photo-album img{
    width: 120px;
    padding-left: 10px;
  }
  .photo-album{
    display: flex;
    justify-content: center;
    
  }
}
/** mobile **/
@media screen and (max-width: 480px){
  main div {        
       
    }
    .photo-album img{
      width: 115px;
      margin-bottom: 20px;
      
    }
    .photo-album{
      margin-top: 20px;
      display: grid;
      grid-template-columns: 120px 120px 120px;
      justify-content: center;
      column-gap: 20px
    } 
    .film p{
      margin-top: 0.5rem;
      line-height: 1.5;
      font-size: 65%;
    }
    footer {
      display: flex;
      justify-content:space-evenly;
      color: #fefefe;
      bottom: 0;
      width: 100%;
      height: 30px;
    }
    .produits{
      display: grid;
      grid-template-columns: 350px;
    }
    article h5,h6{
      font-size: 16px;
    }
    .film p{
      font-size: 85%;
    }
    main .liste{
      height: 800px;
    }
}

.liste p{
  color: #fefefe;
}
.liste h3{
  color: #fefefe;
}

/*** Admin ***/
.photo_gestion{
  width: 80px;
}
tbody, td, tfoot, th, thead, tr{
  color: #fefefe;
  border-width: 5px;
  border-color: rgb(104, 102, 111);
  background-color: #040405;
  
}
h1{
  color: #fefefe;
}
p{
  color: #fefefe;
}
.valide{
  display: flex;
  text-align: center;
}
.images img{
  width: 150px;
}
.rec{
  color: #fefefe;
}
.but_pages{
  display: flex;
  justify-content: space-evenly;
}
.titre_liste{
margin-top: 20px;
text-align: center;
}
.images{
  background-color: rgba(0, 0, 0, 0.5);
}
