@charset "utf-8";

/* _________________________ Body _________________________ */
/* _*_*_*_ Features _*_*_*_ */
#e-commerce-presentation {
    max-width: 1200px;
    margin: 0 auto;
}

.presentation {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 148px;
}

#description {
    font-size: 20px;
    font-weight: 400;
    padding: 24px 72px 48px;
    text-align: justify;
    margin: 0 48px;
}


/* _*_*_*_ Services _*_*_*_ */
.proposition {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;

}

.formulas-choice {
    width: 100%;
    height: 400px;
    display: flex;
    gap: 100px;
    padding: 48px 0;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
}

#bckg {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 48px;
    justify-content: center;
    position: absolute;
    /* z-index: 1; */
}

#formula1,
#formula3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0;
    width: 300px;
    height: 300px;
    background-color: #fff;
    border-top: 3px solid #85CBE6;
    border-radius: 20px;
    box-shadow: #85CBE6 0px 2px 5px -1px, #85CBE6 0px 1px 1.5px -0.5px;
}

/* _________________________ Responsive _________________________ */
/* _________________________ Responsive 0 > 499px */

@media screen and (max-width: 499px) {

    /* Body - FEATURES - 0 > 499px */
    .presentation {
        margin: 64px 12px 0 12px;
    }

    #e-commerce-presentation {
        max-width: 499px;
    }

    #description {
        font-size: 12px;
        padding: 16px 48px 32px;
        margin: 0;

    }

    /* Body - SERVICES - 0 > 499px */
    .formulas-choice {
        height: 300px;
        gap: 24px;
        padding: 16px 0;
        font-size: 16px;
    }

    #bckg {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        max-width: 499px;
        padding: 0 12px;
    }

    #formula1,
    #formula3 {
        width: 300px;
        height: 120px;
        border-bottom: 1px solid #85CBE6;
        border-top: 1px solid #85CBE6;
    }
}

/* _________________________ Responsive 500 > 661px */
@media screen and (min-width: 500px) and (max-width: 661px) {

    /* Body - FEATURES - 500 > 661px */
    .presentation {
        margin: 0 36px;
    }

    #description {
        font-size: 14px;
        padding: 24px 48px 48px;
        margin: 0;
    }

    /* Body - SERVICES - 500 > 661px */
    .proposition {
        margin-bottom: 48px;
    }

    .formulas-choice {
        height: 380px;
        padding: 32px 0;
        font-size: 18px;
    }

    #bckg {
        flex-direction: column;
        align-items: center;
        max-width: 500px;
        gap: 12px;
    }

    #formula1,
    #formula3 {
        width: 300px;
        height: 150px;
        border-bottom: 1px solid #85CBE6;
        border-top: 1px solid #85CBE6;
    }

    #learn-more {
        width: 120px;
        height: 20px;
        font-size: 13px;
        padding: 2px 8px;
    }

    #i-add {
        width: 10px;
        height: 10px;
    }
}

/* _________________________ Responsive 662 > 767px */
@media screen and (min-width: 662px) and (max-width: 767px) {

    /* Body - FEATURES - 662 > 767px */
    .presentation {
        margin: 0 48px;
    }

    #description {
        font-size: 15px;
        padding: 24px 48px 48px;
        margin: 0;
    }

    /* Body - SERVICES - 662 > 767px */
    .proposition {
        margin-bottom: 48px;
    }

    .formulas-choice {
        height: 430px;
        padding: 32px 0;
        font-size: 18px;
    }

    #bckg {
        flex-direction: column;
        align-items: center;
        max-width: 662px;
        gap: 16px;
    }

    #formula1,
    #formula3 {
        width: 350px;
        height: 190px;
        border-bottom: 1px solid #85CBE6;
        border-top: 1px solid #85CBE6;
    }

    #learn-more {
        width: 150px;
        height: 35px;
        font-size: 15px;
        padding: 2px 14px;
    }

    #i-add {
        width: 12px;
        height: 12px;
    }
}

/* _________________________ Responsive 768 > 991px */
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* Body - FEATURES - 768 > 991px */
    .presentation {
        margin: 0 72px;
    }

    #description {
        font-size: 16px;
        padding: 24px 48px 48px;
        margin: 0;
    }

    /* Body - SERVICES - 768 > 991px */
    .proposition {
        margin-bottom: 48px;
    }

    .formulas-choice {
        height: 300px;
        padding: 32px 0;
        font-size: 20px;
    }

    #bckg {
        max-width: 768px;
        padding: 0 5%;
    }

    #formula1,
    #formula3 {
        width: 250px;
        height: 220px;
    }

    #learn-more {
        width: 160px;
        height: 36px;
        font-size: 17px;
        padding: 2px 12px;
    }

    #i-add {
        width: 14px;
        height: 14px;
    }
}

/* _________________________ Responsive 992 > 1199px */

@media screen and (min-width: 992px) and (max-width: 1199px) {

    /* Body - FEATURES - 992 > 1199px */
    #description {
        font-size: 18px;
        padding: 24px 24px 48px;
    }

    /* Body - SERVICES - 992 > 1199px */
    .proposition {
        margin-bottom: 48px;
    }

    .formulas-choice {
        height: 350px;
        padding: 48px 0;
        font-size: 20px;
    }

    #bckg {
        max-width: 992px;
        padding: 0 5%;
    }

    #formula1,
    #formula3 {
        width: 320px;
        height: 300px;
    }

    .price {
        margin-bottom: 68px;
    }

    #learn-more {
        width: 200px;
        height: 40px;
        font-size: 19px;
        padding: 2px 12px;
    }

    #i-add {
        width: 18px;
        height: 18px;
    }
}