main {
	padding-top:44px;
	min-height: calc(100vh - 220px);
}

#contenu {
	position: relative;
	scroll-margin-top: 180px;
}
#contenu:before {
	content: '';
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0vh;
    background-image: url(../images/triangle.svg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: -5vw top;
    opacity: .1;
    z-index: -1
}
#contenu,
#contenu .contenu {
	padding:30px 0;
}
#contenu {
	padding-bottom: 0;
}
#contenu .contenu.bg.last_bloc {
	margin-bottom:0!important;
}
#contenu .contenu h2 {
	font-size:2.188rem;
	font-weight:800;
	line-height: 1;
	text-transform: uppercase;
}

#contenu .contenu.bg:not(.bg__transparent) {
	margin:30px 0;
	padding:60px 0;
}
#contenu .contenu.bg.bg__bleu {
	background:var(--bleu);
}
#contenu .contenu.bg.bg__vert {
	background:var(--vert);
}
#contenu .contenu.bg.bg__gris {
	background:var(--gris);
}
#contenu .contenu.bg.bg__transparent {
	background:transparent;
}
#contenu .contenu.bg.bg__gris.last_bloc {
	background:transparent;
}
@media only screen and (min-width: 992px) {
	main {
		padding-top:44px!important;
	}
}
@media only screen and (max-width: 992px) {
	#contenu:before {
		content:none;
	}
}
@media only screen and (max-width:768px) {
	#contenu .contenu h2 {
		font-size:1.5rem;
	}
	#contenu .contenu h2 br {
		display: none;
	}
}