.block-lettrine .text-content *{
    font-family: 'Karbon','Arial',sans-serif;
}
.block-lettrine .text-content{
    font-size:2rem;
}
.block-lettrine .content-site{
    padding:0;
}
.block-lettrine .text-content::first-letter {
    font-size: 9rem;
    line-height: 6.9rem;
    padding-right: 1rem;
    float: left;
    text-transform: uppercase;
}
body.iphone .block-lettrine .text-content::first-letter {
    line-height: 5.8rem !important;
    padding-top:1.7rem !important;
} 
@media screen and (max-width: 767px){
    .block-lettrine .content-site{
        padding: 0 3.9vw;
    }
} 
@media screen and (max-width: 500px){    
    .block-lettrine .text-content::first-letter {
        line-height: 5.6rem !important;
        padding-top:1.3rem !important;
    } 
}