@font-face {
    font-family: 'poppins';
    src: url('../fonts/Poppins-Black.ttf');
}
@font-face {
    font-family: 'titan';
    src: url('../fonts/TitanOne-Regular.ttf');
}

#index #main {
    position: relative;
    z-index: 1;
}

#index #wrapper .container {
    max-width: 100%;
    padding: 0;
}
#index #fil_ariane {
    display: none;
}
#index .banniere {
    display: none;
}

.homepage2023 .blocks_line {
    display: grid;
    height: 260px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px 12px;
    grid-template-areas:
    "aboutus imei offers"
    "aboutus tutos offers";
    padding: 20px 15px 0 15px;
}
.homepage2023 .blocks_line .aboutus {
    position: relative;
    grid-area: aboutus;
    /*background-image: url(../img/aboutus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s cubic-bezier(.47,1.64,.41,.8);
}
.homepage2023 .blocks_line .aboutus .text {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    text-align: right;
    text-transform: uppercase;
}
.homepage2023 .blocks_line .aboutus .line1 {
    display: block;
    font-weight: 300;
}
.homepage2023 .blocks_line .aboutus .line1 .line1a {
    font-size: 1.2vw;
}
.homepage2023 .blocks_line .aboutus .line1 .line1b {
    font-size: 1.8vw
}
.homepage2023 .blocks_line .aboutus .line2 {
    display: block;
    font-size: 2vw;
    font-weight: 300;
    margin: 0.7vw 0 0.5vw 0;
}
.homepage2023 .blocks_line .aboutus .line3 {
    display: block;
    font-size: 1vw;
    font-weight: 300;
}
.homepage2023 .blocks_line .aboutus .shadow {
    position: absolute;
    z-index: 1;
    right: -18vw;
    bottom: -55px;
    width: 117%;
    height: 83%;
    background: #45454545;
    transform: rotate(347deg);
    border-radius: 14%;
    filter: blur(15px);
}

.homepage2023 .blocks_line .imei {
    grid-area: imei;
    /*background-color: #88DCE6;*/
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s cubic-bezier(.47,1.64,.41,.8);
}
 .homepage2023 .blocks_line .imei .text {
     position: relative;
     float: left;
     width: 64%;
     height: 100%;
 }
.homepage2023 .blocks_line .imei .image {
    position: relative;
    display: flex;
    float: left;
    width: 36%;
    height: 100%;
}
.homepage2023 .blocks_line .imei .image img {
    height: 140%;
}
.homepage2023 .blocks_line .imei .line1 {
    font-family: 'poppins';
    font-size: calc(12px + 0.45vw);
    color: #404040;
    padding: 12px 0 0 15px;
    margin-block-start: 0;
    margin-block-end: 0;
}
.homepage2023 .blocks_line .imei .line2 {
    font-size: calc(10px + 0.2vw);
    font-weight: bold;
    color: #404040;
    padding: 0 0 4px 15px;
    margin-block-start: 0;
    margin-block-end: 0;
}
.homepage2023 .blocks_line .imei form {
    position: relative;
    width: 75%;
}
.homepage2023 .blocks_line .imei .imei_input {
    width: 100%;
    height: 30px;
    border: none;
    background: #F1F1F1;
    margin: 0 0 0 15px;
    padding: 0 10px;
}
.homepage2023 .blocks_line .imei .imei_input:focus {
    outline: none;
    font-weight: 600;
    color: #61D0C4;
}
.homepage2023 .blocks_line .imei .imei_submit {
    position: absolute;
    top: 0;
    right: -14px;
    width: 40px;
    height: 30px;
    padding: 2px;
    border: none;
    background: none;
}
.homepage2023 .blocks_line .imei .imei_submit svg {
    width: 26px;
    height: 26px;
}
.homepage2023 .blocks_line .imei .imei_submit svg g {
    fill: #404040;
}
.homepage2023 .blocks_line .imei .imei_submit svg.enabled g {
    fill: #61BF29;
}
.homepage2023 .blocks_line .imei .homepage_imei_counter {
    position: absolute;
    display: none;
    top: 8px;
    right: 25px;
    font-size: 13px;
    color: #404040;
}
.homepage2023 .blocks_line .imei .line3 {
    font-size: calc(8px + 0.2vw);
    font-weight: bold;
    color: #404040;
    padding: 4px 0 0 15px;
    margin: 0;
}

