body.single-inspirations .ast-container {
    padding: 0 !important;
    display: block;
    max-width: 100%;
    width: 100%;
}

.cooking-styles-hero img {
    width: 100%;
    height: 336px;
    object-fit: cover;
}

.cooking-styles-hero {
    position: relative;
}

.cooking-styles-hero h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 90%;
    text-align: center;
}

.cooking-styles-hero:before {
    content: "";
    background-color: #262626;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.45;
}

.nordic-countries {
    width: 1175px;
    display: flex;
    margin: 127px auto 134px;
    position: relative;
}

.nordic-content-box {
    width: 635px;
    padding: 90px 164px 88px 90px;
    background-color: #f2f2f2;
    border-radius: 10px;
    z-index: 1;
}

.nordic-content-box h2 {
    line-height: 44px;
    color: #262626;
    padding-bottom: 25px;
}

.nordic-content-box h5 {
    line-height: 28px;
    color: #262626;
    margin-bottom: 35px;

    /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; */

    /* max-height: 112px;
    overflow: auto;
    padding-right: 6px; */
}

.nordic-content-box .truncate-text a.moreless,
.relaxation-content-box .truncate-text a.moreless,
.catalogs-content .truncate-text a.moreless,
.gros-œuvre-grid .read-more-text .truncate-text a.moreless {
    padding: 0;
    border: 0;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
}

.nordic-content-box .truncate-text a.moreless:hover,
.relaxation-content-box .truncate-text a.moreless:hover,
.catalogs-content .truncate-text a.moreless:hover,
.gros-œuvre-grid .read-more-text .truncate-text a.moreless:hover {
    background-color: transparent;
    color: var(--e-global-color-primary);
}

.catalogs-content .truncate-text a.moreless:after {
    display: none;
}

.nordic-content-box h5::-webkit-scrollbar {
    /* width: 5px; */
}

/* Track */
/* .nordic-content-box h5::-webkit-scrollbar-track {
    background: #f1f1f1; 
  } */

/* Handle */
/* .nordic-content-box h5::-webkit-scrollbar-thumb {
    background: #888; 
  } */

/* Handle on hover */
/* .nordic-content-box h5::-webkit-scrollbar-thumb:hover {
    background: #555; 
  } */

.nordic-content-box a {
    padding: 10px 28px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #262626;
    display: block;
    width: fit-content;
}

.nordic-content-box a:hover {
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-secondary);
}

.nordic-img-box {
    width: 615px;
    position: absolute;
    top: -50px;
    right: 0;
}

.nordic-img-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.cooking-full-img-box {
    width: 1175px;
    margin: 0 auto;
}

.cooking-full-img-box img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.relaxation-countries {
    margin: 143px auto 100px;
    width: 1175px;
    display: flex;
    justify-content: end;
    position: relative;
}

.relaxation-content-box {
    width: 635px;
    border-radius: 10px;
    background-color: #F2F2F2;
    padding: 106px 145px 100px 110px;
    z-index: 1;
}

.relaxation-content-box h2 {
    line-height: 44px;
    color: #262626;
    padding-bottom: 30px;
}

.relaxation-content-box h5 {
    line-height: 28px;
    color: #262626;

    /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; */
}

.relaxation-img-box {
    width: 586px;
    position: absolute;
    left: 0;
    top: -44px;
}

.relaxation-img-box img {
    width: 100%;
    height: 413px;
    object-fit: cover;
    border-radius: 10px;
}


.galerie {
    width: 891px;
    margin: 0 auto;
}

.galerie h2 {
    line-height: 44px;
    padding-bottom: 50px;
    text-align: center;
}

.grid-gallery {
    display: grid;
    gap: 11px;
}

.gallery-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 11px;
}

.grid-gallery img {
    width: 100%;
    object-fit: cover;
}

.gallery-col {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.gallery-img1 img {
    height: 188px;
}

.gallery-img2 img {
    height: 118px;
}

.gallery-img3 img {
    height: 317px;
}

.gallery-row.center-row {
    display: flex;
    justify-content: space-between;
}

.gallery-img6 {
    width: 27%;
}

.gallery-img6 img,
.gallery-img7 img {
    height: 131px;
}

.gallery-img7 {
    width: 42%;
}

.gallery-img10 img {
    height: 332px;
}

.gallery-img11 img {
    height: 118px;
}

.gallery-img12 img {
    height: 203px;
}

.gallery-img13 img {
    height: 146px;
}

.gallery-img14 img {
    height: 174px;
}

.other-cooking-main {
    padding-left: calc((100% - 1175px)/2);
    margin-top: 90px;
    background-color: #F2F2F2;
    padding-top: 65px;
    padding-bottom: 78px;
}

.other-cooking-main h3 {
    line-height: 38px;
    padding-bottom: 50px;
}

.cooking-slide img {
    height: 221px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 27px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cooking-slide h4 {
    line-height: 24px;
    color: #262626;
}

.cooking-slide a:hover h4 {
    color: #014289;
}

.other-cooking-slider {
    margin: 0 !important;
}

/* .other-cooking-slider .slick-track {
    margin-left: -8.4%;
} */

.other-cooking-slider .slick-slide {
    margin-right: 36px;
}

.other-cooking-slider .slick-arrow {
    top: -69px;
    right: 112px;
    left: unset;
    bottom: unset;
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
}

.other-cooking-slider .slick-prev.slick-arrow {
    right: 174px;
}

.other-cooking-slider .slick-arrow.slick-disabled {
    pointer-events: none;
}

.other-cooking-slider .slick-prev:before,
.other-cooking-slider .slick-next:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/12/Icon-ionic-ios-arrow-back.png);
    width: 8px;
    height: 14px;
    display: inline-block;
    opacity: 1;
}

