#attente {
    position: absolute;
    top: 0; left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: url('../../images/index/vignes-soleil-couchant.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

header {
    display: none;
}

nav {
    display: none;
}

#attente .bloc-texte {
    padding: 50px 30px;
    margin: auto;
    background-color: rgba(39, 33, 33, 0.3);
    background-size: contain;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#attente h1 {
    color: #fff;
    font-family: "Poiret";
    font-size: 40px;
}

#attente h1 span {
    font-size: 50px;
    font-weight: bold;
    color: #f73859;
    text-shadow: 1px 1px 2px rgba(14, 14, 14, 0.8);
}

#attente p {
    color: #fff;
    font-size: 22px;
    font-family: "Poiret";
    text-shadow: 1px 1px 2px rgba(14, 14, 14, 0.8);
}

#attente h3 {
    color: #fff;
    font-family: "Poiret";
    text-shadow: 1px 1px 2px rgba(14, 14, 14, 0.8);
    margin: 30px 0;
    font-weight: bold;
    letter-spacing: 0.1ch;
    font-size: 25px;
}

#attente a {
    color: #d6cbcd;
    transition: 0.3s color;
    font-size: 28px;
    font-family: "Poiret";
    text-shadow: 1px 1px 2px rgba(14, 14, 14, 0.8);
    font-weight: bold;
    letter-spacing: 0.1ch;
}

#attente a:hover {
    color: #f73859;
    transition: 0.3s color;
}

#attente p.numero {
    font-size: 25px;
}