/**
* 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.
*/

.tariftresors {
  margin-top: 20px;
  text-align: center;
}
.barrebroc3 {
  width: 142px;
  height: 3px;
  border-radius: 50px;
  background: linear-gradient(to right, transparent 0%, #371f13 20%, #d9bf95 50%, #371f13 80%, transparent 100%);
  opacity: 0.9;
  margin: 10px;
}
.bloc-tarif-detail {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: fit-content;
  padding: 10px;
  background: #f8f5f1;
  border-radius: 10px;
  background: linear-gradient(rgba(255, 255, 255, 0.5)), url(https://lileauxtresors.com/img/cms/fondbloc.jpg) center / cover no-repeat;
  box-shadow: 0 20px 40px rgba(55, 31, 19, 0.15), 0 5px 15px rgba(0, 0, 0, 0.08);
}

.bloc-tarif-detail1 {
  display: grid;
	align-content: center;
  height: 404px;
  padding: 20px; 
  text-align: center;
  justify-items: center;
  align-items: stretch;
  border: none;
  background-image: url("https://lileauxtresors.com/img/cms/bordertarif.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent;
}

.prixtarifA {
	font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #785843;
  margin-bottom: 37px;
  font-size: 25px;	
}
.prixtarif {
	font-family: "EB Garamond", serif;
  font-weight: 600;
  color: #785843;
  margin-bottom: 15px;
  font-size: 8rem;	
}
.barrebroc4 {
  width: 472px;
  height: 3px;
  border-radius: 50px;
  background: linear-gradient(to right, transparent 0%, #371f13 20%, #d9bf95 50%, #371f13 80%, transparent 100%);
  opacity: 0.9;
  margin: 60px 0px 20px 0px;
}

.bloc-tarif-detailExp {
  text-align: center;
	padding: 1px;
  background: linear-gradient(rgba(255, 255, 255, 0.4)), url(https://lileauxtresors.com/img/cms/fondbloc.jpg) center / cover no-repeat;
}
.prixtarifExp {
	font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #785843;
	margin-top: 2rem;
  margin-bottom: 37px;
  font-size: 25px;	
}
.bloc-tarif-detail2 {
  text-align: center;
  margin: 20px;
}



/*---------------------------------------------------*/
/*------------------------------------------------------*/
.title-tarifs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(https://lileauxtresors.com/img/cms/banner1tarifs.png) top center no-repeat;
  background-size: 100% auto;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: top;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: top;
	z-index: 0;
}



/* Section tarifs */
.tarifs-section {
  padding: 100px 8%;
  position: relative;
  overflow: hidden;
  background: url('https://lileauxtresors.com/img/cms/lestarifs.png') no-repeat center center;
  background-size: cover;
  color: #3b2a1a;
}

/* Filtre / voile sur le fond */
.tarifs-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); 
  backdrop-filter: brightness(0.85) contrast(1.1);
  z-index: 0;
  pointer-events: none;
}


/* Container */
.tarifs-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

/* Titre */
.title-tarifs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
   position: relative; 
    z-index: 1; 
}

.title-tarifs img {
  width: 338px;
  z-index: 1;
}

.title-tarifs h2 {
  font-family: "Pirata One", cursive;
  font-size: 48px;
  color: #5c3b12;
  margin: 0;
  text-shadow: 1px 1px 2px #fff8e0;
  z-index: 1;
}

/* Bloc contenu avec fond image */
.tarifs-content {
  background: url('https://lileauxtresors.com/img/cms/fondbloc.jpg') no-repeat center center;
  background-size: cover;
  padding: 35px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.35);
  max-width: 900px;
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 2;
  color: #3b2a1a;
}

/* léger voile pour lisibilité sur le fond */
.tarifs-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 245, 210, 0.5);
  border-radius: 12px;
  z-index: -1;
}

/* Intro avec logo */
.tarifs-content .intro {
  font-family: 'Pirata One', cursive;
  font-size: 53px;
  color: #b8860b;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px #3b2a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.tarifs-content .intro .logo-inline {
  width: 150px;
}

/* Liste des tarifs */
.tarifs-content .tarifs-list {
  font-family: 'Libre Baskerville', serif;
  font-size: 18px;
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Chaque ligne tarif */
.tarifs-content .tarifs-list li {
  position: relative;
  padding-left: 45px; 
  background: rgba(255, 245, 210, 0.25);
  border-radius: 8px;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #3b2a1a;
  text-shadow: 0 1px 1px #fff8e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Prix plus gros et doré */
.tarifs-content .tarifs-list li .prix {
  font-size: 22px;
  font-weight: 700;
  color: #b8860b;
}

/* Bullet avec picto headmenu */
.tarifs-content .tarifs-list li::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url('https://lileauxtresors.com/img/cms/headmenu.png') no-repeat center center;
  background-size: contain;
}

/* Bouton */
.btn-tresor {
  margin-top: 20px;
  padding: 14px 30px;
  background: linear-gradient(45deg, #b8860b, #daa520);
  border: none;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.btn-tresor img {
  width: 22px;
  height: auto;
}

.btn-tresor:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.4);
}

/* Scroll reveal */
.reveal-left, .reveal-right {
  opacity: 0;
  transition: all 1s ease;
}
.reveal-left { transform: translateX(-60px); }
.reveal-right { transform: translateX(60px); }
.reveal-visible { opacity: 1; transform: translateX(0); }

/* Responsive */
@media (max-width: 992px) {
  .tarifs-content, .title-tarifs, .tarifs-content .intro .logo-inline {
    width: 100%;
    text-align: center;
  }

  .tarifs-content .tarifs-list li {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 35px;
  }

  .tarifs-content .tarifs-list li .prix {
    margin-top: 5px;
  }

  .title-tarifs {
    justify-content: center;
  }
}
