/* hide the 'Site' field in the comments */
#respond .comment-form-url {
    display: none;
}

/* Exemple de mise en gras d'un élément de menu */
#menu-item-479 > a {
    font-weight: bold !important;
    color: #ff4500 !important;
}
div#site-logo.clr {
    height: 300px !important;
    padding-top: 10px !important;
    margin-bottom: -20px !important;
}
@media (max-width: 768px) {
    div#site-logo.clr {
       height: 60px !important; /* Ajustez selon votre besoin */
       padding: px 0 !important;
    }
}

div.header-top.clr {
	height: 80px !important;
}

@media (max-width: 768px) {
    div.header-top.clr {
        height: auto !important;  /* Ajuste la hauteur automatiquement */
        min-height: 50px !important;  /* Réduit la hauteur minimale */
        padding: 5px 0 !important; /* Ajustez l’espacement intérieur */
    }
}


/* Appliquer un style au lien actif */
.current-menu-item > a {
    font-weight: bold; 
	/* Texte en gras */
    background-color: #f0f0f0; /* Fond personnalisé */
    border-radius: 5px; /* Coins arrondis si un fond est appliqué */
    padding: 5px 10px; /* Espacement autour du texte */
}
/* Forcer l'alignement du texte des éléments du menu à droite */
.footer-widgets .footer-3 .widget_nav_menu ul {
    display: flex;
    flex-direction: column; /* Organise les éléments en colonne */
    align-items: flex-end;  /* Aligne les éléments à droite */
}

.footer-widgets .footer-3 .widget_nav_menu ul li {
    text-align: right; /* Aligne le texte des liens à droite */
    width: 100%; /* S'assure que les liens prennent toute la largeur disponible */
}
#menu-pied-de-page .current-menu-item a {
    color: inherit !important; /* Rétablit la couleur par défaut */
    background: none !important; /* Supprime tout fond */
    font-weight: normal !important; /* Supprime l’éventuel gras */
    text-decoration: none !important; /* Supprime le soulignement */
    box-shadow: none !important; /* Supprime tout effet d’ombre */
    border: none !important; /* Supprime tout soulignement en bordure */
}
.mon-texte-rond {
    width: 150px;
    height: 150px;
    background-color: #ff5733;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    cursor: grab;
    user-select: none;
}

/* Cooked Reset */
#outer-wrap .cooked-recipe-search .cooked-fields-wrap > .cooked-browse-search {
	min-height: 0;
}

@media screen and (min-width: 750px) {
  #outer-wrap .cooked-recipe-search .cooked-sortby-wrap {
    width: 16rem;
    top: 2px;
  }
}

#outer-wrap .cooked-recipe-search .cooked-sortby-wrap {
   top: 2px;
}

#outer-wrap .cooked-recipe-search .cooked-sortby-wrap > select {
	min-height: 0;
  	vertical-align: unset;
	font-size: 1rem;
	line-height: 31px;
}
#outer-wrap .cooked-recipe-search .cooked-browse-search-button {
	top: 2px;
}