#comp::before {
    background-image: url('../img/Nuage\ 1_rempli.png');
    /* background-image: url('../img/sync.jpg'); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#sync::before {
    position: absolute;
    background-image: url("../img/Nuage\ 2_rempli.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#soundId::before {
    background-image: url("../img/Nuage\ 3_rempli.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.image {
    height: 100%;
}

.tile {
    color: black;
    width: 400px;
    height: 300px;
    overflow: visible;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 74px; */
}

.tile::before {
    content: '';
    position: absolute;
    height: 400px;
    width: 500px;
    top: -25%;
    /* Permet à l'image de déborder du conteneur en haut */
    left: -50px;
    z-index: -1;
}

.tile>p {
    padding: 64px;
    text-align: center;
    position: relative;
    /* Assure que le texte est au-dessus du pseudo-élément */
    margin: 0;
    z-index: 1;
    font-size: 16px;
}

.prestations {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.prestations>div {
    margin: 32px 0;
}

.prestaTitle {
    width: 50%;
    margin: 64px 0;
}

.line {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.soloLine {
    padding: 16px 112px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}