/*------------------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)
    Reset based on normalize.css v7.0.0 (git.io/normalize)

    project:    Taleming - lil' stories for kids
    created:    2018-04-05

    summary:    NORMALIZE
                RESET
                PRINT
                STRUCTURE
                HEADER
                BLOCKS
                FOOTER
                PLAYER
                MEDIAQUERIES
----------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Ovo');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/*  =NORMALIZE
----------------------------------------------------------------------------- */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    margin: 0.67em 0;
    font-size: 2rem;
}

figcaption,
figure,
main {
    display: block;
}

figcaption {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    color: #9f9f9f;
}

figure {
    margin: 3rem 10px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace,monospace;
    font-size: 1rem;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace,monospace;
    font-size: 1rem;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background-color: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25rem;
}

sup {
    top: -0.5rem;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],


[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625rem;
}

legend {
    display: table;
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    white-space: normal;
    color: inherit;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-itrem;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

a:hover {
    text-decoration: none;
}

/*  =RESET
----------------------------------------------------------------------------- */

* { margin:0; padding:0; vertical-align:baseline; box-sizing:border-box; }

html {
    font-size: 1rem;
    font-family:sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    font-size:62.5%;
}

body {
    font-family:'Muli', Arial, Verdana, Helvetica, sans-serif;
    margin:0;
    height:100%;
    color:#000;
    background:#fff;
    line-height:1.4;
    overflow-x: hidden;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}


.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/*  =PRINT
----------------------------------------------------------------------------- */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #ccc;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

::-webkit-input-placeholder {
    opacity:1;
}
::-moz-placeholder {
    opacity:1;
}
:-ms-input-placeholder {
    opacity:1;
}
:-moz-placeholder {
    opacity:1;
}

/*  =STRUCTURE
----------------------------------------------------------------------------- */

#content {
    text-align:center;
    position:relative;
    overflow:hidden;
    font-size: 1.6rem;
}

#content.dark {
    background: #070712;
}

#content.light {
    background: #fff;
}

.page-account {
    background: #fff;
}

.page-register {
    background: #f8f8f8;
}

.page-payment-mode {
    background: #fff;
}

.page-player {
    padding:80px 0 0 0;
}

/*  =HEADER
----------------------------------------------------------------------------- */

#header {
    height: 80px;
    background: #fff;
    border-bottom: 1px solid rgba(153,153,153,.5);
    overflow: hidden;
}

#header.fixed {
    position:fixed;
    top:0;
    width:100%;
    left:0;
    z-index: 3;
}

#header > .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 0 30px;
    overflow: hidden;
}

#header .logo  {
    float: left;
    margin: 0;
}

#header .logo a {
    width:109px;
    height:30px;
    display:block;
    margin:24px 0 0 0;
    overflow:hidden;
    text-indent:-9999px;
    background:url('../img/skin/logo-taleming.svg') left top no-repeat;
    background-size:100%;
}

#header .nav {
    float: right;
    margin: 25px 0 0 0;
}

#header .nav .nav-link {
    color: #505bd7;
    font-size: 1.5em;
    padding: .5rem 1.5rem;
}

#header .nav .nav-link.active {
    color: #fff;
}

#header .nav .nav-item .on {
    color: #000;
    font-size: 1.5em;
    font-weight: 700;
    padding: .5rem 1.5rem;
    display: block;
}

#header .nav .nav-item.help {
    border-left: 1px solid rgba(153,153,153,0.5);
}

#header .nav .nav-item.log {
    border-left: 1px solid rgba(153,153,153,0.5);
}

#header .nav .nav-link:hover {
    color: #5E6CFF;
}

#header .toggle-nav {
    display: none;
}

#header .nav .home {
    display: none;
}

#header .close {
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    background:url('../img/skin/icon-close-black-3x.png') left top no-repeat;
    background-size:100%;
    opacity: 1;
    margin:27px 0 0 0;
}

#header .read,
#header .listen {
    color: #000;
    position: relative;
    margin:27px 0 0 0;
    height: auto;
    display: block;
    text-decoration: none;
    font-size:1.4rem;
    font-weight: bold;
    display: inline-block;
}

#header nav .profile,
#header nav .close-nav {
    display: none;
}


.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

  .hamburger:active,
    .hamburger:focus {
        outline:none;

    }

.hamburger-box {
  width: 22px;
  height: 16px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #000;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -5px; }
  .hamburger-inner::after {
    bottom: -5px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg); }

/* for story to slide down and up */

.header{
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
}



/*  =BLOCKS
----------------------------------------------------------------------------- */

.inner {
    width: 1024px;
    margin: 0 auto;
}

.block-cover {
    background: repeat 51% 75% / cover;
    background-image: url('https://storage.googleapis.com/instapage-user-media/e6ac1868/40794991-0-00-cover-globale-pro.jpg');
    text-align: center;
    height: 90vh;
    margin-top: -80px;
    padding-top: 80px;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.block-cover::before {
    content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0.65;
        background-color: #FFFFFF;
}

.block-cover > .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 0 40px 5px 40px;
    z-index:2;
    position: relative;
}

.block-cover .title {
    font-family: 'Ovo', serif;
    font-size: 4.2rem;
    font-weight: 700;
    margin: 0 0 60px;
    /*color: #fff;*/
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);*/
    width:640px;
    text-align: left;
}

.block-cover p {
    font-size: 2.4rem;
    margin: 0 ;
    width:640px;
    color: #000;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);*/
    text-align:left;
}

.block-cover .smallp, .block-subscription .smallp, .block-cover.trial-end .smallp {
    font-size: 1.6rem;
    font-weight: 400;
}

.block-cover .smallp {
    margin: 20px 0 40px;
    width: 640px;
    color: #000;
    text-align: left;
}

.block-subscription .smallp {
    text-align: center;
    padding-top: 70px;
    margin: 0 auto;
    color: #fff;
}

.block-cover .btn {
    margin: 0 0 20px;
    width:300px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.block-cover .legal {
    font-size: 1.2rem;
    margin: 0;
    position: absolute;
    color: #fff;
    bottom:5px;
    left:0;
    font-weight: normal;
    width: 100%;
    z-index:2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.block-cover .try-it {
    margin:20px 0;
}

.block-cover.trial-end > .inner{
    text-align: left;
}

.block-cover.trial-end .title {
    margin: 0 0 40px;
    width:100%;
}

.block-cover.trial-end  p {
    font-size: 2.4rem;
    color: #000;
    text-shadow: none;
    margin: 0 0 20px 0;
    width: 100%;
    line-height: normal;
}

.block-cover.trial-end .smallp a {
    color:#505bd7;
}

.block-cover.trial-end .smallp a:hover, .block-cover.trial-end .smallp a:focus {
    color:#5e6bff;
}

.block-cover.trial-end .alert-link {
    font-size: 2rem;
    color:#000;
    font-weight: normal;
    text-decoration: underline;
}

.block-cover .image-story {
    top: -94px;
    right: 40px;
    width: 200px;
    background: none;
    position: absolute;
}


.block-cover .image-story img {
    width:100%;
    margin-bottom:10px;
    -webkit-box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.5);
    box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.5);
}

.block-subscription {
    background: none;
}

.block-subscription.hp {
    background: #505bd7;
}

.block-subscription.hp p {
    font-size: 2.4rem!important;
    color:#fff!important;
}

.block-subscription.hp p:nth-child(odd) {
    margin-bottom:20px;
}

.block-subscription.offer {
    background: #fff;
}

.block-subscription .title {
    font-family: 'Ovo', serif;
    font-size: 3.6rem;
    font-weight: 900;
    color: #000;
    margin: 0 0 20px;
}

.block-subscription.offer .title {
}

.block-subscription.offer p {
    color: #fff;
    font-size: 2rem;
}

.block-subscription.offer .smallp {
    color: #000;
    padding-top:10px;
}

.block-subscription.hp .title {
    font-family: 'Ovo', serif;
    color: #fff;
}

.block-subscription > .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center;
}

.block-subscription.night {
    background: url('../img/skin/bg-night.jpg') center bottom no-repeat;
    background-size: cover;
}

/* special for registration step 1. all screen sizes */

