#icone-item{
    display: flex;
    /* justify-self: center; */
    margin-left: auto;
    margin-right: auto;
    width: 12.5rem;
    height: 12.5rem;
}

#nom-item{
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.875rem;
}

.div-categorie{
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-categorie img{
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.625rem;
}

.yokai-desc {
    color: rgb(75, 85, 99);              
    line-height: 1.625;            
    margin: 0;                     
    font-size: 1rem;    
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";   
    margin-left: 1.25rem;        
}

.section-title {
    font-size: 1.25rem;             
    font-weight: 700;              
    color: rgb(31, 41, 55);              
    display: inline-block;         
    margin-bottom: 0.75rem;        
    padding-bottom: 0.25rem;       
    border-bottom-style: solid;   
    border-bottom-width: 0.125rem; 
    font-weight: 700;
    margin-left: 1.875rem;    
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";   
}

#effet-item{
    border: solid 0.1875rem #E0D9C4;
    border-radius: 0.875rem;
    background-color: #F5E9D6;
    width: 25rem;
    display: flex;
    flex-direction: column;
    /* justify-self: center; */
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    padding: 0.625rem;
}

#effet-item .yokai-desc{
    margin-left: 0.3125rem;
}

#effet-item .section-title{
    text-align: center;
    border: none;
    margin: 0;
}

#effet-item .div-categorie{
    margin: -0.625rem;
}

#prix-item {
    border: solid 0.1875rem #c4e0c8;
    border-radius: 0.875rem;
    background-color: #dff5d6;
    width: 25rem;
    display: flex;
    flex-direction: column;
    /* justify-self: center; */
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    padding: 0.625rem;
}

#prix-item .section-title {
    text-align: center;
    border: none;
    margin: 0;
    margin-bottom: 0.9375rem;
}

.prix-details {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.prix-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prix-col i {
    font-size: 1.5rem;
    color: #927e5e;
    margin-bottom: 0.5rem;
}

.prix-label {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    color: rgb(107, 114, 128);
    font-weight: 600;
}

.prix-valeur {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.2rem;
    color: rgb(11, 162, 43);
    font-weight: 800;
    margin-top: 0.3125rem;
}