body {
    background-color: #F0F4F7;
    font-family: Figtree, serif;
    margin: 31px;
}

.header {
    height: 125px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: 9px;
}

.header_entree {
    background-color: #122440;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_header {
    position: relative;
    width: 125px;
    height: 125px;
    background-color: #08b4e6;
    border-radius: 50%;
    left: 320px
}

.item_information {
    width: 100%;
    height: 129px;
    background-color: #FFFFFF;
    display: inline-grid;
    border-radius: 15px;
}

.item-advice-text {
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    width: 80%;
    margin: auto;
}

.return {
    position: relative;
    width: 100px;
    height: 30px;
    top: -10px;
    left: 20px;
    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    letter-spacing: 0;
}

.client_select {
    /*background-color: #D2DFE9;*/
    height: 1730px;
    width: 1000px;
}

.contact_sav {
    /* Texte Contacter l’assistance */

    position: relative;
    width: 158px;
    height: 72px;
    top: -41px;
    left: 115px;

    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;

    /* Bleu marine */
    color: #122440;
}

.problem_text_card {
    /* Texte Contacter l’assistance */

    position: relative;
    width: 198px;
    height: 60px;
    top: -29px;
    left: 92px;

    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;

    /* Bleu marine */
    color: #122440;
}

.contact_sav_bg {
    /* Bg */

    position: relative;
    width: 303px;
    height: 125px;

    /* Orangé */
    background: #FFB300;
    border-radius: 25px;
    display: flex;
    left: 450px;
}

.a_problem_bg {
    /* Bg */

    position: relative;
    width: 303px;
    height: 97px;

    /* Orangé */
    background: #FFB200;
    border-radius: 25px;
    display: flex;
    left: 450px;
}

.logo_problem {
    /* Icon */

    position: relative;
    width: 55px;
    height: 55px;
    top: 22px;
    left: 24px;
}

.logo_contact {
    /* Icon */

    position: relative;
    width: 65px;
    height: 65px;
    top: 28px;
    left: 34px;
}

.text_information {
    position: relative;
    width: 1016px;
    height: 120px;
    top: 205px;
    left: -11px;

    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 49px;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;

}

.img_entree_detail {
    /* Mask group */

    position: relative;
    width: 215px;
    height: 215px;
    margin: 30px;
}

.text_title_entree_detail {
    position: relative;
    width: 327px;
    height: 36px;
    top: -250px;
    left: 280px;

    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
}

.text_lorem_entree_detail {
    position: relative;
    width: 327px;
    height: 36px;
    top: -230px;
    left: 280px;

    font-family: Figtree, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
}

.entree_detail_bg {
    /* Bg */

    position: relative;
    width: 638px;
    height: 279px;
    left: 175px;
    top: 311px;

    background: #FFFFFF;
    border-radius: 25px;
    margin-bottom: 50px;
}

.btn_je_commence {
    /* Bg */

    position: relative;
    width: 182px;
    height: 50px;
    top: -150px;
    left: 280px;
    border-radius: 15px;
    border-color: #08b4e6;
    background: #08B4E6;
    margin-bottom: 63px;
}

.btn_text_je_commence {

    width: 142px;
    height: 24px;

    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
    color: #FFFFFF;
}

.img_entree_recuperation {

    position: relative;
    width: 215px;
    height: 215px;
    top: -197px;
    left: 362px;
    margin: 30px;
}

.text_title_entree_recuperation {

    position: relative;
    width: 327px;
    height: 72px;
    top: 36px;
    left: 36px;

    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    color: #FFFFFF;

}

.text_lorem_entree_recuperation {

    position: relative;
    width: 327px;
    height: 77px;
    top: 54px;
    left: 36px;
    font-family: Figtree, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    color: #FFFFFF;
}

.btn_recup_c_parti {

    position: relative;
    width: 158px;
    height: 50px;
    top: 55px;
    left: 33px;
    border-radius: 15px;
    gap: 10px;
    background-color: #122440;
    border-color: #122440;
}

.btn_text_c_parti {

    width: 142px;
    height: 24px;

    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
    color: #FFFFFF;
}

.choice_product {
    position: relative;
    width: 608px;
    height: auto;
    top: 25px;
    left: 225px;

    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 49px;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
}

.cadre_category {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
}

.ligne {
    height: 5px;
    background-color: #3b82f6;
    flex-grow: 1;
}

.ligne.avant {
    margin-right: 10px;
}

.ligne.apres {
    margin-left: 10px;
}

.category {
    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    letter-spacing: 0;
    color: #122440;
}

.card_product {
    position: relative;
    width: 198px;
    height: 361px;
    border-radius: 25px;
    background-color: #FFFFFF;
    margin-bottom: 25px;
    margin-right: 25px;
    border: 3px solid #F0F4F7;
}

.card_product_title {
    position: relative;
    width: 170px;
    height: 26px;
    top: -10px;
    left: 1px;
    display: inline-block;

    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #122440;
}

.card_product_price {
    position: relative;
    width: 130px;
    height: 26px;
    top: 0px;
    left: 60px;

    display: flex;

    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #08B4E6;
}

.card-picture {
    position: relative;
    width: 155px;
    height: 199px;
    top: 15px;
    left: 5px;
    text-align: center;
}

