.mj_head {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}
.mj_head .theBigPicture {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}
.theBigBlurPicture {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	filter: blur(20px);
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	z-index: -1;
}
.theBigPictureWine {
	position: absolute;
	right: 0;
	bottom: 0;
	background: linear-gradient(-90deg, black, transparent);
	transition: 0.5s ease;
}
.logos {
	position: absolute;
	bottom: 1em;
	left: 1em;
	width: 30%;
}
.logoBio {
	filter: drop-shadow(0px 0px 6px #3339) brightness(0.9);
}
.logoAOPF {
	filter: drop-shadow(0px 0px 6px #0009);
}
.mj_head .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 4em 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.mj_head .content p {
	color: white;
	text-align: center;
	font-family: "Notera", cursive;
	font-weight: 100;
	font-style: normal;
	width: 70%;
	font-size: 7rem;
	line-height: 7rem;
}
.grid_fs {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-flow: row dense;
	/* margin-bottom: 2em; */
	grid-auto-rows: minmax(auto, 500px);
}
.double {
	grid-row: span 2;
}
.doubleL {
	grid-column: span 2;
}
.tripleL {
	grid-column: span 3;
}
.cadreTxt {
	border: 4px solid;
	text-transform: uppercase;
	font-size: 2.7rem;
	padding: 1em;
}
.grid_fs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.grid_fs > div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 200;
	padding: 1em;
}
.grid_fs > div.imageGrid {
	padding: 0;
}

.grid_fs h2 {
	font-weight: 200;
	margin: 0;
}

.bigger {
	font-size: 1.2em;
}
.redPhrase {
	color: var(--color-1);
	font-weight: 600;
}
.italic {
	font-style: italic;
	font-size: 1.05rem;
}

.btn {
	/* display: block; */
	border: 1px black solid;
	padding: 0.2em 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-top: 2rem; */
	transition: 0.5s ease;
	background: white;
	color: #000;
	font-size: 1.4em;
	box-shadow: 0 0 8px 0 #000a;
}
.btn:hover {
	background: #000;
	color: white;
	box-shadow: 0 0 25px 0 #000a;
}
.btn.redBtn {
	background: var(--color-1);
	color: white;
	border: 1px var(--color-1) solid;
}
.red_tile {
	background: var(--color-1);
	color: white;
}
.red_tile .btn {
	border-color: white;
}
.red_tile .btn:hover {
	background: white;
	color: var(--color-1);
}
.grid_fs .red_tile.SB {
	justify-content: space-between !important;
}
.gr_black {
	color: white;
	background: #000;
}
.grid_fs .bottles_logo {
	background: #000;
	flex-direction: row;
}
.bottles_logo > img {
	object-fit: contain;
	width: 50%;
}
.grid_fs .bottles_logo a {
	height: 100%;
	display: block;
	width: 50%;
}
.bottles_logo a img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.video_tile {
	padding: 0 !important;
	background: #000;
}
.video_tile iframe {
	width: 100%;
	/* height: 100%; */
}
.docu_gr {
	background: #eee1b7;
}
.docu_gr span {
	font-size: 1.6rem;
	margin-top: 1em;
}
.logoHead {
	max-width: 90%;
}
.tileBkgImg {
	background: url(/img/photos/mont-faugeres.jpg) no-repeat;
	background-size: cover;
}

@media all and (max-width: 1800px) {
	/* .grid_fs > div {
		font-size: 1.7rem;
	} */
	.grid_fs {
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-rows: 400px;
	}
	.hide1800 {
		display: none !important;
	}
}
@media all and (max-width: 1700px) {
	.cadreTxt {
		border: 4px solid;
		text-transform: uppercase;
		font-size: 2.2rem;
		padding: 0.7em;
	}
}

@media all and (max-width: 1550px) {
	.theBigPictureWine {
		height: 80%;
		background: none;
	}
	.grid_fs {
		grid-auto-rows: 25vw;
	}
	.cadreTxt {
		font-size: 1.8rem;
		padding: 0.5em;
	}
	.grid_fs > div {
		font-size: 1.5rem;
		padding: 1em;
	}
	.bigger {
		font-size: 1.1em;
	}
	.red_tile {
		justify-content: center !important;
	}
	/* .red_tile .btn {
		margin-bottom: 2rem;
	} */
	.italic {
		font-size: 0.9rem;
	}
}

@media all and (max-width: 1250px) {
	.grid_fs {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 30vw;
	}
	.tripleL {
		grid-column: span 2;
	}
	.turnAt1200.double {
		grid-row: span 1;
		grid-column: span 2;
	}
}
@media all and (max-width: 1100px) {
	.mj_head .content p {
		font-size: 4rem;
		line-height: 4rem;
		width: 90%;
	}
	.cadreTxt {
		border: 4px solid;
		text-transform: uppercase;
		font-size: 2rem;
		padding: 0.5em;
	}
	.grid_fs {
		grid-auto-rows: minmax(300px, auto);
	}
}

@media all and (max-width: 1000px) {
	.theBigPictureWine {
		height: 60%;
		background: none;
	}
}
@media all and (max-width: 800px) {
	.grid_fs {
		grid-template-columns: 1fr;
	}
	.tripleL,
	.turnAt1200.double {
		grid-row: span 1;
		grid-column: span 1;
	}
	.doubleL {
		grid-column: span 1;
		grid-row: span 2;
	}
	/* .video_tile,
	.imageGrid {
		height: 450px;
	} */
	.logoBio {
		bottom: calc(1em + 70px);
		left: 1em;
		height: 60px;
	}
	.logoAOPF {
		bottom: 1em;
		left: 1em;
		height: 60px;
	}
}
@media all and (max-width: 650px) {
	.grid_fs > div {
		font-size: 1.5rem;
		padding: 8px;
	}
	.logos img {
		display: block;
		margin: 0 !important;
	}
}
@media all and (max-width: 550px) {
	.grid_fs .bottles_logo {
		flex-direction: column;
	}
	.grid_fs .bottles_logo img {
		width: 100%;
	}
	.mj_head .content p {
		font-size: 3.5rem;
		line-height: 3.5rem;
		width: 96%;
	}
}
