.container-content-asset {
    padding: 0 !important;
}

.occ_flex {
    display: flex;
    flex-flow: row wrap;
    /* justify-content: center; */
}

.occ_flex_child {
    display: inline-block;
}

#page_occasion h1 {
    max-width: 570px;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 85px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.94;
    letter-spacing: -4.4px;
    color: #ffffff;
}

#page_occasion h2 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 55px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: -2px;
    color: #ed6d3e;
}

#page_occasion h3 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #164094;
}

#occ_boostez_container {
    min-height: 700px;
    margin-bottom: 75px;
}

#occ_boostez {
    background: url("images/occ_hero.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 0;
}

.occ_flex#occ_boostez_contenu {
    align-items: center;
}

#occ_boost1 {
    width: 50%;
    padding: 160px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#occ_boostez_contenu a {
    max-width: 326px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 2px;
    background-color: #ed6d3e;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
    margin-top: 50px;
}

#occ_boostez_contenu a::before {
    font-size: 150%;
    content: ";";
    font-family: mm-icons !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    opacity: .8;
}

#occ_boostez_contenu a:hover {
    color: rgba(0, 0, 0, 0.5);
    background-color: white;
    /* border: solid 1px rgba(0, 0, 0, 0.5); */
}

#occ_a_container {
    display: none;
}

#occ_boost2 {
    width: 50%;
    padding: 160px 0;
}

#occ_video_container {
    margin: 0 auto;
    padding: 0 20px;
}

#occ_boost2 video {
    /* width: 535px; */
    /* height: 300px; */
    width: 100%;
    max-width: 535px;
    height: auto;
    cursor: pointer;
}

#occ_revendre {
    margin: 60px 0px 45px 0;
}

#occ_simple {
    width: 50%;
}

#occ_revendre h2 {
    margin: 0 8px 33px 0;
}

.occ_categorie_simple {
    width: 325px;
    height: 55px;
    display: flex;
    background-color: white;
    cursor: pointer;
    margin: 11px 0;
}

.occ_categorie_simple:hover, .occ_categorie_simple.active {
    box-shadow: 0 5px 20px 0 rgba(26, 88, 170, 0.11);
}

.occ_blue_square {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient(135deg, #017dcd, #164094);
    line-height: 30px;
    margin: 11px;
}

.occ_categorie_simple_txt {
    display: inline-block;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-transform: uppercase;
    margin: auto 0;
}

.occ_categorie_simple.active .occ_categorie_simple_txt {
    font-family: 'FuturaPT-Bold', sans-serif;
    font-weight: 900;
}

#occ_reprise {
    width: 50px;
}

#occ_revendre_photo {
    width: 739px;
    height: 500px;
}

.occ_rev {
    background-color: white;
    width: 320px;
    height: 336px;
    padding: 30px 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    position: relative;
    top: 277px;
    left: -77px;
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.08);
}

.occ_rev p {
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: 1px;
    text-align: center;
    color: #404040;
    margin: 8px auto;
}

.occ_rev a {
    max-width: 305px;
    min-height: 40px;
    display: flex;
    margin: 8px auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 2px;
    background-color: #164094;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.occ_rev a:hover {
    background-color: #4466a9;
    transition: background-color 666ms ease, color 666ms ease;
}

#occ_rdv {
    display: none;
}

#occ_cash {
    display: none;
}

.occ_rev_small {
    width: 320px;
    height: 336px;
    padding: 30px 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

#page_occasion .occ_rev_small h3 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 30px;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.occ_rev_small p {
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.occ_rev_small a {
    max-width: 305px;
    min-height: 40px;
    display: flex;
    margin: 8px auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 2px;
    background-color: #164094;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.occ_rev_small a:hover {
    background-color: #4466a9;
    transition: background-color 666ms ease, color 666ms ease;
}

#occ_jeux_small_container {
    display: none;
}

#occ_jeux_small {
    background: url(images/occ_revendre1_small.jpg) no-repeat center;
}

#occ_rdv_small_container {
    display: none;
}

#occ_rdv_small {
    background: url(images/occ_revendre2_small.jpg) no-repeat center;
}

#occ_cash_small_container {
    display: none;
}

#occ_cash_small {
    background: url(images/occ_revendre3_small.jpg) no-repeat center;
}

