/* Fichier temporaire */

:root {
	--noir: #000;
	--blanc: #fff;
	--jaune: #FFD244;
	--bleu: #B5DAF5;
	--purple: #99a6d2;
	--turquoise: #83C2B9;
	--turquoise-clair: #71D8C5;
	--rose: #F6BCCB;
	--marron: #3A220A;
	--caramel: #CF9966;
	--beige: #F8EFE6;
}

/*****************
	 HEADER
*****************/
.bloc-product-slider .image-product {
	display: none;
}

.bloc-product-slider .image-product img {
	max-height: 200px;
	max-width: 90%;
	object-fit: contain;
	margin: 0 auto!important;
}

.home .background-white {
	background-color: #fff;
}

.home #masthead {
	/* height: 110vh; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: left;
}

#home-slider: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;
}

#home-slider {
	background-size: cover;
	background-repeat: no-repeat;
}

#home-slider .scroll {
	display: none;
}

#home-slider .owl-carousel {
	height: 90vh;
}

#home-slider .sur-titre {
	font-size: 35px;
	padding: 5px 30px;
	font-family: 'actonia_personal_useregular';
	position: absolute;
	top: -25px;
	left: 20px;
	color: #fff;
}

#home-slider .item .text h2 {
	color: #000;
	font-size: 50px;
	margin-bottom: 0;

}

#home-slider .item .text h3 {
	font-size: 40px;
	margin-bottom: 40px;
	font-family: 'bebas_neuebold';
	transition: all .5s ease;
 	transform: translateY(-50px);
}

#home-slider .active .item .text h3 {
	transition: all .5s ease .8s;
  	transform: translateY(0);
}

#home-slider .item .text h3 span {
	position: relative;
}

#home-slider .bloc-product-slider {
	height: 80vh;
}

#home-slider .active .item .text .custom-bt.voir-product {
	background-color: #000;
	color: #fff;
	border-color: #000;
	margin-right: 10px;
	transition: all .5s ease;
}

#home-slider .active .item .text .custom-bt.voir-product:hover {
	background-color: #fff;
	color: #000;
}

#home-slider .item .custom-bt{
	padding: 10px 15px;
	transition: .3s;
}

#home-slider .item .custom-bt.acheter-mtn{
	padding-left: 40px;
}

#home-slider .item .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;
}

#home-slider .bloc-product {
	background-color: #fff;
	border-radius: 15px 15px 0 0;
	padding: 40px 20px 20px 20px;
	position: relative;
}

#home-slider .bloc-product::before {
	content: '';
	position: absolute;
	top: -35%;
	left: -65px;
	height: 80px;
	width: 90px;
	background-repeat: no-repeat;
	background-size: 100%;
}

#home-slider .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 .bloc-product.pink::before {
	background-image: url('images/fleche-rose.svg');
}

#home-slider .bloc-product.yellow::before {
	background-image: url('images/fleche-jaune.svg');
}

#home-slider .bloc-product.brown::before {
	background-image: url('images/fleche-caramel.svg');
}

#home-slider .bloc-product.blue::before {
	background-image: url('images/fleche-bleu.svg');
}

#home-slider .bloc-product.turquoise::before {
	background-image: url('images/fleche-turquoise.svg');
}


#home-slider .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 .bloc-product.pink h3 span::after {
	background-image: url('images/soulignage-rose.svg');
}

#home-slider .bloc-product.yellow h3 span::after {
	background-image: url('images/soulignage-jaune.svg');
}

#home-slider .bloc-product.blue h3 span::after {
	background-image: url('images/soulignage-bleu.svg');
}

#home-slider .bloc-product.brown h3 span::after {
	background-image: url('images/soulignage-caramel.svg');
}

#home-slider .bloc-product.turquoise h3 span::after {
	background-image: url('images/soulignage-turquoise.svg');
}

#home-slider .bloc-product.pink .custom-bt.acheter-mtn {
	background-color: var(--rose);
	border: 3px solid var(--rose);
}

#home-slider .bloc-product.yellow .custom-bt.acheter-mtn {
	background-color: var(--jaune);
	border: 3px solid var(--jaune);
}

#home-slider .bloc-product.blue .custom-bt.acheter-mtn {
	background-color: var(--bleu);
	border: 3px solid var(--bleu);
}

#home-slider .bloc-product.purple .custom-bt.acheter-mtn {
	background-color: var(--purple);
	border: 3px solid var(--purple);
}

#home-slider .bloc-product.brown .custom-bt.acheter-mtn {
	background-color: var(--caramel);
	border: 3px solid var(--caramel);
}

#home-slider .bloc-product.turquoise .custom-bt.acheter-mtn {
	background-color: var(--turquoise);
	border: 3px solid var(--turquoise);
}



#home-slider .sur-titre.pink {
	background-color: var(--rose);
}

#home-slider .sur-titre.yellow {
	background-color: var(--jaune);
}

#home-slider .sur-titre.turquoise {
	background-color: var(--turquoise);
}

#home-slider .sur-titre.blue {
	background-color: var(--bleu);
}

#home-slider .sur-titre.purple {
	background-color: var(--purple);
}

#home-slider .sur-titre.brown {
	background-color: var(--caramel);
}


#home-slider .owl-nav .owl-next, #home-slider .owl-nav .owl-prev {
	display: inline-block;
	transform: rotate(-90deg);
}

#home-slider .owl-nav .owl-next::before, #home-slider .owl-nav .owl-prev::before {
	color: #fff;
}

#home-slider .owl-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.owl-best-seller {
	margin: 0;
}

#best-sellers .container {
	width: 90%;
}

.owl-best-seller .item {
	padding: 30px;
	margin-bottom: 0;
}

#best-sellers .item .thumbnail::after {
	content: none;
}

.owl-best-seller .item {
	position: relative;
}

#best-sellers .item h3 {
	font-size: 1.6em;
}

#best-sellers .item h3 span {
	font-size: .7em;
}

#best-sellers .item .custom-bt {
	padding: 5px 10px;
}

.owl-best-seller .item::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;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.16);
}

.owl-best-seller .item:hover::before {
    transform: scale(1, 1) translate(-50%, -50%);
}

.owl-best-seller .item .custom-bt {
	color: #000;
	font-size: 1.2em;
}

.owl-best-seller .item:hover .custom-bt {
	background-color: #fff;
	border-color: #fff;
	color: var(--marron);
}

.owl-best-seller .item:hover .custom-bt:hover {
	background-color: transparent;
	border-color: #fff;
}

.owl-best-seller .item:hover .custom-bt.btn-green{
	color: var(--marron) !important;
}

.owl-best-seller .item.pink::before {
	background-color: var(--rose);
}
.owl-best-seller .item.turquoise::before {
	background-color: var(--turquoise);
}
.owl-best-seller .item.caramel::before {
	background-color: var(--caramel);
}
.owl-best-seller .item.yellow::before {
	background-color: var(--jaune);
}
.owl-best-seller .item.beige::before {
	background-color: var(--beige);
}
.owl-best-seller .item.blue::before {
	background-color: var(--bleu);
}
.owl-best-seller .item.purple::before {
	background-color: var(--purple);
}

.owl-best-seller .btn-pink {
	background-color: var(--rose);
	border-color: var(--rose);
}
.owl-best-seller .btn-turquoise {
	background-color: var(--turquoise);
	border-color: var(--turquoise);
}
.owl-best-seller .btn-caramel {
	background-color: var(--caramel);
	border-color: var(--caramel);
}
.owl-best-seller .btn-yellow {
	background-color: var(--jaune);
	border-color: var(--jaune);
}
.owl-best-seller .btn-beige {
	background-color: var(--beige);
	border-color: var(--beige);
}
.owl-best-seller .btn-blue {
	background-color: var(--bleu);
	border-color: var(--bleu);
}
.owl-best-seller .btn-purple {
	background-color: var(--purple);
	border-color: var(--purple);
}

.owl-best-seller .btn-green {
	background-color: var(--marron);
	border-color: var(--marron);
	color: var(--blanc) !important;
}

#best-sellers .owl-dots {
	text-align: center;
	margin-bottom: 30px;
}

#best-sellers .owl-dots .owl-dot {
	background-color: #fff;
	border: 2px solid var(--jaune);
	height: 15px;
	width: 15px;
}

#best-sellers .item.caramel::after {
	background: var(--caramel);
}

#best-sellers .item.beige::after {
	background: var(--beige);
}

#best-sellers .owl-dots .owl-dot.active {
	background-color: var(--jaune);
}

/* #collections .header-collection .txt-collec.wave::before{
	background-repeat: repeat-x;
	background-position: center top;
	bottom: -11px;
	top: initial;
	height: 11px;
} */
/*
#collections .collection .txt-collec{
	transform: translateY(-110px);
	opacity: 1;
}  */

