html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
    background-color: #242424;
    font-family: 'Montserrat', sans-serif;
}

ol, ul {
	list-style: none;
}

a{
    text-decoration: none;
}

html, body{
    width: 100%;
    height: 100%;
}

.wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.wrapper .lien-site{
    position: absolute;
    top: 10px;
    left: 10px;
}

.wrapper .lien-site .logo-jokrace{
    display: block;
}

.wrapper .logo{
    max-width: 800px;
    width: 100%;
}

.wrapper .blocs{
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper .bloc{
    width: 163px;
    height: 163px;
    background-color: #ffffff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 5px;
}

.wrapper .bloc .valeur{
    font-size: 64px;
    color: #ffc107;
    font-weight: 900;
    display: block;
}

.wrapper .bloc .unite{
    font-size: 30px;
    color: #9d9d9c;
    display: block;
}

.wrapper .button-container{
    margin-top: 100px;
}

.wrapper .button-container .lien-contact{
    padding: 21px 34px 21px 78px;
    background-color: #ffc107;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    background: url("/assets/images/icone-mail.png") no-repeat scroll 26px center #ffc107;
}

.wrapper .button-container .lien-contact:hover{
    background-color: #CC9A05;
}