.occ_mentions {
    font-family: 'FuturaPT-Book', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
}

#occ_prixminis {
    margin-top: 150px;
}

#occ_prixminis_left {
    width: 65%;
}

#occ_prixminis_quote {
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.91;
    letter-spacing: normal;
    color: #000000;
    max-width: 765px;
    opacity: 0.5;
}

#occ_prixminis_right {
    width: 35%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

#occ_prixminis_bio {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 326px;
    height: 354px;
    border-radius: 2px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.avatar_neutre {
    width: 114px;
    height: 113px;
    object-fit: contain;
}

.occ_prixminis_bio_txt {
    max-width: 184px;
    display: block;
    margin: 15px auto;
    text-align: center;
}

#occ_prixminis_bio_name {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

#occ_prixminis_bio_extreme {
    font-family: 'FuturaPT-Medium', sans-serif;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.4;
}

#occ_prixminis_bio_expert {
    font-family: 'FuturaPT-Book', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    opacity: 0.6;
}

#occ_prixminis_right a {
    max-width: 326px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 2px;
    background-color: #ed6d3e;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
    margin-top: 50px;
}

#occ_prixminis_right a:hover {
    color: rgba(0, 0, 0, 0.5);
    background-color: white;
    border: solid 1px rgba(0, 0, 0, 0.5);
}

#occ_moinscher {
    margin-top: 200px;
}

#occ_moinscher_left {
    width: 50%;
}

#occ_moinscher_right {
    width: 50%;

}

.occ_garantie {
    align-items: center;
}

#occ_garantie1 {
    margin-bottom: 50px;
}

.occ_garantie_img {
    width: 168px;
    height: 66px;
    margin: 0 30px;
}

.occ_garantie_txt {
    max-width: 200px;
    text-align: center;
}

.occ_garantie p {
    margin: 0;
    font-family: 'FuturaPT-Bold', sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: 2.2px;
    text-align: center;
    color: #404040;
    text-transform: uppercase;
}

.occ_garantie a {
    max-width: 180px;
    min-height: 33px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ed6d3e;
}

.occ_garantie a::before {
    font-size: 150%;
    content: "'";
    font-family: mm-icons !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

#occ_plus {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 20px;
    line-height: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ed6d3e;
}

#occ_galette {
    text-align: center;
    margin-top: -20px;
}

#occ_moinscher_right h2 {
    max-width: 500px;
}

#occ_moinscher_right p {
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
    opacity: 0.8;
    margin: 33px 0;
}

.occ_moinscher_right_a {
    width: 248px;
    height: 50px;
    border-radius: 2px;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    transition: all .3s ease;
}

#occ_a_produits {
    background-color: #ed6d3e;
    color: #ffffff;
    margin-right: 40px;
}

#occ_a_produits:hover {
    color: rgba(0, 0, 0, 0.5);
    background-color: white;
    border: solid 1px rgba(0, 0, 0, 0.5);
}

#occ_a_boutique {
    border: solid 1px rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
}

#occ_a_boutique:hover {
    color: white;
    background-color: #ed6d3e;
    border: solid 1px #ed6d3e;
}

#occ_blocs {
    margin-top: 180px;
}

.occ_bloc {
    width: 50%;
}

.occ_bloc_background {
    max-width: 573px;
    height: 500px;
    border-radius: 2px;
    object-fit: contain;
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 69px 40px 22px 40px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

#occ_bloc_reprise {
    background: url(images/occ_reprise.png) no-repeat center;
    margin-right: 22px;
}

#occ_bloc_fidelite {
    background: linear-gradient(249deg, rgba(237, 109, 62, 0.7), rgba(238, 44, 44, 0.7)), url(images/occ_zelda.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    margin-left: 22px;
}

.occ_theme {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.4;
    letter-spacing: 3.1px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

#occ_blocs h2 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 42px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

#occ_blocs p {
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    opacity: 0.8;
    max-width: 275px;
}

#occ_blocs a {
    max-width: 233px;
    min-height: 49px;
    margin-bottom: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 2px;
    background-color: white;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #1a58aa;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
}

#occ_blocs a:hover {
    color: #fff;
    background-color: #1a58aa;
}

#occ_blocs a::before {
    font-size: 150%;
    font-family: mm-icons !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

#occ_blocs #occ_fidelite_reprise {
    max-width: 575px;
    font-size: 13px;
    line-height: 1.3;
}

