:root {
    --krea-color: #78f678;
}


body {
    background-color: black;
    color: white;
    font-family: "Lexend Zetta", sans-serif;
    margin: 0;
    padding: 0;
}

.hero {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    align-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
    max-width: 80vw;

}

.hero::after {
    position: absolute;
    content: '';
    height: 800px;
    width: 100%;
    border: white solid;
    border-radius: 5rem;
}


.mission {
    display: inline-block;
    text-align: center;
    margin: 0 20px;

}


.espacehaut {
    height: 5vh;
}

.notre-mission {
    padding-bottom: 5px;
    border-bottom: white 1px solid;
}

.construction {
    margin-top: 50px;
    text-align: center;
    padding: 20px;
    border: 1px solid white;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.construction h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.construction p {
    font-size: 16px;
    line-height: 1.5;
}

.contact {
    margin: auto;
    text-align: center;
}

.solutions {
    padding-top: 5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    color: black;
    isolation: isolate;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 4rem;
    margin-bottom: 7rem;
    border-radius: 6px;
}

.solutions-krea::after {
    position: absolute;
    content: '';
    z-index: -1;

    background: linear-gradient(45deg, rgba(34, 195, 74, 1) 0%, rgba(45, 253, 188, 1) 100%);;
    inset: 0;
    transform: skewY(-5deg);
    padding-bottom: 15rem;
    border-radius: 6px;

}

.solutions-detruo::after {
    position: absolute;
    content: '';
    z-index: -1;
    background: rgb(195,166,34);
    background: linear-gradient(45deg, rgba(195,166,34,1) 0%, rgba(237,48,48,1) 100%);

    inset: 0;
    transform: skewY(-5deg);
    padding-bottom: 15rem;
    border-radius: 6px;

}

.centertext {

    margin: 0 auto;
    text-align: center;

}

.dotgothic16-regular {
    font-size: 2rem;
    font-family: "DotGothic16", sans-serif;
    font-weight: 800;
    letter-spacing: 4px;
    font-style: normal;

}

.gradient-solution-krea {
    width: 100%;
    height: auto;
}

.verticalcentertext {
    vertical-align:middle;
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
}

.georivalkrea {
    padding: 4rem;
    padding-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 450px;
    background: linear-gradient(100deg, rgba(215, 39, 32, 0.8) 0%, rgba(150, 97, 33, 0.8) 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    color: white;
}

.georivalkrea::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 60%);
    transform: rotate(30deg);
    pointer-events: none;
}

.georivalkrea:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.georvialTitre {
    max-width: 400px;
    margin-bottom: 2rem;
    font-weight: bold;

    text-align: center;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
}

.logogeorival {
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    transition: transform 0.3s ease;
}

.georivalkrea:hover .logogeorival {
    transform: scale(1.05);
}

.etreefficace {
    margin-bottom: 5rem;
}

.georvialTitre {
    max-width: 400px;
}

.logogeorival {
    width: 100%;
    object-fit: contain;
    filter: blur(0.5px)
}





/*.svg-div {*/
/*    aspect-ratio: 960/300;*/
/*    width: 100%;*/
/*    background-size: 100% 24px;*/
/*    background-repeat: repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    background-image: url('./layered-steps-haikei.svg');*/
/*}*/

.hero {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    align-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
    max-width: 80vw;
    overflow: hidden;
}

.hero::after {
    position: absolute;
    transform: translateY(30px);
    content: '';
    height: 500px;
    width: 98%;
    max-width: 1000px;
    border: double 0.5rem transparent;
    border-radius: 30px;
    z-index: -1;
    background-image: linear-gradient(black, black),
    linear-gradient(155deg, rgba(0,0,0,1) 70%, rgba(47,203,185,1) 80%, rgba(0,255,64,1) 100%);

    /*linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(47,203,185,1) 62%, rgb(120, 246, 120) 100%);*/
    background-origin: border-box;
    background-clip: content-box, border-box;

}


.omnicomptakrea {
    padding: 4rem;
    padding-top: 3rem;
    padding-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 450px;
    background: linear-gradient(135deg, rgba(64, 159, 28, 0.6) 0%, rgba(33, 35, 23, 0.6) 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    color: white;
}

.skribadkrea {

    background: linear-gradient(135deg, rgba(31, 64, 35, 0.6) 0%, rgba(186, 209, 62, 0.6) 100%);

}

.omnicomptakrea::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 60%);
    transform: rotate(30deg);
    pointer-events: none;
}

.omnicomptakrea:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.titreOMNICOMPTA {
    font-weight: bolder;
    font-size: 2rem;
    transition: transform 0.3s ease;
}

.omnicomptakrea:hover .titreOMNICOMPTA {
    transform: scale(1.05);
}

.lequipe {
    max-width: 1200px;
    margin: auto;
}

.photofonction {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    min-height: 500px;
    margin-bottom: 5rem;
}

/*.directeur {*/
/*    transform: translatey(200px);*/
/*}*/

@media (max-width: 1000px) {

    .photofonction {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
    }
    .directeur {
        transform: translatey(0);
    }
}


.marginbottomlequipe {
    margin-bottom: 5rem;
}

.inline {
    display: inline;
}

.box_click {
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: white solid 1px;
    border-radius: 3px;


    &:hover {
        cursor: pointer;
    }
}

.photoindividuel {

    width: 400px;
    margin: 2rem;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content: center;*/


}

.imgfitdirigeant {

    width: 400px;
    object-fit: contain;
}


.team-member-header {

}

.team-member-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.team-member.expanded .team-member-content {
    max-height: 1000px; /* Ajustez selon vos besoins */
}

.team-member-header {
    position: relative;
    padding-right: 25px; /* Slightly reduced to account for smaller icon */
    cursor: pointer;
}

.team-member-header::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em; /* Reduced from 1.5em */
    transition: transform 0.3s ease;
    line-height: 1; /* Ensures vertical centering */
}

.team-member.expanded .team-member-header::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

/* Existing styles (keep these) */
.team-member-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.team-member.expanded .team-member-content {
    max-height: 1500px; /* Adjust as needed */
}

.contact-section {
    color: white;
    padding: 3rem;
    text-align: center;
    border: white solid 1px;
    border-radius: 10px;
    margin: 2rem auto;
    max-width: 1200px;
    margin-bottom: 5rem;
}

.contact-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.contact-button {
    display: inline-block;
    background-color: #8a8a8a;
    padding: 0.75rem 1.5rem;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: 1rem 0 2rem;
    transition: background-color 0.3s ease;
}

.contact-button:hover {
    background-color: #5ad45a;
}

.logokreadetruo {
    margin: 1rem;
}

footer {
    color: black !important;
    padding-top: 3rem;
    margin: auto;
    min-height: 10rem;
    background-color: white;
    width: 100%;
}

a {
    color: black;
}