#collections .header-collection {
	max-width: 100%;
}

#collections .liste-collection .titre-collection {
	background-color: var(--bleu);
	/* height: 100%;
	position: relative; */
	z-index: 5;
}

#collections .header-collection.yellow .titre-collection{
	background-color: var(--jaune);
}

#collections .header-collection.green .titre-collection{
	background-color: var(--turquoise);
}

#collections .header-collection.marron .titre-collection{
	background-color: var(--caramel);
}

#collections .header-collection.pink .titre-collection{
	background-color: var(--rose);
}

#collections .header-collection.turquoise .titre-collection{
	background-color: var(--turquoise-clair);
}

#collections .collection .txt-collec {
	border-radius: 15px 15px 0 0;
}

#collections .collection:hover .txt-collec {
	border-radius: 0;
	display: flex;
	align-items: center;
}

/*****************
	APICULTEUR
*****************/
/* .intro-api::after {
	content: '';
	position: absolute;
	top: 30%;
	right: 5%;
	background: url(images/bonbon-miel.svg);
	height: 54px;
	width: 75px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
}

.intro-api::before {
	content: '';
	position: absolute;
	top: 55%;
	left: 5%;
	background: url(images/bonbon-miel.svg);
	height: 54px;
	width: 75px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
	transform: rotate(40deg);
} */

