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

.top_reassurance {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
	margin-bottom: 40px;
	align-items: flex-start;
}

.top_reassurance .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	max-width: 25%;
}

.top_reassurance .item .item--data {
	max-width: 140px;
}

.top_reassurance .item .item--image {
	height: auto;
	width: 100%;
	max-width: 200px;
	max-height: 200px;
}
.top_reassurance .item .item--image img {
	width: 100%;
}

.top_reassurance .item .item--data .item--data_titre {
	margin-top: 10px;
}

.top_reassurance .item .item--data .item--data_titre,
.top_reassurance .item .item--data .item--data_titre p {
	margin-bottom: 0;
	text-transform: none;
	word-break: break-word;
	color: black;
}

@media (min-width: 575px) {
	.top_reassurance {
		gap: 30px;
	}

}

@media (min-width: 992px) {
	.top_reassurance {
		gap: 60px;
	}
}

.desktop_animation {
	border: none;
	height: auto;
	max-width: 100%;
}

.desktop_mobile {
	border: none;
	height: auto;
	max-width: 100%;
}
