BODY {
	background-color: #fffffa;
}
#affichage_carte_visite {
	display:none;
}
#affichage_introduction {
	display:flex;
	justify-content: center;
}
#domaines_d_intervention, #soutiens_professionnels, #assurance_et_habilitation, #qui_est_eric_lafontaine, #mentions_legales, #retour_page_d_accueil{
	background-color:#147a8e;
	display:none;
	color:#fffffa;
}
#specialite, #moyens_techniques_et_humains, #zone_d_intervention, #contact_mentions_legales_cgvs, #cgvs{
	background-color:#fffffa;
	display:none;
	color:#147a8e;
}
#hyperlien_retour_page_d_accueil {
	color:#fffffa;
}
#hyperlien_cgvs {
	color:#147a8e;
}
h1 {
	text-align:left;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	text-shadow:1px 1px 1px #101957;
}
h2 {
	text-align: justify;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-weight : normal;
}

@media (max-width:700px) and (orientation: landscape){
h1 {
	font-size: 70%;
	}
h2 {
	font-size: 59%;
	}
}
@media (max-width:700px) and (orientation: portrait){
h1 {
	font-size: 110%;
	}
h2 {
	font-size: 93.5%;
	}
}
@media (min-width:701px){
h1 {
	font-size: 140%;
	}
h2 {
	font-size: 120%;
	}
}