.img-bg-api:after {
	top: 2px;
}

.img-bg-api::before {
	content: '';
    position: absolute;
    z-index: 2;
    top: 70%;
    left: 10%;
    display: block;
    width: 12%;
    height: 137px;
    min-width: 100px;
    background: url(images/abeille-left-tourbillon.svg) no-repeat center left;
    background-size: contain;
}

.img-bg-api .entry-header {
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.img-bg-api .entry-header .line1 {
	font-size: 60px;
	position: relative;
}

.img-bg-api .entry-header .line1::before {
	content: '';
	position: absolute;
	top: -30px;
	left: -40px;
	background: url(images/griffe-left.svg) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
}

.img-bg-api .entry-header .line2 {
	font-size: 60px;
	font-family: 'actonia_personal_useregular';
}

.page-template-page-apiculteur section.bloc-visible {
	display: flex;
}

.page-template-page-apiculteur section.bloc-hidden {
	display: none;
}

.page-template-page-apiculteur .separateur-abeille {
	height: 230px;
	background-size: 100%;
	position: relative;
}

.page-template-page-apiculteur .separateur-abeille::before {
	content: '';
    display: block;
    width: 70px;
    height: 70px;
    bottom: 10%;
    left: 30%;
    position: absolute;
    z-index: 2;
    background: url(images/abeille-left.png) no-repeat center left;
    background-size: contain;
}


.page-template-page-apiculteur #video_youtube {
	margin: 50px auto 0 auto;
}

.page-template-page-apiculteur .entry-content.header-ancre {
	background: url('./images/dashed-api.svg') no-repeat center;
	background-size: 100%;
	max-width: 100%;
	margin-bottom: 7%;
	padding: 2.5% 0;
	margin-top: -5%;
}

.page-template-page-apiculteur .entry-content.header-ancre:after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    top: 23%;
    right: 12%;
    position: absolute;
    z-index: 2;
    background: url(images/abeille-right.png) no-repeat center left;
    background-size: contain;
}

.page-template-page-apiculteur .entry-content.header-ancre-beige {
	background:#F8EFE6 url('./images/dashed-api-beige.svg') no-repeat center;
	background-size: 100%;
	max-width: 100%;
	padding: 40px 0 20px;
	margin-bottom: 40px;
	margin-top: -5%;
	border-radius: 0 0 20px 20px;
}
.page-template-page-apiculteur .entry-content.header-ancre-beige:before {
	content: '';
	display: block;
	width: 176px;
	height: 220px;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	background: url(images/illu-ruche.svg) no-repeat bottom left;
}
.page-template-page-apiculteur .entry-content.header-ancre-beige:after {
	content: '';
	display: block;
	width: 154px;
	height: 207px;
	bottom: -40px;
	right: 0;
	position: absolute;
	z-index: 1;
	background: url(images/illu-abeille.svg) no-repeat bottom right;
}


.anchors-api {
	flex-wrap: wrap;
}

.anchors-api .anchor-api {
	margin: 10px;
	background-color: #fff;
	color: #000;
}

.anchors-api .anchor-api.active {
    border: 2px solid var(--jaune);
    background-color: var(--jaune);
    color: var(--noir);
    padding: 5px 25px;
}

.anchors-filter-api:after {
	margin-left: 0;
	left: 10%;
}

#miel-france .bloc-miel-fr-right .content{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 80%;
	margin: 0 auto;
}

#miel-france .bloc-miel-fr-right h3 {
	width: 100%;
}

#miel-france .bloc-miel-fr-right img {
	max-width: 100%;
	margin-bottom: 20px;
}

