@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,600&family=Roboto+Condensed:ital@1&display=swap');
@import url('portrait.css')  screen and (orientation: portrait);
@import url('landscape.css') screen and (orientation: landscape);
*{box-sizing: border-box;}
body{
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	display: flex;
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
    flex-direction: column;
}
.txt{
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 1em 0;
	z-index: 20;
}
	.txt h1{
		font-family: 'Raleway', sans-serif;
		font-size: 1.7em;
		line-height: 1.2em;
		margin: 0;
	}
	.txt p{
		display: flex;
		justify-content: center;
		font-size: 1em;
		line-height: 1.2em;
		margin: 0;
	}
.wrapper{
	display: flex;
	height: 100%;
}
.container{
	position: relative;
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
}
.bloc-link{
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.velobeziers{ background-image: url('../img/acceuil-velo-beziers-occasion-nb.jpg');}
.coolgarden{ background-image: url('../img/acceuil-coolgarden-nb.jpg');}
.peinurechezvous{ background-image: url('../img/acceuil-peinturechezvous-nb.jpg');}
.peinturepiscine{ background-image: url('../img/acceuil-peinture-piscine-nb.jpg');}
.batterie{ background-image: url('../img/acceuil-batterie-nb.jpg');}
.remorques{ background-image: url('../img/acceuil-remorque-nb.jpg');}
.box{ background-image: url('../img/acceuil-beziers-box-nb.jpg');}
.cuircenter{ background-image: url('../img/accueil-fond-cuir-center.jpg');}
.logo-container,
.logo_marques{z-index: 10;}
.logo-container{
	pointer-events: none;
	display: flex;
}
a.nav_m2{
	z-index: 10;
	color: #fff;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
    transition: all 350ms ease-in-out;
}
a.nav_m2:hover{background-color: rgba(0, 0, 0, 0.7);}