
* {
    font-family:  Arial;
}


h1 {
	text-align:center;
}


  .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }
	  
	  
	  .card-template {
		display:none;
	  }
	  
	 .carousel-template {
		display:none;
	  }
	  
	.category-filter {
		margin:5px;
	}
	
	#category-section {
		width:100%;
		text-align:center;
	}


.album-image {  
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
 
  backface-visibility: hidden;

  width:100%; 
  height:auto;
  loading:lazy;

  cursor:pointer;	  
}

.image-section {
	position:relative;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.image-section:hover .album-image {
  opacity: 0.5;
  
}

.image-section:hover .middle {
  opacity: 1;
}

.card-title {
	font-weight:bold;
	font-style:italic;
}




.text {
  background-color: #aaaaaa;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  cursor:pointer;
}

.sold {
	color:red;
}


.image-zoom {
	width:100%;
	height:auto;
}




#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 40px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  height: auto; 
  width: auto; 
  max-height: 90%;

}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
 max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #777;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 999;
    background-color: #eee;
    padding: 5px;
    border-radius: 10px;
    height: 45px;
    padding-top: 0px;
    width: 45px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #555;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


.fulltext {
	
	width:1000px;
	padding:30px;
}

.splide img {
	width:800px;
	height:auto;
}

.zoom-button {
	visibility:hidden;
}

.category-title{
	display:none;
}

.card {
	height:100%;
}
.image-section {
	height:100%;
	background-color:#ffffff;
	display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center; /* Centre verticalement */
    

}

.image-section img {
	display: inline-block;
    vertical-align: middle;
	max-width: 100%;
    max-height: 100%;
	top: 50%;
}
