/* =====================================
FIX EXISTANT (repris proprement)
===================================== */

.title {
    cursor: default;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.introOfferWrapper .col-md-6 {
    padding: 0;
}

#offerComplete #introOffer .introOfferWrapper > div {
    width: 100%;
}

#offerComplete #introOffer .introOfferWrapper .topIntroOffer {
    box-shadow: none;
    background: none;
}

/* =====================================
   STRUCTURE
===================================== */

.intro-offer-sticky {
    position: sticky;
    top: 112px;
    text-align: center;
}

/* =====================================
   MOBILE
===================================== */

.intro-offer-mobile {
    display: none;
}

.intro-offer-banner {
    height: 130px;
    background: url('/media/offres/essentielle.png') no-repeat 20% / 210%;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* =====================================
   INTRO
===================================== */

.intro-offer-logo {
    max-width: 220px;
    margin-bottom: 20px;
}

.introAvantagesOffer {
    color: #47C1F1;
    font-size: 36px;
    font-weight: 500;
}

.introAvantagesOffer.plus {
    color: #4B1156;
}

.introInfoOffer {
    color: #1C2258;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
}

/* =====================================
   PRICE
===================================== */

.aPartirDe {
    font-family: "Fredoka", sans-serif;
    color: #1C2258;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.prix {
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #47C1F1;
    margin: 0;
}

.plus {
    color: #4B1156 !important;
}

/* Encadrement dégradé conservé */
.priceOfferComplete {
    width: 220px;
    height: 50px;
    border-radius: 30px;
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;

    border: 4px solid transparent;
    background-image:
            linear-gradient(#fff, #fff),
            linear-gradient(to bottom, transparent 50%, #47C1F1);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.pocPlus{
    background-image:
            linear-gradient(#fff, #fff),
            linear-gradient(to bottom, transparent 50%, #4B1156);
}

/* =====================================
   BOTTOM
===================================== */

.bottomIntroOffer {
    margin-top: 20px;
}

.offersConditions {
    font-size: 13px;
    color: #777;
    margin: 15px 0;
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 768px) {

    .intro-offer-mobile {
        display: block;
    }

    .intro-offer-desktop {
        display: none;
    }

    .introAvantagesOffer {
        font-size: 26px;
    }

}


.aPartirDe{
    color: #1C2258 !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.prix{
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 99.7%;
    /* or 17px */
    text-align: center;
    text-transform: uppercase;

    color: #47C1F1;
}

.infosOffer {
    width: 100%;
    border-bottom: 1px solid #1C2258;
    padding: 10px;
    color: #1C2258;
    font-weight: 700;
    font-size: 15px;
    line-height: 18.68px;
    text-transform: uppercase;
}
.infosOffer .chevron {
    float: right
}
.infosOffer{
    cursor: pointer;
}
.description{
    padding: 10px;
    margin-left: 20px;
}

.close{
    display:none;
}
.description > ul {
    list-style: none;
}

.description > ul li::before {
    content: "\2022";
    color: #47C1F1;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.icon-download:before {
    background-image: url("/media/interface/spritesheet.png");
    background-size: 1000%;
    width: 20px;
    height: 20px;
    background-position-y: 4.91803%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 1px !important;
}


.button {
    border-radius: 32px;
    border: 1px solid #1c2258;
    position: relative;
    padding: 6px 45px 6px 25px !important;
    font-size: 14px;
    line-height: 18px;
    height: 32px;
    color: #1c2258;
    display: inline-block;
    overflow: hidden;
    transition: all .2s ease;
}

.button:hover {
    border-radius: 32px;
    border: 1px solid #BC1722;
    background: #BC1722;
    position: relative;
    padding: 6px 45px 6px 25px !important;
    font-size: 14px;
    line-height: 18px;
    height: 32px;
    color: white;
    display: inline-block;
    overflow: hidden;
    transition: all .2s ease;
}
.button:hover::before {
    background: #BC1722;
}
.button::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1c2258;
    right: 0;
    top: 0;
}
.button::after, .button::before {
    position: absolute;
    content: "";
    transition: all .2s ease;
}
.button .icon {
    left: auto;
    right: 5px;
    top: 5px;
    line-height: 10px;
    position: absolute;
}
.icon-download::before {
    background-image: url("/media/interface/spritesheet.png");
    background-size: 1000%;
    width: 20px;
    height: 20px;
    background-position-y: 4.918%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0px !important;
    background-position-x: 11%;
}



.remboursementsOffer{
    background: #FAFAFA  !important;
    margin: 20px 0 0 0 !important;
    padding: 80px 120px !important
}

.tableDetailOffer li p{
    font-size: 1rem !important
}
#offerComplete .contentDetailOffer p:after{
    background: transparent;
}
.itemDetailOffer:after{
    background: rgba(51, 51, 51, 0.5);
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    display: block;
}
.contentDetailOffer{
    background: transparent;
}
#offerComplete .contentDetailOffer{
    background: transparent;
}
#offerComplete .tableDetailOffer{
    background: transparent;
}

.contentDetailOffer{
    width: 40%
}
.tableDetailOffer{
    width: 59%
}
.tableDetailOffer ul li{
    width: 33%
}
.tableDetailOffer ul{
    width: 100%
}


/* =========================================================
SECTION REMBOURSEMENTS – STYLE GLOBAL
========================================================= */

.remboursementsOffer {
    background: #ffffff;
    padding: 40px 0;
    color: #1C2258;
}

.remboursementsOffer .title {
    text-transform: uppercase;
    background: #4FC3F7;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: inline-block;
}

/* =========================================================
   BLOCS LIGNES (ITEMS)
   ========================================================= */

.itemDetailOffer {
    display: flex;
    align-items: stretch;
    padding: 14px 0;
    position: relative;
}

.itemDetailOffer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0,0,0,0.15);
}

