/**
* 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.
*/
.qualite {
    margin-top: 540px;
    padding-top: 127px;
    position: relative;
    color:#212529;
}
.qualite p {
    font-size: 82px;
    font-weight: bold;
    max-width: 1820px;
    padding-left: 139px;
    line-height: 106px;
    letter-spacing: 0px;
    margin-bottom: 48px;
    color:#030303!important;
}
.qualite .desc {
    font-size: 20px;
    padding-left: 140px;
    max-width: 630px;
    line-height: 35px;
    font-weight: normal;
}
.qualite:before {
    content: "";
    background: #030303;
    background-repeat: no-repeat;
    width: 1290px;
    height: 14px;
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.qualite .btn-cta {
    text-transform: none;
    background: #00d6d1;
    margin-bottom: 19px;
    padding: 17px;
    font-size: 24px;
    margin-right: 59px;
    letter-spacing: 1px;
    padding-left: 28px;
    padding-right: 26px;
}
.qualite a.btn-cta {
    color:#fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
}.qualite a.btn-cta i{
     font-size: 1.3em;
     margin-right: 0.5em;
}