/* creation date: Thu, 12 Mar 2026 05:32:37 GMT
concat references:
https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773292106370%2Fcss%2Fcomponent.css
https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773292106370%2Fcss%2Flandingpage%2Fbloc-macarron.css
https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773292106370%2Fcss%2Fthreeimagestitle.css
https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773292106370%2Fcss%2Flandingpage%2F2-images-title-cta.css
*/
/*! https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773292106370%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%2Fv1773292106370%2Fcss%2Flandingpage%2Fbloc-macarron.css */
.macaron-container {
	display: flex;
}

.macaron-container .macaron-wrapper {
	display: flex;
	justify-content: center;
	padding: 0;
}

.macaron-container .macaron-wrapper.macaron-wrapper--inline {
	justify-content: flex-start;
}

.macaron-container .macaron-wrapper .macaron-item {
	display: flex;
	flex-direction: column;
	width: auto;
	cursor: pointer;
	align-items: center;
	margin-right: 1rem;
}

.macaron-container .macaron-wrapper .macaron-item .macaron-link {
	display: block;
	height: 8rem;
	width: 8rem;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 0 1.5rem;
}

.macaron-container .macaron-wrapper .macaron-item .macaron-link .macaron-image {
	height: 8rem;
	width: 8rem;
	border-radius: 50%;
	transition: ease-in-out 0.5s;
}

.macaron-container .macaron-wrapper .macaron-item .macaron-link .macaron-image.selected {
	transform: scale(1.125);
	transition: ease-in-out 0.3s;
}

.macaron-container .macaron-wrapper .macaron-item .macaron-link .macaron-image-container {
	display: block;
	height: 8rem;
	width: 8rem;
	border-radius: 50%;
	background-color: #EAE8E9;
}

.macaron-container .macaron-wrapper .macaron-item .macaron-name {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.macaron-container .macaron-title p {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-align: center;
}

.macaron-container .macaron-wrapper .macaron-item.hover .macaron-title p {
	text-decoration: underline;
}

.macaron-item:first-child {
	margin-left: 2rem;
}

.macaron-container .swiper-button-prev::before,
.macaron-container .swiper-button-next::before {
	content: '';
	display: block;
	width: 4rem;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.90) 59.5%);
}

.macaron-container .swiper-button-prev::before {
	transform: rotate(180deg) translateY(50%);
}

.macaron-container .macaron-wrapper .macaron-item .macaron-link {
	width: 9rem;
	height: 9rem;
	padding: .5rem .5rem 0;
}

.macaron-container .swiper-button-prev.swiper-button-disabled,
.macaron-container .swiper-button-next.swiper-button-disabled {
	display: none;
}

@media (max-width: 1023px) {
	.macaron-container .macaron-wrapper .macaron-item {
		max-width: 9rem;
	}
}

@media (min-width: 1024px) {
	.macaron-container {
		justify-content: center;
	}

	.macaron-container .macaron-wrapper {
		justify-content: center;
		margin: 0;
	}

	.macaron-container .macaron-wrapper .macaron-item {
		margin-right: .8rem;
		max-width: 11.2rem;
	}

	.macaron-container .macaron-wrapper .macaron-item:last-child {
		margin-right: 0;
	}

	.macaron-item:first-child {
		margin-left: 0;
	}

	.macaron-container .macaron-wrapper .macaron-item .macaron-link {
		width: 11.2rem;
		height: 11.2rem;
		padding: 1.6rem 1.6rem 0;
		margin: 0 0 .4rem;
	}

	.macaron-container .macaron-wrapper .macaron-item .macaron-link .macaron-image.selected {
		transform: scale(1.4);
	}

	.macaron-container .swiper-buttons {
		display: none;
	}
}
/*! https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773292106370%2Fcss%2Fthreeimagestitle.css */
.three-images-title {
    display: flex;
    width: 1440px;
    padding: 40px 50px;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .three-images-title {
        flex-direction: column;
        width: 100%;
        padding: 8px 0 28px 0;
        gap: 20px;
        overflow: visible;
    }
}

.three-images-title__container {
    display: flex;
    gap: 20px;
    width: 100%;
}

@media (max-width: 767px) {
    .three-images-title__container {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        overflow: visible;
        padding: 20px;
        padding-bottom: 0;
    }
}

.three-images-title__tile:first-child {
    display: flex;
    width: 660px;
    height: 660px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .three-images-title__tile:first-child {
        min-width: 335px;
        width: auto;
        height: 335px;

        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 20px;
        aspect-ratio: 1/1;
    }
}

