/*
Theme Name: Astra Child
Template: astra
Version: 1.0
Author: MC
*/


body {
  background-color: #f9f9f9;
}

.header-main-layout-1 {
  background-color: #622d87 !important;
  color: #fff !important;
}

/* Cibler les blocs "cover" avec fond en gradient vers mauve*/
.wp-block-cover__background.has-background-gradient, .mauve, .ast-primary-header-bar {
  background: #622d87 !important;
  background-image: none !important;
}

/* Gris */
.gris, .site-footer, #content {
    background: #dfe4e4 !important;
}

/* rouge */
.rouge {
    background: #d24666 !important;
    color: white;
}

/* vert */
.vert {
    background: #84bf67 !important;
    color: white;
}

/*couleur menu steam*/
.rainbow-word span:nth-of-type(1) { color: green !important; } /* S */
.rainbow-word span:nth-of-type(2) { color: yellow !important; } /* t */
.rainbow-word span:nth-of-type(3) { color: white !important; } /* e */
.rainbow-word span:nth-of-type(4) { color: red !important; } /* a */
.rainbow-word span:nth-of-type(5) { color: black !important; } /* m */

