.slider-home-banner {
    position: relative;
    width: 100%;
    height: 80vh;
}
.slider-home-banner div {
    width: 100%;
    height: 80vh;
}
.slider-home-banner .slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-home-banner .slide:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(80deg,rgba(255, 252, 234, 0.53) 0%, rgba(255, 252, 234, 0) 65%);
    z-index: 2;
    pointer-events: all;
}
.slider-home-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 115px;
    bottom: -2px;
    left: 0;
    background-image: url('../images/ligne-ecru.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    pointer-events: none;
}
.slider-home-banner .content-slide {
    position: absolute;
    z-index: 5;
    bottom: 40px;
    left: -4vw;
    width: 431px;
    height: 220px;
    background-image: url('../images/bg-substract.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slider-home-banner .content-slide p {
    font-family: "Rock Salt";
    text-align: center;
    font-size: 1.25rem;
}
.slider-home-banner .content-slide p strong {
    font-family: "Arlette";
    display: block;
    font-size: 1.75rem;
}

.home-banner {
    position: absolute;
    top: 15vh;
    left: 5vh;
}
.home-banner h1 {
    width: 100%;
    position: relative;
    z-index: 2;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
}
.home-banner h1 strong {
    font-family: "Arlette";
    font-size: 24px;
    display: block;
}
.home-banner h1:after {
    position: absolute;
    content: "";
    width: 4.125rem;
    height: 4.125rem;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -4.125rem;
    background-image: url('../images/flocon-bleu.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
@media screen and (min-width: 991px) {
    .slider-home-banner,
    .slider-home-banner div  {
        height: 100vh;
    }
    .slider-home-banner:before {
        background: linear-gradient(80deg,rgba(255, 252, 234, 0.53) 0%, rgba(255, 252, 234, 0) 45%);
    }
    .slider-home-banner .content-slide {
        width: 431px;
        height: 262px;
        bottom: 0;
        left: 10vw;
    }
    .home-banner {
        background-size: auto;
        background-position: left;
        left: 15vh;
        top: 30vh;
    }
    .home-banner h1 {
        width: 40%;
        font-size: 56px;
    }
    .home-banner h1 strong {
        font-size: 40px;
    }
    .home-banner h1:before {
        position: absolute;
        content: "";
        width: 8.125rem;
        height: 8.125rem;
        top: 0;
        left: -8.125rem;
        background-image: url('../images/flocon-bleu.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(15deg);
    }
    .home-banner h1:after {
        width: 8.125rem;
        height: 8.125rem;
        bottom: -8.125rem;
    }
}

.home-entreprise {
    position: relative;
    padding-top: 5vh;
    padding-bottom: 15vh;
}
.home-entreprise:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 115px;
    bottom: -2px;
    left: 0;
    background-image: url('../images/ligne-jaune.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
@media screen and (min-width: 991px) {
    .home-entreprise {
        padding-top: 10vh;
        padding-bottom: 15vh;
    }
}

/***** Nos gammes *****/
.home-gamme {
    position: relative;
    background-color: var(--wp--preset--color--color-3);
    padding-top: 5vh;
    padding-bottom: 10vh;
    overflow: hidden;
}
.home-gamme:before {
    position: absolute;
    content: "";
    width: 245px;
    height: 245px;
    top: 10vh;
    left: 5vw;
    background-image: url('../images/feuille.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.home-gamme:after {
    position: absolute;
    content: "";
    width: 640px;
    height: 620px;
    bottom: -200px;
    right: 0;
    background-image: url('../images/grain-poivre.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
}
.home-gamme h2 {
    text-align: center;
    margin: 0 auto 5vh auto;
}
.home-gamme .gammes-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}
.home-gamme .line-gammes {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    transition: transform 0.4s ease;
}
.home-gamme button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    font-size: 40px;
    background: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    width: 50px;
    height: 50px;
}

.home-gamme .arrow-left { left: 50px; display:none; }
.home-gamme .arrow-right { right: 50px; }

.home-gamme .line-gammes .col-12:nth-child(1) {
    position: relative;
}
.home-gamme .item-gamme {
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 991px) {
    .home-gamme {
        padding-top: 10vh;
        padding-bottom: 30vh;
    }
    .home-gamme h2:before {
        position: absolute;
        content: "";
        width: 250px;
        height: 200px;
        bottom: -240px;
        left: 0;
        right: 0;
        margin: auto;
        background-image: url('../images/thym.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .home-gamme .line-gammes .col-12:nth-child(2n) {
        margin-top: 100px;
        position: relative;
    }
}


/**** Home nouveautes ****/
.home-nouveautes {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -5vh;
    margin-bottom: 5vh;
    position: relative;
    z-index: 5;
}
.home-nouveautes .image {
    display: block;
    overflow: hidden;
    height: 100%;
    border-radius: 20px;
    max-height: 350px;
}
.home-nouveautes .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-nouveautes .contenu {
    position: relative;
     background: #fff;
    padding: 60px 25px 25px 25px;
    position: relative;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-nouveautes .contenu span.label {
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 15px;
    color: #fff;
    background-color: var(--wp--preset--color--color-1);
    padding: 10px 25px;
    text-transform: uppercase;
}
.home-nouveautes .contenu h3 {
    font-family: "Rock Salt";
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5;
}
.home-nouveautes .contenu h3 strong {
    position: relative;
    font-family: "Arlette";
    display: block;
    font-size: 2rem;
    color: var(--wp--preset--color--color-1);
    width: fit-content;
    margin: 0 auto;
}
.home-nouveautes .contenu h3 strong:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 5px;
    background-color: var(--wp--preset--color--color-1);
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.home-nouveautes .contenu h3 strong:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 5px;
    background-color: var(--wp--preset--color--color-1);
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.home-nouveautes .contenu p {
    line-height: 1.2;
}
.home-nouveautes .contenu a {
    color: var(--wp--preset--color--color-1);
    font-size: 1.875rem;
}
.home-nouveautes .contenu a:hover {
    color: var(--wp--preset--color--color-5);
}
@media screen and (min-width: 991px) {
    .home-nouveautes {
        margin-top: -15vh;
    }
    .home-nouveautes .image {
        max-height: 450px;
        margin-right: -5vw;
    }
    .home-nouveautes .contenu {
        padding: 50px 75px;
        /* Découpe diagonale */
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    }
    .home-nouveautes .contenu h3 {
        font-size: 1.25rem;
    }
    .home-nouveautes .contenu h3 strong {
        font-size: 2.75rem;
    }
}
/**** Actualités *****/
.home-actualites {
    margin-top: 10vh;
    color: #fff;
    background-color: var(--wp--preset--color--color-1);
    padding: 7% 5%;
}
.home-actualites h2 {
    margin-bottom: 8vh;
}
.home-actualites h2:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 50px;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url('../images/demi-flocon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.home-actualites .liste-actualites {
    margin-top: 7vh;
}
.home-actualites .liste-actualites .all-actus {
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: 0.25s all;
    padding: 15px;
    text-align: center;
    min-height: 200px;
}
.home-actualites .liste-actualites .all-actus h3 {
    font-family: "Arlette";
    margin-bottom: 20px;
}
.home-actualites .liste-actualites .all-actus span {
    font-family: "Arlette";
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 1.125rem;
    line-height: 1;
}
.home-actualites .liste-actualites .all-actus:hover {
    background-color: rgba(0,0,0,0.4);
    transition: 0.25s all;
}
@media screen and (min-width: 991px) {
    .home-actualites {
        border-radius: 20px;
    }
    .home-actualites h2 {
        margin-bottom: 0;
    }
}