#miel-france .main-carousel .nav-miel {
	position: absolute;
	top: 50%;
	left: -10px;
	width: 100%;
}

#miel-france .main-carousel {
	margin-left: 10px;
}

.main-carousel #prev, .main-carousel #next {
	margin: 0;
}

.main-carousel #prev::after, .main-carousel #next::after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main-carousel #prev::after {
	transform: translate(-50%, -50%) rotate(180deg);
}

#miel-france .main-carousel .card img {
	max-width: 200px;
	margin: -75px -3px -3px -3px!important;
}

#miel-france .main-carousel .card h4 {
	font-family: 'actonia_personal_useregular';
	text-align: center;
}

#miel-france .main-carousel .card .infos {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#miel-france .main-carousel .card .features .price {
	font-weight: bold;
	margin-right: 5px;
}

.main-carousel .card a {
    padding: 8px 15px;
}

.main-carousel .card .info-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 10px;
}

.main-carousel .card .price-weight {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0;
}

.main-carousel .card .price-weight span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}

/*.main-carousel #prev::after, .main-carousel #next::after {
  content: '';
  background: url('./images/arrow-nav.svg') no-repeat;
  width: 9px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/


.main-carousel #carousel-content .card.out-left {
	position: absolute;
	transform-origin: center;
	animation: card-out-left 0.6s cubic-bezier(.8,.2,.1,0.8);
	transform: translateX(-22%) scale(0.85);
	opacity: 1 !important;
	z-index: 0;
}

.main-carousel #carousel-content .card.out-right {
	position: absolute;
	transform-origin: center;
	animation: card-out-right 0.5s cubic-bezier(.8,.2,.1,0.8);
	transform: translateX(-22%) scale(0.85);
	opacity: 1 !important;
	z-index: 0;
}

.main-carousel #carousel-content .card.selected.old-left {
	transform-origin: center;
	animation: card-in-left 0.6s cubic-bezier(.8,.2,.1,0.8);
	transform: translateX(0%);
	opacity: 1 !important;
	z-index: 1;
}

.main-carousel #carousel-content .card.selected.old-right {
	transform-origin: center;
	animation: card-in-right 0.6s cubic-bezier(.8,.2,.1,0.8);
	transform: translateX(0%);
	opacity: 1 !important;
	z-index: 1;
}

.main-carousel #carousel-content .card.old-selected-right {
	position: absolute;
	transform-origin: center;
	animation: new-card-right 0.6s cubic-bezier(.8,.2,.1,0.8);
	transform: translateX(22%) scale(0.85);
	opacity: 1 !important;
	z-index: 0;
}

.main-carousel #carousel-content .card.old-selected-left {
	position: absolute;
	transform-origin: center;
	animation: new-card-left 0.4s cubic-bezier(.8,.2,.1,0.8);
	transform: translateX(22%) scale(0.85);
	opacity: 1 !important;
	z-index: 0;
}

@keyframes card-in-left {
	0% { z-index: 1; }
	50% { transform: translateX(30%); }
	80% { z-index: 20; transform: translateX(0px); }
	100% { transform: translateX(0%); }
}

@keyframes card-in-right {
	0% { z-index: 1; }
	50% { transform: translateX(-30%); }
	80% { z-index: 20; transform: translateX(0px); }
	100% { transform: translateX(0%); }
}

@keyframes card-out-right {
	0% { z-index: 20; transform: translateX(0px);}
	50% { transform: translateX(30%);}
	80% { z-index: 1; }
	100% { transform: translateX(30%) scale(0.85);}
}

@keyframes card-out-left {
	0% { z-index: 20; transform: translateX(0px);}
	50% { transform: translateX(-30%);}
	80% { z-index: 1; }
	100% { transform: translateX(-30%) scale(0.85);}
}

@keyframes new-card-right {
	from {
		transform: translateX(10%) scale(0.5);
	} to {
		transform: translateX(22%) scale(0.85);
	}
}

@keyframes new-card-left {
	from {
		transform: translateX(0%) scale(0.5);
	} to {
		transform: translateX(-22%) scale(0.85);
	}
}

.section-exemples {
	margin-top: 50px;
	padding-bottom: 20px;
}

.section-exemples h2 {
	margin: 60px auto 50px auto;
	width: fit-content;
	position: relative;
}

.section-exemples h2::before {
	content: '';
	position: absolute;
	top: -30px;
	left: -40px;
	background: url(images/griffe-left-black.svg) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
}

.section-exemples .exemples-confiseries-miel {
	max-width: 80%;
	margin: 0 auto 0px auto;
}

.section-exemples .confiserie_miel {
	margin-bottom: 30px;
}

.section-exemples .confiserie_miel h3 {
    font-family: 'actonia_personal_useregular';
    margin-bottom: 0;
    margin-top: 15px;
}

.section-exemples .confiserie_miel p {
    text-transform: uppercase;
    font-family: 'd-dinBold';
}

.section-exemples .custom-bt{
	z-index: 1;
	position: relative;
}

.section-exemples:after {
    bottom: -62px;
    background-position: center;
	height: 120px;
	z-index: 0;
}

#propre-miel {
	margin-bottom: 50px;
}

#propre-miel .bloc-miel-fr-left .content-bloc-left{
	max-width: 80%;
}

#propre-miel .liste-finitions {
	margin: 30px 0 0 0;
}

#propre-miel .liste-finitions .finition {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

#propre-miel .liste-finitions .finition img {
	margin-right: 20px;
}

#propre-miel .liste-finitions .finition h4, #propre-miel .liste-finitions .finition p {
	margin-bottom: 0;
}

#services-complementaires .bloc-miel-fr-left .content-bloc-left{
	max-width: 80%;
}

#services-complementaires .bloc-miel-fr-left img {
	margin: 30px auto 40px auto;
}

#services-complementaires .bloc-miel-fr-right {
	background-color: var(--beige);
  	padding: 2em;
}

#services-complementaires .bloc-droite.wave::before {
	content: '';
	display: block;
	position: absolute;
	top: -11px;
	right: 0;
	left: 0;
	height: 11px;
	background: url('./images/wave-beige.png') repeat-x;
	rotate: 180deg;
	z-index: 2;
}

#services-complementaires .bloc-droite.wave-bottom::after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
  	height: 11px;
 	background: url('./images/wave-beige.png') repeat-x;
	z-index: 2;
}

#services-complementaires .bloc-miel-fr-right h3 {
	margin-bottom: 20px;
}

#services-complementaires .bloc-miel-fr-right .img-facing {
	text-align: center;
}

#services-complementaires .bloc-perso h3 {
	margin-top: 50px;
}

#services-complementaires .bloc-perso img {
	max-width: 100%;
}

.section-contact .bloc-contact {
	background-position: center;
	align-items: center;
	margin-top: 95px;
	justify-content: center;
}

.section-contact .image_contact {
	transform: translateY(-65px);
}

.section-contact .bloc-contact .carte {
	max-width: 100px;
	max-height: 140px;
}

.section-contact .bloc-contact .flo {
	max-width: 260px;
}
.section-contact .bloc-contact .carole {
	max-width: 260px;
}

.section-contact p {
	font-size: 18px;
}

.section-exemples h2 .icon-ex-conf:before {
	transform: translateY(-30px);
	left: 27%;
}

.partenaires-api {
	margin: 80px 0 50px 0;
}

.partenaires-api .entry-title {
	width: fit-content;
	margin: 0 auto;
}

.partenaires-api .entry-title:after {
	right: -25%;
	width: 80px;
	height: 80px;
}

.partenaires-api .entry-title:before {
	left: -25%;
	width: 80px;
	height: 80px;
}

.partenaires-api .bloc-part-api {
	margin-top: 50px;
}

.partenaires-api .img-part-api {
	text-align: right;
}

.partenaires-api .img-part-api img{
	max-width: 100%;
}

.partenaires-api .txt-part-api {
	max-width: 600px;
}


/**********************

		HOME

**********************/
#collections {
	padding-top: 10%;
	padding-bottom: 20px;
}

