@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=DM+Serif+Text|Lato&display=swap.css');


body{padding:0; margin: 0;}


#errorSysteme .headerPage{background: #003F35; color: #1D1D1B; font-size: 16px; margin: 0 0 100px 0; }
#errorSysteme .headerPage figure, #errorSysteme .contentErrorSysteme{max-width: 1200px; margin: 0 auto; padding:0 2rem;}
#errorSysteme .headerPage img{max-width: 199px; margin: 45px 0;}


#errorSysteme h1{ font-size:24px; text-align:left; padding:0; margin:0; font-weight:normal; font-family:Arial; font-weight: normal; margin: 0 0 20px 0;}
#errorSysteme h1 span{color: #003F35; font-weight: bold; text-align: left; font-size: 128px; display: block; margin: 0 0 10px 0;}

#errorSysteme .msg{color: #707070;}
#errorSysteme .detailErreurTech{background: rgba(251, 215, 201, 0.4); max-width: 776px; color: #707070; padding: 20px; margin: 10px 0 50px 0;}

#errorSysteme .coordonnees li{list-style: none; display: inline-block; padding: 0;}
#errorSysteme .coordonnees{padding: 0;}
#errorSysteme .coordonnees li.Adresse{margin: 0 20px 0 0;}
#errorSysteme .coordonnees a{color: #003F35;}



@media screen and (max-width: 720px) {
	#errorSysteme .headerPage{margin: 0 0 50px 0; }
	#errorSysteme h1 span{font-size: 60px;}
	#errorSysteme .coordonnees li{margin:0 0 20px 0!important; display:block;}
}