.block-register-left > .block-subscription > .inner {
    width:auto!important;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.block-register-left > .block-subscription {
    background: none;
}

.block-register-left > .block-subscription .title {
    color:#000;
}

.block-register-left > .block-subscription .card {
    border: none;
    width: 100%;
    padding:0;
}

.block-register-left > .block-subscription .card {
    box-shadow: none;
}


.block-register-left > .block-subscription .card ul {
    border-bottom: none;
    padding: 21px 0 0 0;
    margin-bottom: 0;
}

/* special for registration step 1. all screen sizes */

.block-subscription .card {
    background:#fff;
    border-radius:5px;
    border: none;
    width: 310px;
    padding:20px;
    text-align: left;
    display: inline-block;
    border:1px solid rgba(0,0,0,.125);
    margin-bottom: 20px;
}

.block-subscription .card.first {
    margin-right: 20px;
}

.block-subscription .card .span-1 {
    color:#000;
    font-weight: 700;
    font-size: 2.4rem;
    margin: 0;
    line-height: 32px;
}

.block-subscription .card .span-2, .block-register-right .form-check-label .span-2 {
    font-size: 1.8rem;
    margin: 5px 0 20px 0;
}

.block-register-right .form-check-label .span-2 {
    margin: 0;
}

.block-register-left .span-3 {
border-top: 1px solid rgba(153, 153, 153, 0.5);
padding: 21px 0 0 0;
margin-top: 20px;

}
.block-subscription .card ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 20px 0 20px 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
}

.block-subscription .card ul li {
    margin: 0 0 10px;
    font-size: 1.6rem;
    color: #000;
    list-style-type:none;
}

.block-subscription .card ul li:last-child {
    margin-bottom: 0;
}

.block-subscription .card ul li:before {
    content:'';
    background: url('../img/skin/icon-check.svg') left top no-repeat;
    width:14px;
    height:10px;
    margin: 0 8px 0 0;
    display: inline-block;
}

.block-subscription .card .btn {
    width: 100%;
    padding:8px 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.block-presentation .section  {
    background: #fff;
}

.block-presentation .section > .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 60px 40px;
    overflow: hidden;
    text-align: left;
}

.block-presentation .section > .inner .title {
    font-family: 'Ovo', serif;
    font-weight: 700;
    font-size: 3.6rem;
    color: #212121;
    margin-bottom: 10px;
}

.block-presentation .section > .inner .sub-title, .card-title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 2.6rem;
}

.block-presentation .section p {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.87);
}

.block-presentation .section .content {
    float: left;
    display: block;
    width: 50%;
}

.block-presentation .section-1 .content {
    width: 100%;
}

.block-presentation .section-1 > .inner {
    display: flex;
    align-items: center;
    padding-bottom: 0px;
}

.block-presentation .section-1 .card {
    width:300px;
    margin:0 auto 40px;
    border:none;
}

.block-presentation .section-1 .card-title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 2.4rem;
    font-family: 'Ovo', serif;
}

.block-presentation .section-1 .card-body p, .block-presentation .section-2 .card-body p {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 1.6rem;
}

.block-presentation .section-1 img {
    width:60%;
    margin: 0 auto;
}

.block-presentation .section-1 img.error {
    box-shadow: none;
    border: none;
}

.block-presentation .section-2 {
    background: #fff;
    background-size: contain;
    color: #000;
    position: relative;
    overflow: hidden;
}

.block-presentation .section-2 > .inner {
    display: flex;
    align-items: center;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);*/
}

.block-presentation .section-2 > .inner .title  {
    color: #000;
}

.block-presentation .section-2 > .inner p {
    color: #000;
    margin-bottom:20px;
}

.block-presentation .section-2 .content {
    width: 100%;
}

.block-presentation .section-2 img {
    width: 100%;
    height: auto;
}

.block-presentation .section-2 .card {
    margin-bottom:0px
}

.block-presentation .section-2 .card:last-child {
    margin-right: 0;
}

.block-presentation .section-2 .card-img-top {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.block-presentation .section-2 .card-title {
    font-size: 2rem;
}

.block-presentation .section-2 .card-body {
    min-height: 230px;
}

.block-presentation .section-2 .card-body p {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 1.6rem;
}

.block-presentation .section-2 .card-body .interest, .block-list-stories .card-text .interest {
    font-size: 1.2rem;
    font-weight: bold;
    color: #343a40;
}

.block-presentation .section-2 .card-footer {
    background-color: white;
    border-top:none;
    padding-top:0px;
}

.block-presentation .section-3 > .inner {
    display: flex;
    align-items: center;
}

.block-presentation .section-3 .content {
    width: 460px;
    margin-left: 65px;
}

.block-presentation .section-3 img {
    float: right;
    width: 432px;
}

.block-presentation .section-3 .image-story {
    float: right;
    width: 432px;
}

.block-presentation .section-3 .image-story img {
    float: left;
    width: 48%;
    margin: 0 17px 17px 0;
}

.block-presentation .section-3 .image-story img:nth-child(even) {
    margin-right: 0;
}


.block-presentation .section-4 {
    background: #f8f8f8;
    background-size: contain;
    color: #fff;
    position: relative;
}

.block-presentation .section-4 > .inner {
    display: flex;
    align-items: center;
}

.block-presentation .section-4 > .inner .title {
    color: #000;
    margin-top:0;
}

.block-presentation .section-4 > .inner p {
    color: #000;
    margin-bottom:25px;
}

.block-presentation .section-4 .content {
    float: right;
    width: 460px;
}

.block-presentation .section-4 img {
    float: left;
    width: 432px;
}

.block-presentation .section-5 {
    background-size: contain;
    color: #fff;
    position: relative;
}

.block-presentation .section-5 .inner {
    padding-bottom:80px;
}

.block-presentation .section-5 > .inner .title {
    color:#000;
    margin-bottom:40px;
    text-align: center;
}

.block-presentation.night .section-2, .block-presentation.night .section-4, .block-presentation.night .section-5 {
    background:url('../img/skin/bg-night.jpg');
    background-size: cover;
}

.block-cover.night .smallp, .block-presentation.night .section-5 > .inner .title, .block-presentation.night .carousel .overview b {
    color:#fff;
}

.block-register, .block-register-container {
    position: relative;
}

.block-register, .block-register-left, .block-register-right, .block-account {
    margin: 40px auto 40px;
    width: 400px;
    border-radius: 2px;
    border: 1px solid rgba(153,153,153,0.5);
    padding: 20px;
    text-align: left;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,.05);
    box-shadow: 0 0 20px 5px rgba(0,0,0,.05);
}

.block-register-container {
    width:760px;
}

.block-register-left {
    float:left;
    width:340px;
    position: relative;
    border-radius: none;
    border-top: none;
    border-left: 1px solid rgba(0,175,175,1);
    border-right: 1px solid rgba(234,82,56,1);
    border-bottom: 1px solid rgba(80,91,216,1);
}

.block-register-left:before {
    position: absolute;
    content: " ";
    left: 0;
    top: -41px;
    height:100%;
    width: 100%;
    background: url(../img/skin/bg-top-register.png) no-repeat;
    background-size: 100%;
    box-sizing: border-box;
}

.block-register-right {
    float:right;
    margin-bottom:30px;
}

.block-register .title, .block-account .title, .block-register-left .title, .block-register-right .title {
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 2.8rem;
}

.block-register .title {
    position: relative;
}

.block-register-right .title {
    font-size: 2.4rem;
    margin:0 0 15px 0;
}

.block-register-right .title:nth-child(2n) {
    padding-top:10px;
}

.block-register-right .title .material-icons {
    color: #ffa00a;
    font-size: inherit;
    position: relative;
    top:3px;
}


.block-register-right .form-check-label {
    color:#000;
    font-size: 2.4rem;
    line-height: initial;
    padding-top: 0px!important;
}

.block-register-right .form-check-input {
    margin-top: 6px;
}

.block-register p, .block-register-left p, .block-register-right p, .block-register-right .opt-in {
    color: #999;
    font-size: 1.4rem;
    margin: 0 0 20px;
    line-height: 21px;
}

.block-register-right .opt-in {
    margin: 0;
}

.block-register-left p {
    color: #000;
}


.block-register p a, .block-register-left p a, .block-register-right p a, .block-account p a {
    color: #505bd7;
}
.block-account a {
    font-size: 1.4rem;
}

.block-register .step, .block-register-left .step, .block-register-right .step {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
}

.block-register-right p.note {
    text-align: center;
    font-size: 1.1rem;
    line-height: 14px;
}

