/*
Theme Name:   Ifaci 2024
Theme URI:    https://www.ifaci.com
Description:  Thème site Ifaci version 2024
Author:       Illisite
Author URI:   https://www.illisite.fr
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  ifaci2024
*/

.e-cart-widget {
    position: fixed;
    top: 200px;
    right: 0px;
    z-index: 1000;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #005584;
    border-right: none;
    text-align: center;
}

.e-cart-widget a {
    display:block;
}

.btn-inscription-formation {
    position: absolute;
    color: #fff !important;
    background-color: #006198;
    padding: 3px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block !important;
    width: 120px;
    z-index: 1000;
    bottom: 0;
    right: 0;
}