/* HEADER */

header{
	background-color: #7d7474;
	position: fixed;
    width: 100%;
    z-index: 2;
}

.header{
	height: 120px;
	max-width: 1920px;
	margin: auto;
	position: relative;
}

.logo {
    max-width: 240px;
    margin-top: 25px;
    margin-left: 5%;
    position: absolute;
}

.ul-nav {
    margin: auto;
    height: 120px;
    position: absolute;
    top: 0;
    right: 13.5%;
}

/* CONTENT */

/* Admission */

.titre{
	display: block;
  	padding-top: 220px;
}

.lien{
	color: #7d7474;
	text-decoration: underline;
}

.analyse, .rdv {
    height: 455px;
}

.analyse div{
	margin-top: 65px;
}

/* Liste des documents */ 

#liste{
    background-color: #fff;
    max-width: 642px;
    margin: auto;
    margin-top: 100px;
    padding-bottom: 20px;
}

#liste-titre{
	background-color: #7d7474;
	width: 100%;
	padding: 60px 0;
	color: #fff;
	text-align: center;
	font-family: 'Flamenco',sans-serif;
	font-size: 1.66666666666667em; /* 30/18 */
	font-weight: 300;
	line-height: 45px
}


#liste ul {
    width: 80%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    list-style-type: circle;
}

#liste li{
	list-style-type: circle;
}

#liste-sous-titre{
	font-size: 20px;
	text-decoration: underline;
	width: 80%;
	font-weight: 300;
	margin: auto;
}

/* RESPONSIVE */

@media screen and (max-width: 730px) {

.image-small{
	padding-bottom: 60px;
}

.analyse, .rdv{
	margin-top: 80px;
}

.analyse, .rdv{
	height: 750px;
}

.demande p{
    width: 90%;
}

}

@media screen and (max-width: 400px) {

	.technique, .demande{
		margin-top: 80px;
	}
	.parallax{
		display: none;
	}

}