/**
* 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.
*/
@import url('https://fonts.googleapis.com/css2?family=Pirata+One&family=Libre+Baskerville:wght@400;700&display=swap');

.btn-corse2 {
	margin-left: 54%;
	margin-top: 4%;
    display: inline-block;
    padding: 7px 2px 5px 2px;
    border-radius: 30px;
    border: 1px solid #d9bf95;
    box-shadow: 0 0 0 2px #64523e;
    background: url(https://lileauxtresors.com/img/cms/fondbouton.png) center / cover no-repeat;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-corse2 img {
	width: 9%;
}
.btn-corse2 a {
	color: white;
}



.concept-section {

  padding: 50px 8%;
  position: relative;
  overflow: hidden;
}

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

.concept-container {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    max-width: 1900px;
    margin: auto;
    flex-wrap: nowrap;
    align-items: center;
}

/* IMAGE */
.concept-image {
  flex: 0 0 48%;
  text-align: center;
}

.concept-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
  transform: rotate(-2deg);
  transition: 0.4s ease;
}

.concept-image img:hover {
  transform: rotate(0deg) scale(1.03);
}

/* TEXTE */
.concept-content {
  flex: 0 0 48%;
  font-family: 'Libre Baskerville', serif;
  color: #3b2a1a;
  position: relative;
  z-index: 2;
}

.title-concept {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    justify-content: flex-start;
}

.title-concept img {
  width: 144px;
}

.concept-content h2 {
  font-family: "Almendra", serif;
  font-weight: 600;
  font-size: 44px;
  margin: 0;
  color: #5c3b12;
}

.concept-content p {
  margin-bottom: 18px;
  line-height: 1.7;
  font-size: 17px;
}

.highlight {
  font-weight: bold;
  color: #7a4e1d;
}

.gold {
  font-weight: bold;
  color: #b8860b;
  font-size: 18px;
}

.signature {
  font-family: 'Pirata One', cursive;
  font-size: 26px;
  margin-top: 25px;
  color: #4a2c0f;
}

/* BOUTON */
.btn-tresor {
  margin-top: 30px;
  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);
}

/* ANIMATION SCROLL */
.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) {
  .concept-container {
    flex-direction: column;
    text-align: center;
  }

  .concept-image,
  .concept-content {
    flex: 100%;
  }

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