/* _________________________ Body _________________________ */
main {
    margin: 0 auto 0;
    width: 100%;
}

h2 {
    color: #004560;
    font-family: 'Dancing Script';
    font-size: 58px;
    font-weight: 300;
    margin-block-start: 0;
    margin-block-end: 0;
}

h4 {
    font-family: 'Dancing Script';
    color: #004560;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 48px;
    text-align: center;
    margin-block-start: 0;
    margin-block-end: 0;
}

.price {
    margin-block-end: 0;
    margin-block-start: 0;
    color: #E98209;
    /* border: 1px solid #E98209; */
    border-radius: 35px;
    font-size: 32px;
    font-weight: 700;
    padding: 8px 36px;
    margin-bottom: 48px;
}

.formula-name {
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 12px;
}

#learn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #33BAF0;
    border-radius: 24px;
    width: 170px;
    height: 36px;
    transition: 0.3s ease;
}

#learn-more:hover {
    background-color: #004560;
    background: #004560;
    border: 1.5px solid #85CBE6;
    box-shadow: 0 2px 5px #85CBE6;
}

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

/* _*_*_*_ Devis button _*_*_*_ */
.devis {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.devis a {
    display: flex;
    border: none;
    border-radius: 2rem;
    color: #fff;
    background-color: #E98209;
    border-radius: 24px;
    width: 480px;
    height: 55px;
    font-size: 24px;
    font-weight: 500;
    gap: 24px;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.devis :hover {
    background-color: #004560;
    background: #004560;
    border: 1.5px solid #85CBE6;
    box-shadow: 0 2px 5px #85CBE6;
}

#i-devis {
    width: 32px;
    height: 32px;
}

/* _________________________ Responsive _________________________ */
/* _________________________ Responsive 0 > 499px */
@media screen and (max-width: 499px) {

    /* Body - 0 > 499px */
    main {
        max-width: 499px;
    }

    p {
        margin: 0;
    }

    h2 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    .price {
        font-size: 16px;
        padding: 4px 16px;
        margin: 0;
    }

    .formula-name {
        width: 150px;
        font-size: 14px;
    }

    #learn-more {
        width: 130px;
        height: 32px;
        font-size: 14px;
        gap: 4px;
    }

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

    /* _*_*_*_ Devis button _*_*_*_ */
    .devis {
        margin-bottom: 48px;
    }

    .devis a {
        width: 280px;
        height: 25px;
        font-size: 14px;
        gap: 12px;
    }

    #i-devis {
        width: 16px;
        height: 16px;
    }
}

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

    /* Body - 500px > 661px */
    main {
        max-width: 661px;
    }

    h2 {
        font-size: 32px;
    }

    h4 {
        font-size: 22px;
    }

    .price {
        font-size: 20px;
        padding: 8px 24px;
        margin-bottom: 12px;
    }

    .formula-name {
        font-size: 16px;
    }

    #learn-more {
        width: 140px;
        height: 24px;
        font-size: 12px;
        padding: 2px 12px;
    }

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

    /* _*_*_*_ Devis button _*_*_*_ */
    .devis {
        margin-bottom: 48px;
    }

    .devis a {
        width: 300px;
        height: 30px;
        font-size: 16px;
        gap: 12px;
    }

    #i-devis {
        width: 20px;
        height: 20px;
    }
}

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

    /* Body - 662px > 767px */
    main {
        max-width: 767px;
    }

    h2 {
        font-size: 36px;
    }

    h4 {
        font-size: 26px;
    }

    .price {
        font-size: 22px;
        padding: 10px 28px;
        margin-bottom: 24px;
    }

    .formula-name {
        font-size: 18px;
    }

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

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

    /* _*_*_*_ Devis button _*_*_*_ */
    .devis {
        margin-bottom: 48px;
    }

    .devis a {
        width: 340px;
        height: 35px;
        font-size: 18px;
        gap: 18px;
    }

    #i-devis {
        width: 22px;
        height: 22px;
    }
}

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

    /* Body - 768px > 991px */
    main {
        max-width: 991px;
    }

    h2 {
        font-size: 52px;
    }

    h4 {
        font-size: 32px;
    }

    .price {
        font-size: 26px;
        padding: 12px 32px;
    }

    .formula-name {
        font-size: 20px;
    }

    #learn-more {
        width: 200px;
        height: 30px;
        font-size: 16px;
        padding: 2px 16px;
    }

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

    /* _*_*_*_ Devis button _*_*_*_ */
    .devis {
        margin-bottom: 48px;
    }

    .devis a {
        width: 380px;
        height: 45px;
        font-size: 19px;
        gap: 22px;
    }

    #i-devis {
        width: 26px;
        height: 26px;
    }
}

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

    /* Body - 992px > 1199px */
    main {
        max-width: 1199px;
    }

    h2 {
        font-size: 52px;
    }

    h4 {
        font-size: 36px;
    }

    .price {
        font-size: 30px;
        padding: 14px 36px;
    }

    .formula-name {
        font-size: 22px;
    }

    #learn-more {
        width: 220px;
        height: 32px;
        font-size: 18px;
        padding: 2px 18px;
    }

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

    /* _*_*_*_ Devis button _*_*_*_ */
    .devis {
        margin-bottom: 48px;
    }

    .devis a {
        width: 430px;
        height: 50px;
        font-size: 22px;
        gap: 24px;
    }

    #i-devis {
        width: 28px;
        height: 28px;
    }
}