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

.sectionDebarras {
    background-image: url(https://lileauxtresors.com/img/cms/fondDebarras.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 70px;
    aspect-ratio: 17 / 5;
}
.titledebarras {
    padding-top: 80px;
    margin-left: 10%;
    width: fit-content;
}
.uppercase {
    text-transform: uppercase;
}
.titledebarras p {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    color: #785843;
    font-size: 25px;
    text-align: center;
}

.flexdebarras {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #333;
    max-width: 1200px;
    margin: 40px auto;
}
.valoObjet, .debarrascle, .estidebarras {
    flex: 1;
    padding: 0 30px;
    min-height: 150px;
}
.flexdebarras > div:not(:last-child) {
    border-right: 1px solid #dcdcdc;
}
.flexdebarras > div {
    flex: 1;
    padding: 0 25px;
    box-sizing: border-box;
}
.flexdebarras > div:not(:last-child) {
    border-right: 1px solid #ccc;
}
.titleimgdebarras {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.image-bloc-debarras {
    width: 45px;
    height: auto;
    margin-right: 15px;
}
.titleimgdebarras h3 {
    font-size: 2rem;
    margin: 0;
    font-weight: 500;
    color: #5c3b12;
    font-family: 'EB Garamond', serif;
}
.contentdebarras ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contentdebarras ul li {
    position: relative;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #785843;
    font-size: 1.3rem;
    font-family: "EB Garamond", serif;
}
.contentdebarras ul li::before {
    content: "•";
    color: #8b5a2b;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 0;
}
.debarascall p {
    position: relative;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #785843;
    font-size: 1.1rem;
    text-align: center;
}
@media (max-width: 768px) {
    .flexdebarras {
        flex-direction: column;
    }
    .flexdebarras > div {
        border-right: none!important;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
        width: 100%;
    }
    .flexdebarras > div:last-child {
        border-bottom: none;
    }
}