.home #news #fbPost1 {
	background: none;
}

.juicer-feed.polaroid li.feed-item {
	padding: 20px;
	border-radius: 10px 10px 0 0;
	min-height: 905px;
}

.home .bloc-texte-map {
	background-color: #fff;
}

.home #map {
	position: relative;
	padding: 0;
	height: 70vh;
}

.home #mapdiv {
	padding: 0;
	margin: 0;
}

.home #map::before {
	content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    background: url(./images/vague-beige.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 3;
    top: -100px;
    background-position: center;
}

#map .text h2 span.alt {
	font-size: 1.1em;
}

#map .text #search-bot p {
	font-family: 'd-din';
	font-size: 1.2em;
}

.home #map .text #search-bot input[type=text] {
	color: var(--rose);
}

.home #map .wave-bottom::after {
	background: url('./images/wave-white.png') repeat-x center top;
	height: 12px;
}

.home #map .text {
	padding: 60px 10px 50px 10px;
}

.home #map .text #search-bot {
	margin-bottom: 0;
}

.home #map .text h2::before {
	font-size: 1.5em;
	transform:  translate(10px, -30px) rotate(-20deg);
}

.home #news {
	border-top: none;
	padding-bottom: 20px ;
}

.home #news h1.referral {
	display: none;
}

