/* creation date: Fri, 13 Mar 2026 08:21:32 GMT
concat references:
https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773378526446%2Fcss%2Fcomponent.css
https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773378526446%2Fcss%2Flandingpage%2Fgallery.css
https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773378526446%2Fcss%2Fproducttooltip.css
https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773378526446%2Fcss%2Flandingpage%2Fcarousel-categories.css
*/
/*! https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773378526446%2Fcss%2Fcomponent.css */
.component-figure {
  margin: 0;
  width: 100%;
  height: 100%;
}

.component-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focal-point-x) var(--focal-point-y);
}
/*! https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773378526446%2Fcss%2Flandingpage%2Fgallery.css */
.pdGallery .pdGallery__title {
    margin-bottom: 2rem;
}

.pdGallery .pdGallery__title:first-letter {
    text-transform: uppercase;
}

.pdGallery .pdGallery__subtitle {
    margin-bottom: 2rem;
}

.pdGallery .pdGallery__wrapper a,
.pdGallery .pdGallery__wrapper img {
    display: block;
    width: 100%;
}

.pdGallery .swiper-wrapper {
    padding-bottom: 3rem;
}

.experience-assets-productTooltip {
    width: 100%;
}

.pdGallery .swiper-scrollbar {
    top: calc(100% - .4rem);
    left: 0;
    height: 0.2rem;
    width: 100%;
    background: #f3f3f3;
    border-radius: 2px;
    cursor: pointer;
    transition: all .2s;
}

.pdGallery .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #002E5E;
    border-radius: 2px;
}

.pdGallery .swiper-scrollbar .swiper-scrollbar-drag:hover, .pdGallery .swiper-scrollbar .swiper-scrollbar-drag:focus, .pdGallery .swiper-scrollbar .swiper-scrollbar-drag:active {
    height: 0.4rem;
    transform: translateY(-.1rem);
    transition: all .2s;
}

.pdGallery .swiper-scrollbar:hover, .pdGallery .swiper-scrollbar:focus, .pdGallery .swiper-scrollbar:active {
    height: 0.4rem;
    transform: translateY(-.1rem);
    transition: all .2s;
}

@media screen and (min-width: 1024px) {
    .pdGallery .pdGallery__title {
        margin-bottom: 1.2rem;
    }

    .pdGallery .swiper-wrapper {
        display: block;
        column-count: 3;
        column-gap: 2rem;
        row-gap: 2rem;
        padding-bottom: 0;
    }

    .pdGallery .pdGallery__wrapper .pdGallery__item {
        width: 100%;
        margin-bottom: 2rem;
    }
}
/*! https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773378526446%2Fcss%2Fproducttooltip.css */
.pdGallery__item {
    position: relative;
}

.pdGallery__item .pdTooltip__button {
    display: block;
    background: transparent;
    margin: .2rem;
    padding: .5rem;
    border-radius: 2.2rem;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.55);
}

.pdGallery__item .pdTooltip__button:focus {
    outline: none;
}

.pdGallery__item .pdTooltip {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
}

.pdGallery__item .pdTooltip .pdTooltip__button img, .pdGallery__item .pdTooltip .pdTooltip__button img {
    transition: all ease 0.3s;
}

.pdGallery__item .pdTooltip__tooltip {
    display: flex;
    position: absolute;
    left: 2.9rem;
    top: 0;
    padding: 1.2rem;
    min-width: 18rem;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px #00000033;
    z-index: 500;
    opacity: 0;
    transition: all ease 0.3s;
}

.pdGallery__item .pdTooltip__button img {
    width: 1.1rem;
    height: 1.1rem;
}

.pdGallery__item .pdTooltip__tooltip .pdTooltip__leftContent {
    padding-right: 1.2rem;
}

.pdGallery__item .pdTooltip__tooltip .pdTooltip__leftContent .pdTooltip__name {
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    font-style: normal;     
    font-weight: 600;
    line-height: normal;
    margin-bottom: .8rem;
}

.pdGallery__item .pdTooltip__tooltip .pdTooltip__rightContent {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #D9D9D9;
    padding-left: 1.2rem;
}

.pdGallery__item .pdTooltip__tooltip .pdTooltip__rightContent a:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 50;
}

.pdGallery__item .pdTooltip__tooltip .pdTooltip__rightContent img {
    width: 1.1rem;
    height: 100%;
}

/** Price bloc **/
.pdGallery__item .pdTooltip__priceContent {
    display: flex;
    align-items: flex-end;
    column-count: 2;
    column-gap: .8rem;
}

.pdGallery__item .pdTooltip__priceContent .product-price {
    display: flex;
    flex-direction: column;
}

.pdGallery__item .pdTooltip__priceContent .product-price .price-sales.real-sales {
    order: 1;
}

