/* --------------------------------------------------------------- */
/*
/* Bandeau accueil
/*
/* --------------------------------------------------------------- */
#entete #lower {
    height: 558px;
}

#diapo_accueil {
    position: relative;
    top: 0;
    left: 0;

}

#diapo_accueil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 300px;
}

#diapo_accueil .swiper-pagination {
    top: auto;
    bottom: 40px;
}

#diapo_accueil .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    width: 15px;
    height: 15px;
    background-color: #FFF;
    opacity: .5;
}

#diapo_accueil .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #E95D0F;
}


.marques {
    padding: 90px 0 45px 0;
}

.marques .swiper .swiper-wrapper {
    align-items: center;
}

.marques .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.marques .swiper .swiper-slide img {
    object-fit: contain;
    max-width: 100%;
    height: auto;
    max-height: 120px;
    user-select: none;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: rgba(229, 229, 229, .48);
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
    font-size: 21px;
    color: #7F7F7F;
}

/* --------------------------------------------------------------- */
/*
/* Catégories provisoires
/*
/* --------------------------------------------------------------- */
#categories_provisoires {
    position: relative;
    top: 0;
    left: 0;
    padding: 35px 0;
}

#categories_provisoires * {
    position: relative;
    z-index: 10;
}

#categories_provisoires:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: url('../../img/fond_categories_provisoires.png') no-repeat center center #F29400;
    z-index: 5;
}

#categories_provisoires h2 {
    color: #FFF;
}

#categories_provisoires h2:after {
    background-color: #fff;
}

#categories_provisoires .categ_provisoire {
    position: relative;
    top: 0;
    left: 0;
    height: 280px;
    margin-bottom: 30px;
}

#categories_provisoires .categ_provisoire img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#categories_provisoires .categ_provisoire a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#categories_provisoires .categ_provisoire a .titre {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-family: "Barlow";
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0px 0px 5px #000;
}

#categories_provisoires .categ_provisoire a .titre:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #E95D0F;
}


/* --------------------------------------------------------------- */
/*
/* Sélection
/*
/* --------------------------------------------------------------- */
#notre-selection, #nos-promotions, #nos-nouveautes {
    position: relative;
    /*border: 1px solid #CCC;*/
}

#notre-selection {
    margin-top: 25px;
}

#nos-promotions, #nos-nouveautes {
    margin: 75px 0 50px;
}

/*
#notre-selection:before, #nos-promotions:before, #nos-nouveautes:before {
	content:"";
	position:absolute;
	top:-31px;
	left:calc(50% - 31px);
	width:62px; height:62px;
	background:url('../../img/sorciere.png') no-repeat center center;
	z-index:1000;
}
*/

#notre-selection:after, #nos-promotions:after, #nos-nouveautes:after {
    content: "";
    position: absolute;
    top: -1px;
    left: calc(50% - 56px);
    width: 112px;
    height: 1px;
    background: #FBFBFB;
}

#notre-selection h2.ds, #nos-promotions h2.ds, #nos-nouveautes h2.ds {
    margin-top: 40px;
}

#selection_slideshow, #promotions_slideshow, #nouveautes_slideshow {
    width: 100% !important;
    padding-bottom: 25px;
}

#notre-selection .swiper-selection .swiper-wrapper {
    align-items: stretch;
}

#notre-selection .swiper-selection .swiper-wrapper .swiper-slide {
    height: auto;
}

#notre-selection .swiper-selection .swiper-wrapper .swiper-slide .produit_container {
    height: 100%;
}

#notre-selection .swiper-selection .swiper-wrapper .swiper-slide .produit_container .produit {
    height: 100%;
}

#selection .produit_container, #promotions .produit_container, #nouveautes .produit_container {
    width: 100%;
}

.social .buttons {
    margin-bottom: 60px;
}

.social .buttons a {
    padding: 8px 17px;
    text-decoration: none;
    font-size: 16px;
    color: #3D3D3D;
    border: 1px solid #BD1220;
    transition: 0.25s;
    border-radius: 7px;
}

.social .buttons a:hover {
    background: #BD1220;
    color: #FFF;
}

.social .buttons a svg {
    display: inline-block;
    margin-right: 12px;
    color: #BD1220;
    transition: 0.25s;
}

.social .buttons a:hover svg {
    color: #FFF;
}

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */
