body {
    background: no-repeat center url("images/ArcEnCiel.jpg") rgb(124, 136, 160) fixed ;
    background-size: cover;
}

#page {
    height: auto;
    font-family: Verdana, serif;
}

header {
    display: flex;
    align-items: baseline;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px;
}

header img {
    width: 300px;
}

header b {
    color: azure
}

#corps {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#titre {
    font-size: 1.3em;
    font-weight: bold;
    color: darkred;
    padding-bottom: 3px;
}

article {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 185px;
    margin-right: 70px;
    font-size: 1em;
    color: azure;
    text-indent: 2.5em;
}

article ul li {
    text-indent: 0.2em;
    padding-bottom: 1em;
}

.media {
    margin-top: 100px;
}

audio {
    width: 400px;
}

nav ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

nav li {
    margin-bottom: 15px;
    white-space: nowrap;
}

nav a {
    font-size: 1.2em;
    color: orange;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover {
    color: darkred;
}


/* Pour natel*/
@media (max-width: 700px) {
    body {
        min-height: 750px;
    }

    header{
        font-size: 0.5em;
        margin: 5px;
    }
	
	header b {
    	color: azure
	}
    
    header img {
        width: 300px;
    }
    
    #titre {
        font-size: 1.1em;
        font-weight: bold;
        padding-bottom: 1px;
    }
    
    #corps {
        flex-direction: column;
        align-items: flex-start;
    }
    
    article {   
        margin-top: 10px;
        margin-left: 2px;
        margin-right: 2px;
        font-size: 1em;
        text-indent: 2.5em;
    }
    
    .media {
        margin-top: 10px;
		margin-right: 20px;
    }
    
    nav a {
        font-size: 1em;   
    }
}