.feed-item::after {
	position: absolute;
	z-index: 2;
	top: 100%;
	right: 0;
	left: 0;
	display: block;
	height: 12px;
	content: '';
	background: url('./images/wave-white.png') repeat-x center top;
}

.home #search-bot .listeFlottante.active {
	z-index: 10;
}

.home #histoire {
	position: relative;
}

/**********************

		FOOTER

**********************/

#insta .groupe-rs .rs {
	justify-content: center;
}

.footer .row.global-footer {
	justify-content: center;
	margin-top: 30px;
}

.footer .row.reassurance {
	max-width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}

.footer .row.reassurance .bloc-reassurance-1 {
	padding-right: 0;
}

.footer .row.reassurance .bloc-reassurance-2 {
	padding-left: 0;
	justify-content: flex-end;
}

.footer .reassurance .item {
	text-align: center;
	margin-bottom: 0;
}

#colophon .footer .reassurance .item img {
	height: 70px;
	width: 80px;
	object-fit: contain;
}

#colophon .footer .reassurance .item h3 {
	font-family: 'bebas_neuebold';
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 8px;
}

#colophon .footer .reassurance .item p {
	margin-bottom: 0;
}

.footer .row.global-footer .thumbnail {
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	margin-top: -50px;
}

.footer .row.global-footer .thumbnail img {
	margin: 0 auto;
}

.footer .row.global-footer .thumbnail::before {
	content: '';
	width: 40%;
	height: 3px;
	background-image: url(images/separateur-footer.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 57%;
	transform: translateY(-50%);
}

.footer .row.global-footer .thumbnail::after {
	content: '';
	width: 40%;
	height: 3px;
	background-image: url(images/separateur-footer.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 57%;
	transform: translateY(-50%);
}

#colophon .footer {
	background-color: #fff;
}

.footer .container .row.navigation {
	max-width: 80%;
	margin: 0 auto;
}

.footer .container .row.navigation .item {
	text-align: center;
}

#colophon .footer h3 {
	color: #000;
}

#colophon .footer .menu li a {
	font-family: 'd-din';
}

#colophon .site-info {
	text-align: center;
}

.opencookies {
	cursor: pointer;
}

.opencookies:hover {
	text-decoration: underline;
}

@media only screen and (min-width:  1920px) {
	.page-template-page-apiculteur .separateur-abeille {
		height: 280px;
	}
	.home #histoire::after {
		height: 200px;
		bottom: -170px;
	}
	.page-template-page-apiculteur .entry-content.header-ancre {
		padding: 3.5% 0;
	}
}

@media only screen and (max-width: 1400px) {
	#miel-france .main-carousel .nav-miel {
		left: 0;
	}
}


@media only screen and (max-width: 1200px) {
	.page-template-page-apiculteur .entry-content.header-ancre:after {
		top: 8%;
		right: 5%;
	}
	.section-contact .bloc-contact .flo {
		max-width: 245px;
		padding-right: 0;
	}
	.section-contact .bloc-contact .carole {
		max-width: 245px;
		padding-left: 0;
	}
	.section-contact .bloc-contact .carte {
		max-height: 125px;
	}
	.section-exemples h2 .icon-ex-conf:before {
		left: 17%;
	}
}

@media only screen and (max-width: 1100px) {
	#miel-france .main-carousel .card.left, #miel-france .main-carousel .card.right {
		display: none;
	}
	.main-carousel #prev {
		margin-left: -20px;
	}
	.main-carousel #next {
		margin-right: -20px;
	}
	#miel-france .main-carousel .nav-miel {
		left: -5px;
	}
	.page-template-page-apiculteur .entry-content.header-ancre-beige{
		padding-bottom:40px;
		margin-bottom:0;
		border-radius: 0;
	}
	.page-template-page-apiculteur .entry-content.header-ancre-beige:after{
		bottom:0;
	}
	.fabrication-block .fabrication-content,
	.fabrication-block .plaquette-card,
	.fabrication-block .fabrication-img,
	.fabrication-block .fabrication-img img{
		position: unset;
	}
	.fabrication-block .fabrication-img{
		width: 100%;
		max-height:616px;
	}
}


