/**
* 2007-2025 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-2025 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.
*/
.vendeur-section {
  margin-top: -94px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  font-family: "Segoe UI", sans-serif;
}

/* Bloc overlay Vendeur */
.vendeur-overlay {
  background-image: url('https://www.augrenierdejules.fr/img/cms/Prose.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 30px;
  border-radius: 12px;
  color: white;
  max-width: 419px;
  width: 100%;
  min-height: 502px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  justify-content: space-around;
}

/* Bloc overlay Acheteur */
.acheteur-overlay {
  background-image: url('https://www.augrenierdejules.fr/img/cms/Pbleu.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 30px;
  border-radius: 12px;
  color: white;
  max-width: 419px;
  width: 100%;
  min-height: 506px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;

}

/* Encadrés texte identiques */

.contenu-vendeur {

  padding: 55px 20px 0px 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 40px;
  min-height: 266px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contenu-acheteur {
 
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 67px;
  min-height: 266px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Titres */
.contenu-vendeur h2,
.contenu-acheteur h2 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #fff;
}

/* Paragraphes */
.contenu-vendeur p,
.contenu-acheteur p {
  font-size: 1.1em;
  line-height: 1.6;
  color: #f8f8f8;
}

/* Petit texte vendeur */
.contenu-vendeur small {
  font-size: 0.85em;
  color: #e0e0e0;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .vendeur-section {
    flex-direction: column;
    align-items: center;
  }

  .vendeur-overlay,
  .acheteur-overlay {
    padding: 30px 20px;
    min-height: 300px;
  }

  .contenu-vendeur h2,
  .contenu-acheteur h2 {
    font-size: 1.5em;
  }
}
.etiquetteA {
    margin: 20px 20px 20px -20px;
}