/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 18 2025 | 15:50:57 */
.puzzle-body {
    margin: 0;
    display: flex;
    flex-direction: row;  
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 20px;
    min-height: 100vh;
}

.image-container {
    position: relative; 
    width: 403px;      
    max-width: 100%;    
}

.image-container img {
    width: 100%;
    display: block;
}

.click-area {
    position: absolute;
    cursor: pointer;
}

#area-ux-ui {
    top: 31.5%; left: 60.8%; width: 35%; height: 7%;
}
#area-solutions {
    top: 39%; left: 60.8%; width: 35%; height: 7%;
}
#area-configuration {
    top: 46.5%; left: 60.8%; width: 35%; height: 7%;
}
#area-apis {
    top: 53.5%; left: 60.8%; width: 35%; height: 7%;
}
#area-donnees {
    top: 61%; left: 60.8%; width: 35%; height: 7%;
}
#area-infrastructure {
    top: 67%; left: 60.8%; width: 35%; height: 7%;
}

#zone-texte {
    width: 320px;
    height: 280px;
    border: 2px solid #f37c20;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#zone-texte h3 {
    margin-top: 0;
    color: #ec6408;
	font-family: var( --e-global-typography-39051d0-font-family ),Sans-serif;
    font-size: var( --e-global-typography-39051d0-font-size );
    font-weight: var(--e-global-typography-39051d0-font-weight);
    line-height: var( --e-global-typography-39051d0-line-height );
}

.texte-segment {
    color: #ec6408;
    text-align: center;
    margin-top: 20px;
    color: #ec6408;
	font-family: var( --e-global-typography-39051d0-font-family ),Sans-serif;
    font-size: var( --e-global-typography-39051d0-font-size );
    font-weight: var(--e-global-typography-39051d0-font-weight);
    line-height: var( --e-global-typography-39051d0-line-height );
}

#zone-texte p {
    font-family: var( --e-global-typography-91ec05c-font-family ),Sans-serif;
    font-size: var( --e-global-typography-91ec05c-font-size );
    font-weight: var(--e-global-typography-91ec05c-font-weight);
    line-height: var( --e-global-typography-91ec05c-line-height );
	color : #000000;
}

@media (max-width: 768px) {
    .puzzle-body {
        flex-direction: column;
        gap: 25px;
    }

    .image-container {
        order: 1;  
    }
    #zone-texte {
        order: 2;  
    }
}