.block-register.card-warning p {
    color:#000;
}

.block-register.card-warning .warning-focus {
    color: #00AFAF;
    font-weight: bold;
}

.warning-focus {
    color: #00AFAF!important;
    font-weight: bold;
}

.warning-focus.red {
    color: #e7533f!important;
}

.block-register.card-warning .float-left {
    padding-left: 10px
}

.block-register.card-warning .float-right {
    padding-right: 10px
}

.block-register .btn, .block-account .btn, .block-register-left .btn, .block-register-right .btn  {
    width: 100%;
}

.block-register .avatar img {
    width:100px;
}

.block-account p {
    font-size: 2.1rem;
    line-height: 30px;
}

.block-account .details {
    margin: 0 0 20px;
}

.block-account .details p {
    margin: 0 0 5px;
}

.block-account .actions {
    margin: 0 0 35px;
}

.block-account .actions li {
    border-top: 1px solid #ccc;
    display: block;
}

.block-account .actions li:last-child {
    border-bottom: 1px solid #ccc;
}

.block-account .actions li a {
    display: block;
    font-size: 1.9rem;
    line-height: 30px;
    color: #070712;
    text-decoration: none;
    padding: 10px 30px 10px 0;
    position: relative;
}

.block-account .actions li a:hover {
    color: #5E6CFF;
}

.block-account .actions li a:after {
    content:'>';
    position: absolute;
    right: 0;
    top:10px;
}

.block-account .actions li a:hover:after {
    color: #5E6CFF;
}

.block-account .payment-card .picto {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.block-account .payment-card .nb {

}

.block-account .note {
    padding-top: 10px;
    font-size: 1.1rem;
    line-height: 14px;
}

.block-account .btn {
    height: 40px;
    line-height: 40px;
    padding: 0;
    border:1px solid #ccc;
    margin: 0 0 20px;
}

.block-register.help-legal {
    width: 700px;
    padding: 40px 20px;
}

.block-register.help-legal .title {
    font-size: 4.58rem;
    margin-bottom: 40px;
    margin-top: 0;
}

.block-register.help-legal h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top:40px;
}

.block-register.help-legal p {
    margin: 20px 0 0 0;
    font-size: 1.8rem;
    line-height:2.6rem;
    color:#000;
}

.block-register.help-legal h3 {
    font-size:2.2rem;
    margin:0;
    color: #000;
    font-weight: 600;
}

.block-register .back {
    position:absolute;
    top:-30px;
    left: 0;
    text-transform: lowercase;
    font-size: 1.8rem;
}

.block-register .back a {
    color: #505bd7;
    text-decoration: none;
}

.block-register .back a :hover {
    color: #5E6CFF;
}

.block-cover-story {
    background-color: #505bd7;
    text-align: left;
    margin-bottom: 40px;
}

.block-cover-story img {
    float: right;
    width:550px;
}

.block-cover-story .w-260 {
    display: none;
}

.block-cover-story .content {
    color: #000;
    float: left;
    width: 370px;
}

.block-cover-story .content .title {
    font-size: 2.4rem;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.block-cover-story .content .title  a {
    color: #000;
    text-decoration: none;
}

.block-cover-story .content.new {
    color: #fff;
}

.block-cover-story .content.new .title a {
    color: #fff;
}

.block-cover-story > .inner {
    margin: 0 auto;
    overflow: hidden;
    padding: 40px;
}

.alert > .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 10px 40px;
    overflow: hidden;
    text-align: left;
    position: relative;
}

.alert a {
    color:#505bd7;
}

.alert a.btn-primary {
    color:#fff!important;
}

.alert-dismissible {
    padding-right: 0;
}

.alert-dismissible .close {
    font-size: 2.4rem;
    right:27.5px;
}

.alert-heading {
    font-family: 'Ovo', serif;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.block-cover-story .btn {
    width: 100%;
    margin:20px 0 0 0;
    height:40px;
    line-height: 40px;
    padding: 0;
}

.block-cover-story p {
    font-size: 1.8rem;
    margin: 10px 0;
}

.block-cover-story .infos {
    font-weight: 600;
}

.block-cover-story .infos span {
    color: #ea5238;
}

.block-cover-story .details, {
    font-size: 1.4rem;
    margin: 0 0 5px;
}

.block-cover-story.story-preview {
    background: none;
}

.block-cover-story.story-preview > .inner {
    padding:40px;
}

.block-cover-story.story-preview > .inner.freestory {
    margin-top:80px; /* Pour gérer le header, sans avoir d'espace blanc en haut */
}


.block-cover-story.story-preview .infos span {
    color: rgba(70, 211, 105, 0.87);
}

.block-cover-story.story-preview .details, .content.story-text .details, .block-cover-story.story-home .details {
    color: #999;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.block-cover-story.story-home .details {
    color: #000;
}

.content.story-text .details {
    margin: 0 0 1rem 0;
    padding:0;
}

.block-story .content.excerpt {
    margin: -80px auto 0 auto;
    width: 700px;
    background-color: white;
    padding: 40px;
    box-shadow: 0px 0px 0px 10px rgba(243,243,243,1);
}

.block-story .content.excerpt h2 {
    font-size: 2.8rem
}

.block-cover-story .interest {
    font-weight: 700;
    color: #fff;
}

.block-list-stories > .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 0 40px 40px;
    overflow: hidden;
    text-align: left;
}

.block-list-stories.firstline .card {
    margin-bottom:0;
}

.block-list-stories .card, .block-presentation .section-2 .card {
    width: 300px;
    min-height: 540px;
    float: left;
    margin-right: 22px;
    margin-bottom:40px;
    color: #000;
}

.block-presentation .section-2 .card-text {
    font-size: 1.6rem;
}

.block-list-stories .card:nth-child(3n) {
    margin-right: 0;
}

.block-list-stories .card-img-top {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.block-list-stories .card.cant-read .card-img-top {
    filter: grayscale();
}

.block-list-stories .card-body, .block-presentation .section-2 .card-body {
    min-height: 230px;
    padding-bottom:0px;
}

.block-list-stories .card-title {
    font-size: 2rem;
}

.block-list-stories .badge, .block-cover-story .content .badge, .block-presentation .section-2 .badge {
    margin-right:5px;
}

.block-list-stories .badge-info {
    position: absolute;
    top: 30px;
    left: -1px;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
    padding: 10px;
    background-color: #00AFAF;
}

.block-cover-story .content .label-warning, .block-list-stories .label-warning {
    background-color: #ffa00a;
    color:white;
}

.block-list-stories .card-text {
    font-size: 1.6rem;
    margin-top:5px;
}

.block-list-stories .card .btn-primary, .block-list-stories .card .btn-secondary {
    width: 48%;
    padding: 10px 5px;
    font-size: 1.4rem;
}

.block-list-stories .card .btn-primary {
    float: left;
}

.block-list-stories .card .btn-secondary {
    float: right;
    border: 1px solid;
    color: rgba(0,0,0,.25)
}

.block-list-stories .card.cant-read .btn-secondary {
    float: left;
}


.block-list-stories .btn.btn-secondary:hover {
    color: #fff;
}

.block-list-stories .card-footer {
    background: white;
    border-top: none;
    padding-top:0px;
}

.block-list-stories .card.free .btn-primary{
    background: #00AFAF;
}



.block-list-stories .card.promo {
    background: #505bd7;
    color: white;
    height:483px;
    border:none;
}

.block-list-stories .card.promo .card-title {
    margin-bottom: 15px;
}

.block-list-stories .card.promo .card-header, .card.promo .card-footer {
    background: #505bd7;
}

.card.promo .card-footer {
    padding-bottom: 5px;
}

.block-list-stories .card.promo .btn-secondary {
    float: none;
    width: 100%;
    color: #505bd7;
}

/* STORY */

/* notification for free story*/
.notification {
    background: #00AFAF;
    padding: 10px;
    color: white;
    margin: 0px auto;
    width:700px;
}

.notification.warning {
    background: #e7533f;
}

.notification .col-2 {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.notification .col-2 .material-icons {
    font-size:5rem;
    text-align: center;
}

.notification .col-10 {
    font-size: 1.6rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-right: 0px;
}

.notification.warning a {
    color:#fff;
    font-weight: 700;
    text-decoration: underline;
}

/* tweek for subscription confirmation */

.notification.confirmation {
    text-align: left;
    padding: 10px 40px;
}

.notification.confirmation .white-bar {
    display: block;
    width: 250px;
    height: 5px;
    margin: 1rem 0 2rem 0;
    background-color: #fff;
}

.notification.confirmation .white-bar-sm {
    display: block;
    width: 125px;
    height: 5px;
    margin: 0 0 2rem 0;
    background-color:#fff;
}

.notification.confirmation p {
    margin-bottom: 25px;
}
.notification.confirmation p.last{
    margin-bottom: 0px;
    font-weight: 700;
}

.confirmation .pointer-down{
content: " ";
background-color: #00AFAF;
height: 20px;
width: 20px;
position: relative;
left: 50%;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
bottom: -20px;
}


/* core story */

#content .block-categ {
    background-color:#f8f8f8;
    margin-top: 80px; /* Pour gérer le header, sans avoir d'espace blanc en haut */
}


#content .block-story {
    background-color:#f8f8f8;
    margin-top: 80px; /* Pour gérer le header, sans avoir d'espace blanc en haut */
}

