.header {
    flex-direction: column;
}
.intro{
    background-image: url("../images/headerFondS.png");
}
.text-slide {
    margin-left: 23%;
    height: 300px;
    padding-top: 60px;
    font-size: 35px;
    line-height: 40px;
    padding-right: 40px;
}
h5 {
    color: var(--xdark-color);
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    text-transform: uppercase;
    white-space: nowrap;
}

.message {
    top: 0;
    left: 300px;
}