[data-section="agencies"] {
}

[data-section="agencies"] .adresse {
    /* width: 50%; */
}

[data-section="agencies"] .sds-card-renderer__cards-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* margin-bottom: 36px; */
    overflow: hidden;
}

[data-section="agencies"] .sds-card-renderer__card {
    display: flex;
    flex: 1 1;
    min-width: 43%;
    margin-bottom: 30px;
}

[data-section="agencies"] .sds-card-renderer__card:not(:last-child) {
}

[data-section="agencies"] .sd-card {
    display: flex;
    flex: 1 1;
}

[data-section="agencies"] .sd-card__content {
    display: flex;
    flex: 1 1;
}

[data-section="agencies"] .sd-paper {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 20px;
    transition: background-color .2s ease;
}

[data-section="agencies"] .sds-offering-cards {
    display: flex;
    justify-content: center;
}

[data-section="agencies"] .sds-offering-cards.sds-offering-cards--l {
}

[data-section="agencies"] .sds-offering-cards. {
    margin-top: 0;
}

[data-section="agencies"] . .sd-paper {
    background: #fff;
}

[data-section="agencies"] .sds-offering-cards__items {
}

[data-section="agencies"] .sds-offering-cards--l .sds-offering-cards__items {
}

[data-section="agencies"] .sds-offering-cards__card {
    display: flex;
    height: auto;
    animation: sds-fade-in-down .4s cubic-bezier(0.23, 1, 0.32, 1) both;
}

[data-section="agencies"] . .sds-offering-cards__card, [data-section="agencies"] . .sds-offering-cards__card-wrapper {
    background-color: #fff;
    min-height: 182px;
    max-height: 230px;
    border-radius: 0;
    z-index: 9;
}

[data-section="agencies"] .sds-offering-cards__card-content {
    flex-direction: column;
}

[data-section="agencies"] .sds-offering-cards__title {
    color: #000;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -.6px;
}

[data-section="agencies"] .sds-offering-cards--l .sds-offering-cards__title {
    margin-top: 0;
    font-weight: 700;
    font-size: 35px;
    color: #0075C9;
    line-height: 48px;
    letter-spacing: 0;
    margin-bottom: 50px;
}

[data-section="agencies"] h2 {
    padding-left: 0;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 35px;
    color: #0075C9;
    line-height: 48px;
    letter-spacing: 0;
}

[data-section="agencies"] em {
    display: block;
    margin-top: 0;
    font-weight: 700;
    font-size: 28px;
    color: #0075C9;
    line-height: 30px;
    letter-spacing: -.8px;
    text-transform: uppercase;
}

[data-section="agencies"] p {
    margin-top: 0;
    /* color: #0075C9; */
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
    width: ²;
}

[data-section="agencies"] .sds-offering-cards {
}

[data-section="agencies"] .sds-offering-cards__items {
}

[data-section="agencies"] . .sds-offering-cards__card, [data-section="agencies"] . .sds-offering-cards__card-wrapper {
    background-color: #eaf5fb;
    padding: 0;
}

@media (max-width: 768px) {
    [data-section="agencies"] .sds-card-renderer__card {
        min-width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 1099px) {
    [data-section="agencies"] .sds-card-renderer__card:not(:last-child) {
        margin-right: 0 !important;
    }

    [data-section="agencies"] .sds-offering-cards. {
        display: block !important;
        padding-bottom: 61px;
    }
}

@media screen and (max-width: 999px) {
    [data-section="agencies"] em {
        line-height: 30px;
    }

    [data-section="agencies"] .sds-offering-cards__card-content {
        padding-bottom: 0;
    }

    [data-section="agencies"] h2 {
        font-size: 27px;
        margin-top: 30px;
    }

    [data-section="agencies"] .sds-offering-cards__card {
        height: auto;
    }
}

@media screen and (max-width: 1280px) {
    [data-section="agencies"] .sds-offering-cards.sds-offering-cards--l {
    }
}

@media (max-width: 430px) {
    [data-section="agencies"] .sds-offering-cards. {
        display: block;
    }

    [data-section="agencies"] .sds-card-renderer__cards-row {
        margin-bottom: 24px !important;
    }
}

@media (max-width: 768px) {
    [data-section="agencies"] .adresse {
        width:100%;
    }
    [data-section="agencies"] .sds-card-renderer__card{
        margin-bottom: 0;
    }
}

[data-section="agencies"] .adresse strong{
    display:block;
    margin-top: 20px;
}

[data-section="agencies"] .adresse strong:first-child {
    margin: 0;
}