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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}



.video_container {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 200%;
	height: 200%;
	background-image: url(../images/.jpg);
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 1em;
    padding-right: 0;
    padding-left: 0;
    max-width: 58.75em;
    *zoom: 1;
    _width: 58.75em;
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

@media(min-width:40em) {
    .container {
        max-width: 58.75em;
    }
}

@media(min-width:48em) {
    .container {
        max-width: 58.75em;
    }
}

@media(min-width:58em) {
    .container {
        max-width: 58.75em;
    }
}

@font-face {
    font-family: 'brandon_grotesquelight';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/brandon_light-webfont.eot");
    src: url("../fonts/brandon_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_light-webfont.woff") format("woff"), url("../fonts/brandon_light-webfont.ttf") format("truetype"), url("../fonts/brandon_light-webfont.svg#brandon_grotesquelight") format("svg");
}

body {
    text-rendering: optimizeLegibility;
}

body,
input,
button {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #5f5f5f;
}

p {
    font-size: 18px;
    line-height: 32px;

}

h2 {
    margin-bottom: 0.5em;
    text-align: left;
    text-transform: uppercase;
    font-family: brandon_grotesquelight,"Helvetica Neue",sans-serif;
    font-size: 40px;
    line-height: 1.2em;
    color: #5f5f5f;
}

@media(min-width:40em) {
    h2 {
        font-size: 40px;
    }
}

.fallback-wrapper,
.bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.bg-img {
    opacity: 0;
}

#home-bg {
    position: absolute;
    top: 0;
    width: 100%;
	
}

#home-bg .fallback-wrapper {
    width: 100%;
	
    background: url(../images/.png) repeat-y scroll top center;
}

#home-bg .fallback-wrapper {
    height: 480px;
}

#home-bg .bg-img {
    height: 480px;
}

#home-bg .home-bg-grad {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1198px;
    background: url(../images/hero_gradient_overlay.png) repeat-x scroll bottom center;
    background-size: 100% 50%;
}

@media(min-width:40em) {
    #home-bg .fallback-wrapper {
        height: 1198px;
    }

    #home-bg .bg-img {
        height: 1198px;
    }

    #home-bg .home-bg-grad {
        height: 1198px;
    }
}

#home-content {
    position: relative;
    text-align: center;
}

.actions {
    display: inline;
    float: left;
    width: 100%;
    margin: 45px auto 40px auto;
    margin-right: 2.12766%;
}

.actions .action {
    text-align: center;
}

.actions .action.video {
    display: inline;
    float: left;
    width: 100%;
    margin-right: 2.12766%;
    margin-bottom: 20px;
}

@media(min-width:40em) {
    .actions .action.video {
        float: left;
        width: 36.17021%;
        margin-right: 2.12766%;
        margin-left: 19.14894%;
        text-align: left;
    }
}

.actions .action.appstore {
    display: inline;
    float: left;
    width: 100%;
    margin-right: 2.12766%;
}

img img {
    -ms-interpolation-mode: bicubic;
}

img.hero-logo {
    width: 250px;
    height: 195px;
    margin-top: 0px;
	margin-bottom:px;
    text-align: center;
}

@media(min-width:40em) {
    img.hero-logo {
        width: 500px;
        height: 344px;
        margin-top: px;
    }
}

img.video-action {
    width: 213px;
    height: 38px;
}

img.appstore-action {
    width: 220px;
    height: 55px;
}

.lede {
    padding-top: 290px;
}

@media(min-width:34em) {
    .lede {
        padding-top: 440px;
    }
}

@media(min-width:40em) {
    .lede {
        padding-top: 550px;
    }
}

@media(min-width:48em) {
    .lede {
        z-index: 3;
        position: relative;
        padding-top: 820px;
    }
}

.summary {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
    margin-right: 2.12766%;
    margin-bottom: 70px;
    padding-bottom: 36px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.summary p {
    font-family: brandon_grotesquelight,"Helvetica Neue",sans-serif;
    font-size: 24px;
    line-height: 36px;
}

@media(min-width:40em) {
    .summary {
        float: left;
        width: 61.70213%;
        margin-right: 19.14894%;
        margin-right: 2.12766%;
        margin-left: 19.14894%;
        border-bottom: 1px solid #dedede;
    }
}

.quoteline {
    display: inline;
    float: left;
    width: 100%;
    margin-right: 3.44828%;
    margin-bottom: 22px;
}

.quoteline .line {
    height: 9px;
    border-bottom: 1px solid #dedede;
}

.quoteline .line.pre {
    display: inline;
    float: left;
    width: 42.30769%;
    margin-right: 3.84615%;
}

.quoteline .line.post {
    display: inline;
    float: right;
    width: 42.30769%;
    margin-right: 0;
    *margin-left: -1.25em;
}

.quoteline .quote {
    display: inline;
    float: left;
    width: 7.69231%;
    margin-right: 3.84615%;
}

.quoteline .quote img {
    width: 31px;
    height: 25px;
}

#hero-ipad {
    position: absolute;
    width: 100%;
}

