/* style.css du CV */

html {
	font-family: "Arial", serif;
	font-size: 100%;
	color:#1a1a1a;
	background-color: azure;
	line-height: 1.5em;
	width: auto;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	hyphens: auto;
	overflow-wrap: break-word;
}

@media (max-width: 600px) {
  body {
    font-size: 0.9em;
    padding: 12px;
  }

  h1 {
    font-size: 1.8em;
  }

}

@media print {
	header nav, footer {
		display: none;
	}

	img {
		display: none;
	}

  html {
	background-color: white;
  }

  body {
    background-color: transparent;
    color: black;
  }

  p, ul, ol, li, h2, h3 {
    orphans: 2;
    widows: 2;
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }
	
}

p {
	margin: 1em 0;
} 

a {
	color: blue;
}

a:visited {
	color: purple;
}

img {
	width: 100px;
	float: initial;
}

h1, h2, h3 {
	margin-top: 1em;
}

h1 {
	font-size: 24px;
	text-decoration: underline;
}

h1.title {
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

ol, ul {
	padding-left: 4em;
	text-indent: -2em;
	list-style-type: none;
}

li > ol, li > ul {
	margin-top: 0;
	text-align: match-parent;
}

code {
	font-family: 'Lucida Console', monospace;
	font-size: 90%;
	text-decoration-line: underline;
	text-decoration-style: wavy;
	text-underline-position: under;
	margin: 0;
	hyphens: manual;
	white-space: pre-wrap;
}