#occ_blocs #occ_fidelite_reprise span {
    font-family: 'Eina01-SemiBold', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

#occ_blocs .occ_mentions {
    font-family: 'FuturaPT-Book', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    padding: 10px 0;
}

#occ_blocs .occ_mentions#occ_mentions_fid {
    padding-left: 22px;
}

#occ_app {
    margin: 85px 20px;
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.08);
    justify-content: center;
}

#occ_phone {
    width: 60%;
    background: url(images/occ_appli.jpg) no-repeat center;
    background-size: contain;
}

#occ_application {
    width: 40%;
    padding: 100px 30px 100px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
}

#occ_appmobile {
    font-family: 'FuturaPT-Medium', sans-serif;
    opacity: 0.4;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000000;
    margin: 10px 0 13px 0;
}

#page_occasion #occ_app h2 {
    font-family: 'FuturaPT-Demi', sans-serif;
    color: #164094;
    font-size: 55px;
    line-height: 1.09;
    letter-spacing: -3px;
    padding: 0;
}

#occ_application p {
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
    opacity: 0.8;
}

#occ_apps {
    max-width: 350px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

#occ_link_appstore {
    background: url(images/occ_appstore.png) no-repeat center;
    width: 155px;
    height: 45px;
    cursor: pointer;
    margin-right: 10px;
}

#occ_link_googleplay {
    background: url(images/occ_googleplay.png) no-repeat center;
    width: 155px;
    height: 45px;
    cursor: pointer;
    margin-left: 10px;
}

#occ_app a {
    display: inline-block;
}



/* ======================================
	         	RWD
====================================== */

@media screen and (max-width: 1103px) {
    .occ_moinscher_right_a {
        width: 225px;
    }

    #occ_a_produits {
        margin-right: 20px;
    }
}

@media screen and (max-width: 992px) {
    #occ_prixminis_left {
        width: 60%;
        padding-right: 15px;
    }

    #occ_prixminis_right {
        width: 40%;
    }

    .occ_moinscher_right_a {
        width: 100%;
        max-width: 100%;
    }

    #occ_a_produits {
        margin: 0 0 10px 0;
    }

    .occ_bloc_background {
        padding: 22px 40px;
    }

    #occ_bloc_reprise {
        margin-right: 10px;
    }

    #occ_bloc_fidelite {
        margin-left: 10px;
    }

    /* #occ_apps {
        margin: 0 auto;
    } */

    #occ_link_appstore {
        margin-right: 0px;
        background-size: 100%;
    }

    #occ_link_googleplay {
        margin-left: 0px;
        background-size: 100%;
    }

}