/* =========================================================
   PARTIE GAUCHE (LIBELLÉS)
   ========================================================= */

.contentDetailOffer {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.iconDetailOffer img {
    width: 26px;
    height: auto;
    opacity: 0.9;
}

.contentDetailOffer p {
    margin: 0;
    line-height: 1.35;
}

.contentDetailOffer span {
    display: block;
}

.contentDetailOffer span:first-child {
    font-weight: 600;
}

.contentDetailOffer span:nth-child(2) {
    color: #6c7aa0;
}

.contentDetailOffer span:last-child {
    margin-top: 2px;
}

/* =========================================================
   TABLEAU DROIT (MONTANTS)
   ========================================================= */

.tableDetailOffer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tableDetailOffer li {
    text-align: center;
}

.tableDetailOffer li p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}

.tableDetailOffer li p span {
    font-weight: 700;
}

/* Mise en avant du reste à charge */
.tableDetailOffer li:last-child span {
    color: #1C2258;
    font-size: 14px;
}

/* =========================================================
   CAS MULTI-LIGNES (OPTIQUE / DENTAIRE)
   ========================================================= */

.tableDetailOffer .itemDetailOffer {
    padding: 8px 0;
}

.tableDetailOffer .itemDetailOffer::after {
    display: none;
}

/* =========================================================
   COLONNE DROITE – TEXTE INFORMATIF
   ========================================================= */

.infoDroite {
    font-size: 1rem !important;
    line-height: 1.55;
    color: #1C2258;
}

.infoDroite2 {
    color: #4FC3F7;
    font-size: 1rem !important;
    font-weight: 700;
}

.infoDroite3 {
    font-size: 1rem !important;
    line-height: 1.5;
}

/* =========================================================
   BOUTON TÉLÉCHARGER
   ========================================================= */

a.button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border-radius: 999px;
    border: 2px solid #1C2258;
    color: #1C2258;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

a.button:hover {
    background: #1C2258;
    color: #ffffff;
}

a.button .icon {
    width: 18px;
    height: 18px;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .itemDetailOffer {
        flex-direction: column;
        gap: 10px;
    }

    .tableDetailOffer ul {
        gap: 8px;
    }

    .tableDetailOffer li p {
        font-size: 12px;
    }

    .infoDroite2 {
        font-size: 16px;
    }
}


/* =========================================================
          SECTION COMPARATIF OFFRES
          ========================================================= */

#documentsOffer.coloredSection {
    background: linear-gradient(180deg, #f4fbff 0%, #eef7fb 100%);
}

/* ---------- TITRE ---------- */

#documentsOffer .title.autresOffres {
    background: #4FC3F7;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 6px;
    display: inline-block;
    letter-spacing: 0.04em;
}

/* ---------- WRAPPER ---------- */

#documentsOffer .wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* =========================================================
   CARTE OFFRE
   ========================================================= */

