/*
Theme Name:     Spiral Divi
Theme URI:      
Description:    Divi child theme.
Author:         Spiral
Author URI:     http://spiral-communication.fr
Template:       Divi
Version:        0.1.0
*/


/**
 vars 
 **/
 :root {
	/*colors*/
	--spcolor-accent1 : #136566;
	--spcolor-accent1-50 : #13656685;
	--spcolor-accent2 : #229898;
	--spcolor-accent2-50 : #22989855;
    --spcolor-accent3 : #edf4f6;
    --spcolor-dark : #222222;
}

/***** FOOTER *****/
/*
 une création <a href="http://spiral-communication.fr" class="at-spiral" target="_blank"><span>@</span>spiral</a>
 */
.at-spiral span{
    transform: scaleY(-1);
    display: inline-block;
    transition: 200ms color;
    color : inherit;
}

.at-spiral:hover span{
    color:#229898;
}

/* filtre photo de couv */
.spet_filtered_color .et_parallax_bg {
	background-color : var(--spcolor-accent1-50);
	background-blend-mode: luminosity;
}