@media only screen and (max-width: 991px) {
	#home-slider .bloc-product::before {
		content: none;
	}
	.home .background-white {
		background: transparent;
	}
	.home #map {
		height: 50vh;
	}
	.page-template-page-apiculteur-php #masthead {
		background-color: var(--jaune);
	}
	.page-template-page-apiculteur-php #masthead .header {
		padding: 0px;
	}
	.page-template-page-apiculteur-php #masthead .shop-nav:after {
		bottom: -35px;
	}
	.page-template-page-apiculteur .entry-content.header-ancre {
		background-size: cover;
		background-position: center;
	}
	.anchors-filter-api .anchors-api:after {
		top: 25%;
	}
	#miel-de-france .bloc-miel-fr-right {
		margin-top: 50px;
	}
	#propre-miel .bloc-miel-fr-left {
		margin: 50px auto;
	}
	#propre-miel .bloc-miel-fr-left .content-bloc-left{
		max-width: 100%;
		text-align: center;
	}
	#services-complementaires .bloc-miel-fr-left .content-bloc-left{
		max-width: 100%;
	}
	#services-complementaires .bloc-miel-fr-left, #services-complementaires .bloc-miel-fr-right, #services-complementaires .bloc-perso {
		text-align: center;
	}
	#services-complementaires .bloc-miel-fr-right, #services-complementaires .bloc-perso {
		margin-top: 30px;
	}
	.bloc-video-api .intro-video p {
		text-align: center;
		margin: 0 0 30px 0;
	}

	.img-bg-api::before{
		top: 80%;
	}
	.section-contact .image_contact img {
		width: 100%;
	}
	.section-contact .bloc-contact .carte {
		display: none;
	}
	.section-contact .bloc-contact .flo, .section-contact .bloc-contact .carole {
		max-width: none;
	}
	.section-exemples h2 .icon-ex-conf:before {
		left: 10%;
	}
	.partenaires-api .img-part-api {
		text-align: center;
	}
	.partenaires-api .txt-part-api {
		text-align: center;
		max-width: 100%;
		margin-top: 20px;
	}
	.page-template-page-apiculteur .separateur-abeille {
	    height: 120px;
	    background-size: cover;
	    background-position: center;
	}

	/****** FOOTER ******/
	.footer .row.reassurance {
		max-width: 100%;
	}
	.footer .row.global-footer .thumbnail {
		margin-top: 0;
	}
	.footer .row.global-footer .thumbnail::before {
		width: 40%;
		height: 3px;
		left: 60%;
	}
	.footer .row.global-footer .thumbnail::after {
		width: 40%;
		height: 3px;
		right: 60%;
	}
}

@media only screen and (max-width: 768px) {
	.bloc-product-slider .image-product {
		display: block;
	}
	#home-slider .item .text .custom-bt.voir-product {
		padding: 5px 15px;
	}
	#home-slider .item .text h2 {
		font-size: 40px;
	}
	#home-slider .item .text h3 {
		margin-bottom: 25px;
		font-size: 30px;
	}
	#home-slider .sur-titre {
		font-size: 25px;
		top: -30px;
		left: 0;
		padding: 4px 15px;
		letter-spacing: 1px;
		position: relative;
		margin-bottom: 10px;
	}
	#home-slider .item .custom-bt {
		font-size: 1em;
		margin-top: 3px;
	}
	#home-slider .bloc-product {
		padding-top: 20px;
	}

	.partenaires-api .txt-part-api {
		margin-top: 20px;
	}
	.section-contact .image_contact {
		transform: translate(0);
	}
	.section-contact .bloc-contact .flo {
		padding-right: 15px;
		text-align: center;
		margin-top: 15px;
		padding-bottom: 80px;
		order: 1;
	}
	.section-contact .bloc-contact .carole {
		padding-left: 15px;
		text-align: center;
		margin-bottom: 15px;
		padding-top: 20px;
		order: 1;
	}
	.img-bg-api::before {
	    top: 80%;
	}
	.anchors-filter-api .anchors-api:after {
		top: 50%;
	}

	.section-contact .bloc-contact {
		margin-top: 40px;
	}
	.section-contact .bloc-contact {
		width: 100%;
		background: none;
	}
	.partenaires-api h2::after {
		right: 10%;
	}
	.partenaires-api h2::before {
		left: 10%;
	}
	.section-exemples h2 .icon-ex-conf {
		display: none;
	}
	#services-complementaires .bloc-perso {
		padding: 0;
	}
	.partenaires-api .entry-title:after {
		right: -5%;
		width: 70px;
		height: 70px;
	}

	.partenaires-api .entry-title:before {
		left: -5%;
		width: 70px;
		height: 70px;
	}

	/****** FOOTER ******/
	.footer .row.global-footer .thumbnail {
		margin-top: -50px;
	}
	.footer .row.global-footer .thumbnail::before {
		width: 30%;
		height: 2px;
		left: 70%;
	}
	.footer .row.global-footer .thumbnail::after {
		width: 30%;
		height: 2px;
		right: 70%;
	}
	.footer .row.reassurance .bloc-reassurance-1, .footer .row.reassurance .bloc-reassurance-2 {
		padding-right: 0;
		padding-left: 0;
		justify-content: space-between;
	}
	.footer .row.reassurance {
		justify-content: center;
		padding: 0 0 40px 0;
	}
	.footer .row.reassurance .item {
		margin: 15px 4em;
	}
	.footer .row.global-footer .thumbnail {
		margin-top: auto;
	}
}

