a.hero{
	height: 200px;
}

a.hero img {
    position: absolute;
    left: calc((100% - 150px)*0.5);
    top: calc((100% - 115px)*0.5);
    width: 150px;
    height: 115px;
    perspective: 1000px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}


a.btn{
	display: block;
	margin: 10px auto 10px auto;
	width: 350px;
	text-align: center;
	color: white;
	background: var(--blue);
	padding: 15px 20px;
}
a.btn:hover{
	background: var(--green);
}

.au-titre{
    font-family: 'Contrail One', 'Noto Sans JP', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--blue);
    font-size: 32px;
    display: block;
    max-width: 350px;
    margin: 10px auto 30px auto;
    text-align: center;
    background: white;
}


.au-titre-2{
    font-family: 'Contrail One', 'Noto Sans JP', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--blue);
    font-size: 21px;
    display: block;
    margin: 0px auto 20px auto;
}

.au-titre-3{
    font-family: 'Contrail One', 'Noto Sans JP', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--green);
    font-size: 16px;
    display: block;
    margin: 20px auto -15px auto;
}

.au-content{
	max-width: 600px;
	margin: auto;
	background: white;
	font-size: 14px;
	line-height: 21px;
	padding: 30px;
	border-radius: 0px 20px 0px 20px;
    box-shadow:  21px 21px 42px rgba(0,0,0,0.1), -21px -21px 42px rgba(255,255,255,0.5);
}

.au-content.form{
	margin-top: 50px;
    font-size: 12px;
	line-height: 18px;
}