.container > .section_requeteur {
    width: 1351px;
    height: 604.50px;
    padding: 64px;
    background: #F2F9FC;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    display: inline-flex;
    .title {
        align-self: stretch;
        height: 48px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px;
        display: flex;
        color: black; font-size: 32px; font-weight: 700; line-height: 48px; word-wrap: break-word;
    }
    .cards {
        align-self: stretch;
        height: 388.50px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 32px;
        display: flex;
        .cardRow {
            align-self: stretch;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 32px;
            display: inline-flex;
            .card {
                flex: 1 1 0;
                align-self: stretch;
                background: white;
                box-shadow: 2px 2px 0px rgba(0, 72, 106, 0.60);
                border-radius: 8px;
                border: 1px #00486A solid;
                justify-content: flex-start;
                align-items: flex-start;
                display: flex;
                .img {
                    flex: 1 1 0;
                    align-self: stretch;
                    padding: 24px;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    display: inline-flex;
                    > img {
                        align-self: stretch;
                        height: 163px;
                        background: linear-gradient(0deg, #D3EBF9 0%, #D3EBF9 100%);
                        border-radius: 8px;
                    }
                }
                .text {
                    flex: 1 1 0;
                    padding: 24px;
                    flex-direction: column;
                    justify-content: center;
                    align-items: flex-start;
                    gap: 24px;
                    display: inline-flex;
                    .infoText {
                        align-self: stretch;
                        height: 91px;
                        flex-direction: column;
                        justify-content: flex-start;
                        align-items: flex-start;
                        gap: 8px;
                        display: flex;
                        > div:first-child {
                            align-self: stretch;
                            color: #00486A;
                            font-size: 16px;
                            font-weight: 600;
                            line-height: 24px;
                            word-wrap: break-word;
                        }
                        > div:last-child {
                            align-self: stretch;
                            height: 59px;
                            flex-direction: column;
                            justify-content: flex-start;
                            align-items: flex-start;
                            gap: 4px;
                            display: flex;
                            > div:first-child {
                                align-self: stretch;
                                color: black;
                                font-size: 24px;
                                font-weight: 700;
                                line-height: 33.60px;
                                word-wrap: break-word;
                            }
                            > div:last-child {
                                align-self: stretch;
                                color: rgba(0, 0, 0, 0.75);
                                font-size: 14px;
                                font-weight: 400;
                                line-height: 21px;
                                word-wrap: break-word;
                            }
                        }
                    }
                    .infoBtn {
                        justify-content: flex-end;
                        align-items: center;
                        gap: 24px;
                        display: inline-flex;
                        cursor: pointer;
                        > div {
                            padding-left: 24px;
                            padding-right: 24px;
                            padding-top: 12px;
                            padding-bottom: 12px;
                            background: #009EDB;
                            border-radius: 8px;
                            border: 1px #009EDB solid;
                            justify-content: center;
                            align-items: center;
                            gap: 12px;
                            display: flex;
                            > div:first-child {
                                color: white;
                                font-size: 14px;
                                font-weight: 500;
                                text-transform: uppercase;
                                line-height: 24px;
                                word-wrap: break-word;
                            }
                            > div:last-child {
                                width: 24px;
                                height: 24px;
                                position: relative;
                            }
                        }
                    }
                }
            }
        }
        .largeCard {
            align-self: stretch;
            background: white;
            box-shadow: 2px 2px 0px rgba(0, 72, 106, 0.60);
            border-radius: 8px;
            border: 1px #00486A solid;
            justify-content: space-between;
            align-items: center;
            display: inline-flex;
            > .text {
                width: 505px;
                align-self: stretch;
                padding: 24px;
                justify-content: flex-start;
                align-items: center;
                gap: 24px;
                display: flex;
                > div:first-child {
                    align-self: stretch;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: flex-start;
                    gap: 8px;
                    display: inline-flex;
                    > div:first-child {
                        align-self: stretch;
                        color: black;
                        font-size: 24px;
                        font-weight: 700;
                        line-height: 31.20px;
                        word-wrap: break-word;
                    }
                    > div:last-child {
                        align-self: stretch;
                        color: black;
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 24px;
                        word-wrap: break-word;
                    }
                }
            }
            > .infoBtn {
                padding-left: 24px;
                padding-right: 24px;
                padding-top: 12px;
                padding-bottom: 12px;
                background: #009EDB;
                border-radius: 8px;
                border: 1px #009EDB solid;
                justify-content: center;
                align-items: center;
                gap: 12px;
                display: flex;
                cursor: pointer;
                > div:first-child {
                    color: white;
                    font-size: 16px;
                    font-weight: 500;
                    text-transform: uppercase;
                    line-height: 24px;
                    word-wrap: break-word;
                }
                > div:last-child {
                    width: 24px;
                    height: 24px;
                    position: relative;
                }
            }
            > .img {
                align-self: stretch;
                padding: 24px;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                display: inline-flex;
                > span {
                    width: 520px;
                    height: 97.50px;
                    border-radius: 8px;
                    background-image: url('/img/gocad/home/fs.png');
                    background-position-y: 46%
                }
            }
        }
    }
}
.home-section {
    background: #D6EAF3;
    > .container {
        width: 1351px;
        > div {
            width: 1351px;
            height: 428px;
            padding: 64px;
            background: #D6EAF3;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            gap: 40px;
            display: inline-flex;
            > .boxesText {
                height: 70px;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                gap: 16px;
                display: flex;
                > div {
                    align-self: stretch;
                    height: 70px;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: center;
                    gap: 24px;
                    display: flex;
                    > div {
                        align-self: stretch;
                        text-align: center;
                        > span, .bold {
                            color: black;
                            font-size: 23px;
                            font-weight: 700;
                            line-height: 34.50px;
                            word-wrap: break-word;
                        }
                        > span, .normal {
                            color: black;
                            font-size: 23px;
                            font-weight: 400;
                            line-height: 34.50px;
                            word-wrap: break-word;
                        }
                    }
                }
            }
            > .iconsText {
                align-self: stretch;
                justify-content: flex-start;
                align-items: flex-start;
                gap: 32px;
                display: inline-flex;
                > div {
                    flex: 1 1 0;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: flex-start;
                    gap: 32px;
                    display: inline-flex;
                    > div {
                        align-self: stretch;
                        height: 190px;
                        justify-content: flex-start;
                        align-items: flex-start;
                        gap: 32px;
                        display: inline-flex;
                        > div, .icon {
                            flex: 1 1 0;
                            align-self: stretch;
                            flex-direction: column;
                            justify-content: flex-start;
                            align-items: center;
                            gap: 16px;
                            display: inline-flex;
                            > div:first-child {
                                padding-left: 24px;
                                padding-right: 24px;
                                padding-top: 25px;
                                padding-bottom: 25px;
                                background: #F2F9FC;
                                border-radius: 16px;
                                justify-content: flex-start;
                                align-items: center;
                                gap: 10px;
                                display: inline-flex;
                                > div {
                                    width: 48px;
                                    height: 48px;
                                    position: relative;
                                    > div {
                                        width: 48px; height: 48px; left: 0px; top: 0px; position: absolute;
                                    }
                                }
                            }
                            > div:last-child {
                                align-self: stretch;
                                height: 34px;
                                flex-direction: column;
                                justify-content: flex-start;
                                align-items: flex-start;
                                gap: 8px;
                                display: flex;
                                > div {
                                    align-self: stretch;
                                    text-align: center;
                                    color: black;
                                    font-size: 24px;
                                    font-weight: 700;
                                    line-height: 33.60px;
                                    word-wrap: break-word;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.sav-section {
    background: linear-gradient(0deg, #104C6D 0%, #104C6D 100%);
    > div {
        width: 1351px;
        > div {
            width: 1351px;
            height: 180px;
            padding-left: 64px;
            padding-right: 64px;
            padding-top: 40px;
            padding-bottom: 40px;
            background: linear-gradient(0deg, #104C6D 0%, #104C6D 100%);
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 80px;
            display: inline-flex;
            > div {
                align-self: stretch;
                justify-content: space-between;
                align-items: center;
                display: inline-flex;
                > div:first-child {
                    width: 562px;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: flex-start;
                    gap: 8px;
                    display: inline-flex;
                    > div:first-child {
                        align-self: stretch; color: white; font-size: 32px;  font-weight: 700; line-height: 38.40px; word-wrap: break-word
                    }
                    > div:last-child {
                        align-self: stretch; color: white; font-size: 18px;  font-weight: 400; line-height: 27px; word-wrap: break-word
                    }
                }
                > div:last-child {
                    justify-content: flex-start; align-items: flex-start; gap: 40px; display: flex;
                    > div {
                        justify-content: flex-start; align-items: center; gap: 10px; display: flex;
                        > div:first-child {
                            width: 40px;
                            height: 40px;
                            position: relative
                        }
                        > div:last-child {
                            color: white;
                            font-size: 22px;
                            font-weight: 400;
                            line-height: 33px;
                            word-wrap: break-word
                        }
                    }
                }
            }
        }

    }
}