/** Shopify CDN: Minification failed

Line 335:0 Unexpected "<"
Line 371:4 Unexpected "<"

**/


/* CSS from section stylesheet blocks */
#head-img{
	padding:0px 100px;
}

#head-img img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.lightbox{
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	height:100vh;
	width:100vw;
	background-color: rgba(0,0,0, 0.2);
	z-index:1040;
	margin:0;
	padding: 3rem 0px;
}

.lightbox-content-wrapper{
	background-color:white;
	border-radius:5px;
	height:100%;
	padding:15px;
	overflow-y:scroll;
}

.lightbox-img{
	max-width:100%;
	margin-bottom:15px;  
}

.disapear{
	display:none!important;
}
.gallery {
 display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

    .gallery img {
   width: 17em !important;
    height: 17rem !important;
    object-fit: cover;
    object-position: center;
    height: auto;
    background-position: center;
    margin: 10px;
}

  .encadre {
  /* Styles par défaut pour le bloc encadré */
}

.boxed {
  border: none; /* Bordure pour l'encadrement */
}

/* Ajoutez d'autres styles CSS selon vos besoins */


.banner-image {
  height: 300px; /* Ajustez la hauteur selon vos besoins */
  background-position: center; /* Centrer l'image horizontalement et verticalement */
  background-size: cover; /* Effet de couverture pour remplir le conteneur */
}

.deux-colonnes{
  align-items:center;
    display: flex;
  align-items: center; /* Centrer verticalement */
}
.deux-colonnes .col{
  flex: 1;
  padding: 0 10px; /* Espacement entre les colonnes */
}
@media (max-width: 768px) {
  /* Styles à appliquer lorsque la largeur de l'écran est inférieure ou égale à 768px (format mobile) */

  .deux-colonnes .col {
    flex: 100% !important; /* Pour que chaque colonne occupe toute la largeur */
    padding: 0; /* Supprimer le padding entre les colonnes */
    margin-bottom: 20px; /* Ajouter un espace entre les colonnes */
  }
}
.deux-colonnes img{
  max-width: 400px !important; /* Maximum de largeur pour l'image */
  display: block;
    max-width: 100%;
  max-height: 100%;
  width:100%;
  margin: 0 auto; /* Centrer horizontalement */
}
.separateur{
  height: 45px; /* Hauteur de l'espace séparateur */
  width: 100%; /* Largeur du séparateur pour occuper toute la largeur */
}
 .custom-page img{
    max-width: 750px;
   height:auto;
   object-fit:cover
}
  .custom-page p{
    margin:0px
  }

/* Pour les vidéos */
.custom-page .video-container {
  max-width: 500px; /* Largeur maximale de 100% pour s'adapter à la taille de son conteneur */
}
#content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    position: unset !important;

}

#loader {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 9999;
  animation: spin 1s linear infinite;
}

#boutique-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-single {
/*   flex-basis: 25%;  */
  padding: 0 0.5rem; 
  position: unset !important;
  margin:0 !important
}
.prod-block {
  height: 100%;
}

.prod-img {
  height: 70%;
}

.prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
}

.prod-textes {
  height: max-content;
}

.prod-title h4 {
  min-height: 3rem;
}
.product-single{
	height:initial;
}
.prod-block{
  text-decoration:none;
}
.product-single a{
	text-decoration:none;
}

.prod-block{
	height:100%;
	padding: 0 0.5rem;
}

.prod-title{
	padding-top: 20px;
}

.prod-infos p{
	margin:0px;
}

@media (max-width: 767px) {
  .product-single {
    flex-basis: 50%;
  }
}

@media (max-width: 575px) {
  .product-single {
    flex-basis: 100%;
  }
}
.edition-2024 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
}

.edition-2024 img {
max-width: 600px;
    height: auto;
    width: 100%;
}
@media screen and (max-width: 767px) {
  .edition-2024 .buttons {
      display: flex !important;
      flex-wrap:wrap !important;
        height: 45vh !important;

  }
}
.edition-2024 .buttons {
display: flex;
    flex-direction: row;
    align-items: center;
    height: 33vh;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: space-around;
    align-content: center;

}
  

.edition-2024 .buttons button {

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    gap: 167px;
    justify-content: center;
    padding: 2.5rem 4rem;
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 3rem;
    width: 45%;
    max-width: 504px;
    min-width: 200px;
}
  .edition-2024 .buttons button h1{
    width: 180px;
    text-align: center;
  }
