/*
Theme Name: Mon site 
ThemeDescription: Mon site 
ThemeAuthor: Hugo Hemon
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.htmlText 
Domain: hello-elementorchild
*/

/* Gestion du menu responsive */
#mh_menu ul {
  flex-wrap: nowrap;
}
@media screen and (max-width: 605px) {
  #mh_menu nav {
    top: 51px !important;
  }
  #mh_logo img {
    height: 60px;
  }
}
/* Gestion de l'élément de menu en highlight */
@media screen and (min-width: 1120px) {
  #mh_menu ul li:nth-child(4) {
    margin-left: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  #mh_menu ul li:nth-child(4) {
    background-color: #fafafa;
    border-radius: 2px;
  }
  #mh_menu ul li:nth-child(4) a {
    color: var(--e-global-color-primary);
  }
}
@media screen and (max-width: 1024px) {
  #mh_menu ul li:nth-child(4) {
    background-color: var(--e-global-color-primary);
    border-radius: 2px;
  }
  #mh_menu ul li:nth-child(4) a {
    color: #ffffff;
  }
}
/* Style d'un article */
.post h2 {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 2px;
}
