/* TOP */

#top{
	display:block;
	width: 100%;
	height:120px;
	background-color: #FFFFFF;
}

#topCenter{
	display: block;
	max-width:1200px;
	height:90px;
	padding: 15px 20px;
	margin: 0 auto;
}

#logo{
	display: block;
}

#top .basicpicto{
	line-height: 39px;
	font-size: 18px;
	position: relative;
}

.btnTop{
	display:inline-block;
}

.baseline{
	display: inline-block;
    padding: 35px 20px 35px 30px;
    position: absolute;
}


#slide{
	display: block;
	width:100%;
	min-height:660px;
	z-index: 100 !important;
}

.filterColor{
	display: block;
	width:100%;
	height:100%;
	background-color: pink;
	opacity: 0;
}

.demandeAudit{
	margin: 0 auto;
    padding: 80px 40px;
    max-width: 800px;
}

.formClassicDemandeAudit{
	display:inline-block;
	float: left;
	width:50%;
	padding-bottom: 10px;
}

#moveDown{
	bottom: -50px;
    height: 100px;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.moveDownZone{
	height: 100px;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 100px;
}

.moveDownHover{
	background-color: #ffffff;
    border-radius: 80px;
    color: pink;
    font-size: 44px;
    height: 80px;
    line-height: 86px;
    margin: 10px;
    position: absolute;
    text-align: center;
    width: 80px;
    z-index: 200;
    cursor: pointer;
    text-decoration: none;
}

.moveDownAnim{
	background-color: #ffffff;
    border-radius: 80px;
    height: 80px;
    margin: 10px;
    position: absolute;
    text-align: center;
    width: 80px;
    opacity: 0.4;
}

.blockCenter {
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
    width: 980px;
}

.bigNumber{
	text-align: right;
	width: 100px;
	position:absolute;
}

.zoneQuestion{
	left: 130px;
    position: relative;
    width: 730px;
}

.answer{
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
    padding: 22px;
    overflow: hidden;
    cursor: pointer;
}
.answer:last-child{
	border-bottom: 1px solid #d6d6d6;
}

.blockAnswer{
	 line-height: 0px;
}
.blockAnswer.notChecked{
    border: solid 1px red;
}

.socialBlock{
	border: 1px solid #d6d6d6;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
    width: 25%;
    height: 200px;
    display:block;
    float: left;
}

.borderBottomNone{
	border-bottom: medium none;
}

.borderRightNone{
	border-right: medium none;
}

.pictoSocial{
	display: block;
    font-size: 40px;
    padding: 20px;
    text-align: center;
}

.marginAuto{
	margin: auto;
}

#buttonFooter .basicpicto{
	font-size: 24px;
	line-height: 62px;
	position: relative;
}


#positionIndicator{
	position: fixed;
	right: 0;
	margin-top: -105px;
	top: 50%;
}

.positionIndicatorBlock{
	width: 70px;
	height: 70px;
	display: block;
	background-color: #FFFFFF;
	margin-bottom: 1px;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}
div.auditPrestataire-error,
p.auditPrestataire-error{
    border-radius:1px;border:1px dashed #C79750;color:#555A5D;font-family:Arial,sans-serif;font-weight:bold;margin:-20px 0 20px 0;height:50px;padding:0 0 0 10px;background-color:#F2E3CE;text-align:left;font-size:15px;line-height:50px;
}
div.auditPrestataire-error{
    margin-top: 0px;
}
