/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 992px) {
    .parrainagesContainer {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-top: 15vh;
    }

    .container {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100vw;
        text-align: center;
    }

    .darkerContainter {
        background-color: #e3c95d;
    }

    .topContainer {
        /* align-items: space-around; */
        gap: 1vh;
        height: 89vh;
    }

    .topContainer .rucheImg {
        height: 50vw;
    }

    .middleContainer .title {
        margin-top: 5vh;
        font-size: xx-large;
    }

    .holderPots {
        display: flex;
        flex-direction: row;
        gap: 15px;
        justify-content: center;
        align-items: center;
    }

    .colPot h4 {
        text-align: center;
        font-size: x-large;
    }

    .colPot p {
        text-align: center;
    }

    .colPot img {
        width: 25vw;
    }
    .bottomContainer .title {
        margin-top: 5px;
        font-size: xx-large;
    }

    .lowbottomContainer {
        /* height: 100vh; */
    }
    .listeRuches{
        padding: 0;
        margin-top: 0;
    }
    .listeRuches li{
        list-style: none;
    }

    .bottomContainer .subtitle {
        /* margin-top: 5vh; */
        font-size: x-large;
    }

    .deliveryParagraph {
        text-align: center;
    }

    .linkTitle {
        text-decoration-line: underline;
        font-size: x-large;
        margin-bottom: 0;
    }

    .linkHolder {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .parrainagesContainer {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100vw;
    }

    .container {
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 100vh;
        width: 100vw;
    }

    .darkerContainter {
        background-color: #e3c95d;
    }

    .topContainer {
        /* align-items: space-around; */
        gap: 2vh;
    }

    .topContainer .rucheImg {
        height: 40vh;
    }

    .middleContainer .title {
        margin-top: 5vh;
        font-size: xx-large;
    }

    .holderPots {
        display: flex;
        flex-direction: row;
        gap: 15px;
        justify-content: center;
        align-items: center;
        height: 80vh;
        /* width: 20vw; */
    }

    .colPot h4 {
        text-align: center;
        font-size: x-large;
    }

    .colPot p {
        text-align: center;
    }

    .colPot img {
        width: 25vw;
    }

    .honeyPotParrainage {}

    .bottomContainer .title {
        margin-top: 5px;
        font-size: xx-large;
    }

    .bottomContainer {
        height: 100vh;
    }

    .bottomContainer .subtitle {
        /* margin-top: 5vh; */
        font-size: x-large;
    }

    .deliveryParagraph {
        text-align: center;
    }

    .linkTitle {
        text-decoration-line: underline;
        font-size: x-large;
        margin-bottom: 0;
    }

    .linkHolder {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

}