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

#module-flottentrepriseform-form, #module-flottentrepriseform-form #wrapper, #module-flottentrepriseform-form #content {
    background: #F6F8FA;
}

#module-flottentrepriseform-form h1 {
    text-align: center;
    font-size: 42px;
    font-weight: 500 !important;
    margin-bottom: 20px;
}

#module-flottentrepriseform-form p.main_desc {
    color: #000;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 60px;
}

#module-flottentrepriseform-form .bloc_icon {
    text-align: center;
    margin-top: 40px;
}

#module-flottentrepriseform-form .bloc_icon i {
    background: #000;
    color: #fff;
    font-size: 35px;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
}

#module-flottentrepriseform-form form {
    margin: 0 10%;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    border: 2px solid #E4E3E3;
}

#module-flottentrepriseform-form p.form_title.h2 {
    font-size: 27px;
    font-weight: 500 !important;
    text-transform: none;
    margin-bottom: 40px;
}

#module-flottentrepriseform-form p.form_title.h2 i {
    margin-right: 10px;
}

#module-flottentrepriseform-form form input, #module-flottentrepriseform-form form textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 10px;
    border-radius: 7px;
    border: 2px solid #E0DFE2;
}

#module-flottentrepriseform-form form .form-control-label {
    font-size: 17px;
    font-weight: 600;
}

#module-flottentrepriseform-form form .btn_noir {
    margin-bottom: 0;
}

#module-flottentrepriseform-form .bloc_contact {
    margin: 30px 10% 0;
    background: #000;
    padding: 40px;
    border-radius: 10px;
    color: #fff;
}

#module-flottentrepriseform-form .bloc_contact p {
    color: #fff;
}

#module-flottentrepriseform-form p.bloc_contact_title,
#module-flottentrepriseform-form p.bloc_args_title,
#module-flottentrepriseform-form p.bloc_process_title {
    font-size: 16px;
    font-weight: 600;
}

#module-flottentrepriseform-form .bloc_contact p i,
#module-flottentrepriseform-form .bloc_args p i {
    margin-right: 5px;
}

#module-flottentrepriseform-form .bloc_contact_desc {
    font-size: 14px;
}

#module-flottentrepriseform-form .bloc_contact_phone {
    margin-bottom: 0;
}

#module-flottentrepriseform-form .bloc_args {
    margin: 30px 10% 0 !important;
    margin: 0 10%;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    border: 2px solid #E4E3E3;
}
#module-flottentrepriseform-form .bloc_args p i {
    color: rgb(2, 163, 2);
}
#module-flottentrepriseform-form .bloc_args p,
#module-flottentrepriseform-form .bloc_process p {
    color: #000;
}
#module-flottentrepriseform-form .bloc_contact p:last-child {
    margin: 0;
}

#module-flottentrepriseform-form .bloc_process {
    margin: 30px 10% 0 !important;
    margin: 0 10%;
    background: #EFF1F3;
    padding: 40px;
    border-radius: 10px;
    border: 2px solid #E4E3E3;
}

#module-flottentrepriseform-form .bloc_process .bloc_process_item {
    display: flex;
}

#module-flottentrepriseform-form .bloc_process span.bloc_process_item_num {
    color: #fff;
    background: #000;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

#module-flottentrepriseform-form .bloc_process .bloc_process_item_title {
    font-weight: 600;
}

#module-flottentrepriseform-form .bloc_process .bloc_process_item_title span {
    font-weight: 400;
}

#module-flottentrepriseform-form .bloc_process_item:last-child p {
    margin: 0;
}


@media (max-width: 750px) {
    #module-flottentrepriseform-form form {
        margin: 0;
        padding: 20px;
    }
    #module-flottentrepriseform-form form .btn_noir {
        font-size: 11px;
    }
    #module-flottentrepriseform-form .bloc_contact, 
    #module-flottentrepriseform-form .bloc_args, 
    #module-flottentrepriseform-form .bloc_process {
        margin: 30px 0 0!important;
        padding: 20px;
    }
}