@media(min-width:48em) {
    #hero-ipad {
        top: 400px;
    }
}

#hero-ipad-frame {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 2000px;
    background: url(../images/ipad_frame_2x.png) no-repeat center top;
    background-size: 340px;
}

@media(min-width:34em) {
    #hero-ipad-frame {
        height: 400px;
        background-size: 560px;
		
		
    }
}

@media(min-width:40em) {
    #hero-ipad-frame {
        height: 700px;
        background-size: 720px;
    }
}

@media(min-width:48em) {
    #hero-ipad-frame {
        height: 1000px;
        background-size: 860px;
		        margin-top: -50px;

    }
}


.fakebg img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
}

@media(min-width:34em) {
    .fakebg img {
        width: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }
}

@media(min-width:40em) {
    .fakebg img {
        width: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }
}

@media(min-width:48em) {
    .fakebg img {
        width: 120px;
        margin-top: -60px;
        margin-left: -60px;
    }
}

img.shot {
    opacity: 0;
}

img.shot,
.fakebg {
    z-index: 0;
    position: absolute;
    top: 24px;
    left: 50%;
    width: 236px;
    height: 177px;
    margin-left: -118px;
    text-align: center;
}

@media(min-width:34em) {
    img.shot,
    .fakebg {
        top: 40px;
        width: 390px;
        height: 292px;
        margin-left: -195px;
    }
}

@media(min-width:40em) {
    img.shot,
    .fakebg {
        top: 51px;
        width: 500px;
        height: 375px;
        margin-left: -250px;
    }
}

@media(min-width:48em) {
    img.shot,
    .fakebg {
        top: 60px;
        width: 595px;
        height: 446px;
        margin-left: -297.5px;
    }
}

#hero-ipad-screen {
    background: #2f2f2f;
}

#bandeau1,
#fyctia_share,
#bandeau3,
footer {
    color: #fff;
}

#bandeau1 h2,
#fyctia_share h2,
#bandeau3 h2,
footer h2 {
    color: #fff;
	
}

#bandeau3,
#ad_fyctia {
    text-align: center;
}

#bandeau3 h2,
#ad_fyctia h2 {
    text-align: center;
}

.feature,
.container {
    position: relative;
}

.content {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
}

.content h2 {
    text-align: center;
}

@media(min-width:40em) {
    .content {
        text-align: left;
    }

    .content h2 {
        text-align: left;
    }
}

.content-wrapper {
    display: table-cell;
    height: 420px;
    vertical-align: middle;
}

#bandeau1 .fallback-wrapper {
    width: 100%;
}

@media(min-width:40em) {
    #bandeau1 .container {
        background: url(../images/ipad_seriex2.png) no-repeat 98% 100%;
        background-size: 65%;
    }
}

#bandeau1 .content {
    display: inline;
    float: left;
    width: 100%;
    margin-right: 2.12766%;
}

@media(min-width:40em) {
    #bandeau1 .content {
        float: left;
        width: 36.17021%;
        margin-right: 2.12766%;
    }
}

@media(min-width:40em) {
    #auteur .container {
        background: url(../images/author.jpg) no-repeat 5% 50%;
        background-size: 35%;
    }
}

#auteur .content {
    display: inline;
    float: left;
    width: 100%;
    margin-right: 2.12766%;
}

@media(min-width:40em) {
    #auteur .content {
        float: right;
        width: 55.31915%;
        margin-right: 0;
    }
}

#fyctia_share .fallback-wrapper {
    width: 100%;
    background: url(../images/.png) repeat-y scroll top center;
}



@media(min-width:58em) {
    #fyctia_share h2 {
        white-space: normal;
    }
}

@media(min-width:40em) {
    #fyctia_share h2 {
        font-size: 40px;
    }
}

@media(min-width:40em) {
    #fyctia_share .container {
        background: url(../images/screen_ipad_serie_2x.png) no-repeat 96% 100%;
        background-size: 54%;
    }
}

#fyctia_share .content {
    display: inline;
    float: left;
    width: 100%;
    margin-right: 2.12766%;
}

@media(min-width:40em) {
    #fyctia_share .content {
        float: left;
        width: 36.17021%;
        margin-right: 2.12766%;
    }
}

