/*
 Theme Name:   Blog Azopio
 Template:     hello-elementor
 Description: Theme crée pour le blog Azopio.
 Author: Pauline Audo
 Version:      1.0
*/

body {
  font-family: 'SchibstedGrotesk', sans-serif;
}


p:last-child { margin-bottom: 0 !important; }

/*ariane*/
#breadcrumbs a:hover {
	text-decoration: underline;
}


.categ_FR .elementor-nav-menu {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  row-gap: 12px;
}
.categ_FR .elementor-nav-menu > li a {
  background-color: #037bdf2e;
  border-radius: 4px;
}
.categ_FR .elementor-nav-menu > li a.elementor-item.elementor-item-active{
  background-color: #037bdf !important;
}
.categ_FR .elementor-nav-menu a {
  display: inline-block;
  white-space: nowrap;
}