.three-images-title__right-column .three-images-title__tile {
    display: flex;
    width: 660px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .three-images-title__right-column .three-images-title__tile {
        display: flex;
        min-width: 280px;
        width: 280px;
        height: 200px;
        padding: 0;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 20px;
        flex-shrink: 0;
    }
}

.three-images-title__tile {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    font-family: 'oswald', sans-serif;
    text-transform: unset;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
}

.three-images-title__right-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

@media (max-width: 767px) {
    .three-images-title__right-column {
        flex-direction: row;
        overflow-x: scroll;
        overflow-y: hidden;
        gap: 20px;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;

    }

    @supports (-webkit-appearance: none) {
        .three-images-title__right-column::-webkit-scrollbar {
            width: 107px;
        }

        .three-images-title__right-column::-webkit-scrollbar-track {
            background: #F3F3F3;
           border-radius: 10px;
        }

        .three-images-title__right-column::-webkit-scrollbar-thumb {
            background: #002E5E;
            transition: 5s;
            border-radius: 3rem;
        }

        .three-images-title__right-column::-webkit-scrollbar-button {
            display: none;
        }

        .three-images-title__right-column::-webkit-scrollbar {
            -webkit-appearance: none;
            height: 2px;
        }
    }
}

.three-images-title__link {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
    height: 100%;
    width: 100%;
}

.three-images-title__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.three-images-title__title {
    position: absolute;
    z-index: 1;
    margin: 0;
    text-align: center;
    padding: 0 40px;
    transition: text-decoration 0.3s ease;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
}

@media (max-width: 767px) {
    .three-images-title__title {
        font-size: 28px;
        padding: 0 20px;
        bottom: 20px;
        width: 100%;
        text-align: left;
    }
}

.three-images-title__link:hover .three-images-title__image-wrapper {
    transform: scale(1.05);
}

.three-images-title__link:hover .three-images-title__title {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .three-images-title__link:hover .three-images-title__title {
        text-decoration: none;
    }

    .three-images-title__link:active .three-images-title__title {
        text-decoration: underline;
    }

    .three-images-title__link:hover .three-images-title__image-wrapper {
        transform: none;
    }

    .three-images-title__link:active .three-images-title__image-wrapper {
        transform: scale(1.05);
    }
}

/*! https%3A%2F%2Fwww.petit-bateau.fr%2Fon%2Fdemandware.static%2FSites-PB_FR-Site%2F-%2Ffr_FR%2Fv1773292106370%2Fcss%2Flandingpage%2F2-images-title-cta.css */
.two-images-title-cta-container {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    max-height: 74rem;
    gap: 2rem;
}
.two-images-title-cta-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    border-radius: .8rem;
    overflow: hidden;
    text-decoration: none;
}
.two-images-title-cta-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 200ms ease-in;
}
.two-images-title-cta-wrapper:hover img {
    transform: scale(1.05);
}
.two-images-title-cta-wrapper .content-wrapper {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4rem;
    gap: 2rem;
    align-items: center;
}
.two-images-title-cta-wrapper .content-wrapper .text-component{
    font-size: 3.4rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    font-family: 'Oswald';
    color: #fff;
    min-height: 4rem;
    max-width: 58rem;
    line-height: 4rem;
} 

.two-images-title-cta-wrapper .cta-component {
    padding: 1.2rem 1.8rem;
    font-size: 1.4rem;
    color: #002E5E;
    font-weight: 600;
    font-family: 'Oswald';
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 0.4rem;
    cursor: pointer;
    text-decoration: none;
    width: max-content;
    line-height: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    transition: .2s ease-in-out;
}
.two-images-title-cta-wrapper:hover .cta-component {
    background-color: #F2F6FA;
    animation-timing-function: ease-in-out;
    animation-duration: .1s
}
.two-images-title-cta-wrapper:active .cta-component {
    background-color: #D7E5EF;    
    animation-timing-function: ease-in-out;
    animation-duration: .1s
}
.two-images-title-cta-wrapper:focus-visible .cta-component {
    box-shadow: 0 0 0 2px #7ab3ef,0 0 0 4px rgba(122,179,239,.5);
    outline: 0;
    transition-duration: .2s
}

@media (max-width: 992px) {
    .two-images-title-cta-container {
        flex-direction: column;
    }
    .two-images-title-cta-wrapper {
        width: 100%;
        height: 33.5rem;
        gap: 1.2rem;
    }
    .two-images-title-cta-wrapper .cta-component {
        width: 100%;
        justify-content: center;
    }
    .two-images-title-cta-wrapper .content-wrapper {
        gap: 1.2rem;
        padding: 2rem;
    }
    .two-images-title-cta-wrapper .content-wrapper .text-component{
        font-size: 2.8rem;
        max-height: 6.4rem;
        line-height: 3.2rem;
    }
}
