/*
Theme Name:     Quick and Tasty
Theme URI:      https://creativist.studio
Template:       kadence
Author:         Creativist Studio
Author URI:     https://creativist.studio
Description:    Quick and Tasty is a beautifully designed child theme for Kadence, Browse Recipes: Dive into a world of culinary delights with our "Quick and Tasty" theme. Designed with a vibrant pastel palette, this section offers a fresh and youthful aesthetic, making it a joy to explore new recipes. Whether you're a seasoned chef or a kitchen newbie, you'll find inspiration in every click. Discover your next favorite dish and bring a splash of color to your cooking adventures!
Version:        0.1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
#kt-scroll-up{
cursor: pointer;
}




::-moz-selection { /* Code for Firefox */
  color: #121212;
  background: #eed2c6;
}

::selection {
  color: #121212;
  background: #eed2c6;
}
html, body {
    background-color: #eed2c6; /* votre couleur ici */
}


/* ------------------------------------------------------- */
.brand img:hover {animation:jello-vertical .5s linear both} @keyframes jello-vertical{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(.75,1.25,1)}40%{transform:scale3d(1.25,.75,1)}50%{transform:scale3d(.85,1.15,1)}65%{transform:scale3d(1.05,.95,1)}75%{transform:scale3d(.95,1.05,1)}100%{transform:scale3d(1,1,1)}}

