body {
    height: 100%;
    margin: 0
}
.baby-journey-asset a.underline {
    text-decoration: underline #002E5E 1px;
    text-underline-offset: 2px;
}
.baby-journey-asset {
    min-height: 100%;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}
.baby-journey-asset .baby-journey-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    position: fixed;
    z-index: 2;
    max-width: 1340px;
    width: 100%;
    background-color: #ffffff;
}
.baby-journey-asset .baby-journey-navbar a {
    color: #002E5E;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.baby-journey-asset .baby-journey-navbar a:last-of-type {
    margin-right: 0px;
}
.baby-journey-asset .baby-journey-navbar a:hover {
    font-weight: 600;
    text-decoration: underline #002E5E;
    text-underline-offset: 4px;
    line-height: 20px;
}
.baby-journey-asset .baby-journey-navbar .splide__list {
    align-items: center;
}
.baby-journey-asset h2 {
    margin-top: 0;
}
.baby-journey-asset h3 {
    margin: 0 0 10px 0;
    font-family: 'Oswald';
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #99D28C;
}
.baby-journey-asset .guide {
    display: flex;
    align-items: center;
}
.baby-journey-asset .guide.gift-card {
    margin-bottom: 80px;
    padding: 0 120px;
}
.baby-journey-asset .guide.gift-card img {
    width: 600px;
    height: 394px;
    object-fit: cover;
}
.baby-journey-asset .guide.gift-card .guide-right-section p:last-of-type {
    margin-bottom: 40px;
}
.baby-journey-asset .guide img {
    max-width: 550px;
    width: 100%;
    height: 650px;
    object-fit: cover;
    margin-right: 100px;
}
.baby-journey-asset .guide p {
    color: #002E5E;
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 22px;
}
.guide p:last-of-type {
    margin: 0;
}
.parallax-section {
    position: relative;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    max-height: fit-content;
}
.bold {
    font-weight: 700;
}
.baby-journey-asset .original-price {
    text-decoration: line-through 1px solid #979797;
    color: #979797;
}
.parallax-image {
    position: unset;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateZ(0);
    z-index: -1;
    display: flex;
    justify-content: center;
}
.parallax-image img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.parallax-content {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.parallax-content.jour-j {
    padding: 0 120px;
}
.parallax-image .title-parallax {
    font-size: 80px;
    text-align: center;
    line-height: 100px;
    color: #002E5E;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    top: 37%;
}

.parallax-content .subtitle {
    color: #002E5E;
    margin: 0 0 80px 0;
    text-align: center;
    font-size: 22px;
    padding: 0 125px;
    align-self: center;
}
.subtitle.no-margin {
    margin-bottom: 20px;
}

.yellow-box .subtitle.yellow-one {
    margin: 0 0 30px 0;
}

.yellow-box.yellow-align {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}
.yellow-box.sac-a-langer {
    padding: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-column: 4/6;
}
.yellow-box.sac-a-langer.week-end {
    grid-column: 2/4;
}

.yellow-box.sac-a-langer a {
    width: fit-content;
}

.intersection {
    display: flex;
    justify-content: center;
}

@keyframes fadeout {
from {
    opacity: 1;
}

to {
    opacity: 0;
}
}

@keyframes fadein {
from {
    opacity: 0;
}

to {
    opacity: 1;
}
}
.desktop {
    display: flex!important;
}
.out-wear-imgs p.desktop-no-margin {
    margin: 0;
}
a.discover-btn {
    padding: 10px 15px;
    text-align: center;
    width: fit-content;
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #002E5E;
    border: solid 1px #002E5E;
    cursor: pointer;
}
div.margin-top {
    margin-top: 30px;
}
a.discover-btn.sac-a-langer-btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
a.discover-btn.reveil-btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 20px;
    padding: 14px 21px;
}
a.discover-btn:hover {
    background-color: #002E5E;
    color: #ffffff;
    border: solid 1px transparent;
}
.dodo-carousel {
    display: flex;
    flex-direction: column;
}
.dodo-carousel h2{
    text-align: center;
}
.advices {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.advices.out-wear-title {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 120px;
    margin-bottom: 30px;
}
.advices.out-wear-title .intro {
    font-size: 22px;
    line-height: 22px;
}
.advices .sweet-advices {
    max-width: 50%;
    padding: 0 60px 0 0;
}
.advices img.sweet-size {
    height: 377px;
    width: 100%;
    object-position: top;
}
.advices.family-advices {
    flex-direction: column;
    padding: 0 120px;
}
.advices.family-advices p.intro {
    max-width: 1100px;
    text-align: center;
    margin: 0 0 20px 0;
}
.advices.family-advices p.intro:last-of-type {
    margin: 0 0 70px 0;
}
.advices.advices-no-margin {
    margin-bottom: 0px;
}
.advices.advices-right-pdg {
    padding: 0px 120px 0px 0px;
}
.advices .left-text {
    padding: 0 120px;
}
.advices img {
    width: 720px;
    height: 634px;
    object-fit: cover;
}
.advices .advices-title, .born-wear .advices-title, .out-wear-imgs .advices-title, .seasons .advices-title, .quality .advices-title {
    font-size: 50px;
    line-height: 50px;
    color: #002E5E;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
.advices p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #002E5E;
}
.carousel {
    margin-bottom: 80px;
    position: relative;
    padding: 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.carousel .splide__slide a svg {
    position: absolute;
    top: 20px;
    right: 20px;
}
.carousel #splide4-track, .carousel #splide23-track, .carousel #splide24-track  {
    margin-bottom: 40px;
}
.carousel-title {
    text-align: center;
    margin: 0 0 30px 0;
}
.carousel p.intro {
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    margin: 0 0 50px 0;
}
.carousel-article-info a p:first-of-type {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.splide__slide .carousel-img {
    width: 100%;
    object-fit: cover;
}
.splide__track {
    display: flex;
}
.carousel .splide__arrows {
position: absolute;
top: 65%;
width: 100%;
}
.carousel .splide__arrows button, .advices .advices-bloc-carousel .splide__arrows button {
background-color: #fff;
}
.carousel .splide__arrows button svg, .advices .advices-bloc-carousel .splide__arrows button svg {
fill: #002e5e;
}
.carousel .splide__arrows button:disabled, .advices .advices-bloc-carousel .splide__arrows button:disabled {
opacity: 0.5;
}
.carousel .splide__arrows .splide__arrow--next {
right: -5%;
}
.carousel .splide__arrows .splide__arrow--prev {
left: -5%;
}
.carousel .carousel-last-item {
    margin-right: 0;
}

.advices-bloc-img-x6 {
    margin-bottom: 40px;
}
.advices.family-advices .advices-bloc-img-x6 p {
    font-size: 12px;
}
.advices.family-advices .advices-bloc-img-x6 img {
    width: 100%;
    height: 213px;
    object-fit: cover;
}
.advices.family-advices .advices-bloc-img-x6 .advices-img {
    position: relative;
}
.advices.family-advices .advices-bloc-img-x6 .advices-img.img-last-item {
    margin-right: 0;
}
.advices-img .advices-img-button {
    position: absolute;
    background-color: white;
    bottom: 10px;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    padding: 8px;
    justify-content: space-between;
    margin-left: 10px;
}
.advices-img .advices-img-button:hover {
    background-color: #002E5E;
}
.advices-img .advices-img-button:hover p {
    color: #ffffff;
}
.advices-img .advices-img-button:hover .arrow {
    fill: #ffffff;
}
.advices.advices-global-pdg {
    padding: 0 120px 0 120px;
}
.advices .advices-bloc-carousel {
    padding: 0 0 0 120px;
    position: relative;
}
.advices .advices-bloc-carousel.little-size {
    padding: 0 120px;
}
.advices .advices-bloc-carousel .splide__arrows {
    position: absolute;
    bottom: -40px;
}
.advices .advices-bloc-carousel .splide__arrows .splide__arrow--prev {
    left: 0;
}
.advices .advices-bloc-carousel .splide__arrows .splide__arrow--next {
    left: 50px;
}
.advices .advices-bloc-carousel .splide__slide {
    margin: 30px 0 0 0;
}
.advices .advices-left-img img {
    width: 600px;
    height: 600px;
}
.advices .advices-left-img.size-advice img {
    height: 378px;
}
.advices-left-img.left-pdg {
    padding: 0 0 0 120px;
}
.advices .little-size {
    height: 474px;
    width: 100%;
    min-width: 670px;
}
.advices-3-blocs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    padding: 0 120px 0 120px;
}
.advices-3-blocs.no-margin {
    margin-bottom: 0;
}
.advices-3-blocs .align-self-center {
    align-self: center;
}
.advices-3-blocs div {
    margin-right: 20px;
    width: calc(33% - 13.3px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.advices-3-blocs div.splide__track, .advices-3-blocs div.splide__list {
    flex-direction: row;
}
.advices-3-blocs div:last-of-type {
    margin-right: 0;
}
.advices-3-blocs img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.advices-3-blocs p {
    font-size: 16px;
    line-height: 22px;
    margin: 24px 0 14px 0;
}
.advices-3-blocs .advices-btn, .advices-discover-btn .advices-btn, .yellow-born-wear .advices-btn, .yellow-box .advices-btn {
    margin: 0;
    border: #002E5E 1px solid;
    background-color: #ffffff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Oswald';
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
}
.advices-discover-btn {
    padding: 120px;
}
.advices-discover-btn.special-pdg {
    padding: 0 0 0 120px;
}
.advices-discover-btn.special-pdg-2 {
    padding: 5%;
}
.advices-discover-btn p {
    margin-bottom: 30px;
}
.advices-3-blocs .advices-btn:hover, .advices-discover-btn .advices-btn:hover, .yellow-born-wear .advices-btn:hover, .yellow-box .advices-btn:hover {
    background-color: #002E5E;
    color: #ffffff;
}
.advices-3-blocs-and-title {
    margin-bottom: 80px;
    padding: 0 120px;
    flex-direction: column;
}
.advices-3-blocs-and-title .advices-3-blocs-colored {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}
.advices-3-blocs-without-title .advices-3-blocs-colored {
    display: flex;
}
.advices-3-blocs-without-title {
    padding: 0 120px;
    margin-bottom: 80px;
}
.advices-3-blocs-and-title .advices-3-blocs-colored p, .advices-3-blocs-without-title .advices-3-blocs-colored p {
    position: absolute;
    bottom: 90px;
    left: 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    font-family: 'Oswald';
}
.advices-3-blocs-colored .green-btn, .advices-3-blocs-colored .pink-btn, .advices-3-blocs-colored .blue-btn, .advices-3-blocs-colored .yellow-btn {
    position: absolute;
    bottom: 30px;
    left: 20px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Oswald';
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
}
.year-presentation.green-box {
    background-color: #E0F2DD;
}
.year-presentation.pink-box {
    background-color: #F4D2D0;
}
.year-presentation.blue-box {
    background-color: #D7E5EF;
}
.advices-3-blocs-colored .green-btn {
    background-color: #99D28C;
}
.advices-3-blocs-colored .pink-btn {
    background-color: #BDD4E5;
}
.advices-3-blocs-colored .blue-btn {
    background-color: #EDB4B1;
}
.year-bloc-text .green-btn, .year-bloc-imgs .green-btn, .best-products .legend .green-btn {
    background-color: rgba(153, 210, 140, 0.3);
}
.year-bloc-text .pink-btn, .year-bloc-imgs .pink-btn, .best-products .legend .pink-btn {
    background-color: rgba(237, 180, 177, 0.6);
}
.year-bloc-text .blue-btn, .year-bloc-imgs .blue-btn, .best-products .legend .blue-btn {
    background-color: rgba(189, 212, 229, 0.6);
}
.advices-3-blocs-colored .yellow-btn {
    background-color: #FFF4A3;
}
.year-bloc-text .yellow-btn {
    background-color: rgba(255, 206, 0, 0.4);
}
.advices-3-blocs-colored a, .advices-3-blocs-and-title .advices-3-blocs-colored .splide__slide {
    position: relative;
}
.advices-3-blocs-colored a:last-of-type {
    margin-right: 0;
}
.advices-3-blocs-colored img {
    width: 100%;
    max-width: 384px;
    height: 360px;
    object-fit: cover;
}
.advices-3-blocs-without-title .advices-3-blocs-colored img {
    width: 100%;
    height: 259px;
    object-fit: cover;
}
.yellow-box {
    background-color: #F4F2EA;
    width: 100%;
    padding: 60px 120px;
}
.yellow-box p.intro {
    line-height: 22px;
    font-size: 22px;
}
.yellow-box .yellow-box-btn {
    background-color: #002E5E;
    color: #ffffff;
    padding: 14px 21px;
    font-size: 21px;
    font-family: 'Oswald';
    line-height: 31px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.yellow-box .size-choice-title {
    font-size: 50px;
    line-height: 50px;
    margin-top: 0;
}
.yellow-box .bloc-select {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 60px;
}
.yellow-box div.bloc-select:last-of-type {
    justify-content: center;
    margin-bottom: 0;
}
.yellow-box .bloc-select .math {
    margin: 0 30px;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #002E5E;
}
.yellow-box .bloc-select select {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #002E5E;
    height: 60px;
    width: 300px;
    border: 1px solid #cccccc;
    appearance: auto;
}
.yellow-box .bloc-select label{
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #002E5E;
    margin-bottom: 16px;
}
.yellow-box .bloc-select select option {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #002E5E;
}
.yellow-box .bloc-select .select-month,  .yellow-box .bloc-select .select-age{
    display: flex;
    align-items: center;
}
.yellow-box .bloc-select .select-result p{
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #002E5E;
    margin: 0 0 16px 0;
}
.yellow-box .bloc-select .select-result .result {
    background-color: #ffffff;
    text-align: center;
    color: #002E5E;
    height: 100px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    border: 1px solid #cccccc;
}
.yellow-box .bloc-select .select-result .result-size, .yellow-box .bloc-select .select-result .result-season {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}
.yellow-box .bloc-select .select-result .result .result-first-part {
    display: flex;
    justify-content: center;
    align-items: center;
}
.yellow-box .bloc-select .select-result .result .result-size {
    margin-right: 5px;
}
.yellow-box .bloc-select .select-result .result .result-season {
    margin-right: 5px;
    margin-left: 5px;
}
.yellow-box .bloc-select .select-result .result .result-material {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: 400;
}
.yellow-box .bloc-select .select-result .result .result-material {
    margin-left: 5px;
}
.yellow-box.beige-box {
    background-color: #F4ECE1;
    padding: 30px 120px 60px;
    margin-bottom: 80px;
}
.yellow-box.beige-box .intro{
    margin-bottom: 22px;
}
.born-wear {
    margin-bottom: 30px;
    align-self: center;
    flex-direction: column;
}
.born-wear .born-wear-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.born-wear .born-wear-item img {
    width: 180px;
    height: 213px;
    object-fit: contain;
    padding: 10px;
}
.born-wear .born-wear-item.little-born-wear-item img {
    padding: 30px;
}
.born-wear .born-wear-item p {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}
.yellow-born-wear {
    display: flex;
    align-self: center;
    margin-bottom: 80px;
}
.yellow-born-wear.yellow-padding {
    padding: 0 120px;
}
.yellow-born-wear img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.yellow-born-wear.yellow-padding img {
    height: 330px;
}
.yellow-born-wear .yellow-box {
    padding: 40px;
    height: 250px;
}
.yellow-born-wear.yellow-padding .yellow-box {
    height: 330px;
}
.yellow-born-wear .yellow-box p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 30px 0;
}
.year-bloc-text {
    margin-bottom: 80px;
}
.year-bloc-text .first-one, .year-bloc-text .second-one, .year-bloc-text .third-one, .year-bloc-text .fourth-one, .year-bloc-text .fifth-one, .year-bloc-text .sixth-one {
    display: contents;
}
.year-bloc-text .tog-block {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.year-bloc-text .tog-block.no-text {
    align-items: end;
}
.year-bloc-text .tog-block.plus {
    justify-content: space-around;
}
.year-bloc-text .tog-block div {
    width: 50%;
}
.year-bloc-text .tog-block div p {
    margin-bottom: 15px;
}
.year-bloc-imgs {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    margin-bottom: 80px;
}
.year-bloc-text {
    grid-template-columns: calc(30% - 18px) calc(20% - 18px) calc(30% - 18px) calc(20% - 18px);
    column-gap: 24px;
    text-align: center;
}
.year-bloc-text, .year-bloc-imgs {
    display: grid!important;
    justify-content: center;
    padding: 0 120px;
}
.year-bloc-text div .blue-btn, .year-bloc-text div .pink-btn, .year-bloc-text div .yellow-btn, .year-bloc-text div .green-btn {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.year-bloc-imgs div {
    margin-right: 24px;
    text-align: center;
}
.year-bloc-imgs div:last-of-type {
    margin-right: 0;
}
.year-bloc-text div .year-title {
    font-size: 20px;
    line-height: 20px;
}
.year-bloc-text div .year-title, .year-bloc-imgs div .year-title {
    font-family: 'Oswald';
    font-weight: 700;
    color: #002E5E;
    margin: 0 0 20px 0;
}
.year-bloc-imgs div .year-title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}
.year-bloc-text div p {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}
.year-bloc-imgs div p {
    font-size: 16px;
    line-height: 16px;
}
.year-bloc-imgs .year-bloc-img img{
    width: 100%;
    height: 285px;
    object-fit: cover;
    object-position: top;
}
.year-bloc-imgs .year-bloc-img .color-bloc {
    padding: 20px 15px;
    position: relative;
    top: -3px;
}
.year-presentation {
    padding: 40px 120px;
    margin: 0 120px 40px;
}
.year-presentation h2 {
    font-size: 50px;
    line-height: 50px;
}
.year-presentation p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.best-products {
    margin-bottom: 80px;
    flex-direction: column;
}
.best-products .first-lign {
    display: flex;
    justify-content: center;
}
.best-products h2 {
    text-align: center;
}
.best-products .first-lign .product-item {
    width: 180px;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.best-products .first-lign .product-item .product-title {
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
    font-weight: 400;
    font-family: 'Oswald';
    line-height: 21px;
}
.best-products .first-lign .product-item p {
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    margin: 0;
}
.best-products .first-lign div:last-of-type{
    margin-right: 0;
}
.best-products .first-lign .product-item img {
    width: 95px;
    height: 89px;
    object-fit: contain;
    padding: 10px;
}
.best-products .legend {
    background-color: #F4F2EA;
    height: 213px;
    padding: 15px;
}
.best-products .legend h2 {
    text-align: left;
    margin: 0 0 26px 0;
    font-size: 25px;
    line-height: 25px;
}
.best-products .legend div {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.best-products .legend .legend-item p {
    margin: 0;
}
.best-products .legend div:last-of-type{
    margin: 0;
}
.best-products .legend .legend-square {
    content: '';
    height: 24px;
    width: 24px;
    margin-right: 10px;
}
.selected-products {
    display: grid!important;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 30px;
    padding: 0 120px;
}
.selected-products.last-item {
    margin-bottom: 80px;
}
.selected-products div {
    margin-right: 24px;
}
.selected-products div:last-of-type {
    margin-right: 0;
}
.selected-products .selected-products-item {
    position: relative;
}
.selected-products .selected-products-item .selected-img {
    max-width: 100%;
    height: 213px;
    object-fit: cover;
    margin-bottom: 10px;
}
.selected-products .selected-products-item .selected-article-info a p{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
}
.selected-products .selected-products-item .selected-article-info .selected-p {
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}
.out-wear-imgs-carousel {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    padding: 0 120px;
}
.out-wear-imgs {
    margin-bottom: 30px;
    padding: 0 120px;
}
.out-wear-imgs.last-one{
    margin-bottom: 80px;
}
.out-wear-imgs p {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 22px;
    flex-grow: 1;
}
.out-wear-imgs div {
    display: flex;
}
.out-wear-imgs div.no-center {
    justify-content: flex-start;
}
.out-wear-imgs div .out-wear-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 165px;
    margin-right: 24px;
}
.out-wear-imgs-carousel .out-wear-item {
    max-width: 180px;
}
.out-wear-imgs div .out-wear-item p, .out-wear-imgs-carousel .out-wear-item p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    font-family: 'Oswald';
}
.out-wear-imgs-carousel .out-wear-item p.detail-info {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    font-weight: 400;
}
.out-wear-imgs .week-end-title {
    margin: 30px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.out-wear-imgs div div:last-of-type{
    margin-right: 0;
}
.out-wear-imgs div .out-wear-item img, .out-wear-imgs-carousel .out-wear-item img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    padding: 30px;
    max-width: 165px;
}
.out-wear-imgs div .out-wear-item img.small-one {
    padding: 35px;
}
.out-wear-imgs-carousel .out-wear-item img.carousel-img-cover{
    object-fit: cover;
    object-position: top;
}
.out-wear {
    display: flex;
    padding: 0 120px;
    margin-bottom: 80px;
}
.out-wear div {
    margin-right: 120px;
    display: flex;
    align-items: center;
}
.out-wear div:last-of-type {
    margin-right: 0;
}
.out-wear div img {
    width: 180px;
    height: 213px;
    object-fit: contain;
    padding: 0 20px;
    margin-right: 24px;
}
.out-wear div div {
    display: block;
}
.out-wear div div h2 {
    margin-bottom: 16px;
}
.out-wear div div p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
.out-wear.center {
    align-self: center;
}
.out-wear.center .max-width{
    max-width: 588px;
}
.center {
    align-self: center;
}
.seasons {
    display: grid;
    padding: 0 120px;
    margin-bottom: 80px;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 120px;
}
.seasons .season-items h2 {
    margin-bottom: 40px;
}
.seasons .season-items div {
    margin-bottom: 40px;
}
.seasons .season-items div:last-of-type {
    margin-bottom: 0;
}
.seasons .season-items .season-item h4 {
    font-family: 'Oswald';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px 0;
}
.seasons .season-items .season-item p {
    font-size: 16px;
    line-height: 22px;
}
.quality {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
}
.quality.last-item {
    margin-bottom: 80px;
}
.quality .quality-item {
    padding: 120px;
}
.quality .quality-item h2 {
    margin-bottom: 20px;
}
.quality .quality-item p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
}
.quality .quality-item p:last-of-type {
    margin: 0;
}
.quality .quality-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile {
    display: none!important;
}
@media screen and (min-width: 1024px) and (max-width: 1239px){
    .baby-journey-asset .baby-journey-navbar  {
        max-width: 100%;
        margin-right: 15px;
        padding: 8px;
    }
}
@media screen  and (max-width: 1023px) {
    .baby-journey-asset .baby-journey-navbar a {
        font-size: 13px;
        color: #002E5E;
    }
    .no-margin {
        margin: 0;
    }
    .parallax-content .subtitle {
        padding: 0 30px;
        margin: 0 0 60px 0;
        font-size: 18px;
        line-height: 23px;
    }
    .parallax-content .subtitle.mobile-special-mgn {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .parallax-content.jour-j {
        padding: 0 20px;
    }
    .advices.advices-global-pdg, .advices .advices-bloc-carousel.little-size, .advices-3-blocs, .advices-3-blocs-and-title, .year-bloc-text, .year-bloc-imgs, .selected-products, .out-wear-imgs, .out-wear, .seasons, .quality .quality-item, .born-wear-mobile, .guide.gift-card, .advices-3-blocs-without-title, .yellow-born-wear, .best-products, .yellow-born-wear.yellow-padding {
        padding: 0 20px;
        margin-bottom: 60px;
    }
    .advices.advices-global-pdg {
        flex-direction: column;
    }
    .guide {
        flex-direction: column;
    }
    .guide img {
        margin: 0 0 30px;
        height: 375px;
    }
    .guide-right-section {
        text-align: left;
        padding: 0 20px 30px;
    }
    .guide h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .baby-journey-asset h3 {
        font-size: 16px;
        line-height: 16px;
    }
    .parallax-content .subtitle {
        text-align: left;
    }
    .parallax-content p.subtitle:last-of-type {
        margin-bottom: 40px;
    }
    .advices {
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }
    .advices.mobile-20-pdg, .advices .advices-bloc-carousel.mobile-20-pdg {
        padding: 0 20px;
    }
    .advices.no-reverse, .born-wear-mobile {
        flex-direction: column;
    }
    .advices img, .advices .advices-left-img img {
        width: 100%;
        height: 400px;
        margin-bottom: 30px;
    }
    .advices p {
        font-size: 18px;
        line-height: 22px;
    }
    .advices .advices-left-img img{
        padding: 0;
    }
    .advices .left-text {
        margin-bottom: 0;
        padding: 0 20px;
    }
    .advices.family-advices {
        padding: 0 20px;
        align-items: flex-start;
    }
    .advices.family-advices p.intro {
        text-align: left;
        font-size: 16px;
        line-height: 22px;
    }
    .carousel {
        width: 100%;
        padding: 0 20px;
        align-items: center;
        margin-bottom: 60px;
    }
    .carousel.no-cln {
        flex-direction: row;
    }
    .carousel p.intro {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    .advices-right-pdg {
        padding: 0;
    }
    .advices.advices-right-pdg{
        padding: 0;
    }
    .carousel-title {
        text-align: left;
        margin: 0 0 24px 0
    }
    .dodo-carousel {
        padding: 0 20px;
    }
    .dodo-carousel h2 {
        text-align: left;
    }
    .out-wear-imgs-carousel {
        padding: 0;
        margin-bottom: 60px;
    }
    .desktop {
        display: none!important;
    }
    .mobile {
        display: flex!important;
    }
    .advices-bloc-img-x6 {
        display: flex;
    }
    .advices-bloc-img-x6 .advices-img-x3 img {
        padding: 0;
        width: 100%;
    }
    .advices-bloc-img-x6 .advices-img-x3 a {
        display: block;
    }
    .advices-img .advices-img-button {
        bottom: 50px;
    }
    .advices.family-advices .advices-bloc-img-x6 img {
        width: 100%;
    }
    .advices .advices-bloc-carousel {
        padding: 0;
        margin-top: 30px;
    }
    .advices-3-blocs div {
        height: fit-content;
        width: 100%;
    }
    .advices-3-blocs img {
        width: 100%;
        height: 285px;
    }
    .advices.family-advices p.intro:last-of-type {
        margin: 0 0 30px 0;
    }
    .mobile .advices-title {
        margin-bottom: 30px;
    }
    .advices-3-blocs div a {
        display: block;
        width: fit-content;
    }
    .advices-3-blocs-and-title .advices-3-blocs-colored img {
        width: 100%;
        height: 285px;
        object-fit: cover;
    }
    .advices .advices-bloc-carousel .splide__slide {
        margin: 0 0 30px;
    }
    .advices .advices-bloc-carousel .splide__arrows {
        bottom: 0;
    }
    .carousel .splide__arrows {
        display: none;
    }
    .advices-3-blocs-and-title .splide__arrows {
        display: none;
    }
    .yellow-box {
        padding: 30px;
    }
    .yellow-box .bloc-select {
        flex-direction: column;
        align-items: center;
    }
    .yellow-box .bloc-select div {
        width: 100%;
    }
    .yellow-box .bloc-select .select-result .result {
        padding: 12px;
        font-size: 20px;
        line-height: 20px;
    }
    .yellow-box.beige-box .intro {
        text-align: center;
    }
    .yellow-box.beige-box {
        padding: 30px;
        margin-bottom: 60px;
    }
    .yellow-box .bloc-select .select-month, .yellow-box .bloc-select .select-age {
        margin-bottom: 15px;
    }
    .yellow-box .bloc-select select {
        width: 100%;
        font-size: 20px;
        line-height: 20px;
    }
    .yellow-box .bloc-select .select-month, .yellow-box .bloc-select .select-age {
        flex-direction: column;
    }
    .baby-journey-navbar .splide__list {
        width: 100%;
    }
    .baby-journey-navbar .splide__slide {
        display: flex;
        justify-content: center;
        max-width: calc((100% + 10px));
        align-items: center;
    }
    .baby-journey-asset .baby-journey-navbar a {
        padding: 0;
    }
    .baby-journey-navbar .splide__arrows {
        display: none;
    }
    .parallax-image .title-parallax {
        font-size: 50px;
        line-height: 70px;
        top: 50%;
    }
    .advices .advices-title, .born-wear .advices-title, .out-wear-imgs .advices-title, .seasons .advices-title, .quality .advices-title {
        font-size: 30px;
        line-height: 30px;
    }
    .yellow-box .size-choice-title {
        font-size: 30px;
        line-height: 30px;
    }
    .yellow-box .bloc-select label, .yellow-box .bloc-select .select-result p {
        font-size: 18px;
        line-height: 18px;
    }
    .advices .little-size {
        width: 100%;
        height: 350px;
        min-width: unset;
    }
    .advices-discover-btn {
        padding: 30px 20px 0;
        margin-bottom: 60px;
    }
    .mobile.born-wear-mobile .splide__list {
        width: 100%;
    }
    .mobile.born-wear-mobile .splide__slide img {
        width: 100%;
        height: 213px;
        object-fit: contain;
    }
    .yellow-born-wear {
        flex-direction: column;
        align-items: center;
    }
    .yellow-born-wear img {
        width: 100%;
        height: 330px;
    }
    .yellow-born-wear .yellow-box {
        padding: 20px;
        display: flex;
        flex-direction: column;
        height: fit-content;
    }
    .yellow-born-wear .yellow-box p {
        margin: 0 0 20px 0;
    }
    .yellow-born-wear .advices-btn {
        width: fit-content;
    }
    .yellow-born-wear.mobile-no-pdg, .carousel.mobile-no-pdg, .advices-discover-btn.mobile-no-pdg, .advices.advices-global-pdg.mobile-no-pdg {
        padding: 0;
    }
    .advices .mobile-no-margin, .mobile-no-margin, .out-wear-imgs p.mobile-no-margin {
        margin-bottom: 0;
    }
    .year-bloc-text {
        display: flex;
        flex-direction: column;
    }
    .year-bloc-text div {
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0;
    }
    .year-bloc-text div:last-of-type {
        margin-bottom: 0;
    }
    .year-bloc-text div .year-title, .year-bloc-imgs div .year-title {
        font-size: 20px;
        line-height: 20px;
    }
    .year-bloc-text div p, .year-bloc-imgs div p {
        font-size: 18px;
        line-height: 18px;
    }
    .year-bloc-imgs .year-bloc-img {
        height: fit-content;
    }
    .year-presentation {
        margin: 0 0 60px;
        padding: 20px;
    }
    .year-presentation h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .best-products.mobile .splide__list {
        width: 100%;
    }
    .best-products div:first-of-type {
        margin-bottom: 0;
    }
    .out-wear {
        display: flex;
        flex-direction: column;
    }
    .out-wear div {
        margin-right: 0;
        flex-direction: row-reverse;
    }
    .out-wear div:first-of-type {
        margin-bottom: 30px;
    }
    .out-wear div img {
        width: 115px;
        height: 136px;
        padding: 0;
        margin-right: 0;
    }
    .out-wear div:last-of-type {
        margin-right: 20px;
    }
    .out-wear .mobile-no-margin {
        margin-bottom: 0!important;
    }
    .out-wear-imgs.mobile .splide__list, .selected-products.mobile .splide__list, .selected-products.mobile .splide__list, .year-bloc-imgs.mobile .splide__list {
        width: 100%;
    }
    .out-wear-imgs div {
        display: flex;
        width: 100%;
    }
    .out-wear-imgs div .out-wear-item {
        max-width: none;
    }
    .out-wear-imgs div .out-wear-item img {
        height: fit-content;
        padding: 10px;
        max-height: 130px;
        max-width: none;
    }
    .out-wear-imgs div .out-wear-item img.small-one {
        padding: 25px;
    }
    .yellow-box.sac-a-langer.mobile {
        margin: 0 0 60px 0;
    }
    .out-wear.center div {
        margin-bottom: 0;
    }
    .best-products .legend {
        height: fit-content;
        margin: 30px 20px 0;
    }
    .best-products .legend div {
        margin-bottom: 20px;
    }
    .best-products .legend div:first-of-type{
        margin-bottom: 20px;
    }
    .out-wear-imgs.last-one {
        margin-bottom: 60px;
    }
    .seasons, .quality {
        display: flex;
        flex-direction: column;
    }
    .seasons div:first-of-type {
        margin-bottom: 60px;
    }
    .seasons .season-items div {
        margin-bottom: 30px;
    }
    .mobile.advices-3-blocs .splide__arrows {
        display: none;
    }
    .yellow-box .subtitle.yellow-one {
        padding: 0;
        text-align: center;
    }
    .yellow-box .yellow-box-btn {
        font-size: 15px;
        line-height: 22px;
    }
    /* .parallax-content {
        padding: 0 20px;
    } */
    .advices .sweet-advices {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    .advices-discover-btn.special-pdg {
        padding: 0;
    }
    .best-products h2 {
        margin-bottom: 30px;
    }
    .best-products h2 {
        text-align: left;
        max-width: 60%;
    }
    .selected-products.mobile {
        margin-bottom: 30px;
    }
    a.discover-btn.reveil-btn {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 60px;
    }
    .advices.out-wear-title {
        padding: 0 20px;
    }
    .parallax-content .subtitle.mobile-subtitle-pdg{
        padding: 0 20px;
    }
    .out-wear-imgs div .out-wear-item img {
        width: 100%;
    }
    .yellow-born-wear.yellow-padding .yellow-box {
        height: fit-content;
    }
    .advices .advices-left-img {
        width: 100%;
    }
    .advices.out-wear-title .intro {
        font-size: 16px;
    }
    a.discover-btn.sac-a-langer-btn {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 30px;
    }
}