#header {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 25px;
}

#header::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.406);
}

#header .inner {
    z-index: 1;
    text-align: center;
}

#header .inner h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 50px;
    line-height: 49px;
    color: white;
    text-shadow: 0px 0px 14px #000000;
}

#header .inner h1 span {
    color: #FFBC13;
}

#header .inner p {
    color: white;
    font-weight: 500;
    text-shadow: 0px 0px 14px #000000;
}

#header .inner .go-down {
    color: white;
    text-shadow: 0px 0px 14px #000000;
}

.logo-header-texte {
    color: white;
    font-weight: 900;
    font-size: 32px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.logo-header-texte span {
    color: #FFBC13;
}

.call-to-action-wrap {
    background-position: center;
    padding: 83px 0px;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 85%);
}

.call-to-action-left h4 {
    color: #FFBC13;
    font-size: 25px;
    text-shadow: 0px 0px 14px #000000;
}

.call-to-action-left p {
    font-size: 17px;
}

.call-to-action-right .site-button-secondry {
    background-color: #FFBC13;
    color: #1a1a1a;
    font-weight: 900;
}

.slide-realisation {
    width: 625px !important;
    max-width: 100%;
    height: 468px !important;
    background-size: cover;
    background-position: center;
}

.legende-realisation {
    position: sticky;
    top: 123px;
}

@media (max-width: 520px) {
    #header .inner h1 {
        font-size: 34px;
        line-height: 34px;
    }
    #header .inner p {
        font-size: 17px;
    }
}