.block-story > .inner {
    width: 1024px;
    margin:0 auto;
    text-align: left;
    padding: 20px 162px;
}

.block-story .content {
    margin: 20px auto;
    width: 700px;
    background-color: white;
    padding: 40px;
}

.block-story .print a:before {
    font-family: "Material Icons";
    content: "\e8ad";
    margin-right: 0.5rem;
}

.block-story .black-bar {
    display: block;
    width: 250px;
    height: 5px;
    margin: 1rem 0 2rem 0;
    background-color: #000;
}

.block-story h1 {
    font-family: 'Ovo', serif;
    margin: 0 0 1rem 0;
    font-size: 3.6rem;
    font-weight: 700;
}

.block-story img {
    width: 100%;
}


.block-story .brief {
    padding:25px 0 15px 0;
    margin: 0;
}

.block-story .brief  h2 {
    font-family: 'Ovo', serif;
    margin: 0 0 2rem 0;
    font-size: 3.2rem;
    font-weight: 700;
    color: #505bd7;
}

.block-story .blue-bar, .block-story .brief .blue-bar {
    display: block;
    width: 125px;
    height: 5px;
    margin: 0 0 2rem 0;
    background-color: #505bd7;
}

.block-story .brief  p {
    font-size: 1.6rem;
    line-height: 21px;
    margin: 0 0 10px;
}

.block-story .content p {
    color: #000;
    margin: 0 0 20px;
    font-size: 2.1rem;
    line-height: 30px;
}

.block-story .content p a {
    text-decoration: underline;
    color: #505bd7;
}

.block-story .black-bar {
    display: block;
    width: 250px;
    height: 5px;
    margin: 1rem 0 2rem 0;
    background-color: #000;
}

.block-story .content p.dialog {
    margin: 0 20px 20px;
}


/* quiz */

.block-story .quiz {
    border:none;
    text-align: left;
    background-color: #f3f3f3;
    margin: 20px auto;
    padding: 40px;
}

.block-story .quiz .title {
    font-family: 'Ovo', serif;
    margin: 0 0 2rem 0;
    font-size: 3.6rem;
    font-weight: 700;
    color:#00afaf;
}

.block-story .quiz .question {
    margin-bottom:2rem;
}

.block-story .quiz .question .question-title {
    margin: 1rem 0 1rem 0;
    font-size: 2.4rem;
    font-weight: 700;
}

.block-story .quiz .question .answer {
    font-size: 2.1rem;
    font-weight: 400;
}

.block-story .quiz .green-bar {
    display: block;
    width: 125px;
    height: 5px;
    margin-top: 5rem;
    background-color: #00afaf;
}

.block-story .quiz .solution {
    margin-top: 10rem;
}

.block-story .quiz .solution .black-bar {
    width: 62.5px;
    height: 5px;
    margin: 0 0 1rem 0;
    background-color: #000;
}

.block-story .btn-row {
    text-align: center;
    padding: 35px 0 40px;
    width: 330px
}

/* .block-story-brief > .inner {
    width: 700px;
    margin: 0 auto;
    padding: 30px 0 40px;
    text-align: left;
}

.block-story-brief .title {
    color: #000;
    font-size: 3.6rem;
    margin: 0 0 20px;
    font-weight: 700;
}

.block-story-brief p {
    color: #000;
    font-size: 1.4rem;
    margin: 0 0 20px;
    line-height: 21px;
}

.block-story-brief .infos {
    margin: 0 0 40px;
}

.block-story-brief .infos p {
    font-size: 2.1rem;
    line-height: 30px;
    margin: 0 0 10px;
    font-weight: 400;
}

.block-story-brief .btn-row {
    text-align: center;
}

.block-story-brief .btn-row  .btn {
    width: 350px;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
}

.block-quiz .inner {
    width: 700px;
    margin: 0 auto;
    padding: 60px 0;
}

.block-quiz.quiz-home .title {
    color: #fff;
    font-size: 4.8rem;
    padding: 80px 0;
    font-weight: 700;
}

.block-quiz.quiz-home .btn-row {
    width: 350px;
    margin: 0 auto;
}

.block-quiz.quiz-home .btn-row .btn {
    width:350px;
    margin: 0 0 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.block-quiz .block-question {
    border:1px solid rgba(153,153,153,0.5);
    border-radius:2px;
    width: 370px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.block-quiz .block-question .in {
    border: 1px solid rgba(153,153,153,0.5);
    padding: 20px;
    border-radius: 10px;
    height: 250px;
    position: relative;
    transform-style: preserve-3d;
}

.block-quiz .block-question.quiz-resultat .in {
    height: auto;
}

.block-quiz .block-question.review .in {
    height: auto;
}

.block-quiz .block-question .step {
    font-size: 1.4rem;
    text-align: center;
    color: #000;
    margin: 0 0 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block-quiz .block-question .question {
    font-size: 2.8rem;
    margin: 0;
    font-weight: 700;
    color: #000;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.block-quiz .block-question.quiz-resultat .question {
    position: unset;
    top: unset;
    left: unset;
    transform: none;
}

.block-quiz .block-question.review .question {
    position: unset;
    top: unset;
    left: unset;
    transform: none;
    padding: 0px;
}

.block-quiz .block-question .clue {
    font-size: 1.8rem;
    margin: 0 0 15px;
    font-weight: 400;
    color: #000;
}

.block-quiz .block-question .emoji {
    font-size: 5.6rem;
    color: #000;
}

.block-quiz .block-question .link {
    text-decoration: none;
    color: #505bd7;
    text-transform: uppercase;
    font-size: 1.6rem;
    display: inline-block;
    font-weight: 700;
}

.block-quiz .block-question .link:hover {
    color: #5E6CFF;
}

.block-quiz .block-question .btn-actions .btn {
    max-width:100%;
    height:80px;
    border-radius: 10px;
    position: relative;
    transform-style: preserve-3d;
}

.block-quiz .block-question .btn-actions .btn .text {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block-quiz .block-question .next-question {
    text-decoration: none;
    display: block;
    background: #fff;
    width: 100%;
    color: #fff;
    height:50px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    background-color:#505bd7;
    border-radius: 6px;
    border: 1px solid #505bd7;
    margin-top: 25px;
}

.block-quiz .block-question .next-question span {
    display: inline-block;
    padding: 0 0 0 20px;
    line-height: 1.2;
    position: relative;
}

.block-quiz .block-question .next-question span:after {
    top: 5px;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.block-quiz .block-question .btn-primary {
    margin-top: 15px;
    width:100%;
}

.block-quiz .btn-actions {
    padding: 0;
}

.block-quiz .btn-actions .btn {
    margin: 25px 0 0;
    width: 100%;
    text-transform: none;
    line-height:1.2;
    font-weight: normal;
    border-radius: 6px;
}

.block-quiz.quiz-wrap {
    text-align: left;
}

.block-quiz.quiz-wrap .title {
    color: #fff;
    font-size: 3.6rem;
    margin: 0 0 20px;
    font-weight: 700;
}

.block-quiz.quiz-wrap p {
    color: #fff;
    font-size: 2.4rem;
    margin: 0 0 25px;
    font-weight: 400;
}

.block-quiz.quiz-wrap .block-wtd {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 20px 0 0 0;
}

.block-quiz.quiz-wrap .block-wtd .title-2 {
    margin: 0 0 30px;
    color: #fff;
    font-weight: 700;
    font-size: 3.6rem;
}

.block-quiz.quiz-wrap .block-wtd .title-3 {
    margin: 0 0 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6rem;
}

.block-quiz.quiz-wrap .block-wtd .btn {
    width:320px;
    height:40px;
    color: #000;
    line-height: 40px;
    padding: 0 20px;
    margin: 0 0 30px;
}

.block-quiz.quiz-wrap .block-list-stories .list li .name {
    font-size: 1.8rem;
}

.block-quiz.quiz-wrap .block-list-stories .list li {
    margin: 0 35px 0 0;
}

.block-quiz.quiz-wrap .block-list-stories .list li:nth-child(3n) {
    margin-right: 0;
} */

