/* 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;
}
/******** END css reset ***************/

html {
    background: transparent;
}

body {
    position: relative;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #2E3F57;
    background: -moz-linear-gradient(left, rgba(230, 230, 230, .3) 0%, rgba(242, 242, 242, .7) 100%);
    background: -webkit-linear-gradient(left, rgba(230, 230, 230, .3) 0%,rgba(242, 242, 242, .7) 100%);
    background: linear-gradient(to right, rgba(230, 230, 230, .3) 0%,rgba(242, 242, 242, .7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EAEAEA',GradientType=1 );
}

main {
    position: relative;
    padding: 0 15px;
    text-align: center;
}

.bg-main {
    position: absolute;
    top: 450px;
    width: 100%;
    height: 67%;
    background: #2F5DAB url(https://s3.amazonaws.com/portailweb/images/magicseat/icon-pattern.svg);
    background-size: 480px;
    border-top-left-radius: 440% 8%;
    border-top-right-radius: 440% 8%;
}

img {
    margin: 16px auto 60px;
}

h1 {
    margin-bottom: 22px;
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
}

h2 {
    width: 100%;
    max-width: 318px;
    margin: 0 auto;
    text-align: center;
}

main > div {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 80px auto 40px;
    border-bottom: 5px solid rgba(191, 191, 191, .87);
    border-radius: 8px;
    background: #D8D8D8;
    text-align: center;
}

main > div p:first-child {
    padding: 46px 28px 0;
    font-weight: 600;
}

main > div p:last-child {
    padding: 15px 28px;
    font-style: italic;
}

main > div::before {
    content: '';
    position: absolute;
    top: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: #00B6E3;
    border: 4px solid #f8f8f8;
    border-radius: 50%;
}

main > div::after {
    content: url(https://s3.amazonaws.com/portailweb/images/magicseat/icon-alarm.svg);
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

main::after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 730px;
    max-width: 440px;
    background: url(https://s3.amazonaws.com/portailweb/images/magicseat/ChAppMobile_en.png) no-repeat;
    background-size: 100%;
}