/*
 Theme Name:   Shark Graphik
 Theme URI:    https://shark-graphik.fr
 Description:  Thème de Shark Graphik pour les Bodin's
 Author:       Jason Lemiere
 Author URI:   https://shark-graphikl.fr
 Template:     bricks
 Version:      1.2
 Text Domain:  bricks
*/

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.jet-smart-filters-datepicker-brxe-hnjaue{
	z-index: 999999999999999999999 !important
}

/*[Style Gutenberg]*/

/*Bouton*/
.wp-element-button{
	font-size: var(--text-m);
    font-family: "Lato";
    font-weight: 700;
    border-radius: 2px 14px 6px 12px;
    transition: var(--transition) !important;
    padding-top: .8em;
    padding-right: 1.6em;
    padding-bottom: .8em;
    padding-left: 1.6em;
	background-color: var(--rouge);
	color: var(--blanc) !important;
	text-decoration: none !important
}

/*Bouton - hover*/
.wp-element-button:hover{
	background-color: var(--rouge-sombre) !important;
	color: var(--blanc) !important;
    border-radius: 14px 2px 12px 6px;
}

/*.brxe-post-content em, .brxe-post-content b, .brxe-post-content strong, .brxe-post-content h2,.brxe-post-content h3{ /*Il faut trouver un meilleur sélécteur*/
	color: var(--rouge)
}*/

/*[FIN - Style Gutenberg]*/


/*[Couleurs Gutenberg]*/

.has-vert-color {
    color: var(--vert);
}

.has-corps-color {
    color: var(--corps);
}

.has-rouge-color {
    color: var(--rouge);
}

.has-bleu-color {
    color: var(--bleu);
}

.has-jaune-color {
    color: var(--jaune);
}

.has-blanc-color {
    color: var(--blanc);
}

.has-rouge-clair-color {
    color: var(--rouge-clair);
}

.has-jaune-clair-color {
    color: var(--jaune-clair);
}

.has-bleu-clair-color {
    color: var(--bleu-clair);
}

.has-vert-clair-color {
    color: var(--vert-clair);
}

.has-rouge-sombre-color {
    color: var(--rouge-sombre);
}

.has-jaune-sombre-color {
    color: var(--jaune-sombre);
}

.has-bleu-sombre-color {
    color: var(--bleu-sombre);
}

.has-vert-sombre-color {
    color: var(--vert-sombre);
}

/*[FIN - Couleurs Gutenberg]*/