/**
* 2007-2021 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-2021 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.
*/
.localisation {
    margin-top: 90px;
    margin-bottom: 300px;
}
.localisation h1 {
    padding-left: 149px;
    text-transform: uppercase;
    font-size: 71px;
    margin-top: -19px;
    letter-spacing: 2px;
    font-weight: 100!important;
}
.localisation h1 span {
    padding-left:0!important;
    font-size: 79px !important;
    font-weight: 600;
}
.localisation img {
    padding-top: 28px;
    padding-left: 105px;
}
.localisation p {
    font-size: 20px;
    max-width: 612px;
    padding-left: 40px;
    margin-top: -129px;
    line-height: 36px;
    margin-bottom: 0px;
    padding-top: 277px;
}
.localisation span.sep {
    font-size: 34px;
    padding-left: 41px;
    margin-top: 0px;
    padding-bottom: 7px;
    letter-spacing: 5px;
    /*
      font-size: 77px;
      */
}
.localisation .picto {
    padding: 0;
    padding-top: 35px;
    padding-left: 25px;
}
.localisation .cta {
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 23px !important;
    font-size: 34px;
    font-weight: bold;
    padding-left: 34px;
    line-height: 45px;
}
