
@media (max-width: 500px) {
    /*small screen devices*/ *
    { font-size: 12px;}}
html {

    font-family: monospace;
    /*max-width: 900px;*/
    padding-left: 4%;
    padding-right: 4%;
    margin: 0 auto;
    background: #F5F5F0;
    

}

h1 {
    color: black;
	font-size: 18px;
	font-family: monospace;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 4ch;
    
}

h2{
    color: black;
	font-size: 16px;
	border-bottom: 1px solid black;
	font-family: monospace;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 4ch;
}

h3{
    color: black;
	font-size: 16px;
	font-family: monospace;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 4ch;
}

p{
    line-height: 100%;
    font-family: monospace;
    font-size: 16px;
    margin-top: 0px;
    text-align: justify;
}

.etape{
    line-height: 100%;
    font-family: Arial,x-locale-body,sans-serif;
    font-size: 20px;
    margin-bottom: 1.5em;
    margin-top: 0em;
    /*font-size: 1rem;  surcharge la ligne prÃ©cÃ©dente*/   
}


figure {
    border: thin #c0c0c0 solid;
    display: flex;
    flex-flow: column;
    max-width: 592px;
    padding: 5px;
    margin: auto;
}

img {
    max-width: 592px;
    max-height: 462px;
}

figcaption {
    background-color: #222;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
}


/*
body {
  background-color: pink;
}

@media (min-width: 60em) {
  body {
    background-color: blue;
  }
}

ul {
	border: 2px solid blue;
	background-color: lime;
}

line-height: 1.6;
font-family: Arial,x-locale-body,sans-serif;
letter-spacing: -.00278rem;
font-size: 18px;
font-size: 1rem;
*/