/*
Theme Name: bistroemile Child
Author: Metronomi
Template: bistroemile
Version: 1.0
*/

.divider-hero-bottom::after {
	content: '';
	position: absolute;
	bottom: 0;
	background-image: url('/wp-content/uploads/2021/03/divider.svg');
	width: 100%;
	height: 40px;
	z-index: 999;
	background-size: 105%;
	background-position: center 20px;
	background-repeat: no-repeat;
}

.divider-hero-top::before {
	content: '';
	position: absolute;
	top: 0;
	background-image: url('/wp-content/uploads/2021/03/divider.svg');
	width: 100%;
	height: 40px;
	z-index: 999;
	background-size: 105%;
	background-position: center -20px;
	background-repeat: no-repeat;
}

.history-text-left span {
	background: #456984;
	padding: 15px 15px;
	transform: translate3d(-82%, 20%, 0);
	position: absolute;
}

.histoire-legume img{opacity: 0.4 !important;}

.history-text-right span{
	background: #456984;
	padding: 15px 15px;
	transform: translate3d(-32%, 20%, 0);
	position: absolute;
}

.column-index {z-index: -9999;}

.logo-header {transform: translateY(35px);}

@media (max-width: 1150px) {
	.divider-hero-bottom::after {background-position: center 30px;}
	.divider-hero-top::before {background-size: 110%;background-position: center -7px;}
}

@media (max-width: 767px) {
	.divider-hero-bottom::after {background-size: 165%;}
	.history-text-left span, .history-text-right span{position: relative;}
}