/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    text-align : center;    
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    background-color: #F1F1F1;
}

.box {
    height: 275px;
    top: 50%;
    margin-top: -160px;
    position: absolute;
    width: 526px;
    left: 50%;
    margin-left: -263px;
}

.picto {
    display:inline-block;
    position : relative;
    text-align : center;
    width : 150px;
    height: 120px;
}

.picto .puce {
    display:block;
    position : absolute;
    top : -10px;
    right : 30px
}

.picto ,
.picto > * {
    vertical-align : top;
}

p {
    padding : 0px;
    margin : 0px;
}

h1 {
    font-size: 200%;
    padding: 10px 0px 0px 0px;
    margin : 0px;
}

.header h1 {
    padding-bottom: 10px;
}
.header {
    padding-bottom: 65px;
}

.ok {
    color: rgb(174, 213, 19);
    
}

.arrows {
    display : inline-block;
    height: 150px;
    position: relative;
}

.arrows > div {
    display: inline-block;
    /* vertical-align: middle; */
    padding-top: 25px;
}

.arrows.vertical {
    display: none;
}

.header {
    padding: 0 0 40px 0;
}

.blue {
    color : rgb(19, 159, 213);
}

@media (max-width: 768px) {

    .arrows.horizontal {
        display: none;
    }

    .arrows.vertical {
        display: block;
    
        line-height: 0px;
        padding: 0;
        margin: 0;
        height: 55px;
}

    .arrows {
        clear: both;
    }
    
    .box {
        height: auto;
        top: auto;
        margin-top: 0;
        position: relative;
        width: auto;
        left: auto;
        margin-left: 0;
    }
    .header h1 {
        padding-bottom: 10px;
    }
    .header {
        padding-bottom: 20px;
    }

}