/* 
Theme Name: Theme L&F Agence littéraire
Theme URI: https://fannycairon.com/
Description: Theme wordpress/woocommerce
Author: Fanny Cairon
Author URI: https://fannycairon.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: if-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/******************************* General  *******************************/
body {
    overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
:focus {
    outline: none;
}
a {
    text-decoration: none;
}
ul, ol {
    margin-bottom: 15px;
}
::marker {
    color: var(--e-global-color-primary);
    font-weight: 600;
}
blockquote {
    border-left: 3px solid var(--e-global-color-primary);
    padding-left: 20px;
}
b, strong {
    font-weight: 600;
}
.color-primary {
    color: var(--e-global-color-primary) !important;
}
.color-secondary {
    color: var(--e-global-color-secondary) !important;
}
.color-accent {
    color: var(--e-global-color-accent) !important;
}
/******************************* Elementor *******************************/
/* Masquer titre des pages */
header.page-header .entry-title {
    display: none;
}
/******************************* Elementor custom Input  *******************************/
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #dfdfdf;
    color: var( --e-global-color-text );
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #dfdfdf;
}
.woocommerce-notices-wrapper {
    display: none !important;
}
.elementor-menu-cart__product .variation {
    display: none !important;
}