/*
Theme Name: Hello Elementor Child
Theme URI: https://studionumerik.fr/
Description: Hello Elementor Child Theme
Author: Studio Numerik
Author URL: https://studionumerik.fr/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementorchild
*/
/* Placer votre CSS ci-dessous */

.inline-list {
  display: inline-flex;
}

.blog-div-filter-item {
  padding-left: 16px;
  padding-right: 16px;
  flex-basis: 100%;
  max-width: 100%;
  justify-content: center;
  display: flex;
}

nav a.blog-block-filter-item {
  display: inline-block;
  margin-left: 16px;
  color: #ff6738;
  font-family: 'Lato',sans-serif;
  font-weight: 700;
  font-size: 16px;
}

nav a.current-tag {
  text-decoration: underline;
}

.blog-block-filter-nav {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Lato',sans-serif;
  font-weight: 700;
  text-transform: lowercase
}

div.elementor-widget.elementor-widget-button.active-btn a.elementor-button,
.elementor-button.active-btn {
  color: white !important;
  background-color: black !important;
}
