@charset "UTF-8";
/*
Theme Name: kcwp-mastertheme
Theme URI: https://www.kelcible.fr/
Description: Thème Kelcible avec la structure du thème Twenty Nineteen
Author: Kelcible
Author URI: https://www.kelcible.fr/
Version: 1.0.0
*/

#adminmenu .toplevel_page_seopress-option .wp-menu-image img {
	padding-top: 0;
}

/* :nth-child(n of ...) n'étant pas supporté par Ruby SASS (booouuh) */
body .elementor .elementor-element.zone-objectifs .carroussel-objectifs .slick-slide:nth-child(1 of .slick-active) {
	transform: translateY(40px) rotate(-6deg);
}

body .elementor .elementor-element.zone-objectifs .carroussel-objectifs .slick-slide:nth-child(1 of .slick-active) .lae-carousel-item {
	margin: 0 auto;
}

body .elementor .elementor-element.zone-objectifs .carroussel-objectifs .slick-slide:nth-child(3 of .slick-active) {
	transform: translateY(40px) rotate(6deg);
}

body .elementor .elementor-element.zone-objectifs .carroussel-objectifs .slick-slide:nth-child(3 of .slick-active) .lae-carousel-item {
	margin: 0 auto;
}