.remove-from-cart {
    position: relative;
    left: 0px;
    background-color: #FFFFFF;
    border: #FFFFFF;
}

.add-to-cart {
    position: relative;
    left: 30px;
    background-color: #FFFFFF;
    border: #FFFFFF;
}

.quantity_product {
    position: relative;
    top: 5px;
    left: 10px;
    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #122440;
}

.cart {
    position: relative;
    width: 1000px;
    height: 1000px;
    top: 100px;
    left: 100px;
}

.cart-container {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 20px;
}

.cart-item {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.cart-item-image {
    width : 47px;
    height : 47px;
}

.cart-item-details {
    color: #7C9AB1;
    background-color: #F0F4F7;
    border-radius: 5px;
    padding: 5px;
}

.text_title {
    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #122440;
    margin-top: 30px;
    margin-bottom: 30px;
}

.text_detail {
    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    width: 90%;
    height: auto;
    margin: auto;
    color: #122440;
}

.text_total {
    font-family: Figtree, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    width: 90%;
    height: 24px;
    margin: auto;
    color: #122440;
}

.text_amount {
    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    width: 90%;
    height: 26px;
    margin: auto;
    color: #08B4E6;
}

.text_ttc {
    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    width: 90%;
    height: 26px;
    margin: auto;
    color: #7C9AB1;
}

.payment_button {
    /* Bg */

    position: relative;
    width: 255px;
    height: 85px;

    /* Orangé */
    background: #B2C8D8;
    border-radius: 25px;
    display: flex;
    left: 5px;
    margin-top: 30px;
}

.payment_text_card {
    /* Texte Contacter l’assistance */

    position: relative;
    width: 198px;
    height: 60px;
    top: -5px;
    left: 100px;

    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;

    color: #FFFFFF;
}

.logo_payment {
    /* Icon */

    position: relative;
    width: 30px;
    height: 33px;
    top: 25px;
    left: 50px;
}

.cart-advice {
    width: 100%;
    height: 229px;
    border-radius: 25px;
    background-color: #3FF0A0;
    display: inline-grid;
}

.cart-advice-icon {
    width: 75px;
    height: 75px;
    margin: auto;
}

.cart-advice-text {
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    width: 80%;
    margin: auto;
}

.options-order {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
}

.options-order_text {
    font-family: Figtree, sans-serif;
    font-size: 18px;
    color: #539457;
    font-weight: 700;
}

.options-order_input {
    width: 24px;
    height: 24px;
    margin-right: 7px;
}

.options_urgent_checked {
    border: solid 2px red;
    border-radius: 15px;
}

.options_unchecked {
    border: solid 2px white;
    border-radius: 15px;
}

.options_ironing_checked {
    border: solid 2px green;
    border-radius: 15px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    width: 638px;
    height: 505px;
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
    border: 3px solid #3b82f6;
}

.modal-icon {
    width: 125px;
    height: 125px;
    align-self: center;
    margin-top: 30px;
}

.modal-title {
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    color: #122440;
}

.modal-subtitle {
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #122440;
}

.modal-btn-ok {
    position: relative;
    width: 165px;
    height: 50px;
    border-radius: 15px;
    color: #FFFFFF;
    gap: 10px;
    background-color: #3b82f6;
    border-color: #3b82f6;

    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
}

.modal-btn-cancel {
    position: relative;
    width: 165px;
    height: 50px;
    border-radius: 15px;
    color: #FFFFFF;
    background-color: #122440;
    border-color: #122440;

    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
}

.ask_card_text_information {
    color: #122440;
    margin: 4.5% auto auto;
    width: 574px;
    text-align: center;
    font-family: Figtree, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px
}

.ask_item_information {
    width: 100%;
    height: 129px;
    background-color: #FFFFFF;
    display: inline-grid;
    border-radius: 15px;
}

.ask_img_item_information {
    width: 80px;
    height: 80px;
    margin: 10px 10px 0px 10px;
}

.ask_card_text_information_2 {
    color: white;
    margin: 2.5% auto auto;
    width: 574px;
    text-align: center;
    font-family: Figtree, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.select_panier_bg {
    /* Bg */

    position: relative;
    width: 148px;
    height: 50px;
    justify-content: space-around;

    /* Bleu marine */
    background: #112440;
    border-radius: 15px;
    display: flex;
    left: 15px;
}

.logo_select_panier {
    /* Icon */

    position: relative;
    width: 25px;
    height: 25px;
    top: 10px;
    left: -25px;
}

.panier_select_text {
    position: relative;
    width: 75px;
    height: 24px;
    top: -15px;
    left: 15px;

    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
    color: #FFFFFF;
}

.check_conditions_button {
    width: 638px;
    height: 85px;
    flex-shrink: 0;
    border-radius: 15px;
    border-color: #08b4e6;
    background: #08B4E6;
    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;
    letter-spacing: 0;
    color: #FFFFFF;
}

.check_conditions_bg {
    background-color: white;
    height: 296px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 2px solid red;
    text-align: center;
    align-content: center;
}

.check_conditions_input {
    width: 640px;
    text-align: center;
    display: flex;
    margin: auto;
}

.check_conditions_input_text {
    font-family: Figtree, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: start;
    padding-left: 20px;
    margin-bottom: 3.5%;
}

