/* 
Theme Name: ak.démie Child Theme
Description: Child Theme pour ak.démie
Author: Sacha COHEN - ENHCO ENTERPRISES
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.ak-title .modules , .ak-title .pro {
    font-weight: bold;
}
.ak-title .pro {
    color: var(--rouge-engagement);
}

.img-effect:after {
    content:" ";
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    top: -0px;
    left: -0px;
    z-index: 1
}

.img-effect-br:after {
    content:" ";
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    bottom: -0px;
    right: -0px;
    z-index: 1;
}

.img-effect img , .img-effect-br img {
    position: relative;
    z-index: 2;
}



.ak-ie-rouge:after {
    background-color: var(--rouge-engagement);
}

.ak-ie-vert:after {
    background-color: var(--vert-evolution);
}

.ak-ie-jaune:after {
    background-color: var(--jaune-impulsion);
}
.ak-ie-beige:after {
    background-color: var(--beige-equilibre);
}

.ak-ie-bleu:after {
    background-color: var(--bleu-ancrage);
}

.ak-ie-bcasse:after {
    background-color: var(--bcasse-respiration);
}

.bloc-ombre:before {
    content:" ";
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 0;
    background-color: var(--rouge-engagement);
}

.bloc-ombre {
    z-index: 5;
    background: #FFF;
}