.block-welcome > .inner {
    padding: 0 40px;
    text-align: center;
}

.block-welcome .title {
    color: #000;
    font-weight: 700;
    font-size: 3.6rem;
    padding: 40px 0 20px;
}

.block-welcome .intro {
    border-top: 1px solid #ccc;
    padding: 20px 0 0 0;
    color: #000;
    font-size: 2.4rem;
    font-weight: 400;
    margin: 0;
}

.block-welcome .block-list-stories .inner {
    padding: 40px 0 0 0;
}

/*  =BUTTONS
----------------------------------------------------------------------------- */

.btn {
    font-size: 1.6rem;
    text-transform: uppercase;
    border-radius:6px;
    padding:12px 20px;
    border:0;
    font-weight: bold;
    white-space:normal;
    /* border:1px solid #b7b7b7; */
}

.btn-primary {
    background: #505bd7;
    border-color:#505bd7;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active  {
    background-color: #5e6bff;
}

.btn-secondary {
    color: #505bd7;
    background: #fff;
    /*border:1px solid #ccc;*/
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    border-color:#5e6bff;
    background-color: #5e6bff;
    color: #fff;
}


.btn-tertiary {
    color: #fff;
    background: transparent;
    border:1px solid #fff;
}

.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active {
    background: #fff;
    border-color:#fff;
    color: #5e6bff!important;
}


.btn-quaternary {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

.btn-quaternary:hover,
.btn-quaternary:focus,
.btn-quaternary:active {
    color: #5e6bff!important;
}

.btn.disabled,
.btn:disabled,
.btn:disabled:hover,
.btn:disabled:focus,
.btn:disabled:active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

#content .btn-row {
    margin: 40px 0;
}


/*  =FORM
----------------------------------------------------------------------------- */

form {
    font-family:'Muli', Arial, sans-serif;
}


.form-control {
  display: block;
  height:40px;
  width: 100%;
  padding: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-check {
    margin: 10px 0 5px 0;
}

.form-check label {
    color: #999;
    font-size: 1.4rem;
    line-height: 21px;
    padding: 0 0 0 10px;
}

.safe-field {
    position: relative;
    display: block;
}

/*.safe-field:after {
    position: absolute;
    content: "*";
    text-indent: -9999px;
    top: 14px;
    right: 12px;
    width: 13px;
    height: 13px;
    background: url(../img/skin/safe-input.gif) no-repeat;
}*/

#form-register .form-title {
      font-size: 1.5rem;
      font-weight: 400;
      margin-bottom: 20px;
}

#form-register p {
      margin: 10px 0 10px 0;
}

#form-register .form-group-text label {
    display: none;
}

#form-register .avatar {
    margin-bottom: 15px;
    margin-top: 15px;
}

#form-register .fieldset {
    margin-bottom: 20px;
    margin-top: 20px;
}

#form-register .fieldset.last {
    border-bottom: none;
    padding-bottom: 5px;
}

#form-register .btn {
    padding: 0;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

#form-register .btn.btn-primary.start-trial {
    height: auto;
    line-height: unset;
    padding: 10px 30px;
}

.form-group .error {
    color: red;
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 1.2rem;
}

.icheckbox {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    border:1px solid #b3b3b3;
    border-radius:3px;
    cursor: pointer;
}

.icheckbox .iCheck-helper {
    display: none;
}

.icheckbox.checked {
    background: #3e50b4 url('../img/skin/icon-check-white.svg') center center no-repeat;
    background-size:10px;
    border-color:#3e50b4;
}
.icheckbox.disabled {
    cursor: default;
}
.icheckbox.checked.disabled {
}

.form-check .icheckbox {
    position: absolute;
    top:4px;
    left:0;
}

/*  =FOOTER
----------------------------------------------------------------------------- */

#footer{ background: #fff;
    border-top: 1px solid rgba(153,153,153,.5);
    text-align: center;
}

#footer > .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 20px 10px 20px;
}

#footer p {
    font-size: 1.8rem;
    color: #000;
}

#footer p a {
    color: #505bd7;
    text-decoration: none;
}

#footer p a:hover {
    color: #5E6CFF;
}

#footer .links li {
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
}

#footer .links li:after {
    content:' -';
    color: #505bd7;
}

#footer .links li:last-child:after {
    display: none;
}

#footer .links li a {
    color: #505bd7;
    text-decoration: none;
}

#footer .links li a:hover {
    color: #5E6CFF;
}

.full-viewport {
    height:95vh;
    vertical-align: middle;
}

.autoHeight {
    height:auto;
}

.full-viewport .viewport-centered {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: 60px;
}


/*  =MEDIAQUERIES
----------------------------------------------------------------------------- */

.mobile-only {
    display: none;
}

.small-mobile-only {
    display: none;
}

