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

.assospa {
    background-image: url("https://lileauxtresors.com/img/cms/AssoSPA.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 70px;
    aspect-ratio: 17 / 5;      
}
.titreSoustitreAsso {
    padding-top: 60px;
    margin-left: 25%;
    width: fit-content;
}
.dispotitreSPA {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* flex-wrap: nowrap; */
    align-content: center;
    align-items: center;
}
.titlebrocSPA {
    text-align: center;
}

.dispotitreSPA .barrebroc5 {
    width: 80%;
}
.btn-corseSPA {
    display: inline-block;
    padding: 18px 53px 20px 53px;
    border-radius: 30px;
    border: 1px solid #d9bf95;
    box-shadow: 0 0 0 2px #64523e;
    background: url(https://lileauxtresors.com/img/cms/Fondboutonspa.png) center / cover no-repeat;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    color: #785843;
    text-decoration: none;
    transition: all 0.3s ease;
}
.bloc-SPA {
    display: flex;
    gap: 40px;             
    justify-content: center;
    margin: 60px 180px;  
}
.etape-bloc-spa {
	width: 480px;
    height: 180px;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;

	
    padding: 40px;
    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);
    
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px;
    text-align: center;
}
img.image-bloc-asso {
    width: 142px;
}
.textimg {
	gap: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.btn-asso {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.btn-classasso {
    margin-top: 1rem;
    text-align: center;
}
.text-asso p {
    text-align: left;
}

