/**
* Theme Name: Spirito Child
* Description: This is a child theme of Spirito, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: spirito
* Version: 1.0.1
*/

/* Annule la mise en majuscule ou minuscule forcée sur tous les textes */
h1, h2, h3, h4, h5, h6, p, span, a, div, button {
    text-transform: none !important;
}
.main-navigation ul li.menu-item > a span {
    position: relative;
    text-align: -webkit-left !important;
}
.main-navigation ul.sub-menu {
    width: 320px !important;
}