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

.centrertitle2 {
    margin: 60px 20px 60px 20px;
    text-align: center;
}
.tauxcomm {
  
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}
.tauxcomm {
  position: relative;
  width: auto;
  min-height: 800px;
  overflow: hidden;
}

.tauxcomm-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: url('https://lileauxtresors.com/img/cms/Carnetdecommissions.png');*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
 
  opacity: 0.5; 

  z-index: 0; 
  pointer-events: none; 
}

.tauxcomm-wrapper {
  position: relative;
  z-index: 1; 
}










.tauxcomm.visible {
  opacity: 1;
  transform: translateY(0);
}

.tauxcomm-wrapper {
margin: 0% 7% 0% 10%;
    display: flex;
    gap: 108px;
  flex-wrap: wrap;
  align-items: stretch;
}

.tauxcomm-left {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.taux-row {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

.taux-row.active {
  border-color: #c59d5f;
  background: #fff8ee;
}

.price-range {
  font-size: 30px;
  color: #b8860b;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.comm {
  font-size: 16px;
  color: #555;
  margin-top: 5px;
  line-height: 1.3;
}

.comm strong {
  font-size: 30px;
  color: #b8860b;
  font-weight: 700;
  display: inline;
}

.comm br {
  line-height: 1.2;
}

/* DROITE */
.tauxcomm-right {
  flex: 1;
  min-width: 320px;
}

.page-wrapper {
  perspective: 1200px;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}

.page-flip {
  transform: rotateY(-180deg);
}

.repartition-title {
  font-size: 25px;
  color: #c59d5f;
  font-weight: 600;
  text-align: left;
}

.repartition-subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: left;
}

.highlight-price {
  color: #b8860b;
  font-weight: 700;
  font-size: 25px;
}

.repartition-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.repartition-image {
  flex: 1;
}

.repartition-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.repartition-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: space-between;
}

.detail-header {
  background: #b8860b;
  color: #fff;
  padding: 12px 25px;
  
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.detail-bloc {
  display: flex;
  min-height: 120px;
  border-radius: 50px 0px 0px 50px;
  overflow: hidden;
}

.detail-picto {
  flex: 0 0 26.66%;
  background: #f5e8c2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-picto img {
  width: 96%;
  height: auto;
}

.detail-text {
  flex: 1;
  background: #fff;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  align-items: flex-start;
}

.detail-text .label {
  font-size: 15px;
  font-weight: 600;
}

.detail-text > strong {
  font-size: 25px;
  color: #b8860b;
  display: block;
}

.price-line {
  display: flex;
  align-items: center;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 5px;
}

.percent {
  font-size: 14px;
  color: #555;
}

.rate {
  font-size: 14px;
  color: #c59d5f;
}

.detail-summary {
  margin-top: 20px;
  padding: 20px 25px;
  background: #f4f4f4;
  
  font-size: 15px;
  line-height: 1.6;
}

.detail-summary strong {
  color: #b8860b;
  font-weight: 700;
  font-size: 25px;
}



@media (max-width:1480px) {
  .tauxcomm-wrapper {
    margin: 0% 1% 0% 1%;
  }
}
@media (max-width:1266px) {
  .tauxcomm-wrapper {
    gap: 20px;
  }
}
@media (max-width:1199px) {
  .tauxcomm-right {
    flex: 2;
    min-width: 404px;
  }
}
@media (max-width:991px) {
  .repartition-content {
    flex-direction: column;
  }
  .repartition-image img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width:768px) {
  .tauxcomm-wrapper { flex-direction: column; }
  .repartition-content { flex-direction: column; }
  .detail-picto { flex: 0 0 60px; }
  .detail-bloc,
  .detail-summary { border-radius: 30px; }
  .tauxcomm-wrapper {
    display: block;
  }

  .tauxcomm-left,
  .tauxcomm-right {
    width: 100%;
  }

  .tauxcomm-right {
    display: none;
    margin-top: 15px;
    min-width: auto;
  }

  .taux-row {
    cursor: pointer;
  }
}
