/* 
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

@media screen and (min-width: 991px) {
    body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        pointer-events: none;
        background: radial-gradient(circle at var(--x, 60%) var(--y, 60%),
                rgba(20, 174, 92, 0.6),
                rgba(0, 0, 0, 0) 12%);
        mix-blend-mode: screen;
        z-index: 0;
    }
}
.hover-bright {
    color: black;
    transition: none;
    cursor:default;
}

.mask-singer-on {
    opacity: 0.3;
}

.footer-title-menu h3:hover::after {
    content: "\e628";
    /* Unicode de la flèche droite */
    font-family: "Themify";
    /* adapte selon ta version */
    font-weight: 900;
    margin-left: 0.3em;
    color:#000;
    float: right;
    padding-right: 10px;
}

#brxe-ttncrw button{
    padding-top: 16px;
    padding-bottom: 14px;
}
/* #brxe-ttncrw input{
    width: 80% !important;
    margin-left: 10px;
} */

#brxe-aobgvc:hover{
    text-decoration-thickness: 14% !important;
    text-underline-offset: 6px;
}