/*
Theme Name: Sacré Cœur
Theme URI: 
Author: base crème
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sacre-coeur
Tags: 
*/

/*--- helpers ---*/

.posa{
    position: absolute;
}
.posr{
    position: relative;
}
.l0{
    left: 0;
}
.r0{
    right: 0;
}
.t0{
    top: 0;
}
.b0{
    bottom: 0;
}
.z0{
    z-index: 0;
}
.z1{
    z-index: 1;
}
.maxw70{
    max-width: 70%;
}
.mirror-v{
    transform: scaleY(-1);
}
.mirror-h{
    transform: scaleX(-1);
}

/*--- illustrations ---*/

.illustration{
    position: absolute;
}
.recreation{
    bottom: -2rem;
    left: -6rem;
}

/*--- social links ---*/

.wp-block-social-link {
    background-color: var(--wp--preset--color--custom-secondary);
}

.wp-block-social-link a {
    color: var(--wp--preset--color--custom-background);
}