@media screen and (max-width: 1024px) {

    .body {
        overflow-x: hidden;
        position: relative;
        height:100%;
    }

    .nav-open {
        overflow: hidden;
        position: relative;
        height:100%;
    }

    .desktop-only {
        display: none!important;
    }

    .mobile-only {
        display: none;
    }

    * > .inner {
        width: 768px!important;
    }

    #header nav {
        position: absolute;
        top:80px;
        right:-100%;
        display: block;
        width:50%;
        height:100%;
        z-index: 5;
        opacity:0;
        overflow: hidden;
        transition: all 0.3s ease-in;
    }

    #header .overlay {
        content:'';
        display: block;
        height:100%;
        width:100%;
        left:0%;
        visibility: hidden;
        top:80px;
        position: absolute;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 4;
    }

    #header nav .in {
        background: #fff;
        padding: 30px  0 0 0;
        height: 100%;
        width: 100%;
        z-index: 2;
        position: relative;
    }

    #header nav.active {
        right:0;
        opacity:1;
        transition: all 0.15s ease-out 0.15s;
    }

    .nav-open #header .overlay {
        opacity: 1;
        visibility: visible;
        transition:opacity 0.2s ease;
    }

    #header nav .profile {
        margin: 0 0 30px;
        padding: 10px 25px;
        display: block;
        background: #000;
    }

    #header nav .profile .avatar {
        width: 60px;
        height: 60px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

    #header nav .profile .id {
        color: #fff;
        font-size: 1.8em;
        display: inline-block;
        vertical-align: middle;
    }

    #header nav .profile .id p {
        margin:0;
    }

    #header .nav {
        float: none;
        width:100%;
        margin: 0;
        padding:0 25px;
    }

    #header .nav .nav-item {
        display: block;
        margin: 0 0 10px 0;
        width:100%;
        left:100%;
        position: relative;
        opacity:0;
        transition: all 0.1s ease-out;
    }

    #header .nav .nav-item .on {
        font-size: 3rem;
        padding: 0;
        font-weight: 700;
    }

    #header .nav .nav-item.help .on {
        font-size: 2.6rem;
        padding: 0;
    }

    #header .nav .nav-link {
        color: #505bd7;
        font-size: 3.6rem;
        font-weight: 700;
        padding: 0;
    }

    #header .nav .sm .nav-link {
        font-size:2.6rem;
    }

     #header .nav .nav-link:focus,
     #header .nav .nav-link:active {
        outline:none;
        color: #5E6CFF;
    }

    #header nav.active .nav .nav-item {
        transition: all 0.1s ease-out;
        left:0;
        opacity: 1;
    }

    #header nav.active .nav .nav-item:nth-child(1) {
        transition-delay:0.2s;
    }

    #header nav.active .nav .nav-item:nth-child(2) {
        transition-delay:0.25s;
    }

    #header nav.active .nav .nav-item:nth-child(3) {
        transition-delay:0.3s;
    }

    #header nav.active .nav .nav-item:nth-child(4) {
        transition-delay:0.35s;
    }

    #header nav.active .nav .nav-item:nth-child(5) {
        transition-delay:0.40s;
    }

    #header nav.active .nav .nav-item.help {
        margin-top: 10px;
    }

    #header .nav .nav-link.help {
        font-size: 2.4rem;
    }

    #header .nav .nav-link.active {
        border-color:#505bd7;
        color: #505bd7;
    }

    #header .nav .nav-link:hover {
        color: #505bd7;
    }

    #header .nav .nav-item.log,
    #header .nav .nav-item.help {
        border:0;
    }

    #header .toggle-nav {
        display: block;
        float: right;
        margin: 33px 0 0 0;
    }

    .block-cover {
        height:91vh;
    }

    .block-cover .title {
        font-size: 4rem;
        margin-bottom: 40px;
        width:450px;
    }

    .block-cover .legal {
        padding: 0 10px;
        text-shadow: none;
        color: #000;
    }

    .block-presentation .section .content {
        width: 100%;
        margin-left: 0;
    }

    .block-presentation .section > .inner {
        display: inherit;
        align-items: normal;
        padding-bottom:60px;
    }

    .block-presentation .section img {
        width:100%;
        margin:20px 0 0 0;
    }

    .block-presentation .section-1 .card {
        width: 225px;
        margin: 0 auto 20px;
        border: none;
    }

    .block-presentation .section-1 .card img {
        width:70%;
        margin:0 auto;
    }

    .block-presentation .section-1 .card .card-body {
        padding: 1.25rem 0;
    }

    .block-presentation .section-1 .card .card-body p {
        font-size:1.4rem;
    }

    .block-presentation .section-2 .card {
        width: 220px;
        float: left;
        margin-right: 14px;
        color: #000;
    }

    .block-presentation .section-2 .card-img-top {
        margin: 0;
    }

    .block-presentation .section-2 .card-body {
        min-height: 298px;
    }

    .block-story-anonymous .section-2 {
        background:url('../img/skin/bg-day.jpg');
        background-size: cover;
    }

    .block-presentation .section-2 img {

    }

    .block-presentation .section-3 .image-story {
        width: 100%;
    }

    .block-presentation .section-3 .image-story img {
        width: 30%;
        margin: 0 34px 17px 0;
    }

    .block-presentation .section-3 .image-story img:nth-child(even) {
        margin: 0 34px 17px 0;
    }

    .block-presentation .section-3 .image-story img:nth-child(3n) {
        margin-right:0;
    }

    .block-presentation .section-3 > .inner p, .block-presentation .section-4 > .inner p {
        margin:20px 0;
    }

    .block-presentation .section-4 img {
        margin-bottom:20px;
    }


    .block-cover-story > .inner, .alert > .inner {
        padding: 30px;
    }

    .alert {
        padding:0;
    }

    .alert > .inner .btn {
        width: 350px;
    }

    .alert-dismissible .close {
        right:17.5px;
    }

    .block-cover-story .btn {
        margin:10px 0 10px;
    }

    .block-cover-story .w-550 {
        display: none;
    }

    .block-cover-story .w-260 {
        display: block;
        width:260px;
    }

    .block-cover-story.story-preview img {
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        float: none;
        display: block;
    }

    .block-cover-story.story-preview .content {
        width:100%;
    }

    .block-list-stories > .inner {
        padding:20px;
    }

    .block-list-stories .card {
        width: 350px;
        margin-right: 28px;
    }

    .block-list-stories .card:nth-child(even) {
        margin-right: 0;
    }

    .block-list-stories .card:nth-child(odd) {
        margin-right: 28px;
    }

    .block-list-stories .card-body {
        min-height: 207px;
    }

    .block-list-stories .card.promo {
        height:493px;
    }

    .block-list-stories .card.promo .try-it {
        margin-bottom: 5px;
    }

    .notification.freestory {
        width: 160px;
    }

    .block-story > .inner {
        padding:20px;
    }

    .block-story-brief > .inner {
        padding:20px;
    }

    .block-quiz .inner {
        padding-left:20px;
        padding-right: 20px;
    }

    .block-welcome > .inner {
        width: 700px!important;
    }

    .page-player {
    padding:52px 0 0 0;
    }


}

