﻿
.occasions_header {
    padding: 30px 0 30px;
    background-image: url(https://www.grosbill.com/images/svg/occasion/occasion_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.occasions_h1 {
    font-size: 30px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

.occasions_p_title {
    font-size: 16px;
    font-weight: 400;
    color: white;
    width: 100%;
    max-width: 550px;
    line-height: 1.2;
}

.occasions_header-content {
    width: fit-content;
    backdrop-filter: blur(30px);
    background-color: rgb(32 167 95);
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 560px;
    border-radius: 13px 20px 13px 8px;
    height: fit-content;
}

.occasions_header-flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 100px;
    align-items: center;
}

.occasions_h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
    padding-top: 5px;
}

    .occasions_h2:before {
        content: "";
        background: #0a8b7c;
        width: 48%;
        height: 2px;
        bottom: -10px;
        position: absolute;
    }

.occasions__part_text--intro {
    padding: 50px 0 30px;
}

.occasions__part_text {
    padding: 0px 0 30px;
}

.occasions_img__header {
    width: 100%;
    max-width: 400px;
}

.occasions_p_title-black {
    color: black;
    max-width: 100%;
    font-size: 14px;
    min-width: 50px;
    text-align: center;
}

.occasions_img-container {
    width: 100%;
    max-width: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.occasions_icns {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 10px;
    justify-content: space-between;
}

.occasions_une_icon {
    display: flex;
    flex-wrap: wrap;
    width: 21%;
    min-width: 200px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.occasions_text-icn {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.occasions_img {
    width: 100%;
    max-width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.occasions_h3 {
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
}

.occasions_bloc_produits {
    width: 100%;
    background: #00873b;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    background-image: url(https://www.grosbill.com/images/svg/occasion/occasion_arbre.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.occasions_h2-reconditionnes:before {
    background: #3dba7d;
    filter: drop-shadow(2px 3px 1px #007c38);
}

.occasions_icns --bottom {
    margin: 10px auto;
}

.libele_starts_text {
    width: calc(100% - 25px);
}

.grb__container-liste-occasions {
    display: flex;
    justify-content: flex-start;
    gap: 13px;
    flex-wrap: wrap;
}

/*.grb_un-produit-occasion {
    display: flex;
    width: calc(25% - 10px);
    flex-wrap: wrap;
    border: solid 2px #000000;
    padding: 15px;
    position: relative;
    background: white;
}
*/
.grb__occasion-part {
    width: 100%;
}
/*
.grb__occasion-part1 {
    border-bottom: 3px solid #0a8b7c;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
*/
.grb__occasion-part2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.grb__occasion-part3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.grb_icn__garantie {
    width: 16px;
}

.grb_occasion--libele {
}

.grb_occasion--prix {
    font-size: 25px;
    font-weight: 500;
    margin-top: 5px;
}

.grb_occasion--prix_barre {
    font-weight: 500;
    font-size: 16px;
    color: #6c6b6b;
    position: relative;
    width: fit-content;
}

    .grb_occasion--prix_barre:after {
        content: "";
        background: #c91d1d;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: rotate(346deg);
    }

.grb_occasion--remise {
    font-size: 20px;
    font-weight: 500;
    padding: 4px 8px;
    background: #ee3c34;
    color: #FFFFFF;
    border-radius: 10px 18px 18px 14px;
}

.grb_faq--0 {
    margin: 20px 0;
    width: 80%;
}

.grb_faq--1 {
    background: #098a7b;
    padding: 20px;
    border-radius: 20px 12px 20px 8px;
    font-weight: 600;
    font-size: 19px;
    color: white;
}

.grb_faq--2 {
    background: #20a75f;
    padding: 20px;
    border-radius: 20px 12px 20px 8px;
    font-weight: 600;
    font-size: 19px;
    color: white;
    position: relative;
    right: 0;
    margin-left: 20%;
}

.grb__occasionline2 {
    font-weight: 600;
    font-size: 14px;
    color: white;
    line-height: 1.5;
    padding-top: 10px;
}

.grb_occasion--etat {
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    color: #497386;
    margin: 5px 0 -20px;
}

.grb_occasion--desc_etat {
    padding-top: 10px;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.grb_occasion--imgproduit {
    width: 100%;
    display: flex;
    height: 180px;
    align-items: center;
    justify-content: center;
}

    .grb_occasion--imgproduit img {
        width: 50%;
        height: 100%;
        object-fit: contain;
    }

.occasion__text--partie-1 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.occasion__text--partie-2 {
    height: 30px;
    overflow: hidden;
    word-break: break-word;
}

.grb_occasion--date_livraison {
    object-fit: contain;
}

.grb_icn__ecolo {
    width: 75px;
    margin-left: -5px;
}

.occasion_center_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
}

.grb_occcasion_flex_prix_barre {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-top: 10px;
}

.grb_slider-product__cta-occasion {
    width: 45px;
    height: 45px;
}

.grb_occasion__pop--title {
    width: 100%;
    display: flex;
    font-weight: 500;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 5px;
    color: #ffffff;
    padding: 10px;
    background: #098a7b;
    justify-content: center;
    border-radius: 10px 13px 9px 5px;
}

.grb_occass {
    width: 100%;
}

.grb_occasion__pop--title-2 {
    background: #2ba172;
}

.grb_occasion__pop--title-3 {
    background: #4eb96c;
}

.grb_occasion__pop--title-4 {
    background: #7ad566;
}

.grb_occasion__pop--title-desc {
    width: 100%;
    display: flex;
    font-weight: 500;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    color: #497386;
}

.grb_occasion__pop--desc {
    width: 100%;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding: 10px;
}

.grb_occasion__pop--desc-pop {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 5px;
}

.occasion_bold {
    font-weight: 700;
}

.grb_etat-star {
    width: 25px;
    width: 100%;
    padding: 10px 70px;
}

.grb_occasion--etat-pop {
    align-items: baseline;
    font-size: 19px;
}

.occasions_img.occasions_img-fin {
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
}

.occasions_une_icon--fin {
    width: 18%;
}

.grb_slider-product__cta-occasion:hover {
    background-color: #FFE266;
}

.occasion_etat-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 26px;
    width: 100%;
    padding-top: 0px !important;
}

.occasion_etat-un {
    width: calc(25% - 20px);
    border: solid 1px #000000;
    min-width: 250px;
    border-radius: 10px 13px 9px 5px;
}

.occasion_container_categorie {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding-top: 20px;
    overflow: hidden;
    position: relative;
}

.afficher_zone_grande {
    max-height: 680px;
    position: relative;
}

.afficher_zone {
    max-height: fit-content;
}

.afficher_zone {
    position: relative;
}

.afficher_zone_big_grande {
    padding-bottom: 70px;
}

.btn_cta_afficher:hover:after {
    background: #95e685;
    cursor: pointer;
}

.afficher_zone_big_grande .btn_cta_afficher:after {
    content: "VOIR PLUS +";
    background: #3dba7d;
    position: absolute;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 18px;
    left: calc(50% - 95px);
    bottom: 20px;
    width: 190px;
    border-radius: 12px 9px 16px 12px !important;
    text-align: center;
    color: white;
}

.cta_clique {
    top: auto !important;
    bottom: 68px !important;
}

    .cta_clique::after {
        content: "VOIR MOINS -" !important;
    }

.occasion_categorie {
    width: calc(20% - 20px);
    position: relative;
    border: solid 3px #3dba7d;
    background: #3dba7d;
    border-radius: 20px 13px 15px 7px;
    height: 310px;
}


.occasion_titre_produit {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: white;
}

.occasion_remise {
    position: absolute;
    top: 0;
    left: 0;
    background: #c91d1d;
    color: white;
    padding: 6px 15px;
    font-weight: 600;
    border-radius: 20px 13px 15px 7px;
}

.occasion_categorie-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    min-height: 237px;
    border-radius: 20px 13px 15px 7px;
}

.occasion_img_deco {
    position: absolute;
    top: -5vw;
    left: -2vw;
    pointer-events: none;
    width: 20vw;
    display: none;
}

.occasion_img_deco-2 {
    position: absolute;
    bottom: -6vw;
    right: -8vw;
    pointer-events: none;
    width: 25vw;
    display: none;
}

.cyb__occasions {
    position: relative;
}

.occasion_img_decolo {
    opacity: 0.1;
    position: absolute;
    left: -5vw;
    width: 15vw;
    top: 4vw;
    pointer-events: none;
}

.occasion_faq_title {
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0 10px;
}

.occasion_bandeau_bas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: relative;
}

.occasion_img_footer_container {
    width: 100%;
    max-width: 640px;
    display: flex;
}

.occasions_bloc_produits_footer {
    background: #007c38;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://www.grosbill.com/images/svg/occasion/occasion_arbre.svg);
}

.occasion_footer_texte {
    width: 100%;
    max-width: 660px;
    min-width: 300px;
    width: fit-content;
    backdrop-filter: blur(30px);
    background-color: rgb(32 167 95);
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 560px;
    border-radius: 13px 20px 13px 8px;
    height: fit-content;
}

.occasion_faq_title--footer {
    color: white;
}

.footer_texte__occasion {
    color: white;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0px;
}

.occasion_footer_prod_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.img_footer_occasion {
    position: absolute;
    top: -7vw;
    left: -11vw;
    pointer-events: none;
    width: 25vw;
}

.occasion_end {
    font-size: 14px;
    padding: 20px 0;
}

.occasion_categorie {
    min-width: 236px;
}

.texte-produit {
    overflow: hidden;
    height: 40px;
    font-size: 20px;
    font-weight: 500;
    word-break: break-all;
}

.occasion_faq_p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.occasions__part_text-bandeau {
    padding: 20px 0 30px;
}

.occasion_categorie-img img {
    width: 80%;
}

.occasion_center_img img {
    max-width: 100%;
    max-height: 250px;
    display: block;
    margin: auto;
}

/*.grb_icn__etat--id-2 {
    width: 94px;
}

.grb_icn__etat--id-3 {
    width: 71px;
}

.grb_icn__etat--id-4 {
    width: 50px;
}

.grb_icn__etat--id-5 {
    width: 21px;
}*/

@media screen and (max-width: 1300px) {
    .occasion_etat-un {
        width: calc(33% - 10px);
    }

    .occasion_etat-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
    }

    .occasion_bandeau_bas {
        flex-wrap: wrap;
    }

    .occasion_img_footer_container {
        margin: auto;
    }

    .grb_un-produit-occasion {
        min-width: 300px;
    }
}

@media screen and (max-width: 1028px) {
    .grb__container-liste-occasions {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .grb_un-produit-occasion {
        min-width: calc(33% - 10px);
    }

    .occasion_etat-un {
        width: calc(50% - 10px);
    }

    .occasion_end {
        padding: 20px 10px;
    }

    .occasion_bandeau_bas {
        padding: 20px 20px;
    }
}


@media screen and (max-width: 960px) {
    .occasions_header-flex {
        justify-content: center;
        gap: 30px;
    }

    .occasions_header-content {
        max-width: 100%;
    }

    .occasions_header {
        padding: 50px 0 20px;
    }

    .occasions__part_text {
        padding: 50px 10px 70px;
    }

    .occasion_categorie {
        min-width: 250px;
        margin: auto;
    }

    .occasion_etat-un {
        width: calc(50% - 20px);
        border: solid 1px #000000;
        min-width: 300px;
        margin: auto;
    }

    .occasions_icns {
        justify-content: center;
        gap: 20px;
    }

    .grb_occasion--etat {
        height: 44px;
    }

    .occasion_categorie {
        width: calc(33% - 20px);
    }
}

@media screen and (max-width: 800px) {
    .grb_un-produit-occasion {
        min-width: calc(50% - 20px);
    }
}

@media screen and (max-width: 600px) {
    .occasions_icns {
        display: flex;
        flex-wrap: wrap;
        margin: 30px auto 10px;
        justify-content: center;
        gap: 20px;
    }

    .grb_un-produit-occasion {
        max-width: 300px;
        min-width: 300px;
        margin: auto;
    }
}





/* ---- */


/* Occasion */
.occasion_logo--img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(27%) sepia(93%) saturate(3670%) hue-rotate(161deg) brightness(95%) contrast(95%);
}

.occasion_autresproduits {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
}

.grb_fch-prod__conatiner-occasion--caract {
    width: 25%;
}

.grb_fch-prod__container__caracteristiques__top {
    width: 100%;
}

.grb_fch-prod__container__caracteristiques__occasion {
    margin-top: 20px;
}

.occasion__texte-header {
    width: calc(100% - 35px);
}

.link_offres--occasion {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
}
/*.cbk_un-produit-occasion {
    width: 100%;
    max-width: calc(25% - 22px);
    border: solid 2px #1a1a1a;
    border-radius: 13px 20px 20px 10px;
    position: relative;
    padding: 20px;
}*/
.occasion_part_top {
    position: relative;
    background: #098a7b;
    top: -20px;
    left: -20px;
    border-radius: 11px 10px 10px 20px;
    padding: 10px 10px 10px 15px;
    width: 200px;
}

.occasion__libeleetat {
    font-size: 22px;
    color: white;
    font-weight: 600;
}

.cbk_occasion--etat {
    position: absolute;
    left: 13px;
    bottom: -20px;
}

.cbk_icn__etat-id {
    height: 25px;
}

.occasion_part_top--4 {
    background: #64c17e;
}

.occasion_part_top--3 {
    background: #2ba172;
}

.occasion_part_top--2 {
    background: #098a7b;
}

.occasion_part_top--1 {
    background: #098a7b;
}

.occasion__part2 {
    border-top: solid 3px #3dba7d;
    margin-top: 5px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.occasion_icn__garantie {
    width: 25px;
}

.occasion__garantie {
    font-size: 17px;
    font-weight: 600;
}

.occasion-part3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icn_add--card--occasion {
    display: block;
    width: 50px;
    padding: 10px 12px 5px;
    background: #ee3c34;
    border-radius: 12px 9px 16px 12px !important;
}

.occasion__slider-cta-icon {
    width: 30px;
    margin: auto;
    display: block;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
}

.grb_slider_cta--occasion {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod_txt_occasion--prix {
}

.cbk_occcasion_flex_prix_barre--occasion {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.cbk_occasion--prix_barre {
    font-size: 16px;
    color: #717070;
    position: relative;
}

.cbk_occasion--remise {
    font-size: 20px;
    font-weight: 600;
    padding: 1px 7px;
    background: #ee2d24;
    border-radius: 14px 12px 12px 5px;
    color: white;
}

.cbk_occasion--prix_barre:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(351deg);
    background: #bb3a3a;
}

.cbk_occasion--prix {
    font-size: 24px;
    font-weight: 700;
}

.cbk_pop-up--container {
    overflow-y: scroll !important;
}

.cbk__container-liste-occasions-pop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: calc(50% - 10px);
    border: solid 2px #1a1a1a;
    border-radius: 13px 20px 20px 10px;
    position: relative;
    padding: 20px;
}

.cbk_un-produit-occasion-pop {
    width: 100%;
    min-width: calc(50% - 10px);
}

.occasion_link_href {
    display: flex;
    flex-direction: column;
}

.link_occasion {
    position: relative;
    z-index: 10;
    cursor: pointer;
    font-weight: 700;
}

    .link_occasion:hover {
        text-decoration: underline;
    }

.fond-pop {
    width: 100%;
    height: 100vh;
    background: #00000033;
    position: fixed;
    top: 0;
    left: 0;
}

.bodyfige {
    overflow-y: hidden;
    max-height: 100vh;
}

#pop_occasion {
    position: absolute;
}

.check_show--occasion {
    padding: 0 0 30px;
    max-width: 100%;
    width: 100%;
}

.gb_container-liste-occasions--prod {
    width: 100%;
    max-width: calc(25% - 22px);
    border: solid 2px #1a1a1a;
    border-radius: 13px 20px 20px 10px;
    position: relative;
    padding: 20px;
    background: white;
}

.check_show--occasion-produits {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.gb-occasion__etat-star {
    height: 25px;
}

.cbk_occasion__pop--desc {
    padding: 10px 0 20px;
}

.cbk_occasion__pop--title {
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0 10px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.btn_occasion_gb__cta {
    border-radius: 12px 9px 16px 12px !important;
    padding: 15px 30px;
    background: #ee2d24;
    font-size: 18px;
    color: white;
    margin: 10px auto;
    margin: 10px auto;
    display: block;
    width: fit-content;
}

    .btn_occasion_gb__cta:hover {
        background: #fb574f;
    }

.cbk_occasion__pop--title,
.cbk_occasion__pop--desc {
    width: 100%;
}

.yntd_btn-close--occasion {
    background: #1a1a1a;
    padding: 8px 10px;
    border-radius: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.cbk__container-liste-occasions-pop,
.gb_container-liste-occasions--prod {
    min-width: 280px;
}

.cbk_occasion--desc_etat {
    padding: 15px 0 10px;
}

.occasion_img_footer {
    width: 100px;
}

@media screen and (max-width:960px) {
    .grb_fch-prod__conatiner-occasion--caract {
        width: 100%;
    }

    .cbk__container-liste-occasions-pop,
    .gb_container-liste-occasions--prod {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    #pop_occasion {
        top: 0;
    }
}

@media screen and (max-width:480px) {
    .grb_un-produit-occasion {
        max-width: 100%;
        min-width: 100%;
    }

    .grb_occasion--etat {
        height: 24px;
    }

    .occasions__part_text {
        padding: 10px 10px 0;
    }

    .occasion_etat-container {
        padding-bottom: 20px;
    }

    .occasions_bloc_produits {
        padding-bottom: 100px;
    }
}