#head-img{
	padding:0px 100px;
}

#head-img img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.lightbox{
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	height:100vh;
	width:100vw;
	background-color: rgba(0,0,0, 0.2);
	z-index:1040;
	margin:0;
	padding: 3rem 0px;
}

.lightbox-content-wrapper{
	background-color:white;
	border-radius:5px;
	height:100%;
	padding:15px;
	overflow-y:scroll;
}

.lightbox-img{
	max-width:100%;
	margin-bottom:15px;  
}

.disapear{
	display:none!important;
}
#illus img{
	height:100%;
	width:100%;
	object-fit:contain;
}

#map-box{
	filter: grayscale(100%);
	min-height:50vh;
}

#map-box iframe{
	width:100%;
	height:100%;
}
<style>
      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
     
     .mySwiper{
     	padding:0px;
     }
    </style>
.designer-wrapper{
	margin-top:80px!important;

}

.designer-block{
	height: 100%;
}

.designer-portrait img, .designer-objet img{
	width:100%;
	height:100%;
	object-fit:cover;
	overflow:hidden;
	object-position: top;
}

.designer-bio{
	padding:40px 20px;
	position:relative;
}

.designer-bio a{
	color:white;
	text-decoration:none;
	font-weight:lighter;
	position: absolute;
	bottom:20px;
}

.designer-bio a:hover{
	text-decoration: underline;
	cursor: pointer;
}
.devis-block{
	padding: 20px 26px;
    max-height: 160px;
    box-sizing: border-box;
}

#image-devis img{
	height:100%;
	width:100%;
	object-fit:contain;
}

#title-devis h2{
	line-height:120px;
	text-align: center;
}

#devis-bar a:hover{
	text-decoration: none;
}
#head-img{
	padding:0px 100px;
}

#head-img img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.lightbox{
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	height:100vh;
	width:100vw;
	background-color: rgba(0,0,0, 0.2);
	z-index:1040;
	margin:0;
	padding: 3rem 0px;
}

.lightbox-content-wrapper{
	background-color:white;
	border-radius:5px;
	height:100%;
	padding:15px;
	overflow-y:scroll;
}

.lightbox-img{
	max-width:100%;
	margin-bottom:15px;  
}

.disapear{
	display:none!important;
}
#footer	{
	width:100%;
	height: fit-content;
	padding:20px;
	margin-top: 16px;
}


#footer p{
	margin-bottom:0px;
}


.rs-link{
	display:inline-block;
	margin-bottom:20px;
}

.rs-link img{
	height:25px;
	margin: 0px 5px;
}
#head-img{
	padding:0px 100px;
}

#head-img img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.lightbox{
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	height:100vh;
	width:100vw;
	background-color: rgba(0,0,0, 0.2);
	z-index:1040;
	margin:0;
	padding: 3rem 0px;
}

.lightbox-content-wrapper{
	background-color:white;
	border-radius:5px;
	height:100%;
	padding:15px;
	overflow-y:scroll;
}

.lightbox-img{
	max-width:100%;
	margin-bottom:15px;  
}

.disapear{
	display:none!important;
}
.tooltip {
    position: absolute;
    top:15px;
    opacity: 0;
    transition: opacity 0.3s ease; /* Add a smooth transition effect */
    /* Adjust other styles as needed */
}

/* Display the tooltip on hover */
 @media screen and (min-width: 995px) and (max-width: 1350px) {
.nav-item:hover .tooltip {
    opacity: 1;
    /* Adjust other styles as needed */
}
 }
.big-number {
      font-size: 5rem;
      width:100%;
      text-align:center;
    }
    .fw-first::first-line {
      font-weight: 600;
    }
      .fw-600 {
      font-weight: 600;
    }

    .half-width {
      width: 50%;
    }

    .full-container {
      width:100%;
      height:100%;
    }

    .fs-media-query {
      font-size:1.25rem;
    }

    .m-bottom {
      margin-bottom: .3rem;
    }

    @media (min-width: 768px) and (max-width: 1200px) {
     .fs-media-query {
      font-size: 1rem;
    }
  }
.home-product-wrapper a{
	color: black;
	text-decoration: none;
}
.partenaire{
	padding:20px;
}

.partenaire img{
	width:100%;
	height:100%;
	object-fit:contain;
	max-height:150px;
}

/* #emmaus-block img{
	max-width:200px;
	padding:20px 0px;
} */
.element-item{
		display:grid;
	}