.header-titre-texte{
    background: #1A3C8A;
    padding: 94px 0;
}

.header-titre-texte h1{
    font-weight: 500;
    font-size: xx-large;
    line-height: 120%;
    color: #FFFFFF;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.header-titre-texte p{
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    color: #FFFFFF;
    opacity: 0.8;
}

@media screen and (min-width: 576px){
    .header-titre-texte h1{
        font-size: 48px;
    }
}

@media screen and (min-width: 992px){
    .header-titre-texte h1{
        font-size: 72px;
    }
}