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

#egonvousrappelle{
    background-color: rgba(0,0,0,.8);
    color: #262525;
}

#egonvousrappelleTitle{
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Teko,sans-serif;
}

#egonvousrappelle .modal-header {
    padding: 0;
    margin-bottom: 15px;
    align-items: center;
    border-bottom: 0;
    justify-content: center;
}

#egonvousrappelle .modal-body{
    padding: 0;
    word-wrap: break-word;
}

#egonvousrappelle .modal-content{
    border: 0;
    padding: 20px;
    box-shadow: none;
    border-radius: 10px;
}

#egonvousrappelle .modal-header .close {
    margin: 0;
    position: absolute;
    right: -40px;
    top: 20px;
    width: 40px;
    height: 40px;
    padding: 0;
    opacity: 1;
    color: #fff;
    margin-top: 0;
    line-height: 40px;
    text-align: center;
    background-color: #e4262a;
}

@media only screen and (max-width: 768px) {

    #egonvousrappelle .modal-header .close {
        margin: 0;
        position: absolute;
        right: 10px;
        top: -40px;
        width: 40px;
        height: 40px;
        padding: 0;
        opacity: 1;
        color: #fff;
        margin-top: 0;
        line-height: 40px;
        text-align: center;
        background-color: #e4262a;
    }

}


#egonvousrappelle .modal-footer {
    padding: 0;
    text-align: center;
    border-top: 0;
    justify-content: center;
}
#egonvousrappelle .modal-footer .alert-success {
    font-size: 12px;
}

#egonvousrappelle .alert-danger {
    font-size: 12px;
}
#egonvousrappelle #phoneHelp {
    font-size: 12px;
    color: #e4262a;
}

#egonvousrappelle .modal-footer .send{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    color: #fff;
    font-size: 20px;
    box-shadow: none;
    font-weight: 500;
    padding: 4px 27px 0;
    border-radius: 10px;
    letter-spacing: 1px;
    border-color: #e4262a;
    text-transform: uppercase;
    background-color: #e4262a;
    font-family: Teko,sans-serif;
    width: 100%;
    margin: 0;
}
#egonvousrappelle .modal-footer .send:hover{
    border-color: #ef7275;
    background-color: #ef7275;
}

#egonvousrappelle input.form-control {
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}


#egonvousrappelle label.form-label {
    font-family: Open Sans,sans-serif;
    font-size: 12px;
    color: #262525;
    margin: 0;
    padding: 0;
}

#egonvousrappelle label.form-label sup{
    color: #e4262a;
}

@media (min-width: 768px){
    #egonvousrappelle .modal-dialog {
        width: 400px;
    }
}
#egonvousrappelle .modal-dialog {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
}