/*!
 * About
 * Version - 1.1.1
 * Copyright (c) 2025
*/

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.about-title,
.about-title * {
    font-family: "Great Vibes", cursive !important;
}

.team img {
    filter: grayscale(100%) brightness(100%);
    transition: filter 0.5s ease;
}

.team:hover img {
    filter: grayscale(0%) brightness(100%);
}

.esm-about-home {
    position: relative;
    width: 100%;
    height: 470px;
    aspect-ratio: 21/9;
    overflow: hidden;
    background-color: #75736f;
}

.ls-esm-about-home-image {
    top: -50px;
    position: relative;
    right: 0;
    display: flex;
    justify-self: end;
    z-index: 99;
}

.esm-about-home {
    background: #00D39E;
    background: linear-gradient(90deg, rgba(0, 211, 158, 1) 0%, rgba(62, 146, 146, 1) 100%);
}

/* Filtre noir transparent */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Texte sur l'image */
.esm-about-home h1 {
    font-size: 65px !important;
}

.esm-about-home-texte {
    position: absolute;
    /* bottom: 20px; */
    top: 30%;
    left: 3px;
    color: white;
    text-align: left;
    z-index: 2;
}

.esm-about-home-texte h2 {
    font-size: 2rem;
    margin: 0;
}

.esm-about-home-texte p {
    font-size: 1rem;
    margin-top: 0.5rem;
}