/*------ CORNER MARQUES ------*/

#home_marketing, #home_marketing div
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#brand-corner {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
#brand-corner img {
	max-width: 100%;
	display: block;
	margin: auto;
}
.Title {
	display: block;
    font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
    font-size: 20px;
    height: 50px;
    letter-spacing: 0.05em;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#header-corner {
	padding: 10px 0 20px 0;
	}
#header-corner img {
	max-width: 100%;
	display: block;
	margin: auto;
	}

#brand-corner .Title {
    display: block;
    font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
    font-size: 20px;
    height: 50px;
    letter-spacing: 0.05em;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#brand-corner .lign-corner-text {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 3%;
}
.slider1 {
	top: 78% !important;
}
#sban, #cache { display: none; }

#home_marketing {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
#home_marketing img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.homeSubject  h3 {
	padding: 0.5em 0;
	margin: 0;
}

.content-blocs a:hover > .hover_bloc {
	opacity: 1;
}
.hover_bloc {
	display: flex;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background:rgba(0,0,0,0.4);
	transition: opacity .5s ease-out;
}
.hover_bloc > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	font-size: 1.2em;
	padding: 0.5em;
	margin: auto;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	background-color: #000000;
}

.carlington-remise {
	display: block;
	color: #fff;
	font-size: 15px;
	padding: 5px 10px;
	margin: 8px 0;
	text-align: center;
	background-color: #825129;
}

.content-blocs {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 4em;
}
.content-blocs > div {
	position: relative;
	text-align: center;
	width: 32%;
}
@media screen and (max-width:1024px) {
	.content-blocs a:hover > .hover_bloc {
		opacity: 0;
	}
	.lign-corner-text {
		width: 90%;
		margin: auto;
	}
	.content-blocs {
		justify-content: space-around;
	}
	.content-blocs > div {
		width: 30%;
	}
}

@media screen and (max-width: 480px) {
	.content-blocs a:hover > .hover_bloc {
		opacity: 0;
	}
	.lign-corner-text {
		width: 90%;
		margin: auto;
	}
	.content-blocs {
		flex-direction: column;
		align-items: center;
	}
	.content-blocs > div {
		width: 90%;
	}
}