.itemOffer {
    background: #ffffff;
    width: 280px !important;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    margin-top: 70px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.itemOffer:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

/* ---------- IMAGE RONDE ---------- */

.itemOffer .imageContainer {
    width: 96px;
    height: 96px;
    margin: -20px auto 10px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    background: #ffffff;
}

.itemOffer .imageContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------- TITRE OFFRE ---------- */

.nuomaOfferTitle {
    font-size: 26px;
    font-weight: 700;
    color: #1C2258;
    margin: 10px 0 6px;
}

.nuomaOfferTitle span {
    display: inline-block;
    background: linear-gradient(180deg, #5ac8fa, #2da8d8);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    margin-left: 6px;
    vertical-align: middle;
}

/* ---------- DESCRIPTION ---------- */

.descriptionOffer {
    font-size: 15px;
    font-weight: 600;
    color: #1C2258;
    line-height: 1.4;
    margin: 12px 0 16px;
}

/* ---------- PRIX ---------- */

.priceOffer {
    margin: 16px 0 20px;
}

.priceOffer p {
    font-size: 14px;
    color: #1C2258;
    margin: 0 auto !important;
}

.detailOffer > a{
    padding: 0 !important;
    left: 0 !important
}
.priceOffer .price {
    font-size: 28px;
    font-weight: 700;
    color: #1C2258;
}

/* =========================================================
   BOUTON EN SAVOIR PLUS
   ========================================================= */

.detailOffer {
    margin-top: auto;
}

.detailOffer a {
    text-decoration: none;
    width: 100%
}

.detailOffer {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(180deg, #47c1f1, #2c7893);
}

.seeMore {
    color: #ffffff;
    padding: 14px 0;
    font-weight: 700;
    font-size: 15px;
    border-radius: 0 0 10px 10px;
    margin: 0 -20px;
    transition: background 0.25s ease;
}


/* =========================================================
   TEXTE & CTA PDF
   ========================================================= */

.offersConditions {
    display: block;
    margin-top: 30px;
    font-size: 12px;
    color: #555555;
    text-align: center;
}

#documentsOffer .text1 {
    color: #47C1F1;
    font-size: 18px;
    font-weight: 700;
}

#documentsOffer .text2 {
    color: #1C2258;
    font-size: 16px;
    font-weight: 700;
}

#documentsOffer .text3 {
    color: #333333;
    font-size: 14px;
}

/* ---------- BOUTON TÉLÉCHARGER ---------- */

#documentsOffer a.button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border-radius: 999px;
    border: 2px solid #1C2258;
    color: #1C2258;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

#documentsOffer a.button:hover {
    background: #1C2258;
    color: #ffffff;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
    #documentsOffer .wrapper {
        gap: 60px;
    }

    .itemOffer {
        width: 90%;
        max-width: 340px;
    }
}

/* =========================================================
BLOC PRIX – STYLE EXACT CAPTURE
========================================================= */

.priceOffer p {
    margin: 0;
    text-align: center;
    color: #1C2258;
    line-height: 1.2;
}

/* "à partir de" */
.priceOffer p {
    font-size: 14px;
    font-weight: 400;
}

/* Prix principal */
.priceOffer .price {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #2b7fa3;
    margin: 6px 0 2px;
}

/* "/mois*" */
.priceOffer span:last-child {
    font-size: 14px;
    font-weight: 400;
    color: #1C2258;
    vertical-align: baseline;
}

/* Optionnel : légère respiration */
.priceOffer {
    padding-top: 8px;
}

.text1{
    color: #47C1F1;
    font-size: 18px;
    font-weight: 700
}
.text2{
    color: #333333;
    font-size: 16px;
    font-weight: 700
}
.text3{
    color: #333333;
    font-size: 14px;
    font-weight: 400
}

/* =========================================================
SECTION ADHÉSION
========================================================= */

.adhesion-section {
    padding: 60px 0;
}

/* ---------- TITRE ---------- */

.adhesion-section .title {
    background: #47C1F1;
    color: #ffffff;
    padding: 10px 26px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #DCDCDC;
    width: fit-content;
    margin: 0 auto 30px;
    cursor: default;
    text-align: center;
}

/* ---------- IMAGES ÉTAPES ---------- */

.steps-wrapper {
    margin-bottom: 30px;
}

.steps-wrapper img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: none;
}

/* Desktop par défaut */
.steps-desktop {
    display: block !important;
}

/* ---------- INFO BOX ---------- */

.infoBox {
    margin: 0 auto;
    background: rgba(71, 193, 241, 0.1);
    border-radius: 12px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 22%;
    min-width: 320px;
}

.infoBox img {
    width: 32px;
}

.infoText span {
    display: block;
    line-height: 1.3;
}