@media(min-width:40em) {
    #bandeau2 .container {
        background: url(../images/success_2x.jpg) no-repeat 5% 50%;
        background-size: 35%;
    }
}

#bandeau2 .content {
    display: inline;
    float: left;
    width: 100%;
    margin-right: 2.12766%;
}

@media(min-width:40em) {
    #bandeau2 .content {
        float: right;
        width: 55.31915%;
        margin-right: 0;
    }
}

@media(min-width:40em) {
    #bandeau2 h2 {
        font-size: 50px;
    }
}

#bandeau3 .fallback-wrapper {
    width: 100%;
    background: url(../images/green-orange.png) repeat-y scroll top center;
}

#bandeau3 .content-table {
    display: table;
    width: 100%;
}

#bandeau3 .content {
    display: inline;
    float: left;
    width: 100%;
    margin-right: 2.12766%;
    text-align: center;
}

#bandeau3 .howto-share ul {
    margin-bottom: 30px;
}

#bandeau3 .howto-share li {
    display: inline-block;
    padding: 0 5px;
}

@media(min-width:40em) {
    #bandeau3 .howto-share li {
        padding: 0 10px;
    }
}

#bandeau3 .howto-share .icon {
    width: 50px;
    height: 50px;
}

@media(min-width:40em) {
    #bandeau3 .howto-share .icon {
        width: 83px;
        height: 83px;
    }
}

#ad_fyctia .content {
    display: inline;
    float: left;
    width: 100%;
    margin-right: 2.12766%;
    padding-top: 90px;
    padding-bottom: 0;
    text-align: center;
}

#ad_fyctia img.collection {
    width: 100%;
    padding-top: 10px;
}

#footer-wrapper {
    position: relative;
}

#footer-wrapper .bg-img {
    width: 100%;
    opacity: 1;
    background: url(../images/footer_bg.jpg) no-repeat top left;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#footer-overlay {
    background: #2f2f2f;
}

#footer-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#footer {
    -webkit-font-smoothing: subpixel-antialiased;
}

#footer .dl-link {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}

#footer .appstore-download {
    display: inline-block;
}

#footer.android {
    width: 200px;
    height: 101px;
    background: url(../images/android_download.png) no-repeat top right;
    background-size: 100%;
}

@media(min-width:40em) {
    #footer .android {
        width: 284px;
        height: 143px;
    }
}

#footer .touch-icon {
    width: 100px;
    background: url(../images/android_download.png) no-repeat top right;
    background-size: contain;
}

input {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 3%;
    border: lightblue solid 1px;
    border-radius: 3px;
    text-align: center;
font-family: 'brandon_grotesquelight';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/brandon_light-webfont.eot");
    src: url("../fonts/brandon_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_light-webfont.woff") format("woff"), url("../fonts/brandon_light-webfont.ttf") format("truetype"), url("../fonts/brandon_light-webfont.svg#brandon_grotesquelight") format("svg");  
	font-size:20px;
    color: #942a6f;
}

input[type="submit"] {
    border: 1px solid lightblue;
    color: #002037;
	text-transform:uppercase;
    background: white;
}

.appstore-logo {
    width: 200px;
    height: 101px;
    background: url(../images/appstore_2x.png) no-repeat top left;
    background-size: 100%;
}



.android {
    width: 200px;
    height: 101px;
    background: url(../images/android_download.png) no-repeat top left;
    background-size: 100%;
}

@media(min-width:40em) {
    #footer .appstore-logo {
        width: 284px;
        height: 143px;
    }
}

#footer .touch-icon {
    width: 100px;
    background: url(../images/touch_icon_lg_2x.png) no-repeat top left;
    background-size: contain;
}

@media(min-width:40em) {
    #footer .touch-icon {
        margin-right: 30px;
    }
}

#footer .touch-icon,
#footer #touch-icon-mask {
    height: 100px;
}

@media(min-width:40em) {
    #footer .touch-icon,
    #footer #touch-icon-mask {
        width: 141px;
        height: 141px;
    }
}

#footer .content {
    display: inline;
    display: table;
    float: left;
    width: 100%;
    margin-right: 2.12766%;
    padding-top: 50px;
    text-align: center;
}

@media(min-width:40em) {
    #footer .content {
        padding-top: 00px;
        padding-bottom: 20px;
    }
}

#footer a,
.smallprint a,
.smallprint a:link,
.smallprint a:visited,
.smallprint a:active,
.smallprint {
    text-decoration: none;
    text-transform: uppercase;
    font-family: brandon_grotesquelight,"Helvetica Neue",sans-serif;
    letter-spacing: 1px;
    color: #fff;
}

#footer .smallprint a:hover {
    color: #fff;
}

.icons {
    margin-top: 10px;
    margin-bottom: 20px;
}