@media screen and (max-width: 767px) {

    .full-viewport {
        height:auto;
    }

    .full-viewport .viewport-centered {
        margin-top: 40px;
    }

    .small-mobile-only {
        display: block;
    }

    .desktop-tablet-only {
        display: none!important;
    }

    * > .inner {
        width: 100%;
    }

    #header {
        height:52px;
    }

    #header > .inner {
        padding:0 20px;
        width:100%!important;
    }

    #header .logo a {
        margin-top:10px;
    }

    #header .close {
        margin:17px 0 0 0;
        width: 18px;
        height: 18px;
    }

    #header .overlay {
        top:52px;
    }

    #header .toggle-nav {
        margin-top: 19px;
    }

    #header nav .profile .avatar {
        display: inline-block;
    }

    #header nav .profile {
        margin: 0 0 20px;
    }

    #header nav {
        width:80%;
        top:52px;
    }

    #header .nav .nav-link {
        font-size: 3rem;
    }

    #header .btn {
        font-size: 1.1rem;
        margin-top: -4px;
        padding: 10px 15px;
    }

    .block-cover {
        background: repeat 60% 75% / cover;
        background-image: url('https://storage.googleapis.com/instapage-user-media/e6ac1868/40794991-0-00-cover-globale-pro.jpg');
        text-align: center;
        height: 100vh;
        margin-top: -52px;
        padding-top: 52px;
        position: relative;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .block-cover.night {
        background: url('../img/skin/bg-top-night-mobile.jpg') top left no-repeat;
        background-size: cover;
    }

    .block-cover .legal {
        font-size: 1rem;
        width:100%;
        color:#000;
        bottom:-2px;
    }

    .block-cover > .inner {
        padding: 0 20px 5px;
        width:100%!important;
        margin: 0 auto;
        position: absolute;
        bottom:20px;
    }

    .block-cover .title {
        font-size: 3.2rem;
        margin: 0 0 20px;
        color:#000;
        text-shadow: none;
        width:100%
    }

    .block-cover p {
        font-size: 1.6rem;
        margin: 0 0 20px;
        line-height:20px;
        color:#000;
        text-shadow: none;
        width: 100%;
    }

    .block-cover.trial-end  p {
        width: 100%;
        font-size: 2.2rem;
    }

    .block-cover .smallp, .block-subscription .smallp, .block-cover.trial-end .smallp {
        font-size: 1.4rem;
        margin: 0;
        line-height: 20px;
        color: #000;
        text-shadow: none;
        width: 100%;
    }

    .block-subscription .smallp {
        color: #fff;
        text-align: left;
    }

    .block-cover .btn {
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
        border:0;
    }

    .block-cover.night .title, .block-cover.night p, .block-cover.night .smallp, .block-cover.night .legal  {
        color: #fff;
        text-shadow: none;
    }

    .block-cover .image-story {
        display: none;
    }

    .block-subscription > .inner {
        padding: 60px 20px;
        width: 100%!important;
        margin: 0 auto auto;
        text-align: left;
    }

    .block-subscription .title {
        font-size: 2.6rem;
    }

    .block-subscription.hp p {
        font-size: 1.6rem!important;
    }

    .block-subscription .card {
        width: 100%;
    }

    .block-subscription .card.first {
        margin-right: 0;
    }

    .block-presentation .section > .inner .title {
        font-size: 2.6rem;
        margin-bottom:10px;
    }

    .block-presentation .section > .inner .sub-title, .card-title {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .block-presentation .section p {
        font-size: 1.6rem;
        margin: 20px 0;
    }

    .block-presentation .section > .inner {
        padding:60px 20px;
        width:100%!important;
        display: inherit;
        align-items: normal;

    }

    .block-presentation .section-1 img {
        width: 60%;
        margin: 0 auto;
    }

    .block-presentation .section-1 .btn {
        clear: both;
        margin-top:0;
    }

    .block-presentation .section-1-b hr {
        padding-bottom: 20px;
    }

    .block-presentation .section-2 .card {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        color: #000;
    }

    .block-presentation .section-2 .card:last-child {
        margin-bottom: 0;
    }

    .block-presentation .section-2 .card-body {
        min-height: unset;
    }


    .block-presentation .section-3 .image-story {
        display: none;
    }

    .block-presentation .section-3 .btn {
        width:100%;
    }

    .block-presentation .section-4 > .inner .title {
    }

    .block-presentation .section-4 img {
        margin-top: 0;
        width: 100%;
    }

    .block-presentation .section-4 .free-story-preview {
        text-align: left;
    }

    .block-presentation .section-4 .free-story-preview .btn {
        width: 100%;
    }


    .block-register-container {
        width:340px;
    }

    .block-register-left {
        margin:30px 0;
    }

    .block-register, .block-register.help-legal, .block-account, .block-register-right {
        margin:0 auto 30px;
        width:340px;
        padding: 20px 10px;
    }

    .block-register .title, .block-account .title {
        font-size: 2.2rem;
        margin: 0 0 20px;
    }

    .block-register-right .title {
        font-size: 2rem;
        margin:0 0 5px 0;
    }

    .block-register-right .title:nth-child(2n) {
        padding-top:10px;
    }

    .block-register-right .title .material-icons {
        color: #ffa00a;
        font-size: inherit;
        position: relative;
        top:3px;
    }

    .block-register p, .block-register-right p {
        font-size: 1.1rem;
        line-height: 14px;
    }

    .block-register-left p {
        margin-bottom: 1rem;
    }

    .block-account p {
        font-size: 1.8rem;
        line-height: 26px;
    }

    .block-register.help-legal {
        margin-top:30px;
        padding:30px 10px;
    }

    .block-register.help-legal .title {
        margin-bottom: 30px;
        font-size: 3.25rem;
    }

    .block-register.help-legal h2 {
        font-size: 2.25rem;
        margin-top: 30px;
    }

    .block-register.help-legal h3 {
        font-size:1.8rem;
    }

    .block-register.help-legal p {
        font-size: 1.4rem; 
        line-height: 2.2rem;
    }

    .block-register .back {
        top:-25px;
        font-size:1.4rem;
    }

    .form-check label {
        font-size: 1.1rem;
        line-height: 14px;
    }

    .form-check .icheckbox {
        position: absolute;
        top:2px;
        left:0;
    }

    #form-register .fieldset {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #form-register .avatar {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .block-account {
        width: 330px;
        margin-right: auto;
        margin-left: auto;
        padding: 10px;
    }

    .block-account .title {
        font-size: 2.2rem;
        margin: 0 0 10px;
    }

    .block-account .actions li a {
        font-size: 1.6rem;
        line-height: 26px;
    }

    .block-list-stories > .inner {
        width: 375px!important;
        padding: 0 10px 30px;
    }

    .block-list-stories.firstline > .inner {
        padding-bottom:10px;
    }

    .block-list-stories.firstline .card, .block-list-stories .card {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .block-list-stories.firstline .card:last-child, .block-list-stories .card:last-child {
        margin-bottom: 0;
    }

    .block-list-stories .card.promo {
        height:483px;
    }

    .block-list-stories .card.promo .try-it {
        margin-bottom: 15px;
    }

    .block-story {
        width:100%;
    }

    .block-story > .inner {
        width:100%!important;
    }

    /* story */

        /* notification free story on story page */

        .notification {
            width:100%;
            margin-bottom: 10px;
        }

        .notification .col-2 .material-icons {
            text-align: inherit;
            margin-left:-10px;
        }

        .notification .col-10 {
            font-size: 1.4rem;
        }

        .notification.confirmation {
            padding: 10px;
        }

        #content .block-categ {
            margin-top:100px; /* Pour gérer le header, sans avoir d'espace blanc en haut */
        }

        #content .block-story {
            margin-top:52px; /* Pour gérer le header, sans avoir d'espace blanc en haut */
        }

        .block-story>.inner {
            padding: 10px;
        }

        .block-story .content {
            width: 100%;
            padding: 10px;
            margin: 0px auto;
         }

        .block-story .content.excerpt {
            margin: -50px auto 0 auto;
            width:100%;
            padding: 10px;
         }

         .block-story .content.excerpt h2 {
             font-size: 2.4rem
         }

         .block-story h1 {
             margin: 1rem 0;
             font-size: 3.2rem;
             font-weight: 700;
         }

         .block-story .brief h2 {
             margin: 0 0 2rem 0;
             font-size: 2.4rem;
             font-weight: 700;
         }

         .block-story .content p.dialog {
             margin: 0 10px 10px;
         }

        /* quiz */
        .block-story .quiz {
            margin: 10px auto;
            padding: 10px;
        }

        .block-story .quiz .title {
            font-size: 2.6rem;
        }

        .block-story .quiz .question {
            margin-bottom:1.5rem;
        }

        .block-story .quiz .green-bar {
            margin-top: 3rem;
        }

        .block-story .quiz .question .question-title {
            font-size: 2rem;
        }

        .block-story .quiz .question .answer {
            font-size: 1.8rem;
        }

    .block-cover-story  {
        width:100%;
    }

    .block-cover-story .w-550 {
        display: block;
        width:100%;
        height: auto;
    }

    .block-cover-story .w-260 {
        display: none;
    }

    .block-cover-story > .inner, .alert > .inner {
        padding: 0 !important;
        width:100%!important;
    }

    .alert > .inner {
        padding:20px 10px 10px 10px!important;
    }

    .alert > .inner .btn {
        width: 100%;
    }

    .alert-dismissible .close {
        right:0;
    }

    .block-cover-story .content {
        width:auto;
        float: none;
        padding:10px;
    }

    .block-cover-story.story-home .content {
        border-bottom:1px solid #ccc;
    }

    .block-cover-story.story-home .excerpt,
    .block-cover-story.story-home .details,
    .block-cover-story.story-home .btn  {
        /*display: none;*/
    }

    .block-cover-story img {
        width:100%;
        float: none;
        height: auto;
    }

    .block-cover-story p {
        font-size:1.4rem;
    }

    .block-cover-story .details {
        font-size: 1.2rem;
    }

    .block-cover-story .content .title {
        font-size: 1.8rem;
    }

    .block-cover-story .infos {
        font-size: 1.2rem;
    }

    .block-cover-story .infos span {
        color: #ea5238;
    }

    .block-cover-story.story-preview {
        background: none;
        margin-top: 100px;
    }


    .block-cover-story.story-preview > .inner {
        width:100%!important;
    }

    .block-cover-story.story-preview img {
        width:100%;
        height:auto;
        margin: 0;
    }

    .block-cover-story.story-preview .btn {
        height: 50px;
        line-height: 50px;
        display: inline-block;
        margin: 5px 0 15px;
        max-width:100%;
     }

    .block-cover-story.story-preview .btn-group {
        text-align: center;
    }

    .block-list-stories .title {
        color: #fff;
        text-align: center;
        font-size: 2.4rem;
        margin: 0 0 20px;
        font-weight: 700;
    }

    .block-list-stories .list {
        width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        text-align: left;
    }

    .block-list-stories .list li {
        margin: 0 11px 20px;
        width: 150px;
    }

    .block-list-stories .list li img {
        width: 150px;
        height: 202px;
    }

    .block-list-stories .list li .name {
      font-size: 1.4rem;
      padding: 0;
    }

    .block-list-stories .list li,
    .block-list-stories .list li:nth-child(1n) {
        margin:0 10px 20px 0;
    }

    .block-list-stories .list li:nth-child(2n) {
        margin-right: 0;
    }

    .block-story-brief {
    }

    .block-story-brief > .inner {
        padding:20px;
        width:100%!important;
    }

    .block-story-brief .title {
        font-size: 2.4rem;
    }

    .block-story-brief p {
        font-size: 1.2rem;
        line-height: 15px;
    }

    .block-story-brief .infos p {
        font-size: 1.8rem;
        line-height: 26px;
    }

    .block-story-brief .btn-row .btn {
        max-width:300px;
    }

    .block-story .quiz .question {
        text-align: left;
        font-size: 3rem;
    }

    .block-story .btn {
        width:100%;
    }

    .block-story .btn-row .btn {
        width: 300px;
    }

    .block-story .nav-story {
        height: 50px;
        position:fixed;
        left:0;
        bottom:0;
        width:100%;
    }

    .block-story .nav-story .progress {
        width: 100%;
        height: 4px;
        border-top:1px solid #ccc;
        border-bottom: 0;
        background: #070712;
        position: relative;

    }

    .block-story .nav-story .progress:before {
        content:'';
        display: inline-block;
        height:3px;
        position: absolute;
        left:0;
        top:0;
        background: #5e6bff;
        width:40%;
    }

    .block-story .nav-story .btn {
        width:50%;
        border-radius:0;
        display: block;
        float: left;
        font-size: 1.2rem;
        color:#5e6bff;
        text-transform: none;
        height: 47px;
        line-height: 47px;
        font-weight: normal;
        position: relative;
        background: #fff;
    }

    .block-story .nav-story .btn span {
        display: inline-block;
        position: relative;
        padding: 0 0 0 15px;
    }

    .block-story .nav-story .btn span:after {
        top: 20px;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #5e6bff;
        border-width: 7px;
        margin-left: -7px;
    }

    .block-story .nav-story .btn-previous span:after {
        top:15px;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #5e6bff;
    }

    .block-story .nav-story .btn-previous {
        border-right:1px solid #ccc;
    }

    .block-register .step,
    .block-quiz .block-question .step {
        font-size: 1.1rem;
    }

    .block-quiz {
        width:100%;
    }

    .block-quiz > .inner {
        padding: 0 20px;
        width:100%!important;
    }

    .block-quiz.quiz-home .title {
        font-size: 3.6rem;
        text-align: left;
    }

    .block-quiz.quiz-home .btn-row {
        width: 280px;
     }

    .block-quiz.quiz-home .btn-row .btn {
        width:100%;
        max-width:300px;
    }

    .block-quiz.quiz-question .inner {
        padding:20px;
    }

    .block-quiz .block-question {
        width: 100%;
    }

    .block-quiz .block-question .next-question {

    }

    .block-quiz .block-question .btn-actions {
        padding-bottom: 0;
    }

    .block-quiz .block-question .btn-actions .btn {
        max-width:100%;
    }


    .block-story > .inner {
        padding: 20px;
    }

    .block-story .content p {
        font-size:1.8rem;
        line-height:26px;
        margin: 0 0 25px;
    }

    .block-welcome {
        border:1px solid rgba(153,153,153,0.5);
        border-radius:2px;
        width:auto;
        margin:20px;
    }

    .block-welcome .title {
        padding-top: 0;
        font-size: 2.4rem;
        padding-bottom:10px
    }

    .block-welcome .intro {
        font-size: 1.8rem;
    }

    .block-welcome > .inner {
        width: 100%!important;
        padding: 10px;
    }

    .block-welcome .block-list-stories .title {
        display: none!important;
    }

    .block-welcome .block-list-stories .inner {
        width:100%!important;
    }

    .block-welcome .span-1 {
        display: block;
        font-size: 4rem;
        margin: 0 0 10px;
    }

    .block-welcome .span-2 {
        display: none;
    }

    .btn {
        font-size:1.4rem;
    }

    #footer p {
        font-size: 1.4rem;
    }

    #footer .links li {
        font-size: 1rem;
    }

    #footer > .inner {
        padding:20px 20px 10px;
        margin: 0 auto;
        width:100%!important;
    }

    #header .read,
    #header .listen {
        margin-top: 18px;
    }


}
@media screen and (max-width: 320px) {

    #header .btn {
        font-size: 0.9rem;
        font-weight: 400;
        margin-top: -4px;
        padding: 10px 10px;
    }


    /* notification free story on story page */
    .notification .col-2 .material-icons {
        margin-left:-15px;
    }

    .notification .col-10 {
        font-size: 1.2rem;
    }

    /* notification free story on category page */
    .notification.freestory {
        width: 140px;
    }

    .notification.freestory .col-2 {
        margin-left:0;
        max-width: 5%
    }

    .notification.freestory .col-2 .material-icons {
        font-size:1.8rem;
    }

    .notification.freestory .col-10 {
        font-size: 1.1rem;
        padding:0;
        max-width: 70%
    }


    .block-cover .smallp, .block-subscription .smallp {
        font-size: 1.2rem;
        line-height: 16px;
        margin: 0;
    }

    .block-register, .block-register.help-legal, .block-register-container, .block-register-left, .block-register-right {
        width: 300px;
    }

    .block-register-left:before {
        top: -36px;
    }

    .block-register.card-warning .float-left {
        padding-left: 0;
    }

    .block-register.card-warning .float-right{
        padding-right: 0;
    }

    .block-account {
        width: 300px;
    }

    .block-presentation .section > .inner .title {
        font-size: 2.2rem;
    }

    .block-subscription > .inner {
        width: 320px!important;
    }

    .block-subscription .card, .block-presentation .card {
        width: 100%;
        padding:10px;
    }

    .block-subscription .card ul li {
        font-size: 1.4rem;
    }


    .block-cover .btn {
        width: 100%;
    }

    .block-cover .title {
        font-size: 2.4rem;
    }

    .block-list-stories > .inner {
        width: 320px!important;
    }

    .block-list-stories.firstline > .inner {
        padding-bottom:0;
    }

    .block-story-brief .btn-row .btn {
        max-width: 280px;
    }


    .block-story .content {
        width:100%;
    }

    .block-story .quiz .solution {
        font-size: 1.4rem;
    }


    .block-quiz.quiz-question .inner img {
        width:100%
    }

    .form-control {
        height:35px;
        font-size: 1.325rem;
    }

    #form-register .fieldset {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #form-register .avatar {
        margin-bottom: 5px;
        margin-top: 5px;
    }

}

