@charset "UTF-8";

/*!
 * Global css
 * Version - 1.1.1
 * Copyright (c) 2025
*/

/*
 * ================================================
 * ===================== Global =====================
*/
.lce-h2-title,
.lce-h2-title * {
    font-size: 45px;
    /* text-transform: uppercase; */
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--ff-title);
}

.lce-h3-title,
.lce-h3-title * {
    font-size: 35px;
    font-weight: 700;
}

/*
 * ================================================
 * ===================== Home =====================
*/
.barner-home {
	height: 100vh!important;
}
.barner-home {
    background: url('../images/site/banniere.webp'), #000;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: top right -100px !important; */
    background-position: center right !important;
}

.icon-top-left {
    margin-left: -500px;
    margin-top: -10px;
}

.icon-top-left img {
    width: 900px;
    filter: brightness(2.5);
}

.icon-bottom-right {
    margin-bottom: -60px;
    margin-right: -500px;
}
.icon-bottom-right img {
    width: 900px;
    filter: brightness(2.5);
    transform: scaleX(-1);
}