/*
Theme Name: Portfolio Jerome Haremza
Description: Thème enfant OceanWP pour mon portfolio de développeur WordPress
Author: Jerome Haremza
Template: oceanwp
Version: 1.0.0
Text Domain: portfolio-jerome-haremza
*/




.triangle {
    background-color: #C77A66 !important; /* Couleur Ardoise */
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%) !important;
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%) !important;
    position: relative !important;
    z-index: 10 !important;
    min-height: 250px;
    margin-right: -100px !important;
    
    /* Ajout de sécurité pour que le texte ne touche pas la pointe */
    padding-right: 60px !important; 
}

/* Reset pour le mobile */
@media (max-width: 1024px) {
    .triangle {
        margin-right: 0 !important;
        padding-right: 20px !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
    }
}

.hcomz-bio h2 {
    color: #C77A66; /* Ta couleur Terracotta */
    margin-bottom: 20px;
}

.hcomz-bio strong {
    color: #C77A66; /* Met en valeur les points clés */
}

.hcomz-bio p {
    line-height: 1.6;
    margin-bottom: 15px;
}