/*
Theme Name:   Vasco Theme Child
Theme URI:    https://groupeatrium.com/
Description:  Theme for Vasco Website
Author:       Guillaume Racine
Author URI:   https://solutions66.com
Template:     smart_e
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Functions
Text Domain:  Vasco CT
*/
body{margin:0}

b,strong{font-weight:bold!important;}
li{ list-style-type:disc; margin-left:25px}

.b2c_container{
    display: flex;
}
.b2c_container select{
    flex-grow: 1;
    margin: 0 10px;
    padding:10px;
    font-family: "Open Sans";
    font-size: var(--e-global-typography-cacd7d4-font-size);
    font-weight: bold;
    color: var(--e-global-color-secondary);
    border-radius: 5px;
}
.b2c_container select option{font-weight:normal;}
.b2c_container select option:checked{font-weight:bold;}