/*
Theme Name: OKRA
Theme URI: https://devolie.fr
Template: hello-elementor
Author: devolie
Author URI: https://devolie.fr
Description: Hello Elementor Child theme created by devolie for OKRA
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1778503976
Updated: 2026-05-11 12:52:56

*/

/* CLASSES UTILITAIRES POUR ELEMENTOR */


@media screen and (max-width: 1024px){
	.d-md-none {
		display: none;
	}
}

/* CARTE & MENUS */

#type-formules .block-recette {
	background-color: #e08bff;	
}

#type-entrees .block-recette {
	background-color: #ffed7a;
}

#type-plats .block-recette {
	background-color: #71a9e7;	
}

#type-desserts .block-recette {
	background-color: #ff8c9d;	
}


.type-de-repas-formules,
.type-de-repas-entrees,
.type-de-repas-plats,
.type-de-repas-desserts
{
	animation: fadeUp 0.6s ease-out ;
}

/* HOMEPAGE -> Carousel */

// Cible le swiper-item suivant celui active 
#homepage-carousel .swiper-slide-active ~ .swiper-slide-next {
	background-color: red;
}