/*Init*/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Homepage*/
.home_slider_swiper {
    display: block;
    width: 100%;
    height: 742px;
    position: relative;
    z-index: 1;
}
.home_slider_swiper .swiper-button-next,
.home_slider_swiper .swiper-button-prev{
    height: 20px;
    width: 20px;
    color: white;
}
.home_slider_swiper .swiper-button-next{
    right: 10%;
}
.home_slider_swiper .swiper-button-prev{
    left: 10%;
}
.home_slider_swiper .swiper-button-next:after,
.home_slider_swiper .swiper-button-prev:after{
    height: 20px;
    width: 20px;
    color: white;
}

.home_slider_swiper_single:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: url('../images/separateur-blanc.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    top: 1px;
    z-index: 2;
}
.home_slider_swiper_single .bloc-product.wave:after {
    position: absolute;
    z-index: 2;
    bottom: -11px;
    right: 0;
    left: 0;
    display: block;
    height: 12px;
    content: '';
    background: url('../images/wave-white.png') repeat-x center top;
}
.home_slider_swiper_single_content{
    position: relative;
    z-index: 3;
}
.home_slider_swiper .bloc-product {
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 40px 20px 20px 20px;
    position: relative;
}
.home_slider_swiper .bloc-product.yellow:before {
    background-image: url('../images/fleche-jaune.svg');
}
.home_slider_swiper .bloc-product:before {
    content: '';
    position: absolute;
    top: -35%;
    left: -65px;
    height: 80px;
    width: 90px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.home_slider_swiper .sur-titre.yellow {
    background-color: var(--jaune);
}
.home_slider_swiper .sur-titre {
    font-size: 35px;
    padding: 5px 30px;
    font-family: 'actonia_personal_useregular';
    position: absolute;
    top: -25px;
    left: 20px;
    color: #fff;
}
.home_slider_swiper .item .text h2 {
    color: #000;
    font-size: 50px;
    margin-bottom: 0;
}
.home_slider_swiper .item .text h2 {
    font-family: 'bebas_neuebold';
    line-height: 1;
    text-transform: uppercase;
}
.home_slider_swiper .item .text h2 span {
    font-family: 'actonia_personal_useregular';
    font-size: .5em;
    display: block;
    text-transform: none;
    color: #000;
}
.home_slider_swiper .item .text h3 {
    font-size: 40px;
    margin-bottom: 40px;
    font-family: 'bebas_neuebold';
}
.home_slider_swiper .item .text h3 span {
    position: relative;
}
.home_slider_swiper .bloc-product.yellow h3 span:after {
    background-image: url('../images/soulignage-jaune.svg');
}
.home_slider_swiper .sur-titre.turquoise {
    background-color: var(--turquoise);
}
.home_slider_swiper .bloc-product.turquoise h3 span:after {
    background-image: url('../images/soulignage-turquoise.svg');
}
.home_slider_swiper .bloc-product.turquoise:before {
    background-image: url('../images/fleche-turquoise.svg');
}
.home_slider_swiper .bloc-product h3 span:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -8px;
    height: 8px;
    width: 128%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.home_slider_swiper_single .text .custom-bt.voir-product {
    background-color: #000;
    color: #fff;
    border-color: #000;
    margin-right: 10px;
    transition: all .5s ease;
}
.home_slider_swiper_single .bloc-product.turquoise .custom-bt.acheter-mtn {
    background-color: var(--turquoise);
    border: 3px solid var(--turquoise);
}
.home_slider_swiper_single .bloc-product.yellow .custom-bt.acheter-mtn {
    background-color: var(--jaune);
    border: 3px solid var(--jaune);
}
.home_slider_swiper_single .text .custom-bt {
    font-size: 22px;
    transition: all .5s ease 1.1s;
    transform: translateY(0);
    opacity: 1;
}
.home_slider_swiper_single .custom-bt {
    padding: 10px 15px;
    transition: .3s;
}
.home_slider_swiper_single .text .custom-bt.voir-product:hover {
    background-color: #fff;
    color: #000;
}
.home_slider_swiper_single .custom-bt.acheter-mtn {
    padding-left: 40px;
}
.home_slider_swiper_single .custom-bt.acheter-mtn:before {
    font-size: 32px;
    content: '\e801';
    font-family: 'iconotheque';
    position: absolute;
    margin-left: 20px;
    left: 0;
    align-items: center;
    margin: auto 8px;
    top: 2px;
    bottom: 0;
}

/*Meilleures ventes*/
.best_infront_slider_single{
    position: relative;
}
.best_infront_slider_single_content{
    padding: 30px;
    margin-bottom: 0;
    position: relative;
}
.best_infront_slider_single.yellow:before {
    background-color: var(--jaune);
}
.best_infront_slider_single.pink:before {
    background-color: var(--rose);
}
.best_infront_slider_single.beige:before {
    background-color: var(--beige);
}
.best_infront_slider_single:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 300ms cubic-bezier(.25, .25, .125, 1.45);
    transform: scale(0.2, 0) translate(-50%, -50%);
    transform-origin: top left;
    border-radius: 10px;
    background: #f4eded;
    background-color: rgb(244, 237, 237);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.16);
}
.best_infront_slider_single:hover:before{
    transform: scale(1, 1) translate(-50%, -50%);
}
.best_infront_slider_single .custom-bt{
    font-size: 19px;
    color: var(--marron);
}
.best_infront_slider_single .btn-beige {
    background-color: var(--beige);
    border-color: var(--beige);
}
.best_infront_slider_single .btn-pink {
    background-color: var(--rose);
    border-color: var(--rose);
}
.best_infront_slider_single .btn-yellow {
    background-color: var(--jaune);
    border-color: var(--jaune);
}
.best_infront_slider_single:hover .custom-bt {
    background-color: #fff;
    border-color: #fff;
}
.best_infront_slider_single:hover .custom-bt:hover {
    background-color: transparent;
    border-color: #fff;
}
.best_infront_slider .swiper-pagination{
    position: relative;
}
.best_infront_slider .swiper-horizontal > .swiper-pagination-bullets,
.best_infront_slider .swiper-pagination-bullets.swiper-pagination-horizontal{
    margin-bottom: 30px;
}
.best_infront_slider .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 2px solid var(--jaune);
    margin: 8px;
    opacity: 1;
}
.best_infront_slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.best_infront_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 8px;
}
.best_infront_slider .swiper-pagination-bullet-active{
    background-color: var(--jaune);
}