/*  =PRINT
----------------------------------------------------------------------------- */

@media print {

#content, #page {
width: 100%;
margin: 0;
float: none;
}

@page { margin: 2.5cm 5cm }

/*reset Taleming style */

#content .block-story {
    margin-top: 0;
}

.block-story > .inner {
    margin:0 auto;
    padding:0;
    width: 100%;
}

.block-story .content {
    width: 100%;
    padding: 0;
    margin:0;
    background-color: none;
    }

.block-story .content p a {
    text-decoration: none;
}

/*reset Taleming style end*/

body {
font: 13pt Georgia, "Times New Roman", Times, serif;
line-height: 1.3;
background: #fff !important;
color: #000;
}

h1 {
font-size: 24pt;
}

h2, h3, h4 {
font-size: 14pt;
margin-top: 25px;
}

a {
    page-break-inside:avoid
}
blockquote {
    page-break-inside: avoid;
}
h1, h2, h3, h4, h5, h6 { page-break-after:avoid;
     page-break-inside:avoid }
img { page-break-inside:avoid;
     page-break-after:avoid; }
table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

a:link, a:visited, a {
background: transparent;
color: black;
font-weight: normal;
text-decoration:none;
}

a {
    page-break-inside:avoid
}

a[href^=http]:after {
      content:" <" attr(href) "> ";
}

$a:after > img {
   content: "";
}

article a[href^="#"]:after {
   content: "";
}

a:not(:local-link):after {
   content:" <" attr(href) "> ";
}

.entry iframe, ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
}
.embed-youtube, .embed-responsive {
  position: absolute;
  height: 0;
  overflow: hidden;
}

#header, .notification, .print, .block-autopromo, .quiz, #header-widgets, nav, aside.mashsb-container,
.sidebar, .mashshare-top, .mashshare-bottom,
.content-ads, .make-comment, .author-bio,
.heading, .related-posts, #decomments-form-add-comment,
#breadcrumbs, #footer, .post-byline, .meta-single,
.site-title img, .post-tags, .readability
{
display: none;
}

.entry:after {
content: "\ Taleming - tout droit réservé";
color: #999 !important;
font-size: 1em;
padding-top: 30px;
}
#header:before {
content: "\ Retrouvez une nouvelle histoire chaque semaine en vous inscrivant à Taleming ";
color: #777 !important;
font-size: 1em;
padding-top: 30px;
text-align: center !important;
}

/* Wichtige Elemente definieren */
p, address, li, dt, dd, blockquote {
font-size: 100%
}

/* Zeichensatz fuer Code Beispiele */
code, pre { font-family: "Courier New", Courier, mono}

ul, ol {
list-style: square; margin-left: 18pt;
margin-bottom: 20pt;
}

li {
line-height: 1.6em;
}

}