.pdGallery__item .pdTooltip__priceContent .price-copy {
    font-size: 1.2rem;
}

.pdGallery__item .pdTooltip__priceContent .price-sales.real-sales, .pdGallery__item .pdTooltip__priceContent .product-price .price-range {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.8rem;
}

.pdGallery__item .pdTooltip__priceContent .price-standard {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration-line: line-through;
}

/** Flags **/
.pdGallery__item .pdTooltip__priceContent .commercial, .pdGallery__item .pdTooltip__priceContent .product-promotion-flag  {
    display: block;
    border-radius: 3px;
    padding: .5rem .8rem;
    width: fit-content;
}

.pdGallery__item .pdTooltip__priceContent .product-promotion-flag {
    display: flex;
}

.pdGallery__item .pdTooltip__priceContent .commercial p {
    margin-bottom: 0;
}

.pdGallery__item .pdTooltip__priceContent .promotion-block-info  {
    position: relative;
    display: inline-block;
    margin-left: .3rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    cursor: pointer;
    border-radius: 100%;
    font-size: 0.9rem;
    font-weight: 600;
    color: #002E5E;
    line-height: 1.4em;
    border: 0.1rem solid #002E5E;
    z-index: 500;
}

.pdGallery__item .pdTooltip__priceContent .tooltip-flag-text {
    font-size: 1.2rem;
    width: 13rem;
    background-color: #BDD4E5;
    color: #002E5E;
    text-align: center;
    padding: 0.5rem;
    position: absolute;
    bottom: 50%;
    margin-left: -6rem;
    z-index: 999;
    font-style: italic;
    display: none;
}

/** Hover management **/
.pdGallery__item .pdTooltip.open {
    width: auto;
    height: auto;
    overflow: visible;
}

.pdGallery__item .pdTooltip.open .pdTooltip__button img {
    transform: rotate(45deg);
    transition: all ease 0.2s;
}

.pdGallery__item .pdTooltip.hide .pdTooltip__button img {
    transform: rotate(0);
    transition: all ease 0.2s;
}

.pdGallery__item .pdTooltip .pdTooltip__tooltip.open {
    opacity: 1;
    transition: opacity ease 0.5s;
}

.pdGallery__item .pdTooltip.open.hideTooltip .pdTooltip__button img {
    transform: rotate(0deg);
} 

/** Tooltip positions **/
@media screen and (max-width: 1023px) {
    .pdGallery__item .pdTooltip--mobileTop.open .pdTooltip__tooltip {
        bottom: 3.4rem;
        top: auto;
        left: -9rem;
    }
    
    .pdGallery__item .pdTooltip--mobileBottom.open .pdTooltip__tooltip {
        top: 3.4rem;
        left: -9rem;
    }
    
    .pdGallery__item .pdTooltip--mobileLeft.open .pdTooltip__tooltip {
        top: 0;
        left: auto;
        right: 3.4rem;
    }
    
    .pdGallery__item .pdTooltip--mobileRight.open .pdTooltip__tooltip {
        top: 0;
        left: 2.9rem;
    }
}
@media screen and (min-width: 1024px) {
    .pdGallery__item .pdTooltip--desktopTop.open .pdTooltip__tooltip {
        bottom: 3.4rem;
        top: auto;
        left: -9rem;
    }
    
    .pdGallery__item .pdTooltip--desktopBottom.open .pdTooltip__tooltip {
        top: 3.4rem;
        left: -9rem;
    }
    
    .pdGallery__item .pdTooltip--desktopLeft.open .pdTooltip__tooltip {
        top: 0;
        left: auto;
        right: 3.4rem;
    }
    
    .pdGallery__item .pdTooltip--desktopRight.open .pdTooltip__tooltip {
        top: 0;
        left: 2.9rem;
    }
}

/*! https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773378526446%2Fcss%2Flandingpage%2Fcarousel-categories.css */
.carousel-categories-container {
	width: 100%;
	margin: 0 auto;
}

.carousel-categories-container .blocks-container .title-section h2.title {
	font-size: 3.4rem;
	text-transform: none;
	font-weight: 600;
	font-family: 'Oswald';
	margin-bottom: 2rem;
}

.carousel-categories-container .blocks-container .title-section p a {
	text-decoration: underline;
	color: inherit;
}

.carousel-categories-container .blocks-container .title-section .text-element {
	width: 87.3rem;
	font-size: 1.6rem;
	font-family: "Work Sans";
	margin: 0;
}

.carousel-categories-container .blocks-container .title-section {
	margin: 0 0 2rem;
}

.carousel-categories-container .blocks-container .carousel-section {
	padding: 2rem 0;
}

.carousel-categories-container .blocks-container .carousel-section .image-container {
	border-radius: 8px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 33%, rgba(0, 0, 0, 0.00) 100%);
}

