.offer-page {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px;
    gap: 20px;
    margin-top: 0;
}

.offer-page-separator {
    border-top: solid 1px #E4E4E4;
    margin: 20px 0;
}

.offer-header {
    display: flex;
    justify-content: space-between;
}

.offer-title-container {
    display: flex;
    gap: 30px;
}

.offer-title-image {
    width: 118px;
    height: 108px;
}

.offer-title-desc {
    max-width: 500px;
}

.offer-title-desc p {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 22px;
}

.offer-docs-title {
    font-family: Roboto;
    font-size: 18px !important;
    color: var(--color-navy);
    font-weight: bold;
}

.offer-docs-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.offer-doc-download-icon {
    margin-right: 10px;
}

.offer-doc-text-link {
    font-size: 15px !important;
    color: var(--color-navy);
    font-family: Roboto;
    text-decoration: underline;
}

.recommended-offer {
    padding: 20px 64px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border: solid 2px #E4E4E4;
}

.bg-recommended-offer {
    background-color: var(--color-cyan-accented);
    box-shadow: inset 8px 0 0 0 var(--color-navy);
}

.recommended-offer-separator {
    border: solid 1px rgba(28, 22, 58, 0.3);
    height: 50%;
}

.recommended-offer-title-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.recommended-offer-title {
    font-family: Fredoka;
    font-size: 36px !important;
    font-weight: 600;
    color: var(--color-navy);
    margin: 0;
}

.recommended-offer-title-plus, .offer-plus {
    color: var(--color-red-primary);
    white-space: nowrap;
}

.recommended-offer-desc {
    font-size: 20px !important;
    color: var(--color-navy);
    line-height: 20px;
}

.recommended-offer-prestations {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.recommended-offer-prestations-title {
    font-size: 20px !important;
    font-weight: bold;
    margin: 0;
    color: var(--color-navy);
}

.recommended-offer-prestation-item {
    display: flex;
    gap: 10px;
}

.recommended-offer-prestation-item > p {
    color: var(--color-navy);
}

.recommended-offer-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.recommended-offer-buttons .see-more-offer {
    background-color: var(--color-white) !important;
}

.recommended-offer-buttons button, .recommended-offer-buttons a {
    width: 200px;
}

.offer-docs-mobile {
    display: none;
}

@media (max-width: 768px) {
    .devis-main {
        padding: 0 15px;
    }

    .offer-page {
        padding: 40px 0;
    }

    .offer-header {
        flex-direction: column;
    }

    .offer-title-container {
        gap: 10px;
        align-items: center;
    }

    .offer-title-image {
        width: 64px;
        height: 59px;
    }

    .offer-docs {
        display: none;
    }

    .offer-docs-mobile {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin: 0;
        padding: 0;
    }
}

.offers-container, .offers-plus-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.offers-plus-container {
    margin-top: 20px;
}

.offers-container-title {
    font-family: Roboto;
    font-weight: bold;
    font-size: 36px !important;
    color: var(--color-navy);
    margin: 0;
}

.offers-container-desc {
    font-family: Roboto;
    font-size: 22px !important;
}

.offer-item {
    padding: 32px;
    border-radius: 10px;
    border: solid 2px #E4E4E4;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    height: 100%;
}

.recommended-offer-item {
    background-color: var(--color-cyan-accented);
    box-shadow: inset 0 -8px 0 0 var(--color-navy);
    position: relative;
}

.recommended-offer-item .see-more-offer {
    background-color: var(--color-white) !important;
}

.recommended-offer-item::before {
    content: "OFFRE RECOMMANDÉE";
    position: absolute;
    background-color: var(--color-navy);
    color: var(--color-white);
    top: -34px;
    width: 90%;
    height: 32px;
    left: calc(10% / 2);
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 2px;
    font-family: Roboto;
    font-weight: 900;
    font-size: 18px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .recommended-offer-item::before {
        font-size: 15px !important;
    }

    .recommended-offer-prestations {
        display: none;
    }

    .recommended-offer-separator-prestations {
        display: none;
    }
}

.recommended-offer-item.active-offer-item::before {
    top: -41px;
    background-color: #3B7EA1;
}

.recommended-offer.active-offer-item.bg-recommended-offer {
    box-shadow: inset 8px 0 0 0 #3B7EA1;
}

.recommended-offer-item.active-offer-item {
    box-shadow: inset 0 -8px 0 0 #3B7EA1;
}

.active-offer-item {
    outline: solid 4px #3B7EA1;
    outline-offset: 3px;
    border-radius: 10px;
}

.active-offer-item .select-offer {
    background-color: #3B7EA1;
}

.offers-row {
    list-style: none;
    padding: 0;
}

.offers-row > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.gap-recommended-offer {
    margin-top: 30px;
    row-gap: 30px;
}

.offer-item-title-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-grow: 1;
}

