.content{
    background-color: #F9B31A;
    color: #fff;
}
.title-container {
    position: relative;
    display: inline-block; /* Pour que l'élément puisse avoir un contenu flexible */
}
.icon {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 60px;
    height: 60px;
}
#realisationCarousel{
    padding: 20px;
}
.image-realisation{
    border-radius: 30px;
    max-height: 800px;
    object-fit: contain;
}

.header-realisation{
    padding: 40px 0;
}

.right-header-realisation{
    padding: 20px 30px;
}

.projet{
    background-color: #FE396A;
    padding: 5px 15px;
    border: 1px #000 solid;
    border-radius: 15px;
    color: white;
    width: fit-content;
}

.description{
    font-size: 17px;
    color: #fff;
    text-align: left;
    margin-top: 20px;
    justify-content: left;
}

.btn-lien{
    background-color: #FE396A;
    padding: 10px 30px;
    border-radius: 20px;
    color: white;
    width: fit-content;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    justify-content: right;
}
.btn-lien:hover{
    color: #fff;
}

.div-btn{
    width: 100%;
    display: flex;
    justify-content: right;
    margin-top: 20px;
    gap: 20px;
}

.diviseur{
    width: 60vw;
    height: 1.5px;
    margin: 30px 0;
    justify-content: left;
    background-color: #fff;
}

.row-type{
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 5px 40px;
}

.row-type p{
    background-color: #FE396A;
    padding: 5px 15px;
    border: 1px #000 solid;
    border-radius: 15px;
    color: white;
    width: fit-content;
}

.titre-type{
    font-size: 24px;
    justify-content: left;
    text-align: left;
    color: #fff;
}

.competences-titre{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    justify-content: left;
    text-align: left;
}

.container-realisation ul{
    margin-top: 10px;
    list-style-type: disc; /* Affiche les puces classiques */
    padding-left: 20px; 
}

.container-realisation li{
    font-family: 'poppins', sans-serif !important;
    font-size: 18px;
    font-weight: 500 !important;
}
.row{
    max-width: 100% !important;
    margin: auto !important;
}
@media (max-width: 768px){
    .image-realisation{
        max-height: 400px;
    }
    .right-header-realisation{
        padding: 20px;
    }
    .diviseur{
        width: 90vw;
    }
    .row-type{
        margin: 0 !important;
    } 

}

@media (max-width: 420px){
    .icon {
        position: absolute;
        top: -50px;
        right: 0px;
        width: 40px;
        height: 40px;
    }
    
}

.btn-retour {
    display: inline-block;
    font-size: 28px;        /* taille de la flèche */
    font-weight: bold;
    color: #fff;            /* couleur par défaut */
    text-decoration: none;
    margin-top: 50px;
    transition: color 0.3s, transform 0.2s;
    margin-left: 100px;
}

.btn-retour:hover {
    color: #007bff;         /* bleu au survol */
    transform: translateX(-3px); /* petit effet de mouvement */
}