/*pages appiculteurs*/
.page_template_step_slider{
    padding-top: 54px;
}
.page_template_step_slider_wrapper.swiper-wrapper{
    max-width: 1130px;
    margin: 0 auto;
}
.steps-block .page_template_step_slider_single.step-card{
    box-sizing: border-box;
    max-width: 545px;
    text-align: left;
}

.page_template_step_slider_nav{
    display: flex;
    justify-content: space-around;
    padding: 60px 0;
}
.page_template_step_slider_prev,
.page_template_step_slider_next{
    display: block;
    width: 55px;
    height: 55px;
    background-color: var(--beige-fonce);
    color: white;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
}
.page_template_step_slider_prev:before,
.page_template_step_slider_next:before {
    display: block;
    width: 55px;
    line-height: 55px;
    margin: auto;
    font-family: 'font-awesome';
    font-size: 2em;
    text-align: center;
    cursor: pointer;
}
.page_template_step_slider_prev:before{
    content: '\f104';
}
.page_template_step_slider_next:before{
    content: '\f105';
}
.page_template_step_slider_nav .swiper-pagination-bullets.swiper-pagination-horizontal{
    display: flex;
    justify-content: center;
    gap: 21px;
    width: auto;
}
.page_template_step_slider_nav .swiper-pagination-bullet{
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: var(--blanc);
    border: 1px solid var(--beige-fonce);
    border-radius: 50px;
    margin: auto 0!important;
    opacity: 1;
    cursor: pointer;
}
.page_template_step_slider_nav .swiper-pagination-bullet-active{
    background-color: var(--beige-fonce);
}

@media only screen and (max-width: 1240px) {
    .page_template_step_slider{
        margin-right: 20px;
        margin-left: 20px;
    }
}

/**/
.gallery_block_slider_top{
    margin-bottom: 32px;
}
.gallery_block_single{
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
}
.gallery_block_single img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: inherit;
}