@media(min-width:40em) {
    .icons {
        margin-top: 30px;
    }
}

.icons li {
    display: inline-block;
}

.icons li img {
    width: 62px;
    height: 62px;
    margin: 15px 7px 0 7px;
}

@media(min-width:40em) {
    .icons li img {
        margin: 15px 20px 5px 20px;
    }
}

.fadegroup a .rollover-text {
    display: none;
}

@media(min-width:40em) {
    .fadegroup a .rollover-text {
        display: block;
        margin-top: 8px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-family: brandon_grotesquelight,"Helvetica Neue",sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        color: #fff;
    }
}

.fadegroup a {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.fadegroup a .rollover-text {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.fadegroup a:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.fadegroup a:hover .rollover-text {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.copyright {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.smallprint {
    margin-bottom: 10px;
    font-size: 12px;
    color: #fff;
}

.smallprint li {
    display: inline-block;
    margin: 0 0 0 8px;
}

.smallprint li:after {
    content: '\2022';
    margin-left: 10px;
    font-size: 12px;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.smallprint li:last-of-type:after {
    content: '';
    margin: 0;
}

.semanticpage a,
.semanticpage a:link,
.semanticpage a:active,
.semanticpage a:visited {
    padding-bottom: 0.1em;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
    color: #aaa;
}

.semanticpage a:hover {
    border-bottom: 1px solid #222;
    color: #222;
}

.semanticpage h1,
.semanticpage h2,
.semanticpage h3,
.semanticpage .date {
    margin-bottom: 0.5em;
    text-align: center;
    text-transform: uppercase;
    font-family: brandon_grotesquelight,"Helvetica Neue",sans-serif;
    line-height: 1.2em;
    color: #5f5f5f;
}

.semanticpage h1 {
    margin: 1em 0;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #dedede;
    font-size: 40px;
}

.semanticpage h2 {
    margin: 1em 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #dedede;
    font-size: 30px;
}

.semanticpage .date {
    margin-bottom: 1.5em;
    font-size: 22px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.semanticpage p {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.5em;
    color: #444;
}

.semanticpage .privacy,
.semanticpage .terms,
.semanticpage .reset-password {
    margin-right: 12.76596%;
    margin-bottom: 2em;
    margin-left: 12.76596%;
}

.semanticpage ol {
    margin-left: 1.5em;
    list-style: decimal outside;
}

.semanticpage ul {
    margin-left: 1.5em;
    list-style: disc outside;
}

.semanticpage li {
    margin-bottom: 1.3em;
    line-height: 1.2em;
}

.coming-soon {
    text-align: center;
    text-transform: uppercase;
    font-family: brandon_grotesquelight,"Helvetica Neue",sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
}

.coming-soon.footer {
    margin-top: 2em;
}

.password-updated {
    text-align: center;
}

.password-reset noscript {
    margin: 1em 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #dedede;
}

.password-reset .error,
.password-reset noscript {
    margin-bottom: 1em;
    color: #d61c3a;
}

@media(min-width:40em) {
    .password-reset .error,
    .password-reset noscript {
        margin-right: 12.76596%;
        margin-left: 12.76596%;
    }
}

.password-reset #username_label {
    color: #aaa;
}

.password-reset label,
.password-reset form,
.password-reset noscript,
.password-reset .error {
    display: block;
    text-align: center;
}

.password-reset button {
    display: block;
    width: 100%;
    margin: 1em auto;
    padding: 0.8em 1em;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    outline: none;
    color: #fff;
    background: #2f2f2f;
    cursor: pointer;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

@media(min-width:34em) {
    .password-reset button {
        width: 300px;
    }
}

.password-reset button:hover {
    border: 1px solid #ba4e15;
    background: #d2510d;
}

.password-reset button:active {
    border: 1px solid #bf3819;
    color: #efefef;
    background: #d63c19;
}

.password-reset label {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.password-reset input[type="text"],
.password-reset input[type="password"],
.password-reset input[type="number"] {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 1.167em;
    vertical-align: baseline;
    -webkit-box-shadow: inset 1px 1px 3px 3px rgba(0,0,0,0.06);
    -moz-box-shadow: inset 1px 1px 3px 3px rgba(0,0,0,0.06);
    box-shadow: inset 1px 1px 3px 3px rgba(0,0,0,0.06);
    cursor: auto;
}

@media(min-width:34em) {
    .password-reset input[type="text"],
    .password-reset input[type="password"],
    .password-reset input[type="number"] {
        width: 300px;
    }
}

.password-reset noscript,
.password-reset .error,
.password-reset label {
    font-size: 16px;
    line-height: 1.5em;
}