#solutions {
    background-image: url('../img/solution.jpg');
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#solutions .container {
    padding-top: 5%;
}

#solutions :where(h4, h5) {
    color: var(--colorPink);
    margin-bottom: 0px;
    font-size: x-large;
}

#solutions h1 {
    text-align: center;
    font-size: xxx-large;
}

#solutions h5 {
    margin-bottom: 3%;
}

#solutions li {
    color: white;
    font-size: initial;
}

#solution p {
    width: normal;
}

.titreSolution {
    border: 1px solid #434348;
    background-color: #434348;
    padding: 1%;
    display: flex;
    margin-bottom: 3%;
    height: 7vh;
}

.titrePart {
    display: flex;
}

#solutions .spanNumber {
    border: 1px solid var(--colorPink);
    background-color: var(--colorPink);
    margin-right: 4%;
    text-align: center;
    padding: 0.7%;
    font-size: medium;
}

@media only screen and (max-width: 768px) {
    #solutions {
        height: auto;
    }

    #solutions::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: -webkit-fill-available;
        background-color: black;
        opacity: 0.80;
        z-index: 1;
    }

    #solutions.titreSolution {
        border: 1px solid #434348;
        background-color: #434348;
        padding: 2%;
        display: flex;
        margin-bottom: 3%;
    }

    #solutions li {
        font-size: medium;
    }

    #solutions .titreSolution .spanNumber {
        border: 1px solid var(--colorPink);
        background-color: var(--colorPink);
        margin-right: 4%;
        width: 25px;
        text-align: center;
        font-size: medium;
    }


}

@media only screen and (max-width: 425px) {
    #solutions{
        padding-top: 14%;
    }
    #solutions h1 {
        font-size: large;
    }
    #solutions :where(h4, h5) {
        color: var(--colorPink);
        margin-bottom: 0px;
        font-size: x-large;
    }
    #solutions .titreSolution .spanNumber {
        border: 1px solid var(--colorPink);
        background-color: var(--colorPink);
        margin-right: 4%;
        width: 25px;
        text-align: center;
        font-size: medium;
        height: 4vh;
    }
}


@media only screen and (max-width: 320px) {
    #solutions {
        padding-top: 5%;
    }

    #solutions h1 {
        font-size: medium;
    }

    .titreSolution {
        border: 1px solid #434348;
        background-color: #434348;
        padding: 2%;
        display: flex;
        margin-bottom: 3%;
    }

    #solutions :where(h4, h5) {
        color: var(--colorPink);
        margin-bottom: 0px;
    }

    #solutions li {
        font-size: medium;
    }

    #solutions .container {
        padding-top: 5%;
        margin-left: auto;
        margin-right: auto;
        width: 85%;
    }

    #solutions .titreSolution .spanNumber {
        border: 1px solid var(--colorPink);
        background-color: var(--colorPink);
        margin-right: 4%;
        width: 25px;
        /* text-align: center; */
        width: 12vw;
        font-size: medium;
        /* padding-left: 2%; */
        /* padding-right: 4%; */
        /* padding: 1%; */
        height: 5vh;
    }

    #solutions .titreSolution {
        border: 1px solid #434348;
        background-color: #434348;
        padding: 2%;
        display: flex;
        margin-bottom: 3%;
        height: 7vh;
    }

    #solutions .titreSolution .spanNumber {
        border: 1px solid var(--colorPink);
        background-color: var(--colorPink);
        margin-right: 4%;
        width: 25px;
        text-align: center;
        width: 17%;
        padding-left: 2%;
        padding-right: 4%;
        font-size: medium;
        height: 5vh;
    }


}