.carousel-categories-container .blocks-container .carousel-section img.img-carousel {
	width: 100%;
	height: 44.2rem;
	border-radius: 8px;
	object-fit: cover;
	position: relative;
	z-index: -1;
}

.carousel-categories-container .blocks-container .carousel-section .cta-carousel {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	width: calc(100% - 4rem);
	font-family: 'Oswald';
	font-size: 3.4rem;
	font-weight: 600;
	text-decoration: none;
	color: #FFFFFF;
}

.carousel-categories-container .blocks-container .carousel-section .image-container:hover .cta-carousel {
	text-decoration: underline;
}

.carousel-categories-container .blocks-container .carousel-section .swiper-container {
	padding: 0 6rem;
}

.carousel-categories-container .blocks-container .carousel-section .swiper-wrapper li {
	width: 29rem;
	list-style: none;
}

.carousel-categories-container .blocks-container .carousel-section ul {
	padding: 0;
	margin: 0;
}

.carousel-categories-container .blocks-container .carousel-section .swiper-wrapper a {
	display: block;
}

.carousel-categories-container .blocks-container .carousel-section .swiper-wrapper a:last-child {
	margin-right: 0 !important;
}

.carousel-container .swiper-scrollbar {
	position: relative;
	left: 0;
	bottom: 0;
	height: .2rem;
	width: 100%;
	margin: 3rem 0 1rem;
	background: #f3f3f3;
	border-radius: 2px;
	cursor: pointer;
	transition: all .2s;
}

.carousel-container .swiper-scrollbar:hover,
.carousel-container .swiper-scrollbar:focus,
.carousel-container .swiper-scrollbar:active {
	height: 0.4rem;
	transform: translateY(-.1rem);
	transition: all .2s;
}

.carousel-container .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #002E5E;
	border-radius: 2px;
}

.carousel-container .swiper-scrollbar .swiper-scrollbar-drag:hover,
.carousel-container .swiper-scrollbar .swiper-scrollbar-drag:focus,
.carousel-container .swiper-scrollbar .swiper-scrollbar-drag:active {
	height: 0.4rem;
	transform: translateY(-.1rem);
	transition: all .2s;
}

.carousel-container .swiper-buttons {
	display: flex;
	z-index: 1;
	justify-content: center;
	align-items: center;
}

.carousel-container .swiper-buttons .swiper-button-next,
.carousel-container .swiper-buttons .swiper-button-prev {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-50%);
	top: calc(50%);
	z-index: 1;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	color: #002E5E;
	backdrop-filter: blur(2px);
	transition: all 0.2s;
}

.carousel-container .swiper-buttons .swiper-button-next::before,
.carousel-container .swiper-buttons .swiper-button-prev::before {
	display: none;
}

.carousel-container .swiper-buttons .swiper-button-next .icon_arrow_right_lite::before,
.carousel-container .swiper-buttons .swiper-button-prev .icon_arrow_right_lite::before {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	color: #002E5E;
	text-align: center;
}

.carousel-container .swiper-buttons .swiper-button-disabled {
	display: none;
}

.carousel-container .swiper-buttons .swiper-button-next:hover,
.carousel-container .swiper-buttons .swiper-button-next:focus,
.carousel-container .swiper-buttons .swiper-button-prev:hover,
.carousel-container .swiper-buttons .swiper-button-prev:focus {
	background: rgba(255, 255, 255, 1);
	transition: all 0.5s;
}

.carousel-container .swiper-buttons .swiper-button-prev {
	left: 8rem;
	transform: translateY(-50%) rotate(180deg);
}

.carousel-container .swiper-buttons .swiper-button-next {
	right: 8rem;
}

@media screen and (max-width: 768px) {
	.carousel-categories-container .carousel-section {
		margin: 0 -2rem;
	}
}

@media screen and (max-width: 1024px) {
	.carousel-categories-container .blocks-container .carousel-section .swiper-container {
		padding: 0 2rem;
	}

	.carousel-categories-container .blocks-container .title-section .text-element {
		width: auto;
	}

	.carousel-categories-container .blocks-container .title-section {
		margin: 0 0 2rem;
		padding: 0 2rem;
	}

	.carousel-categories-container .blocks-container .title-section h2.title {
		font-size: 2.8rem;
	}

	.carousel-categories-container .blocks-container .carousel-section img.img-carousel {
		height: 36rem;
	}

	.carousel-categories-container .blocks-container .carousel-section .cta-carousel {
		font-size: 2.8rem;
		left: 1rem;
		width: calc(100% - 2rem);
	}

	.carousel-categories-container .blocks-container .carousel-section .swiper-wrapper li {
		width: 24rem;
	}

	.carousel-container .swiper-buttons {
		display: none;
	}
}