.bloc-look {
    width: 100%;
    margin: 0 auto 80px;
}

.bloc-look .hp-bloc-swiper-visuel {
    display: flex;
    align-items: top;
    padding: 40px 0 40px 40px;
}

.bloc-look .hp-bloc-swiper-visuel * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
}

.bloc-look .hp-bloc-swiper-visuel .first-carousel {
    margin-right: 20px;
    width: 40%;
}

.bloc-look .hp-bloc-swiper-visuel a.link-picture {
    display: inline-block;
    width: 100%;
    height: 517px;
    background-size: cover;
    background-position: var(--focal-point-x) var(--focal-point-y);
    background-repeat: no-repeat;
}

a[id*="hp-bloc-swiper-image"].link-picture {
    background-image: var(--bloc-plp-image-desktop);
}

.bloc-look .title-section{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.bloc-look .title-section h2{
    font-family: 'Oswald';
    font-size: 34px;
    text-transform: none;
    margin-right: 10px;
}

.bloc-look .title-section .hp-bloc-swiper-visuel-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 4rem;
    text-transform: uppercase;
    padding: 1.2rem 2rem;
    border-radius: 4px;
    font-family: 'Oswald';
    text-align: center;
    text-decoration: none;
}

.bloc-look .section-carousel {
    max-width: calc(60% - 20px);
    width: 100%;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .swiper-button-horizontal {
    padding: 0 10px;
    cursor: pointer;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .swiper-button-horizontal:hover {
    background: rgba(255, 255, 255, .5);
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe .swiper-slide {
    padding-bottom: 10px;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a {
    display: block;
    text-decoration: none;
    text-align: left;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a img {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a p.product-name {
    text-transform: uppercase;
    font-weight: bold;
    color: #002e5e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 8px;
    font-family: "Oswald", sans-serif;
}

.bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a p.product-price {
    text-transform: none;
    color: #002e5e;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
}

.bloc-look .section-carousel a.cta-under-product {
	margin: 2rem auto 0 auto;
	width: fit-content;
	height: 4rem;
	padding: 1.2rem 2rem;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.8rem;
	text-align: center;
	border-radius: 4px;
	border: 1px solid;
	text-decoration: none;
}

.bloc-look .section-carousel a.cta-under-product span.cta-text {
	display: inline-block;
	font-family: 'Oswald';
	transform: translateY(-0.2rem);
}

.bloc-look .section-carousel {
    display: flex;
    flex-direction: column;
}

.bloc-look .inside-carousel.carousel2, .bloc-look .inside-carousel.carousel3, .bloc-look .inside-carousel.carousel4, .bloc-look .inside-carousel.carousel5, .bloc-look .cta-under-product.cta-2, .bloc-look .cta-under-product.cta-3, .bloc-look .cta-under-product.cta-4, .bloc-look .cta-under-product.cta-5 {
    display: none;
}

.bloc-look .inside-carousel.carousel1, .bloc-look .cta-under-product.cta-1 {
    display: block;
}

.bloc-look .first-carousel .swiper-bullets {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10%;
    z-index: 1;
    gap: 1rem;
}

.bloc-look .first-carousel .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px #002e5e solid;
    opacity: 1;
    cursor: pointer;
}

.bloc-look .first-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #002e5e;
}

.bloc-look .first-carousel .swiper-bullet-2, .bloc-look .first-carousel .swiper-bullet-3, .bloc-look .first-carousel .swiper-bullet-4, .bloc-look .first-carousel .swiper-bullet-5 {
    background-color: transparent;
}

@media screen and (max-width: 1024px) {
    .bloc-look{
        margin: 0 0 36px;
    }
    .bloc-look .title-section {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
        margin: 0 0 20px;
        gap: 2rem;
    }
    .bloc-look .hp-bloc-swiper-visuel {
        flex-direction: column;
        padding: 20px;
    }
    .bloc-look .section-carousel {
        width: 100%;
        max-width: 100%;
    }
    .bloc-look .title-section h2 {
        margin: 0;
        text-transform: none;
        font-size: 28px;
        font-weight: 600;
        text-align: left;
        font-family: "Oswald", sans-serif;
    }
    .bloc-look .hp-bloc-swiper-visuel a.link-picture {
        width: 100%;
    }
    .bloc-look .hp-bloc-swiper-visuel .first-carousel {
        width: 100%;
        max-width: 100%;
    }
    .bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe {
        margin-top: 20px;
    }
    .bloc-look .hp-bloc-swiper-visuel a.link-picture {
        width: 100%;
        height: 33.5rem;
        background-position: var(--focal-point-x-mob) var(--focal-point-y-mob);
    }
    .bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a img {
        height: 234px;
        object-fit: cover;
        object-position: center;
    }
    .bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a p.product-name {
        font-size: 12px!important;
    }
    .bloc-look .hp-bloc-swiper-visuel .container-tiles-hp-swipe a p.product-price {
        font-size: 12px;
    }
    .bloc-look .first-carousel .swiper-bullets {
        bottom: 2.5rem;
    }
}