.other-cooking-slider .slick-next:before {
    background-image: url(/wp-content/uploads/2023/12/Icon-ionic-ios-arrow-back.png);
    transform: rotate(180deg);
}


.other-cooking-main h3 span {
    text-transform: lowercase;
}


@media only screen and (max-width: 1280px) {
    .nordic-img-box {
        right: 50px;
    }

    .nordic-countries {
        width: 100%;
        padding-left: 50px;
    }

    .nordic-img-box {
        width: 45%;
        right: 50px;
    }

    .nordic-content-box {
        width: 52%;
        padding: 50px;
    }

    .nordic-img-box img {
        height: 350px;
    }

    .cooking-full-img-box {
        width: 100%;
        padding: 0 50px;
    }

    .relaxation-img-box {
        width: 45%;
        left: 50px;
    }

    .relaxation-img-box img {
        height: 318px;
    }

    .relaxation-content-box {
        width: 52%;
        padding: 80px 50px;
    }

    .relaxation-countries {
        width: 100%;
        padding-right: 50px;
    }

    .other-cooking-main {
        padding-left: 50px;
    }

    .other-cooking-slider .slick-slide {
        margin-right: 20px;
    }

    .cooking-slide img {
        height: 18.5vw;
    }
}


@media only screen and (max-width: 1024px) {

    .nordic-countries {
        margin: 110px auto 80px;
        padding-left: 30px;
    }

    .nordic-img-box {
        width: 45%;
        right: 30px;
    }

    .nordic-img-box img {
        height: 300px;
    }

    .nordic-content-box {
        width: 55%;
        padding: 50px 30px;
    }

    .nordic-content-box h2 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 20px;
    }

    .nordic-content-box h5 {
        margin-bottom: 20px;
    }

    .cooking-full-img-box {
        padding: 0 30px;
    }

    .cooking-full-img-box img {
        height: 29.296875vw;
    }

    .relaxation-countries {
        margin: 120px auto 80px;
        padding-right: 30px;
    }

    .relaxation-img-box img {
        height: 300px;
    }

    .relaxation-content-box {
        width: 54%;
        padding: 50px 30px;
    }

    .relaxation-img-box {
        left: 30px;
    }

    .relaxation-content-box h2 {
        padding-bottom: 20px;
        font-size: 25px;
        line-height: 35px;
    }

    .galerie {
        width: 100%;
        padding: 0 30px;
    }

    .galerie h2 {
        padding-bottom: 30px;
    }

    .other-cooking-main {
        padding-left: 30px;
        margin-top: 80px;
    }

    /* .other-cooking-slider .slick-track {
        margin-left: 14.6%;
    } */
}