@media screen and (max-width: 891px) {
    #occ_boostez_container {
        min-height: 750px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 886px) {
    .occ_garantie {
        flex-flow: column nowrap;
    }

    #occ_garantie1 {
        margin: 55px 0;
    }

    .occ_garantie_img {
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 768px) {

    #page_occasion h1 {
        font-size: 55px;
        line-height: 1.07;
        letter-spacing: -3px;
    }

    #occ_boostez_container {
        min-height: 575px;
        margin-bottom: 75px;
    }

    .occ_flex#occ_boostez_contenu {
        flex-flow: column wrap;
    }

    #occ_boost1 {
        width: 100%;
        padding: 50px 0;
    }

    #occ_boostez_contenu a {
        width: 100%;
        max-width: 100%;
    }

    #occ_boost1 a {
        display: none;
    }

    #occ_boost2 {
        position: static;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    #occ_video_container {
        padding: 0;
    }

    #occ_a_container {
        display: block;
        margin-bottom: 45px;
    }

    #occ_boost2 a {
        margin-top: 8px;
    }

    .serv_flex#occ_revendre {
        display: block;
    }

    #occ_revendre {
        margin: 60px auto 10px auto;
    }

    #occ_revendre #occ_simple {
        width: 100%;
    }

    .tab1 {
        width: 320px;
        margin: 0 auto;
    }

    #occ_button1,
    #occ_button2,
    #occ_button3 {
        margin: 0;
    }

    .occ_categorie_simple {
        width: 55px;
        float: left;
        opacity: 0.4;
        background-color: #E5E4E4;
        border: 1px solid #C6C6C6;
    }

    .occ_categorie_simple_txt {
        display: none;
    }

    .occ_blue_square {
        width: 55px;
    }

    .occ_categorie_simple.active {
        float: left;
        width: 210px;
        border: 0;
        opacity: 1;
        background-color: white;
    }

    .occ_categorie_simple.active .occ_categorie_simple_txt {
        display: block;
    }

    #occ_reprise {
        width: 100%;
    }

    #occ_revendre_photo {
        display: none;
    }

    #occ_jeux_small_container {
        display: block;
    }

    .occ_rev_small {
        width: 320px;
        padding: 0;
        margin: 0 auto;
    }

    #occ_jeux_small,
    #occ_rdv_small,
    #occ_cash_small {
        width: 320px;
        height: 336px;
        padding: 44px 20px;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
    }

    .occ_mentions {
        padding-top: 0;
    }

    #occ_prixminis {
        margin-top: 40px;
    }

    #occ_prixminis_left {
        width: 100%;
    }

    #occ_prixminis_right {
        width: 100%;
    }

    #occ_prixminis_right a {
        margin-top: 23px;
        width: 100%;
        max-width: 100%;
    }

    .occ_flex#occ_moinscher {
        flex-flow: column-reverse wrap-reverse;
        margin-top: 100px;
    }

    #occ_moinscher_left {
        width: 100%;
    }

    #occ_moinscher_right {
        width: 100%;
    }


    #occ_moinscher_right h2 {
        font-family: 'FuturaPT-Demi', sans-serif;
        font-size: 40px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.93;
        letter-spacing: -1.9px;
    }

    #occ_moinscher_right p {
        font-size: 16px;
        line-height: 1.75;
    }

    #occ_blocs {
        flex-flow: column nowrap;
        justify-content: center;
        margin-top: 96px;
    }

    .occ_bloc {
        width: 100%;
    }

    .occ_bloc_background#occ_bloc_reprise {
        margin: 0 auto;
        justify-content: center;
    }

    .occ_bloc_background#occ_bloc_fidelite {
        margin: 0 auto;
        justify-content: center;
    }

    #occ_blocs .occ_mentions#occ_mentions_fid {
        padding-left: 0;
    }

    .occ_flex#occ_app {
        flex-flow: column wrap;
    }

    #occ_app {
        margin: 50px 20px;
    }

    #occ_phone {
        position: static;
        width: 100%;
        height: 300px;
    }

    #occ_application {
        width: 100%;
        padding: 30px 20px;
    }

    #page_occasion #occ_app h2 {
        font-family: 'FuturaPT-Demi', sans-serif;
        color: black;
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: -1.6px;
        padding: 0;
    }

    #occ_application p {
        font-size: 15px;
        line-height: 1.6;
    }

    #occ_apps {
        max-width: 100%;
        margin: 0 auto;
    }

    #occ_link_appstore {
        background-size: 100%;
        margin: 0 5px;
    }

    #occ_link_googleplay {
        background-size: 100%;
        margin: 0 5px;
    }

}

@media screen and (max-width: 544px) {

    #occ_revendre h2 {
        font-size: 40px;
        line-height: 0.93;
        letter-spacing: -1.9px;
        padding: 0 10px;
    }

    .tab1 {
        width: 100%;
    }

    .occ_categorie_simple {
        width: 13%;
    }

    .occ_categorie_simple.active {
        width: 74%;
    }

    .occ_blue_square {
        width: 30px;
        height: 30px;
    }

    .occ_rev_small {
        width: 100%;
    }

    #occ_jeux_small {
        background-size: cover;
        width: 100%;
        height: 336px;
    }

    #occ_rdv_small {
        background-size: cover;
        width: 100%;
        height: 336px;
    }

    #occ_cash_small {
        background-size: cover;
        width: 100%;
        height: 336px;
    }

    #occ_blocs h2 {
        font-size: 30px;
        line-height: 1.07;
    }

    #occ_application p {
        font-size: 15px;
    }

}

@media screen and (max-width: 500px) {
    #occ_boostez_container {
        min-height: 600px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 450px) {
    #occ_boostez_container {
        min-height: 575px;
        margin-bottom: 75px;
    }
}

@media screen and (max-width: 386px) {
    #occ_boostez_container {
        min-height: 600px;
        margin-bottom: 75px;
    }
}
