/*
 Theme Name: Hello Child
 Template: hello-elementor
 */

/* HEADER : décallage ancre menu car header sticky */
:target {
    scroll-margin-top: 130px;
}

/* CONCEPT : décalage abeille sur 4 boîtes icône */
#abeille span.elementor-icon {
	margin-top: -70px;
	margin-left: -150px;
}

/* Taille h2 */
@media (max-width: 768px) {
    h2 {
        font-size: 25px !important;
    }
}

/* DÉROULÉ : décalage contour abeille  */
#abeille-liste .elementor-icon-box-icon {
	margin-left: -1px;
}