#banner .content header h2
{
	font-size: 3em;
}

#banner .content header p
{
	font-size: 2em;
}

#banner::after
{
	background: url('../images/bg_home.jpg') rgba(0, 0, 0, 0.3);
	background-size: cover;
	background-blend-mode: multiply;
	background-position-x:  center;
}

.spotlight.left .content, .spotlight.right .content
{
	width: 35em;
}

.spotlight
{
	min-height: 100vh;
}

#one.spotlight
{
	min-height: auto;
}
#five.transition
{
	background-image:url('../images/transition.jpg');
	background-size: cover;
	background-attachment: fixed;
}

#five.transition-alt
{
	background-image:url('../images/coquelicots.jpg');
}

body.landing header#header
{
	transition: background-color 0.5s ease;
	background: linear-gradient(180deg, rgba(59,59,59,1) 0%, rgba(0,0,0,0) 74%);
}

.spotlight.style1 .content, .spotlight.style2 .content, .spotlight.style3 .content
{
	border-color: #fff;
}

#page-wrapper #header.sticky-menu
{

	background-color: black;
	position: fixed;
	top: 0;

}

section a.acces-tarifs-goto
{
	position: static;
	margin: auto;
}

section a.acces-tarifs-goto::before
{
	position: inherit;
	margin: 30px auto auto auto; 
}

section.wrapper-acces-tarifs
{
	padding-bottom: 0;
}

#four
{
	background-image: url('user/themes/adrech/images/activites.jpg');
}