.content{
	display: block;
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.content .refPosition{
	position: absolute;
	top:500px;
	right: 600px;
}

.content .refPositionRelative{
	position:relative;
}

.content .refPositionRelative .block1{
	position: absolute;
	bottom:0;
	left:0;
	width: 480px;
	height: auto;
	padding: 40px 50px;
	background-color: pink;
	display: block;
	box-sizing: content-box;
}

.content .refPositionRelative .block2{
	position: absolute;
	top:0;
	left:0;
	width: 480px;
	height: auto;
	padding: 40px 50px;
	background-color: #282C2E;
	display: block;
	box-sizing: content-box;
}

.content .refPositionRelative .block3{
	position: absolute;
	bottom:0;
	right:160px;
	width: 40px;
	height: 40px;
	background-color: #FFFFFF;
	display: block;
}

.content .refPositionRelative .btnDemandeAudit{
	position: absolute;
	top:0;
	right:0;
	width: 140px;
	height: 140px;
	padding: 10px;
	background-color: pink;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	/*cursor:pointer;*/
	box-sizing: content-box;
}

.txtBlock1{
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
}

.txtBlock1L1{
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}

.txtBlock1L2{
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
}

.txtBlock2{
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
}

.txtBlock2 .txtBlock2Bold{
	color:pink;
	font-weight: bold;
}

.txtBlock2 p{
	padding-bottom: 10px;
}

.txtBlock1 a,
.txtBlock2 a{
    color: #fff;
    text-decoration: underline;
}
.txtBlock1 a:hover,
.txtBlock2 a:hover{
    text-decoration: none;
}
.btnDemandeAudit .txtgratuit{
	font-size: 14px;
	color:#282C2E;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
	line-height: 26px;
}

.basicpicto24{
	font-size: 24px;
	line-height: 40px;
	height:24px;
	line-height:22px !important;
  	margin:0 auto;
	width:24px;
}

.btnDemandeAudit:hover .basicpicto24{
	color:#282C2E;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btnDemandeAudit p{
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
   	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.btnDemandeAudit:hover p{
	color:#282C2E;
}

.footer{
	display: block;
	width: 100%;
}

.footer .mentions{
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
	display: inline-flex;
    flex-wrap: nowrap;
    padding-top: 20px;
    width: 50%;
}
.footer .mentions a{
    text-decoration: underline;
}
.footer .mentions a:hover{
    text-decoration: none;
}

.footer .logo{
	height: auto;
	display: block;
	margin-right: 20px;
}
.footer .logo:first-child{
	margin-top: 15px;
}

.footer .logo img{
	display: block;
}

.txtMentions{
	color: #282C2E;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	padding-left: 20px;
}
