
body {
	font: 18px sans-serif;
	line-height: 1.88889;
    color: #333;
    /*background: #ccebff;*/
	padding: 0 20px;
	box-sizing: border-box;
}

h1 {
    font-size: 2.5em;
}

nav {
	background-color: #123;
	box-shadow: 0 0 32px #0003;
	font-size: 2em;
	font-weight: 400;
}

nav > a {
	color: #89a;
	padding: .75em;
	text-align: center;
	text-decoration: none;
	transition: all .5s;
}

nav > a:hover {
	background: #ffffff06;
	color: #adf;
}
 /*
nav > .line {
	background: #68a;
	height: 1px;
	pointer-events: none;
}*/

nav > a.pagetitle {
	color: #ccebff;
}

#presentation {
	background: #ccebff;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 0 32px #0003;
	padding-left:20px;
	position: relative;
	top: 20px;
	margin-bottom:80px;
	padding-bottom:40px;
}

.contact {
	position: relative;
	bottom: 10px;
}

#modifie {
	position: relative;
	top: 20px;
	font: 14px sans-serif;
}

#photo {
    max-width: 180px;
	position:absolute;
	top : 20px;
	right:20px;
}

.links {
	column-count: 4;
}

.links > ul{
	margin-top: 0;
}

@media (max-width: 600px) {

    h1 {
        font-size: 1.5em;
    }

    .bloc {
        width: 100%;
    }
}