.infoText .line1 {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
}

.infoText .line2 {
    font-weight: 700;
    font-size: 14px;
    color: #47C1F1;
}

.infoText .line3 {
    font-style: italic;
    font-size: 13px;
    color: #333333;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    /* Image mobile */
    .steps-desktop {
        display: none !important;
    }

    .steps-mobile {
        display: block !important;
    }

    /* Info box pleine largeur */
    .infoBox {
        width: 90%;
        min-width: auto;
        padding: 16px;
    }

    .adhesion-section .title {
        font-size: 16px;
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {

    /* Tous les conteneurs principaux en full width */
    .remboursementsOffer,
    .remboursementsOffer .wrapperOffersComplete,
    .remboursementsOffer .offerComplete,
    .remboursementsOffer .wrapper,
    .remboursementsOffer .separation {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* On casse le inline-flex desktop */
    .remboursementsOffer .separation {
        display: block !important;
    }

    /* Colonnes gauche / droite -> empilées */
    .remboursementsOffer .separation > div {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 8px !important;
    }

    /* Titre */
    .remboursementsOffer .title {
        width: auto !important;
        font-size: 14px !important;
        padding: 10px 14px !important;
        margin: 20px auto !important;
    }

    /* Chaque ligne remboursement */
    .remboursementsOffer .itemDetailOffer {
        width: 100% !important;
        margin: 0 !important;
        padding: 12px 0 !important;
        flex-direction: column !important;
    }

    /* Partie gauche (libellé) */
    .remboursementsOffer .contentDetailOffer {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Partie droite (montants) */
    .remboursementsOffer .tableDetailOffer {
        width: 100% !important;
        margin-top: 6px !important;
        padding: 0 !important;
    }

    .remboursementsOffer .tableDetailOffer ul {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .remboursementsOffer .tableDetailOffer ul li {
        width: 33% !important;
        text-align: center !important;
    }

    .remboursementsOffer .tableDetailOffer p {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }

    /* Icônes */
    .remboursementsOffer .iconDetailOffer img {
        width: 22px !important;
        height: auto !important;
    }

    /* Bloc texte explicatif (droite en desktop) */
    .remboursementsOffer .infoDroite,
    .remboursementsOffer .infoDroite2,
    .remboursementsOffer .infoDroite3 {
        width: 100% !important;
        text-align: center !important;
        margin: 10px 0 !important;
        padding: 0 !important;
        font-size: 13px !important;
    }

    /* Bouton télécharger */
    .remboursementsOffer a.button {
        display: inline-flex !important;
        margin: 10px auto 20px !important;
    }
    .bannerImage{
        background-size: cover !important
    }
    .bannerImage{
        height: 128px !important
    }
}

.bannerImage{
    background-size: cover !important
}

.cmc{
    display: inline-flex;
    color: white;
    margin-left: -3px

}
.cmcDet{
    padding: 15px 10px 10px 10px;
    width: 120px;
    height: 110px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-left: 10px;
}
.cmcDet2{
    padding: 15px 10px 10px 10px;
    width: 120px;
    height: 95px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-left: 10px;
}
.cmc1{
    background-color: #1C2258;
}
.cmc2{
    background-color: #2C7893;
}
.cmc3{
    background-color: #47C1F1;
}
.cmc4{
    background-color: #47C1F1;
    opacity: 0.79
}
.cmc5{
    background-color: rgba(71, 193, 241, 0.65);
}
.cmc6{
    background-color: #47C1F14F;
    color: #1C2258D6
}
.titreCotisation{
    font-size: 16px;
    color: #1C2258;
    font-weight: 700;
}
.imgCotisation{
    margin-top: -7px
}

.tableImage{
    vertical-align: middle;
}
.tableDescription{
    padding-left: 10px;
    text-align: justify;
    color: #333333;
}
.tableDescription span{
    color: #47C1F1;
    font-weight: 500;
    text-transform: uppercase;
}


.infoDroite{
    font-family: "Urbanist", sans-serif;
    color: #1C2258;
}
.infoDroite2{
    color: #47C1F1;
    font-size: 20px;
    font-weight: 700;
}
.infoDroite3{
    color: #1C2258;
    font-size: 16px;
    font-weight: 400;
}

.title{
    display: inline-block;          /* largeur = contenu */
    background-color: #47C1F1;       /* bleu NUOMA */
    color: #ffffff;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 8px;              /* arrondi comme l’exemple */
    letter-spacing: 0.5px;
    line-height: 1.2;
}