@media only screen and (max-width: 575px) {
	#home-slider .owl-nav .owl-next::before, #home-slider .owl-nav .owl-prev::before {
		color: #000;
	}
	.intro-api::after {
		top: 10%;
	}
	.intro-api::before {
		top: 25%;
	}
	.page-template-page-apiculteur .separateur-abeille {
		margin-top: 20px;
	}
	.page-template-page-apiculteur .entry-content.header-ancre:after {
		top: 0%;
		right: 2%;
	}
	.anchors-filter-api:after {
		top: -40%;
		width: 140px;
		height: 100px;
		background-size: contain;
	}
	#services-complementaires .img-facing img {
		max-width: 100%;
	}
	#miel-france .main-carousel {
		margin-left: 0;
	}
	#miel-france .main-carousel .nav-miel {
		left: 0;
	}
	.main-carousel #carousel-content .card {
		display: none;
		margin: 0 5px;
	}
	#miel-france .main-carousel .card a {
		padding: 5px;
		margin-top: 10px;
	}
	.main-carousel .card .info-product {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.main-carousel #carousel-content .card.selected {
		display: flex;
	}
	.main-carousel #next:after, .main-carousel #prev:before {
		z-index: 25;
	}
	.main-carousel .card h3 {
		padding: 0 10px;
	}
	.main-carousel .card .info-product {
		justify-content: center;
	}
	.main-carousel #carousel-content .card.selected.old-right {
		animation: none;
	}
	.main-carousel #carousel-content .card.selected.old-left {
		animation: none;
	}
	.main-carousel #prev {
		left: -30px;
		margin-left: 0;
	}
	.main-carousel #next {
		left: 30px;
		margin-right: 0;
	}
	#miel-france .main-carousel .nav-miel {
		left: 0;
	}
	.partenaires-api h2::after {
		right: 3%;
	}
	.partenaires-api h2::before {
		left: 3%;
	}
	#miel-france .bloc-miel-fr-right .content {
		max-width: 100%;
	}
	/****** FOOTER ******/
	.footer .row.global-footer .thumbnail {
		margin-top: 20px;
	}
	#insta .groupe-rs .rs:last-child {
		margin-top: 10px;
	}
	.page-template-page-apiculteur .entry-content.header-ancre-beige:before,
	.page-template-page-apiculteur .entry-content.header-ancre-beige:after{
		z-index:-1;
	}
	.fabrication-block .fabrication-img{
		max-height:400px;
	}
	
}

@media only screen and (max-width: 500px) {
	.section-exemples h2::before {
		left: 3%;
	}
}

@media only screen and (max-width: 450px) {
	.bloc-ancre {
		width: 80%;
		margin: auto;
		margin-top: 60px;
	}
	#propre-miel .bloc-miel-fr-left h2, #propre-miel .bloc-miel-fr-left h3, #propre-miel .bloc-miel-fr-left p, #propre-miel .bloc-miel-fr-left{
		text-align: center;
	}
	#propre-miel .bloc-miel-fr-right {
		margin-top: 50px;
	}
	#propre-miel .liste-finitions .finition {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#propre-miel .liste-finitions .finition img {
		margin-right: 0;
		margin-bottom: 10px;
	}
	#propre-miel .bloc-miel-fr-right h3, #propre-miel .liste-finitions .finition h4, #propre-miel .liste-finitions .finition p {
		text-align: center;
	}
}

@media only screen and (max-width: 420px) {
	.page-template-page-apiculteur .entry-content.header-ancre:after {
		top: 15%;
		right: 2%;
	}
}

@media only screen and (max-width: 380px) {
	.anchors-filter-api:after {
		width: 120px;
    	height: 88px;
		background-size: contain;
	}
}

#collections .collection:hover .header-collection .txt-collec {
	animation: appear-top .3s linear;
}

@keyframes appear-top {
	from { transform: translateY(0)}
	to { transform: translateY(100px) }
}
