/*
Theme Name:     Hello Elementor Child
Theme URI:      https://example.com/
Description:    Thème enfant pour Hello Elementor
Author:         Ton Nom
Author URI:     https://example.com/
Template:       hello-elementor
Version:        1.0.0
*/

@import url("../hello-elementor/style.css");

body::before,
.mesh-bg {
  background-color: hsl(75, 50%, 96%);
  background-image:
    radial-gradient(at 0% 0%,    hsla(120, 61%, 50%, .65) 0px, transparent 55%), /* limegreen #32CD32 – héros */
    radial-gradient(at 100% 5%,  hsla(180,100%, 50%, .52) 0px, transparent 50%), /* cyan #00FFFF              */
    radial-gradient(at 92% 100%, hsla(150, 65%, 50%, .55) 0px, transparent 52%), /* émeraude – pont           */
    radial-gradient(at 3% 95%,   hsla( 54, 95%, 55%, .58) 0px, transparent 52%); /* jaune citron              */
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
}

/* turquoise franc plutôt que cyan électrique : remplace la 2e ligne par */
/* radial-gradient(at 100% 5%, hsla(174, 72%, 56%, .55) 0px, transparent 50%), */ /* turquoise #40E0D0 */


