@charset "utf-8";
/* CSS Document */

.igsrh {
    display: none !important;
} 

html{
	font-size:62.5%;
}


.igsrh {
	display: none;
}
.cbio{
	display: block;
}

/* HEADER */
.Header {
    background: #fff !important;
}
a.Header-logo.under--pictures {
    margin: 0 auto;
	padding: 0;
}

h1 {
	font-family: 'Raleway',sans-serif;
	color:#414141;
    text-transform: uppercase;
    font-weight: 900;
}
h2#LabelMessagePrincipal, h2, .TitreTheme, .Nav-link, .Nav a, .SocialLinks-title {color:#0f8667 !important;}
input#SaveDemande { background: #0f8667 !important; border:none !important;}

/* Footer */
.TopFooter {
    background: #0f8667 !important;
}

@media (min-width:768px) { 
	h1 {
		font-size: 2.8em;
	}
	a.Header-logo.under--pictures {
		max-width: 368px !important;
	}
	
}

@media (max-width:480px) { 
		h1 {
		font-size: 2em;
	}
}