/**
* 2007-2026 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2026 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.choixtypestands {
    margin: 30px 20px 20px 20px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 54px;
}
section.standtype {
    margin-top: 5%;
}
.typestandtresors {
   width: 411px;
    height: 773px;
  background-color: #ffffff;
  border-radius: 12px; /* optionnel */
  padding: 20px; /* optionnel */
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1), 
    0 5px 15px rgba(0, 0, 0, 0.08);
}

.stand-item2 {
  padding: 8px 12px;
  border-radius: 6px;
  border-left: 1px solid #b8860b;
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  line-height: 1.6;
  color: #3b2a1a;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: justify;
}
.stand-item2 p {
  height: 2.6em;
}
.stand-item2 ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}
.stand-item2 ul li {
  margin-bottom: 4px;
}



/*-----------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.stands-section {
  padding: 80px 8%;
  position: relative;
  overflow: hidden;
}

/* Texture carte comme concept */
.stands-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('https://www.transparenttextures.com/patterns/old-map.png');
  opacity: 0.15;
  pointer-events: none;
}

.stands-container {
  max-width: 1900px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* TITRE */
.title-stands {
  position: relative; 
  display: inline-block; 
}

.title-stands img {
  width: 34%;
  display: block;
  border-radius: 12px;
}

.title-stands h2 {
  position: absolute; 
  top: 35%;
    left: 181px;
  transform: translateY(-50%); 
  font-family: "Almendra", serif;
  font-size: 44px;
  color: #5c3b12;
  margin: 0;
  
  padding: 5px 10px; 
  border-radius: 6px; 
}
.centrertitle {
	text-align: center;
	margin-left: 29%;
    margin-bottom: 6%;
}

.stand-item p {
	  background: rgba(255, 235, 180, 0.15); 
  padding: 8px 12px;
  border-radius: 6px;
  border-left: 3px solid #b8860b;
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  line-height: 1.6;
  color: #3b2a1a; 
  margin-top: 12px;
  margin-bottom: 20px;
  text-align: left; 
}

.stand-item p strong {
  color: #b8860b; 
}

.stand-item p br {
  content: ""; 
  line-height: 1.5;
}
.detailstands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


/* GRID */
.stands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

/* ITEM */
.stand-item {
  text-align: center;
}

/* VISUEL */
.stand-visual {
  position: relative;
  display: inline-block;
}

.meuble {
  width: 100%;
  max-width: 260px;
  border-radius: 12px;
 /*box-shadow: 0 20px 45px rgba(0,0,0,0.4);*/
  /*transform: rotate(-2deg);*/
  transition: 0.4s ease;
  position: relative;
  z-index: 2;
}

.ship-decor {
    position: absolute;
    bottom: -6px;
    left: -147px;
    width: 256px;
    opacity: 0.35;
    z-index: 1;
    transition: 0.4s ease;
}

.stand-item:hover .meuble {
  transform: rotate(0deg) scale(1.05);
}

.stand-item:hover .ship-decor {
  transform: translateY(-8px) rotate(-3deg);
  opacity: 0.6;
}

/* TITRE */
.stand-item h3 {
  margin-top: 53px;
  font-family: 'Pirata One', cursive;
  font-size: 26px;
  color: #4a2c0f;
}

/* RESPONSIVE */
@media (max-width: 1440px) {
  .stands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .stands-grid {
    grid-template-columns: 1fr;
  }
  .title-stands {
    justify-content: center;
  }
}