.homepage2023 .blocks_line .tutos {
    grid-area: tutos;
    /*background-color: #2FAADB;*/
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s cubic-bezier(.47,1.64,.41,.8);
}
.homepage2023 .blocks_line .tutos a {
    display: block;
    width: 100%;
    height: 100%;
}
.homepage2023 .blocks_line .tutos .image {
    position: relative;
    display: flex;
    float: left;
    width: 58%;
    height: 170px;
    top: -36px;
    align-items: center;
}
.homepage2023 .blocks_line .tutos .image img {
    width: 90%;
    margin: 5% 0 5% 0;
}
.homepage2023 .blocks_line .tutos .text {
    position: relative;
    display: flex;
    float: left;
    width: 40%;
    height: 100%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.homepage2023 .blocks_line .tutos .text img {
    height: 74%;
}


.homepage2023 .blocks_line .offers {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: offers;
    overflow: hidden;
    border-radius: 12px;
    /*background: #CCC;*/
    transition: all .3s cubic-bezier(.47,1.64,.41,.8);
}
.homepage2023 .blocks_line .offers p {
    position: relative;
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.homepage2023 .rea_line {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    background: #F1F1F1;
    margin: 30px 0;
    padding: 15px 0;
}
.homepage2023 .rea_line .rea {
    width: 110px;
    height: 100px;
    text-align: center;
}
.homepage2023 .rea_line .picto {
    height: 66px;
}

.homepage2023 .rea_line .rea .title {
    font-size: 13px;
    color: #404040;
    line-height: 14px;
    margin-top: 8px;
}
.homepage2023 .rea_line .rea .subtitle {
    display: none;
    width: 70%;
    margin: -12px auto 0 auto;
    font-size: 11px;
    color: #626568;
    line-height: 12px;
}


.homepage2023 .new_products_line {
    margin: 50px 0 20px 0;
}
.homepage2023 .new_products_line .title_container {
    text-align: center;
    height: 8px;
    background: #61D0C4;
    margin: 24px 0 32px 0;
}
.homepage2023 .new_products_line .title_container .title {
    position: relative;
    top: -15px;
    width: 260px;
    height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 40px;
    background: #FFF;
    margin: 0 auto;
}
.homepage2023 .new_products_line .title_container .title::before {
    position: absolute;
    display: block;
    content: '';
    top: 5px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid #61D0C4;
    border-bottom: 10px solid #61D0C4;
    border-top: 18px solid transparent;
    border-right: 18px solid transparent;
    transform: rotate(44deg);
}
.homepage2023 .new_products_line .title_container .title::after {
    position: absolute;
    display: block;
    content: '';
    top: 5px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid #61D0C4;
    border-bottom: 10px solid #61D0C4;
    border-top: 18px solid transparent;
    border-right: 18px solid transparent;
    transform: rotate(224deg);
}

.homepage2023 .new_products_line .articles_container {
    position: relative;
    width: 100%;
    padding: 20px 5px 20px 15px;
    background: #F1F1F1;
}

.homepage2023 .new_products_line .articles_container .slick-arrow {
    position: absolute;
    z-index: 99;
    top: calc((100% - 40px) / 2);
    left: 12px;
    width: 36px;
    height: 40px;
    border: none;
    background: #F1F1F1;
    color: transparent;
    border-radius: 0 50% 50% 0;
}
.homepage2023 .new_products_line .articles_container .slick-arrow:hover::after {
    border-left: 8px solid #61D0C4;
    border-bottom: 8px solid #61D0C4;
}
.homepage2023 .new_products_line .articles_container .slick-arrow:focus {
    outline: none;
}
.homepage2023 .new_products_line .articles_container .slick-arrow.slick-next {
    left: auto;
    right: 15px;
    border-radius: 50% 0 0 50%;
}
.homepage2023 .new_products_line .articles_container .slick-arrow::after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid #626568;
    border-bottom: 8px solid #626568;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
}
.homepage2023 .new_products_line .articles_container .slick-arrow.slick-prev::after {
    top: 13px;
    left: 12px;
    transform: rotate(44deg);
}
.homepage2023 .new_products_line .articles_container .slick-arrow.slick-next::after {
    top: 10px;
    right: 13px;
    transform: rotate(224deg);
}

.homepage2023 .new_products_line article {
    background: #FFF;
    border-radius: 10px;
    padding: 5px;
}
.homepage2023 .new_products_line article:not(:first-child) {
    margin-left: 15px;
}
.homepage2023 .new_products_line article a:focus, .homepage2023 .new_products_line article button:focus  {
    outline: none;
}
.homepage2023 .new_products_line article .product_image {
    min-height: 136px;
    text-align: center;
 }
.homepage2023 .new_products_line article .product_image img {
    width: 124px;
    height: 124px;
    margin: 0 auto;
}
.homepage2023 .new_products_line article .product_buying {
    display: flex;
    min-height: 36px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.homepage2023 .new_products_line article .product_prices {
    padding-top: 6px;
}
.homepage2023 .new_products_line article .product_prices .price {
    font-size: 20px;
    color: #404040;
    font-weight: 600;
}
.homepage2023 .new_products_line article .product_prices .price_old {
    font-size: 14px;
    color: #616568;
    text-decoration: line-through;
}
.homepage2023 .new_products_line article .see_product {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #61D0C4;
    border-radius: 8px;
}
.homepage2023 .new_products_line article .see_product svg {
    width: 28px;
    height: 28px;
    margin: 4px;
}

.homepage2023 .new_products_line article .add_to_cart {
    height: 34px;
}
.homepage2023 .new_products_line article .add_to_cart button {
    width: 38px;
    height: 34px;
    border: none;
    background: #61D0C4;
    border-radius: 8px;
    transition: .3s ease;
}
.homepage2023 .new_products_line article .add_to_cart button.outofstock {
    background: #999;
    cursor: not-allowed;
}
.homepage2023 .new_products_line article .add_to_cart button:hover {
    width: 40px;
    height: 36px;
    margin: -1px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    transition: .3s ease;
}
.homepage2023 .new_products_line article .add_to_cart button svg {
    position: relative;
    top: -16px;
    width: -webkit-fill-available;
}
.homepage2023 .new_products_line article .product_name {
    min-height: 50px;
    overflow: hidden;
    margin-top: 10px;
    padding: 0 12px;
    text-align: left;
    color: #404040;
}

.homepage2023 .seo_line {
    margin: 30px 0;
    padding: 15px 30px;
}
.homepage2023 .seo_line .title {

}
.homepage2023 .seo_line .title i {
    display: inline-block;
    vertical-align: -4px;
    margin-right: 6px;
    font-size: 24px;
}
.homepage2023 .seo_line .title h2 {
    display: inline-block;
    font-size: 15px;
    padding: 3px 0;
    border-bottom: 2px solid #61D0C4;
}


@media (max-width: 1440px) {

    .homepage2023 .blocks_line .imei {
        background-size: 196px;
        background-position: right -30px bottom -60px;
    }
    .homepage2023 .blocks_line .imei form {
        width: 90%;
    }
    .homepage2023 .blocks_line .imei .line3 {
        font-weight: normal;
        line-height: 12px;
    }
    .homepage2023 .blocks_line .tutos .image {

    }
    .homepage2023 .blocks_line .tutos .text {

    }

}



@media (max-width: 1280px) {

    .homepage2023 .blocks_line {
        height: 210px;
        grid-template-rows: 1.2fr 0.8fr;
        transition: .3s ease-in;
    }

    .homepage2023 .blocks_line .aboutus .text {
        bottom: 15px;
        right: 15px;
        transition: .3s ease;
    }


    .homepage2023 .blocks_line .imei .line3 {
        font-size: 9px;
        font-weight: normal;
    }

    .homepage2023 .blocks_line .tutos .image {
        top: -54px;
    }

    .homepage2023 .blocks_line .offers p {
        transform: scale(0.78);
        transition: .3s ease-in;
    }

}


@media (max-width: 1024px) {

    .homepage2023 .blocks_line {
        height: auto;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 126px 116px 110px;
        gap: 10px 10px;
        grid-template-areas:
            "aboutus aboutus"
            "imei offers"
            "tutos offers";
    }

    .homepage2023 .blocks_line .aboutus {
        background-position: center -53px;
    }
    .homepage2023 .blocks_line .aboutus .line1 .line1a {
        font-size: 2.4vw;
    }
    .homepage2023 .blocks_line .aboutus .line1 .line1b {
        font-size: 2.8vw;
    }
    .homepage2023 .blocks_line .aboutus .line2 {
        font-size: 3vw;
    }
    .homepage2023 .blocks_line .aboutus .line3 {
        font-size: 2vw;
    }

    .homepage2023 .blocks_line .offers p {
        transform: scale(1);
    }

}

@media (max-width: 800px) {

    .homepage2023 .blocks_line .aboutus .line1 .line1a {
        font-size: 3vw;
    }
    .homepage2023 .blocks_line .aboutus .line1 .line1b {
        font-size: 3.4vw;
    }
    .homepage2023 .blocks_line .aboutus .line2 {
        font-size: 3.8vw;
    }
    .homepage2023 .blocks_line .aboutus .line3 {
        font-size: 2.8vw;
    }

}

@media (max-width: 768px) {

    .homepage2023 .blocks_line .aboutus {
        background-size: 146%;
        background-position: center -50px;
    }

    .homepage2023 .rea_line .rea2 {
        display: none;
    }

}


@media (max-width: 520px) {

    .homepage2023 .blocks_line {
        height: auto;
        grid-template-columns: 1fr;
        grid-template-rows: 100px 100px 100px 100px;
        gap: 10px 10px;
        grid-template-areas:
            "aboutus"
            "tutos"
            "offers"
            "imei";
        margin: 0;
    }

    .homepage2023 .blocks_line .capital_mobile_img {
        height: 110px;
    }

    .homepage2023 .blocks_line .aboutus {
        background-size: 190%;
        background-position: -268px -42px;
    }
    .homepage2023 .blocks_line .aboutus .line1 {
        margin: 34px 0 0 0;
    }
    .homepage2023 .blocks_line .aboutus .line1 .line1a {
        font-size: 14px;
    }
    .homepage2023 .blocks_line .aboutus .line1 .line1b {
        font-size: 17px;
    }
    .homepage2023 .blocks_line .aboutus .line2 {
        font-size: 18px;
    }
    .homepage2023 .blocks_line .aboutus .line3 {
        font-size: 13px;
    }


    .homepage2023 .blocks_line .imei .text {
        width: 70%;
    }
    .homepage2023 .blocks_line .imei .image {
        width: 30%;
    }
    .homepage2023 .blocks_line .imei .line1 {
        font-size: 17px;
        padding: 6px 0 0 12px;
    }
    .homepage2023 .blocks_line .imei .line2 {
        font-size: 11px;
    }


    .homepage2023 .rea_line {
        flex-wrap: wrap;
        align-items: center;
        margin: 10px 0;
        border-radius: 12px;
    }
    .homepage2023 .rea_line .rea {
        width: 25%;
    }

    .homepage2023 .new_products_line {
        margin: 40px 0;
    }
    .homepage2023 .new_products_line .articles_container {
        border-radius: 12px;
    }

    .homepage2023 .seo_line {
        padding: 15px;
    }
    .homepage2023 .seo_line h1 {
        font-size: 18px;
    }
    .homepage2023 .seo_line .title h2 {
        font-size: 12px;
    }
    .homepage2023 .seo_line .home_text_bottom {
        padding: 0
    }

}

@media (max-width: 325px) {

    .homepage2023 .blocks_line .aboutus {
        background-size: 190%;
        background-position: -222px -17px;
    }

    .homepage2023 .blocks_line .imei form {
        width: 70%;
    }

    .homepage2023 .blocks_line .tutos {
        background-size: 80%;
        background-position: -9px -7px;
    }

}

.offers:has(.default_offer) {
    background: #F1F1F1;
}

.homepage2023 .blocks_line .offers .skeepers_carousel_container {
    width: 94%;
    margin: -6px auto 0 auto;
}
.homepage2023 .blocks_line .offers .default_offer {
    position: relative;
    display: flex;
    justify-content: center;
}
@media (max-width: 1440px) {
    .homepage2023 .blocks_line .offers .skeepers_carousel_container .carousel-container {
        width: 106%;
    }
    .homepage2023 .blocks_line .offers .skeepers_carousel_container .rating__value {
        display: none !important;
    }
}


.homepage2023 .homepage_bonus_v2_ban {
    height: 100%;
    background:
            url('../../../../img/cms/BONUS/homepage-ban-visio-sans-fond-sansquali.png'),
            linear-gradient(43deg,rgba(255, 255, 255, 1) 0%, rgba(218, 218, 218, 1) 43%, rgba(218, 218, 218, 1) 100%);
    background-size:
            auto 240px,
            100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.homepage2023 .tutos {
    height: 100%;
    background:
            url('../../../../img/cms/BONUS/homepage-ban-tutos-bkless.svg'),
            linear-gradient(43deg,rgba(255, 255, 255, 1) 0%, rgba(218, 218, 218, 1) 43%, rgba(218, 218, 218, 1) 100%);
    background-size:
            auto 100px,
            100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 560px) {
    .homepage2023 .homepage_bonus_v2_ban {
        height: 100%;
        background:
                url('../../../../img/cms/BONUS/homepage-ban-visio-mobile-sans-fond-sansquali.png'),
                linear-gradient(43deg,rgba(255, 255, 255, 1) 0%, rgba(218, 218, 218, 1) 43%, rgba(218, 218, 218, 1) 100%);
        background-size:
                auto 100px,
                100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .homepage2023 .tutos {
        background-size: auto 100px;
        background-position: center;
    }
}