body{
	font-family: "LL Brauer Neue Bold Web";
	font-size: 1.8rem;
	line-height: 1.2;	
}

.hero {
    height: 100vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-content {
    z-index: 2;
}

.page-content {
	text-align: justify;
}

header{
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
}

header a:hover{
	opacity: .6;
}

.h1, h1 {
    font-size: 8rem;
    display: none;
}

.h2, h2 {
    font-size: 3rem;
    display: none;
    text-transform: uppercase;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    line-height: 1;
}

.mb-5, .my-5 {
    margin-bottom: 5rem !important;
}

.mb-6, .my-6 {
    margin-bottom: 7rem !important;
}

.color-green{
	color: #42f842;
}

img.logo-morges{
	margin-top:10px;
	width:220px;
}

img.logo-sdrm{
	width:180px;
}

img.logo{
	width:100px;
}

img.logo_partenaire{
	max-width:200px;
	max-height:150px;
}

a{
	transition: all .2s linear;
	color: #42f842;	
	text-decoration: underline;
}

a:hover{
	color: #000;	
	text-decoration: underline;
}

p{
	font-size: 2.3rem;
	line-height: 1.2;	
}

p.note{
	font-size: 1.8rem;
}

.list-unstyled {
    line-height: 1.2;
}

ol li{
	font-size: 1.8rem;
	margin-bottom:1rem;
}

ol li a{
	color: #000;
}

ol li a:hover{
	color: #00ff00;	
	text-decoration: none;
}

ul li a{
	color: #000;
}

ul li a:hover{
	color: #00ff00;	
	text-decoration: none;
}

.links{
	font-family: Arial, Helvetica, sans-serif;
}

.social a{
	color: #000;
}

.social a:hover{
	color: #00ff00;	
	text-decoration: none;
}

.social i{
	font-size: 2rem;
}

.social .fb i{
	position: relative;
	top:-2px;
}

.social .fb i{
	font-size: 1.5rem;
}

#indice, #indice_title{
	font-style:italic;
}

@media (max-width: 1199.98px) {
	.h1, h1 {
	    font-size: 5rem;
	}
	.h2, h2 {
	    font-size: 2rem;
	}	
	p{
		font-size: 1.750rem;
	}
	p.note{
		font-size: 1.4rem;
	}
	body{
		font-size: 1.4rem;
	}
	ol li{
		font-size: 1.4rem;
		margin-bottom:0.8rem;
	}
	img.logo-morges{
		margin-top:10px;
		width:180px;
	}

	img.logo-sdrm{
		width:150px;
	}
}

@media (max-width: 767.98px) {
	.h1, h1 {
	    font-size: 3rem;
	}
	.h2, h2 {
	    font-size: 1rem;
	}		
	p{
		font-size: 1.5rem;
	}
	p.note{
		font-size: 1rem;
	}
	body{
		font-size: 1rem;
	}
	ol li{
		font-size: 1rem;
		margin-bottom:0.5rem;
	}
	.mb-5, .my-5 {
	    margin-bottom: 2rem !important;
	}
	.mb-6, .my-6 {
	    margin-bottom: 2rem !important;
	}
	img.logo-morges{
		margin-top:10px;
		width:110px;
	}

	img.logo-sdrm{
		width:110px;
	}

}