.container-homePage-responsive {
    padding: 0 !important;
    background-color: #F3F3F3;
}

.container-homePage-responsive .head_title {
    background-color: #F3F3F3;
    /* background-color: #ffffff;; */
    height: 40px;
    color: #ff6600;
    line-height: 40px;
    /* font-family: futura-pt, sans-serif; */
    font-weight: bold;
    font-size: 18px;
}

.container-homePage-responsive .head_title .title {
    background-color: #FFFFFF;
}

.container-homePage-responsive .head_title .title span {
    margin-left: 10px;
}

.container-homePage-responsive .head_title .title span.title-desktop {
    display: block;
}

.container-homePage-responsive .head_title .title span.title-mobile {
    display: none;
}

.container-homePage-responsive .title {
    padding: 0 !important;
}


.container-homePage-responsive .container_offer .offer_mobile { 
    display: none;
}

figure {
    position: relative;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    z-index: 0;
}

figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

figure figcaption {
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure .top_offer h2 {
    font-weight: 300;
    color: #fff !important;
    font-size: 26px !important;
    /*font-family: futura-pt, sans-serif;*/
    text-align: left;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 37px;
}

figure .other_offer h2 {
    font-weight: 300;
    color: #fff !important;
    font-size: 17px !important;
    /*font-family: futura-pt, sans-serif;*/
    text-align: left;
    padding-left: 20px;
}

figure h2 span {
    font-weight: 800;
}

figure h2,
figure p {
    margin: 0;
}

figure p {
    text-align: left;
}

figure p span{
    /*font-family: futura-pt, sans-serif;*/
    font-weight: bold;
}
figure .top_offer p span{
    font-size: 48px; 
}
figure .other_offer p span{
    font-size: 20px;
}

figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption.top_offer::before,
figure.effect-bubba figcaption.top_offer::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption.other_offer::before,
figure.effect-bubba figcaption.other_offer::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba .top_offer h2 {
    /*padding-top: 20%;*/
}
figure.effect-bubba .other_offer h2 {
    padding: 10%
}



figure.effect-bubba h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

figure.effect-bubba .top_offer p {
    padding: 20px 3.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba .other_offer p {
    opacity: 0;
        margin-left: 25px;
    margin-top: -17px;

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.offer_right figure.effect-bubba:hover p {
    margin-left: 25px;
    margin-top: -18px;
}

.offer_one figure.effect-bubba img {
    opacity: 0.4;
}

.offer_one figure.effect-bubba figcaption::before,
.offer_one figure.effect-bubba figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.offer_one figure.effect-bubba h2,
.offer_one figure.effect-bubba p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-homePage-responsive .container_offer {
    display: block;
    background-color: #ffffff;
    padding: 0 !important;
    margin-bottom: 20px;
    height: 300px; 
}

.container-homePage-responsive .container_offer .offer_left {
   float: left;
   width: 50%;
   /* background-color: red; */
   height: 100%;
}

.container-homePage-responsive .container_offer .offer_left.offer_one .cta_hover {
    display: block;
    width: 120px;
    height: 40px;
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: #fff;
    color: #3085a3;
    line-height: 40px;
}

.container-homePage-responsive .container_offer .offer_right {
    float: right;
    width: 50%;
    /* background-color: pink; */
    height: 100%;
}

.container-homePage-responsive .container_offer .offer_right .inner {
    float: left;
    /* width: 50%; */
    height: 50%;
    /* width: 49%; */
    width: 238px;
    /*border: 1px solid #fff;*/
}

.container-homePage-responsive .container_offer .offer_right .inner.inner1 {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.container-homePage-responsive .container_offer .offer_right .inner.inner2 {
    border-bottom: 2px solid #FFF;
}

.container-homePage-responsive .container_offer .offer_right .inner.inner3 {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.container-homePage-responsive .container_offer .offer_right .inner.inner3 figure,
.container-homePage-responsive .container_offer .offer_right .inner.inner4 figure{
    height: 148px !important;
}

.container-homePage-responsive .container_offer figure {
    height: 100%;
}

.container-homePage-responsive .container_offer ~ .display_homePage_responsive {
    margin-top: 20px !important;
    margin-bottom: 50px !important;
}

.container-homePage-responsive .container_about {
    background-image: url('/themes/responsive/resources/img-pack/default/homepage/homePage_about.jpg');
    height: 300px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    justify-content: center;
}

.container-homePage-responsive .container_about .about_card {
    position: relative;
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
}

.container-homePage-responsive .container_about .about_card .card_hp {
    /* width: calc(100% / 3); */
    float: left;
    width: 150px;
    height: 180px;
    background: #F3F3F3;
    background: rgba(243, 243, 243, 0.8);
    /* margin-right: 20px; */
    margin: 0 auto;
}

.container-homePage-responsive .container_about .about_card .card_hp.black {
    background: #000000 !important;
    background: rgba(0, 0, 0, 0.4) !important;
}

.container-homePage-responsive .container_about .about_card .card_hp .card_icon {
    text-align: center;
    margin-top: 10px;
}

.container-homePage-responsive .container_about .about_card .card_hp .card_description {
    text-align: center;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.container-homePage-responsive .container_about .about_card .card_hp .card_description p {
    color: #666666;
    /*font-size: 18px;
    font-family: futura-pt, sans-serif;*/
    font-size: 16px;
    font-weight: 600;
    /* font-weight: 500;  */
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 5px !important;
}

.container-homePage-responsive .container_about .about_card .card_hp.black .card_description p,
.container-homePage-responsive .container_about .about_card .card_hp.black .card_description span {
    color: #ffffff !important;
}

.container-homePage-responsive .container_about .about_card .card_hp .card_description span {
    color: #666666;
    /*font-size: 14px;
    font-family: futura-pt, sans-serif;*/
    font-size: 13px;
    /* margin-left: 10px;
    margin-right: 10px; */
    text-align: center;
}

.container-homePage-responsive .container_about .about_card .about_card_btn {
    position: absolute;
    bottom: 45px;
    background: #ff6600;
    height: 40px;
    line-height: 40px;
    width: 150px;
    display: block;
}

.container-homePage-responsive .container_about .about_card .about_card_btn_mobile {
    display: none;
}

.container-homePage-responsive .container_about .about_card .about_card_btn a {
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    /*font-size: 17px;*/
    /* font-family: futura-pt, sans-serif; */
}

.container-homePage-responsive .container_about .about_card .about_card_btn a::after {
    content: '';
    position: absolute;
    left: 130px;
    top: 17px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    clear: both;
    transform: rotate(-90deg);
}

.container-homePage-responsive .container_deals {
    padding-top: 0px !important;
}

.container-homePage-responsive .container_deals .card {
    box-shadow: unset;
}

.container-homePage-responsive .container_deals .card .card__title {
    height: 55px;
}

.container-homePage-responsive .container_deals .cards li.cards__item {
    /* height: 305px; */
}

.container-homePage-responsive .container_deals .cards li.cards__item .card .viewp-product-list-link {
    transition: 0.3s;
}

.container-homePage-responsive .container_deals .cards li.cards__item {
       /* place-self: flex-end; */
       float: left;
       position: relative;
       /* background: yellow; */
       margin-left: 10px;
       margin-right: 10px;
}

.container-homePage-responsive .viewp-dfp-ads.fake-display.fake-Pave-300x600 {
    margin-right: 5px;    
}

.container-homePage-responsive .container_deals .cards li.cards__item .card:hover .viewp-product-list-link:before {
    content: "";
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: calc(100% - 111px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    z-index: 1;
    font-weight: bold;
}

.container-homePage-responsive .container_deals .cards li.cards__item .cards__hover {
    display: none;
}

.container-homePage-responsive .container_deals .cards li.cards__item:hover .cards__hover{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    left: 0;
    bottom: 0;
    top: 70px;
    z-index: 1;
    height: calc(100% - 260px);
    display: flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    width: 118px;
    margin: 0 auto;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    z-index: 2;
}

.container-homePage-responsive .container_deals .card .card__title-h3 {
    text-align: left;
    color: #0679C9 !important;
    /*font-size: 16px !important;
    font-family: futura-pt, sans-serif;
    font-weight: 500 !important;*/
    font-size: 14px !important;
    font-weight: bold !important;
}

.container-homePage-responsive .container_deals .cards {
    position: relative;
    display: block;
}

.container-homePage-responsive .container_deals .cards .Ad-wrap {
    float: right;
    height: 664px;
    width: 300px;
}

.container-homePage-responsive .container_deals .cards .Ad-wrap .viewd-dfp-ads {
    padding: 0;
    margin-left: -15px;
}

.container-homePage-responsive .container_deals .cards .cards__item .card__content a .card__informations .card__price {
    font-size: 11px ;
    color: #666666 ;
    font-weight: normal ;
}

.container-homePage-responsive .container_deals .border-right {
    border: none;
}
.container-homePage-responsive .container_deals .card__price,
.container-homePage-responsive .container_deals .card__merchant {
    width: unset;
    text-align: right;
}

.container-homePage-responsive .container_deals .viewp-product-list-global-link {
    /* float: initial; */
}

.container-homePage-responsive .container_deals .btn_most_recent {
    background: #ff6600;
    color: #fff;
    padding: 10px;
    display: block;
    clear: both;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    transition: 0.2s;
    cursor: pointer;
    border: 1px solid #ff6600;
}

.container-homePage-responsive .container_deals .btn_most_recent .icon-caret-down:before {
    transform: rotate(-90px) !important;
    line-height: 13px;
}

.container-homePage-responsive .container_deals .btn_most_recent:hover {
    background: #ffffff;
    border: 1px solid #fc601d;
    color: #ff6600;
}

figure {
    position: relative;
    float: left;
    overflow: hidden;
    /*margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;*/
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

figure figcaption {
    /*padding: 2em;*/
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure h2 span {
    font-weight: 800;
}

figure h2,
figure p {
    margin: 0;
}

figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-apollo {
    background: #3498db;
    margin-bottom: 10px;
}

.container-homePage-responsive .container_thema.newformat .container_card_thema figure.effect-apollo {
    margin-bottom: 0px;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.9s;
    transition: transform 0.9s;
    -webkit-transform: scale3d(3,3,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(3,3.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: center;
    color: #fff !important;
    /*font-size: 17px !important;
    font-family: futura-pt, sans-serif;*/
    font-size: 14px !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.thema1 figure.effect-apollo img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.tema1 figure.effect-apollo figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.thema1 figure.effect-apollo p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

@media (max-width: 980px) {
    figure.effect-apollo h2 {
        font-size: 16px !important;
    }
}

.container-homePage-responsive .container_thema {
    padding-top: 0 !important;
    /* height: 350px; */
}

.container-homePage-responsive .container_thema .container_card_thema {
    display: flex;
    justify-content: center;
}

.grid.fl, .grid.fr {
    width: calc(100% / 6);
}

.container-homePage-responsive .container_thema.newformat .grid.fl,
.container-homePage-responsive .container_thema.newformat .grid.fr:not(:last-child) {
    border-right: 4px solid #fff;
}

.container-homePage-responsive .container_thema .container_card_thema .card_thema {
    position: relative;
    width: 163px;
}

.container-homePage-responsive .container_thema .container_card_thema .card_thema::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.container-homePage-responsive .container_thema .container_card_thema .grid figure figcaption {
    background: rgba(48,113,163, 0.4);
}

.container-homePage-responsive .container_thema .container_card_thema .card_thema .card_title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #ffffff;
    z-index: 1;
    font-size: 17px;
    /* font-family: futura-pt, sans-serif; */
}

.container_hp_seo {
    background-color: #ffffff !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.container_hp_seo .read_more_content{
    display: none;
}

.container_hp_seo p {
    /*font-size: 14px;
    font-family: futura-pt, sans-serif;*/
    font-size: 12px;
    color: #2E2E2E;
    line-height: 20px;
}

.container_hp_seo span {
    font-size: 14px;
    font-weight: 600;
    /*font-family: futura-pt, sans-serif;*/
    color: #2E2E2E;
    line-height: 20px;
}

.container_hp_seo .hp_seo_paragraphe.hp_seo_paragraphe1 {
    margin-top: 15px;
}

.container_hp_seo .hp_seo_paragraphe {
    margin-bottom: 50px;
}

.container_hp_seo .hp_seo_paragraphe .orange{
    color: #FF6600;
}

.container_hp_seo .read_more_btn {
    background-color: #ff6600;
    width: 100%;
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    transition: 0.2s;
    border: 1px solid #fff;
}

.container_hp_seo .read_more_btn:hover {
    background-color: #fff;
    color: #ff6600;
    border: 1px solid #ff6600;
}

.container-homePage-responsive .social p {
    background-color: #FFF;
    color: #ff6600;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px !important;
}

.container-homePage-responsive .social .container-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-homePage-responsive .social .facebook,
.container-homePage-responsive .social .pinterest,
.container-homePage-responsive .social .instagram {
    width: 40px;
    height: 40px;
}

.container-homePage-responsive .social .facebook div,
.container-homePage-responsive .social .pinterest div,
.container-homePage-responsive .social .instagram div {
    line-height: 40px;
    height: 100%;
}

.container-homePage-responsive .social .facebook {
    background: #3b5998;
    color: #fff;
    text-align: center;
    float: left;
}

.container-homePage-responsive .social .pinterest {
    background: #c8232c;
    color: #fff;
    text-align: center;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.container-homePage-responsive .social .instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
    text-align: center;
    float: left;
}

@media (max-width: 980px) {
    body.path-frontpage {
        min-width: unset;
    }

    .container-homePage-responsive .viewp-wrapper {
        width: 100% !important;
    }

    .container-homePage-responsive .head_title .title{
        margin-left: 10px !important;
        background-color: #2E2E2E;
    }

    .container-homePage-responsive .head_title {
        background-color: #2E2E2E;
        color: #ffffff;
    }
    
    .container-homePage-responsive .container_offer {
        /* height: 100%; */
    }

    .container-homePage-responsive .container_offer .offer_mobile{ 
        display: block;
    }

    .container-homePage-responsive .container_offer .offer{ 
        display: none;
    }
    
    .container-homePage-responsive .container_about {
        display: block;
    }

    .container-homePage-responsive .container_about.four-blocks {
        height: 100%;
        background-size: cover;
        background-position: center center;
    }

    .container-homePage-responsive .container_offer .offer_mobile .item_information { 
        position: relative;
    }
    
    .container-homePage-responsive .container_offer .offer_mobile .item_description { 
        position: absolute;
        bottom: 60px;
        padding: 10px;
        z-index: 1;
    }
    
    .container-homePage-responsive .container_offer .offer_mobile .overlay-img {
        background: rgba(48,113,163, 0.4);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
    }

    .container-homePage-responsive .container_offer .offer_mobile .item_description p { 
        color: #fff;
        font-size: 28px;
        /* font-family: futura-pt, sans-serif; */
    }
    
    .container-homePage-responsive .container_offer .offer_mobile .item_description span { 
        color: #fff;
        font-size: 18px;
        /* font-family: futura-pt, sans-serif; */
    }
    
    .container-homePage-responsive .container_offer .offer_mobile .item_description strong { 
        color: #fff;
        font-size: 48px;
        /* font-family: futura-pt-bold, sans-serif; */
    }
    
    .container-homePage-responsive .container_offer .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #ff6600 !important;
    }
    
    /* .container-homePage-responsive .container_about .about_card {
        margin-left: 0;
        margin-right: 0;
    } */

    .container-homePage-responsive .container_about .about_card:first-child {
        margin-top: 15px;
    }

    .container-homePage-responsive .container_about .about_card .card_hp {
        width: 100%;
        height: 100%;
        margin-bottom: 23px;
        min-height: 70px;
    }

    .container-homePage-responsive .container_about .about_card .card_hp .card_icon {
        text-align: left;
        margin-top: 5px;
        margin-left: 10px;
        float: left;
        width: 20%;
    }

    .container-homePage-responsive .container_about .about_card .card_hp .card_description {
        text-align: left;
        margin-right: 0;
        float: left;
        width: 60%;
        margin-top: 10px;
    }

    .container-homePage-responsive .container_about .about_card .card_hp .card_description span {
        margin-left: 0;
    }

    .container-homePage-responsive .container_about .about_card .about_card_btn {
        display: none;
    }

    .container-homePage-responsive .container_about .about_card .about_card_btn_mobile {
        display: block;
        float: right;
        width: 10%;
        max-width: 40px;
        background: #FF6600;
        height: 70px;
        line-height: 70px;
        text-align: center;
    }

    .container-homePage-responsive .container_deals .cards {
        display: flex;
    }

    .container-homePage-responsive .container_deals .cards li.cards__item {
        margin: 0 auto;
        width: 340px;
        height: 330px;
    }

    .container-homePage-responsive .container_deals .cards li.cards__item .card__image{
        width: 100%;
    }

    .container-homePage-responsive .container_deals .cards .Ad-wrap {
        display: none;
    }

    .container-homePage-responsive .container_thema .container_card_thema {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-homePage-responsive .container_thema.newformat {
        padding: 0 !important;
        /* height: 700px; */
        overflow: hidden;
    }

    .container-homePage-responsive .container_thema.newformat .container_card_thema {
        display: block;
    }

    .container-homePage-responsive .container_thema .container_card_thema .grid {
        height: 50px;
        margin-bottom: 20px;
    }

    .container-homePage-responsive .container_thema.newformat .container_card_thema {
        max-width: 420px;
        margin: 0 auto;
    }

    .container-homePage-responsive .container_thema.newformat .container_card_thema .grid {
        height: auto;
        margin-bottom: 0px;
    }

    .container-homePage-responsive .container_thema.newformat .container_card_thema figure.effect-apollo {
        margin-bottom: 0px;
    }

    .container-homePage-responsive .container_thema .container_card_thema .grid figure {
        /* width: 100%; */
        height: 100%;
    }

    .container-homePage-responsive .container_thema.newformat .grid.fl {
        float: left;
        width: 49.5%;
        /* border-left: 1px solid #fff; */
        border-bottom: 3px solid #fff;
        border-right: 0;
    }

    .container-homePage-responsive .container_thema.newformat .grid .effect-apollo,
    .container-homePage-responsive .container_thema.newformat .grid .effect-apollo img {
        /* width: 100%; */
    }

    .container-homePage-responsive .container_thema.newformat .grid.fr {
        float: right;
        width: 49.5%;
        /* border: 1px solid #fff; */
        border-bottom: 3px solid #fff;
    }

    .container-homePage-responsive .container_thema.newformat .grid.fr:not(:last-child) {
        border-right: 0;
    }

    .container_hp_seo {
        width: 100% !important;
        padding: 0.8em;
    }

    .container_hp_seo .hp_seo_paragraphe {
        padding: 15px;
        margin-bottom: 15px
    }

    .container_hp_seo .hp_seo_paragraphe.hp_seo_paragraphe1 {
        margin-top: -10px;
    }
}

@media (max-width: 768px) {
    .container-homePage-responsive .container_deals .cards li.cards__item .card:hover .viewp-product-list-link:before {
        height: calc(100% - 115px);
    }

    .container-homePage-responsive .container_thema.newformat .grid .effect-apollo, 
    .container-homePage-responsive .container_thema.newformat .grid .effect-apollo img {
        width: 100%;
    }
    .container-homePage-responsive .container_thema.newformat .container_card_thema {
        max-width: 100%;
    }

    .container-homePage-responsive .container_thema.newformat .grid figure.effect-apollo h2 {
        font-size: 1rem !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .container-homePage-responsive .container_thema.newformat {
        /* overflow: auto; */
    }
    .container-homePage-responsive .container_thema.newformat .container_card_thema {
        max-width: 100%;
    }

    .container-homePage-responsive .container_thema.newformat .grid .effect-apollo {
        /* width: calc(33.3% - 3px); */
        width: 33%;
    }

    .container-homePage-responsive .container_thema.newformat .grid .effect-apollo img {
        /* width: 100%; */
        /* width: 256px;
        min-width: 33%;
        max-width: 100%; */
        width: 100%;
        min-width: 33%;
        max-width: 100%;
    }

    .container-homePage-responsive .container_thema.newformat .grid.fl,
    .container-homePage-responsive .container_thema.newformat .grid.fr {
        float: unset;
        width: 100%;
    }

    .container-homePage-responsive .container_thema.newformat .container_card_thema .thema1 figure.effect-apollo,
    .container-homePage-responsive .container_thema.newformat .container_card_thema .thema2 figure.effect-apollo,
    .container-homePage-responsive .container_thema.newformat .container_card_thema .thema4 figure.effect-apollo,
    .container-homePage-responsive .container_thema.newformat .container_card_thema .thema5 figure.effect-apollo {
        border-right: 3px solid #fff;
    }

    .container-homePage-responsive .container_thema.newformat .grid.fr,
    .container-homePage-responsive .container_thema.newformat .grid.fl {
        border-bottom: 0px;
    }

    .container-homePage-responsive .container_thema.newformat .container_card_thema .tablet_bb figure.effect-apollo {
        border-bottom: 3px solid #fff;
    }

    .container-homePage-responsive .container_thema.newformat .grid:not(:nth-child(3)):not(:nth-child(6)){
        border-right: 3px solid #fff;
    }

    .container-homePage-responsive .container_thema.newformat .container_card_thema figure.effect-apollo h2 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 681px) and (max-width: 767px) {
    .container-homePage-responsive .container_about.four-blocks {
        max-height: 100%;
        height: 380px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .container-homePage-responsive .container_offer {
        height: auto;
    }

    .container-homePage-responsive .container_offer .offer_mobile {
        width: 480px;
        margin: 0 auto;
    }

    .container-homePage-responsive .container_thema.newformat .container_card_thema {
        width: 480px !important;
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    .container-homePage-responsive .social {
        padding-bottom: 20px !important;
    }

    .container-homePage-responsive .head_title {
        font-size: 17px;
    }

    .container-homePage-responsive .head_title .title span.title-desktop {
        display: none;
    }
    
    .container-homePage-responsive .head_title .title span.title-mobile {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container-homePage-responsive .container_offer .offer_mobile{ 
        display: none;
    }

    .container-homePage-responsive .container_offer .offer{ 
        display: block;
    }

    .container-homePage-responsive .container_offer .offer_right .inner {
        width: 49%;
    }

    .container-homePage-responsive .container_about {
        display: flex;
    }
    
    .container-homePage-responsive .container_about.four-blocks {
        height: 300px;
    }

    .container-homePage-responsive .container_about.four-blocks .about_card{
        margin-left: 20px;
        margin-right: 20px;
    }

    .container-homePage-responsive .container_about .about_card:first-child {
        margin-top: 25px;
    }

    .container-homePage-responsive .container_about .about_card .card_hp {
        width: 150px;
        height: 180px;
    }

    .container-homePage-responsive .container_about .about_card .card_hp .card_icon {
        width: unset;
        text-align: center;
        float: unset;
        margin-top: 10px;
        margin-right: 10px;
    }

    .container-homePage-responsive .container_about .about_card .card_hp .card_description {
        text-align: center;
        margin-right: 15px;
        float: unset;
        width: unset;
        margin-top: 20px;
    }

    .container-homePage-responsive .container_about .about_card .about_card_btn_mobile {
        display: none;
    }

    .container-homePage-responsive .container_about .about_card .about_card_btn {
        display: block;
    }
}