@media only screen and (max-width: 768px) {

    .nordic-content-box .truncate-text a.moreless, 
    .relaxation-content-box .truncate-text a.moreless, 
    .catalogs-content .truncate-text a.moreless {
        font-size: 13px;
    }

    .gallery-col {
        gap: 7px;
    }

    .gallery-img2 img {
        height: 121px;
    }

    .gallery-row.center-row {
        display: grid;
        justify-content: space-between;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .cooking-slide img {
        height: 25vw;
    }

    .cooking-styles-hero h1 {
        font-size: 30px;
    }

    .single-inspirations .ast-container {
        padding: 0;
    }

    .nordic-countries {
        margin: 60px auto 150px;
        padding: 0 30px;
    }

    .nordic-content-box {
        width: 100%;
        padding: 30px 30px 170px;
        z-index: 0;
    }

    .nordic-content-box a {
        padding: 10px;
    }

    .nordic-img-box {
        width: 345px;
        bottom: -60px;
        top: unset !important;
    }

    .nordic-img-box img {
        height: 200px;
    }

    .cooking-full-img-box img {
        height: 49.651972157772626vw;
    }

    .relaxation-countries {
        margin: 150px auto 50px;
        padding: 30px;
    }

    .relaxation-content-box {
        width: 100%;
        padding: 150px 30px 50px;
        z-index: 9;
    }

    .relaxation-img-box {
        width: 345px;
        z-index: 10;
    }

    .relaxation-img-box img {
        height: 200px;
    }

    .grid-gallery {
        gap: 7px;
    }

    .gallery-row {
        grid-template-columns: 1fr 1fr;
        gap: 7px;
        flex-wrap: wrap;
    }

    .gallery-img6,
    .gallery-img7 {
        width: 100%;
    }

    .gallery-img13,
    .gallery-img14 {
        width: 50%;
    }

    .gallery-row .gallery-col:last-child {
        grid-column-start: 1;
        grid-column-end: 3;
        width: 100%;
        flex-direction: row;
        gap: 7px;
    }

    .gallery-row .gallery-col:last-child img {
        height: 188px;
    }

    .gallery-row .gallery-col:last-child .gallery-img2,
    .gallery-row .gallery-col:last-child .gallery-img1 {
        width: 50%;
    }

    /* .other-cooking-slider .slick-track {
        margin-left: 5.2%;
    } */
}


@media only screen and (max-width: 600px) {

    .gallery-row.center-row {
        grid-template-columns: 1fr 1fr;
    }
}


@media only screen and (max-width: 430px) {

    .cooking-styles-hero img {
        height: 250px;
    }

    .gallery-row .gallery-col:last-child img {
        height: 174px;
    }

    .nordic-content-box {
        padding: 50px 21px 170px;
        z-index: 0;
    }

    .nordic-img-box img {
        height: 210px;
    }

    .nordic-img-box {
        width: 82.5%;
        bottom: -80px;
        right: 10px;
    }

    .nordic-countries {
        margin: 80px auto 175px;
        padding: 0 16px;
    }

    .nordic-content-box h2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .nordic-content-box h5 {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 22px;
    }

    .nordic-content-box a {
        padding: 15px 37px;
        font-size: 13px;
        line-height: 20px;
    }

    .cooking-full-img-box {
        padding: 0 16px;
    }

    .relaxation-countries {
        margin: 272px auto 83px;
        padding: 0 16px;
    }

    .relaxation-img-box img {
        height: 226px;
    }

    .relaxation-img-box {
        width: 82.5%;
        top: -133px;
        left: 10px;
    }

    .relaxation-content-box {
        padding: 150px 21px 50px;
    }

    .relaxation-content-box h2 {
        padding-bottom: 15px;
        font-size: 24px;
        line-height: 30px;
    }

    .relaxation-content-box h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .other-cooking-slider .slick-slide {
        margin-right: 9px;
    }

    .other-cooking-main {
        margin-top: 109px;
        padding: 28px 0 60px 16px;
    }

    .other-cooking-main h3 {
        padding-bottom: 40px;
        font-size: 16px;
        line-height: 22px;
    }

    .cooking-slide h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .cooking-slide img {
        margin-bottom: 12px;
        height: 170px;
    }

}




/* .cooking-styles-section {
    padding-left: calc((100% - 1175px)/2);
}

.cooking-styles-slider {
    margin: 0 !important;
}

.cooking-styles-slider .slick-track {
    margin-left: -8.4%;
}

.cooking-styles-slider .slick-slide {
    margin-right: 36px;
}

.cooking-styles-slider .slick-arrow {
    top: -69px;
    right: 112px;
    left: unset;
    bottom: unset;
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
}

.cooking-styles-slider .slick-prev.slick-arrow {
    right: 174px;
}

.cooking-styles-slider .slick-prev:before,
.cooking-styles-slider .slick-next:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/12/Icon-ionic-ios-arrow-back.png);
    width: 8px;
    height: 14px;
    display: inline-block;
    opacity: 1;
}

.cooking-styles-slider .slick-next:before {
    background-image: url(/wp-content/uploads/2023/12/Icon-ionic-ios-arrow-back.png);
    transform: rotate(180deg);
}


@media only screen and (max-width: 1280px) {
    
    .cooking-styles-section {
        padding-left: 50px;
    }
    
    .cooking-styles-slider .slick-slide {
        margin-right: 20px;
    }
}


@media only screen and (max-width: 1024px) {
    
    .cooking-styles-section {
        padding-left: 30px;
    }
    
    .cooking-styles-slider .slick-track {
        margin-left: 14.6%;
    }
}


@media only screen and (max-width: 768px) {

    .cooking-styles-slider .slick-track {
        margin-left: 5.2%;
    }

    .une-decoration-img-box {
        bottom: -60px;
        top: unset !important;
    }
}


@media only screen and (max-width: 430px) {

    .une-decoration-img-box {
        bottom: -80px;
    }

    .cooking-styles-section {
        padding-left: 16px;
    }

    .cooking-styles-slider .slick-slide {
        margin-right: 9px;
    }
} */