.offer-item-title {
    font-family: Fredoka;
    font-weight: 600;
    font-size: 30px !important;
    color: var(--color-navy);
    margin: 0;
}

.offer-item-tarifs {
    display: flex;
    flex-direction: column;
}

.offer-item-tarifs p {
    color: var(--color-navy);
}

.offer-item-tarif-mois {
    font-size: 36px !important;
    font-weight: bold;
    line-height: 20px;
}

.offer-item-tarif-annee {
    font-size: 20px !important;
    font-weight: bold;
}

.offer-item-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.see-more-offer {
    padding: 10px;
    background-color: #F0F0F0;
    color: var(--color-navy);
    border-radius: 10px;
    border: solid 1px rgba(04, 15, 46, 0.1);
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.see-more-offer:hover, .see-more-offer:focus-visible {
    color: var(--color-navy);
}

.select-offer {
    padding: 10px;
    background-color: var(--color-navy);
    color: var(--color-white);
    border-radius: 10px;
    border: solid 1px rgba(04, 15, 46, 0.1);
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.select-offer:hover, .select-offer:focus-visible {
    transition: all 0.25s ease;
    background-color: #3B7EA1;
}

@media (max-width: 1200px) {
    .recommended-offer {
        flex-direction: column;
        position: relative;
        padding: 32px;
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
        gap: 15px;
        align-items: start;
    }

    .recommended-offer.bg-recommended-offer::before {
        content: "OFFRE RECOMMANDÉE";
        position: absolute;
        background-color: var(--color-navy);
        color: var(--color-white);
        top: -34px;
        width: 90%;
        height: 32px;
        left: calc(10% / 2);
        padding-top: 2px;
        padding-left: 12px;
        padding-right: 12px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        letter-spacing: 2px;
        font-family: Roboto;
        font-weight: 900;
        font-size: 16px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bg-recommended-offer {
        background-color: var(--color-cyan-accented);
        box-shadow: inset 0 -8px 0 0 var(--color-navy);
    }

    .recommended-offer-separator {
        display: none;
    }

    .recommended-offer-prestations {
        display: none;
    }

    .recommended-offer-buttons {
        margin-left: auto;
        margin-right: auto;
    }

    .recommended-offer-legend {
        display: none;
    }

    .recommended-offer.active-offer-item.bg-recommended-offer {
        box-shadow: inset 0 -8px 0 0 #3B7EA1;
    }

    .recommended-offer.active-offer-item.bg-recommended-offer::before {
        top: -41px;
        background-color: #3B7EA1;
    }
}

@media (max-width: 768px) {
    .gap-recommended-offer {
        margin-top: 15px;
        row-gap: 15px;
    }

    .offers-container-title {
        font-size: 28px !important;
    }

    .offers-container-desc {
        font-size: 16px !important;
    }

    .offer-col {
        display: flex;
        justify-content: center;
    }

    .offer-item {
        width: 100%
    }
}

.adhesion-form .offer-header {
    margin-bottom: 50px;
}

.attente-select-row {
    margin: 0;
    row-gap: 52px;
}

.offer-attente-container {
    border-radius: 10px;
    border: solid 1px #E4E4E4;
    padding: 32px;
    row-gap: 15px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.offer-attente-container::before {
    content: "MES ATTENTES";
    position: absolute;
    background-color: var(--color-navy);
    color: var(--color-white);
    top: -33px;
    width: 50%;
    height: 32px;
    left: calc(50% / 2);
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 2px;
    font-family: Roboto;
    font-weight: 900;
    font-size: 18px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-attente-item {
    display: flex;
    align-items: start;
    gap: 10px;
}

.offer-attente-item-title {
    color: var(--color-navy);
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px !important;
}

.offer-attente-item img {
    width: 20px;
    height: 20px;
}

.offer-attente-item-icon {
    margin-top: 2px;
}

.adhesion-form .recommended-offer {
    margin-top: 0;
}

.adhesion-form .recommended-offer::before {
    content: "OFFRE SÉLECTIONNÉE";
    position: absolute;
    background-color: #3B7EA1;
    color: var(--color-white);
    top: -37px;
    width: 50%;
    height: 32px;
    left: calc(50% / 2);
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 2px;
    font-family: Roboto;
    font-weight: 900;
    font-size: 18px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommended-offer-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recommended-offer-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 1200px) {
    .offer-attente-container {
        padding: 16px;
    }

    .offer-attente-container::before {
        width: 90%;
        left: calc(10% / 2);
        letter-spacing: 2px;
        font-size: 18px !important;
    }

    .adhesion-form .recommended-offer::before {
        width: 90%;
        left: calc(10% / 2);
        letter-spacing: 2px;
        font-size: 18px !important;
    }
}