@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v9/jizaRExUiTo99u79D0KExQ.woff2) format('woff2');
}

@font-face {
  font-family: 'Bree Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Bree Serif Regular'), local('BreeSerif-Regular'), url(https://fonts.gstatic.com/s/breeserif/v7/4UaHrEJCrhhnVA3DgluA96rp5w.woff2) format('woff2');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
}

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

body {
    margin: 0
}
am
article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

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

a:active, a:hover {
    outline-width: 0
}

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

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

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

img {
    border-style: none
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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

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-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

.h1 {
    font-size: 3rem
}

.h2 {
    font-size: 2rem
}

.h3 {
    font-size: 1.5rem
}

.h4 {
    font-size: 1.125rem
}

.h5 {
    font-size: .875rem
}

.h6 {
    font-size: .75rem
}

.font-family-inherit {
    font-family: inherit
}

.font-size-inherit {
    font-size: inherit
}

.text-decoration-none {
    text-decoration: none
}

.bold {
    font-weight: 700
}

.regular {
    font-weight: 400
}

.italic {
    font-style: italic
}

.caps {
    text-transform: uppercase;
    letter-spacing: .2em
}

.left-align {
    text-align: left
}

.center {
    text-align: center
}

.right-align {
    text-align: right
}

.justify {
    text-align: justify
}

.nowrap {
    white-space: nowrap
}

.break-word {
    word-wrap: break-word
}

.line-height-1 {
    line-height: 1rem
}

.line-height-2 {
    line-height: 1.125rem
}

.line-height-3 {
    line-height: 1.5rem
}

.line-height-4 {
    line-height: 2rem
}

.list-style-none {
    list-style: none
}

.underline {
    text-decoration: underline
}

.truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-reset {
    list-style: none;
    padding-left: 0
}

.inline {
    display: inline
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.table {
    display: table
}

.table-cell {
    display: table-cell
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.overflow-auto {
    overflow: auto
}

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

.clearfix:after {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.fit {
    max-width: 100%
}

.max-width-1 {
    max-width: 24rem
}

.max-width-2 {
    max-width: 32rem
}

.max-width-3 {
    max-width: 48rem
}

.max-width-4 {
    max-width: 64rem
}

.border-box {
    box-sizing: border-box
}

.align-baseline {
    vertical-align: baseline
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.m0 {
    margin: 0
}

.mt0 {
    margin-top: 0
}

.mr0 {
    margin-right: 0
}

.mb0 {
    margin-bottom: 0
}

.ml0, .mx0 {
    margin-left: 0
}

.mx0 {
    margin-right: 0
}

.my0 {
    margin-top: 0;
    margin-bottom: 0
}

.m1 {
    margin: .5rem
}

.mt1 {
    margin-top: .5rem
}

.mr1 {
    margin-right: .5rem
}

.mb1 {
    margin-bottom: .5rem
}

.ml1, .mx1 {
    margin-left: .5rem
}

.mx1 {
    margin-right: .5rem
}

.my1 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.m2 {
    margin: 1rem
}

.mt2 {
    margin-top: 1rem
}

.mr2 {
    margin-right: 1rem
}

.mb2 {
    margin-bottom: 1rem
}

.ml2, .mx2 {
    margin-left: 1rem
}

.mx2 {
    margin-right: 1rem
}

.my2 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.m3 {
    margin: 1.5rem
}

.mt3 {
    margin-top: 1.5rem
}

.mr3 {
    margin-right: 1.5rem
}

.mb3 {
    margin-bottom: 1.5rem
}

.ml3, .mx3 {
    margin-left: 1.5rem
}

.mx3 {
    margin-right: 1.5rem
}

.my3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.m4 {
    margin: 2rem
}

.mt4 {
    margin-top: 2rem
}

.mr4 {
    margin-right: 2rem
}

.mb4 {
    margin-bottom: 2rem
}

.ml4, .mx4 {
    margin-left: 2rem
}

.mx4 {
    margin-right: 2rem
}

.my4 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.mxn1 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.mxn2 {
    margin-left: -1rem;
    margin-right: -1rem
}

.mxn3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.mxn4 {
    margin-left: -2rem;
    margin-right: -2rem
}

.ml-auto {
    margin-left: auto
}

.mr-auto, .mx-auto {
    margin-right: auto
}

.mx-auto {
    margin-left: auto
}

.p0 {
    padding: 0
}

.pt0 {
    padding-top: 0
}

.pr0 {
    padding-right: 0
}

.pb0 {
    padding-bottom: 0
}

.pl0, .px0 {
    padding-left: 0
}

.px0 {
    padding-right: 0
}

.py0 {
    padding-top: 0;
    padding-bottom: 0
}

.p1 {
    padding: .5rem
}

.pt1 {
    padding-top: .5rem
}

.pr1 {
    padding-right: .5rem
}

.pb1 {
    padding-bottom: .5rem
}

.pl1 {
    padding-left: .5rem
}

.py1 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px1 {
    padding-left: .5rem;
    padding-right: .5rem
}

.p2 {
    padding: 1rem
}

.pt2 {
    padding-top: 1rem
}

.pr2 {
    padding-right: 1rem
}

.pb2 {
    padding-bottom: 1rem
}

.pl2 {
    padding-left: 1rem
}

.py2 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px2 {
    padding-left: 1rem;
    padding-right: 1rem
}

.p3 {
    padding: 1.5rem
}

.pt3 {
    padding-top: 1.5rem
}

.pr3 {
    padding-right: 1.5rem
}

.pb3 {
    padding-bottom: 1.5rem
}

.pl3 {
    padding-left: 1.5rem
}

.py3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.p4 {
    padding: 2rem
}

.pt4 {
    padding-top: 2rem
}

.pr4 {
    padding-right: 2rem
}

.pb4 {
    padding-bottom: 2rem
}

.pl4 {
    padding-left: 2rem
}

.py4 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px4 {
    padding-left: 2rem;
    padding-right: 2rem
}

.col {
    float: left
}

.col, .col-right {
    box-sizing: border-box
}

.col-right {
    float: right
}

.col-1 {
    width: 8.33333%
}

.col-2 {
    width: 16.66667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333%
}

.col-5 {
    width: 41.66667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333%
}

.col-8 {
    width: 66.66667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333%
}

.col-11 {
    width: 91.66667%
}

.col-12 {
    width: 100%
}

@media (min-width: 40.06rem) {
    .sm-col {
        float: left;
        box-sizing: border-box
    }

    .sm-col-right {
        float: right;
        box-sizing: border-box
    }

    .sm-col-1 {
        width: 8.33333%
    }

    .sm-col-2 {
        width: 16.66667%
    }

    .sm-col-3 {
        width: 25%
    }

    .sm-col-4 {
        width: 33.33333%
    }

    .sm-col-5 {
        width: 41.66667%
    }

    .sm-col-6 {
        width: 50%
    }

    .sm-col-7 {
        width: 58.33333%
    }

    .sm-col-8 {
        width: 66.66667%
    }

    .sm-col-9 {
        width: 75%
    }

    .sm-col-10 {
        width: 83.33333%
    }

    .sm-col-11 {
        width: 91.66667%
    }

    .sm-col-12 {
        width: 100%
    }
}

@media (min-width: 52.06rem) {
    .md-col {
        float: left;
        box-sizing: border-box
    }

    .md-col-right {
        float: right;
        box-sizing: border-box
    }

    .md-col-1 {
        width: 8.33333%
    }

    .md-col-2 {
        width: 16.66667%
    }

    .md-col-3 {
        width: 25%
    }

    .md-col-4 {
        width: 33.33333%
    }

    .md-col-5 {
        width: 41.66667%
    }

    .md-col-6 {
        width: 50%
    }

    .md-col-7 {
        width: 58.33333%
    }

    .md-col-8 {
        width: 66.66667%
    }

    .md-col-9 {
        width: 75%
    }

    .md-col-10 {
        width: 83.33333%
    }

    .md-col-11 {
        width: 91.66667%
    }

    .md-col-12 {
        width: 100%
    }
}

@media (min-width: 64.06rem) {
    .lg-col {
        float: left;
        box-sizing: border-box
    }

    .lg-col-right {
        float: right;
        box-sizing: border-box
    }

    .lg-col-1 {
        width: 8.33333%
    }

    .lg-col-2 {
        width: 16.66667%
    }

    .lg-col-3 {
        width: 25%
    }

    .lg-col-4 {
        width: 33.33333%
    }

    .lg-col-5 {
        width: 41.66667%
    }

    .lg-col-6 {
        width: 50%
    }

    .lg-col-7 {
        width: 58.33333%
    }

    .lg-col-8 {
        width: 66.66667%
    }

    .lg-col-9 {
        width: 75%
    }

    .lg-col-10 {
        width: 83.33333%
    }

    .lg-col-11 {
        width: 91.66667%
    }

    .lg-col-12 {
        width: 100%
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 40.06rem) {
    .sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 52.06rem) {
    .md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 64.06rem) {
    .lg-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.self-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0
}

.flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-last {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.z1 {
    z-index: 1
}

.z2 {
    z-index: 2
}

.z3 {
    z-index: 3
}

.z4 {
    z-index: 4
}

.border {
    border-style: solid;
    border-width: 1px
}

.border-top {
    border-top-style: solid;
    border-top-width: 1px
}

.border-right {
    border-right-style: solid;
    border-right-width: 1px
}

.border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.border-left {
    border-left-style: solid;
    border-left-width: 1px
}

.border-none {
    border: 0
}

.rounded {
    border-radius: 3px
}

.circle {
    border-radius: 50%
}

.rounded-top {
    border-radius: 3px 3px 0 0
}

.rounded-right {
    border-radius: 0 3px 3px 0
}

.rounded-bottom {
    border-radius: 0 0 3px 3px
}

.rounded-left {
    border-radius: 3px 0 0 3px
}

.not-rounded {
    border-radius: 0
}

.hide {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

@media (max-width: 40rem) {
    .xs-hide {
        display: none
    }
}

@media (min-width: 40.06rem) and (max-width: 52rem) {
    .sm-hide {
        display: none
    }
}

@media (min-width: 52.06rem) and (max-width: 64rem) {
    .md-hide {
        display: none
    }
}

@media (min-width: 64.06rem) {
    .lg-hide {
        display: none
    }
}

.display-none {
    display: none
}

* {
    box-sizing: border-box
}

body {
    background: #fff;
    color: #000;
    line-height: 1.5rem;
    font-family: 'Open Sans',-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif;
    min-width: 315px;
    overflow-x: hidden;
    font-smooth: always;
    -webkit-font-smoothing: antialiased
}

main {
    max-width: 1000px;
    margin: 0 auto
}

p {
    padding: 0;
    margin: 0
}

.h1, h1 {
    font-size: 3rem;
    line-height: 3.5rem
}

.h2, h2 {
    font-size: 2rem;
    line-height: 2.5rem
}

.h3, h3 {
    font-size: 1.5rem;
    line-height: 2rem
}

.h4, h4 {
    font-size: 1.125rem;
    line-height: 1.5rem
}

.h5, h5 {
    font-size: .875rem;
    line-height: 1.125rem
}

.h6, h6 {
    font-size: .75rem;
    line-height: 1rem
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    letter-spacing: .06em
}

a, a:active, a:visited {
    color: inherit
}

p {
    margin: 1em
}

.slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.slide .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #ddd;
}

.carousel {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.carousel .carousel-item {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}

a {
    text-decoration: none;
}

.ampize-primary-color, a.ampize-primary-color {
    color: #2196F3;
}

.ampize-paging {
    margin-bottom: 10px;
}

.ampize-paging button.ampstart-btn > a {
    text-decoration: none;
}

.ampize-paging-current-page {
    vertical-align: middle;
    line-height: 40px;
    margin: 0 30px 0 30px;
}

.ampize-menu-logo {
    margin: 5px;
    background: no-repeat center;
    background-size: contain;
    width: 150px;
}

.ampize-header {
    top: 0;
    left: 0;
    height: 60px;
    padding: 0 10px;
    box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.1);
    width: 100%;
    backface-visibility: hidden;
    transform: translateY(0%);
    transition: all .4s ease;
    background: #fff;
    z-index: 1000;
}

.ampize-header a {
    text-decoration: none;
}

.ampize-menu-tab {
    padding: 6px 18px;
    color: #020202;
    font-weight: bold;
    font-size: 24px;
    margin: 0 4px;
    position: relative;
    font-family: 'PT Sans', sans-serif;
}

.ampize-menu-tab.picto {
    padding: 6px 6px;
}

.ampize-menu-tab > a {
    display: block;
    margin: auto;
    z-index: 10;
    text-transform: uppercase;
}

#ampize-menu-sidebar {
    background-color: #000;
}

.ampize-menu-tab.active, .ampize-menu-sidebar-item.active {
    color: #e9188c;
}

.ampize-menu-tab.pink, .ampize-menu-sidebar-item.pink {
    color: #e9188c;
}

.ampize-menu-tab .ampize-menu-tab-list {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: -10px;
    top: 100%;
    transition: .2s ease-out;
}

.ampize-menu-tab:hover .ampize-menu-tab-list {
    opacity: 1;
    pointer-events: all;
    z-index: 0;
}

.ampize-menu-tab .ampize-menu-tab-list-shadow {
    bottom: -50px;
    left: -50px;
    overflow: hidden;
    position: absolute;
    right: -50px;
    top: 0;
}

.ampize-menu-tab .ampize-menu-tab-list-shadow::before {
    bottom: 50px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    content: '';
    left: 50px;
    position: absolute;
    right: 50px;
    top: 0;
}

.ampize-menu-tab-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 250px;
    position: relative;
    background: #fff;
}

.ampize-menu-tab-list > ul li {
    box-sizing: border-box;
    position: relative;
}

.ampize-menu-tab-list > ul li:hover {
    background: #f8f8f8;
}

.ampize-menu-tab-list > ul li a {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    display: block;
    padding: 7.5px 30px;
}

.ampize-sidebar-trigger {
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    font-size: 2rem;
}

amp-sidebar {
    background: #fff;
    width: 100vw;
}

.ampize-menu-sidebar-layer {
    height: 100%;
    position: relative;
    background-color: #000;
}

.ampize-menu-sidebar-close {
    font-size: 30px;
    padding: 17px 20px;
    color: #fff;
    text-align: end;
}

.ampize-menu-sidebar-items {
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    /**position: absolute;
    right: 0;
    bottom: 80px;
    top: 60px;**/
}

#ampize-menu-sidebar-items-search {
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    bottom: 80px;
    top: 120px;
}
.ampize-search-mobile{
    color: rgb(74, 74, 74);
    padding:25px;
}
.ampize-search-mobile-field{
    width:100%;
    padding:10px;
    border:1px solid rgb(74, 74, 74);
}
.ampize-search{
    color: rgb(74, 74, 74);
    padding:20px;
}
.ampize-search-field{
    padding:10px;
    background: transparent;
    border: none;
    color: #fff;
    font-size:32px;
    width:100%;
}
.ampize-search-field:focus{
    outline: none;
}

.ampize-menu-sidebar-item {
    font-family: 'PT Sans',sans-serif;
    color: #fff;
    display: block;
    position: relative;
    text-transform: none;
    font-size: 25px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 20px;
    padding: 12px 35px 12px 25px;
}

.ampize-menu-sidebar-item.small {
    font-size: 18px;
    padding: 10px 35px 4px 25px;
}

a.ampize-menu-sidebar-item {
    color: #fff;
}

.ampize-menu-sidebar-item-expand {
    position: absolute;
    right: 20px;
    font-size: 25px;
    color: rgb(110, 110, 110);
}

a.ampize-menu-sidebar-item {
    text-decoration: none;
}

.ampize-menu-sidebar-item>input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}

.ampize-menu-sidebar-item .ampize-menu-sidebar-submenu {
    background: #fff;
    bottom: 0;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.075);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 233ms cubic-bezier(0, 0, 0.21, 1);
    z-index: 2;
}

.ampize-menu-sidebar-item input:checked~.ampize-menu-sidebar-submenu {
    transform: translateX(0);
}

.ampize-menu-sidebar-submenu-return {
    color: #b3b3b3;
    font-weight: 300;
    left: 25px;
    position: absolute;
    top: 22px;
    letter-spacing: .56px;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 20px;
}

.ampize-menu-sidebar-submenu-items {
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 60px;
    color: rgb(74, 74, 74);
}

.ampize-menu-sidebar-submenu-item {
    font-size: 25px;
    font-weight: 300;
    line-height: 26px;
    padding: 15px 35px 15px 25px;
}

.ampize-menu-sidebar-submenu-item.ampize-menu-sidebar-item:first-child {
    border-top: none;
}

.ampize-btn {
    font-family: inherit;
    font-weight: inherit;
    font-size: 1rem;
    line-height: 1.125rem;
    padding: .7em .8em;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.ampize-btn > a {
    text-decoration: none;
}

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

.ampize-header ~ #content {
    padding-top: 20px;
}
amp-user-notification > div {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ampize-hidden {
    display: none;
}
.ampize-nav-left {
    float: left;
}
.ampize-nav-right {
    float: right;
}
.centered-nav {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 52rem){
    .ampize-header {
        height: 60px;
        top: -1px;
        left: -1px;
        width: calc(100% + 2px);
        position: fixed;
    }

    .ampize-nav-left {
        flex: 1;
        float: none;
    }

    .ampize-menu-logo {
        width: auto;
        flex: 1;
    }

    .ampize-header ~ #content {
        padding-top: 70px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

h1 {
    font-family: 'Bree Serif', serif;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px; 
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;    
    margin: 24px 0 24px 0;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;    
    margin: 15px 0 15px 0;
}

.article-list {
    padding-bottom: 10px;
}

@media (min-width: 40.06rem) {
    .article-list {
        border-bottom: solid 5px #000;
    }
    
    .article-list.below, .article-list.most-read, .article-list.one, .article-list.list {
        border-bottom: 0;
    }
    
    .article-list.two, .article-list.search {
        margin-bottom: 10px;
    }
    
    .article-list.three {
        margin-bottom: 10px;
    }
    
}

.article-list h2 {
    font-family: 'Bree Serif', serif;
}

.article-list .border-bottom {
    padding-bottom: 5px;
    border-bottom: solid 15px #000;
}

.article-list a h2 {
    color: #000;
}

.category {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.tags {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.tags a {
    color: #eb008b;
    font-family: 'Montserrat', sans-serif;
    padding-left: 20px;
    margin-right: 10px;
    background-image: url('/media/images/tag.png');
    background-repeat: no-repeat;
}

.category a {
    color: #eb008b;
    font-family: 'Montserrat', sans-serif;
    padding-left: 20px;
    margin-right: 10px;
    background-image: url('/media/images/tag.png');
    background-repeat: no-repeat;
}

.description {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 24px 0 24px 0;
}

.information {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-left: 0;
    margin-right: 0;
}

.date {
    padding-left: 25px;
    background-image: url('/media/images/date.png');
    background-repeat: no-repeat;
    margin-right: 20px;
}

.author {
    padding-left: 25px;
    background-image: url('/media/images/author.png');
    background-repeat: no-repeat;
    margin-right: 20px;
}

.body {
    text-align: justify;
}

.body amp-img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.body strong {
    display: block;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-list .main {
    border-bottom: solid 5px #000;
}

.article-list .main h2 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}

.article-list .main .category {
    text-align: center;
}

.article-list .main .description {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.article-list .secondary {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 5px #000;
}

@media (min-width: 40.06rem) {
    .article-list .secondary {
        padding-bottom: 0;
        border-bottom: 0;
    }
    
    .article-list.below .secondary, .article-list.list .secondary {
        padding-bottom: 10px;
        border-bottom: solid 5px #000;
    }
}

.article-list .secondary h2 {
    font-size: 24px;
    text-align: left;
    line-height: 24px;
}

.article-list .secondary .category {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.article-list .secondary .description {
    font-size: 18px;
    text-align: left;
    margin: 12px 0 12px 0;
}

.section-title {
    padding-top: 25px;
    padding-bottom: 25px;
}

.section-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px; 
    margin-left: 10px;
    text-transform: uppercase;
    border-bottom: solid 5px #000;
}

a.download {
    background-color: #eb008b;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px; 
    text-transform: uppercase;
    padding: 15px 10px 15px 10px;
}

.section-title a.read-more {
    color: #eb008b;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px; 
    text-transform: uppercase;
    line-height: 2.5rem;
}

h2.billet {
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px; 
    line-height: 28px; 
    font-weight: bold;
    text-transform: uppercase;
    color: #eb008b;
}

.trame-billet {
    background-image: url('/media/images/trame-billet.gif');
    padding: 30px;
}

.trame-billet .billet {
    background-color: #fff;
    padding: 15px;
}

.trame-billet .billet p {
    font-family: 'Open Sans',sans-serif;   
    font-size: 14px;
}

footer {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #f0e8ed;
}

footer p.social {
    font-family: 'Bree Serif',serif;
    font-size: 20px;
    font-weight: bold;
    color: #eb008b;
    text-transform: uppercase;
    margin: 0;
}

footer ul.sitemap {
    padding: 0;
}

footer ul.sitemap li {
    display: inline;
	list-style: none;
	font-size: 16px;
	color: #eb008b;
	text-transform: uppercase;
}

footer .copyright {
    font-size: 12px;
}

#search-box {
    position: absolute; 
    z-index: 999; 
    left: 0; 
    background-color: #000; 
    width: 100%; 
    height: 100px;
}

.picto-search {
    cursor: pointer;
}

.most-read h2 {
    font-size: 60px;
}

.most-read article {
    position: relative;
}

.most-read .caption {
    position: absolute;
    bottom: 5px;
    width: 70%;
    background: black;
    z-index: 100;
    padding: 15px;
}

.caption a h2 {
    color: white;
}

.article-list .secondary .caption .category {
    margin-bottom: 0;
}

.article-list .secondary .caption h2 {
    text-transform: none;
    font-size: 18px;
    line-height: 18px;
}

.article-list.most-read .secondary {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: solid 10px #000;
}

.article-list.below .secondary .description {
    text-align: center;
}

.article-list.below .secondary h2 {
    text-align: center;
}

.article-list.below .secondary .category {
    text-align: center;
}

.article-list.below .secondary {
    padding-top: 0px;
    margin-bottom: 10px;
}

@media (min-width: 40.06rem) {
    .desktop-pl2 {
        padding-left: 1rem;
    }
}

article.detail {
    margin-bottom: 70px;
}

.may-also-like {
    border-top: solid 5px #000;
    border-bottom: solid 5px #000;
    padding: 20px;
    background-image: url('/media/images/mayalsolike.png');
}

.most-read {
    padding-top: 20px;
    padding-bottom: 20px;
}

.may-also-like h2.title, .most-read h2.title {
    font-family: 'Montserrat',sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

.may-also-like.article-list .secondary {
    border-bottom: none;
}

.may-also-like.article-list article h2 {
    text-transform: none;
}

.stay {
    margin: 40px 0 40px 0;
}

.stay .btn-facebook {
    bottom: -8px;
    margin-left: 20px;
    margin-right: 10px;
}

.stay .btn-twitter {
    bottom: -8px;
    margin-left: 10px;
}

.trame-stay {
    background-image: url('/media/images/trame-billet.gif');
    padding: 12px;
    line-height: 40px;
}

.trame-stay span {
    background-color: #fff;
    padding: 2px 10px 2px 10px;
}

.category span, .tags span, .trame-stay span {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.fixed-height-container-400 {
    position: relative;
    width: 100%;
    height: 400px;
}

.fixed-height-container-300 {
    position: relative;
    width: 100%;
    height: 300px;
}

.fixed-height-container-200 {
    position: relative;
    width: 100%;
    height: 200px;
}

.fixed-height-container-150 {
    position: relative;
    width: 100%;
    height: 150px;
}

.pdf-list, .jeux-list {
    padding-bottom: 10px;
}

.pdf-list .pdf {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 5px #000;
    margin-left: 10px;
    margin-right: 10px;
}

.jeux-list .jeu {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 5px #000;
    margin-left: 10px;
    margin-right: 10px;
}

.pdf-list .pdf .description {
    font-size: 18px;
    text-align: left;
}

.pdf-list .pdf .description p {
    margin: 12px 0 12px 0;
}

.pdf-list .pdf h2 {
    margin-top: 10px;
    font-size: 24px;
    text-align: left;
    line-height: 24px;
    font-family: 'Bree Serif',serif;
}

.jeux-list .jeu h2 {
    font-size: 24px;
    text-align: left;
    line-height: 24px;
    font-family: 'Bree Serif',serif;
}

.pdf-list a h2, .jeux-list a h2 {
    color: #000;
}

article.horoscope .body {
    text-align: center;
}

article.horoscope .main-image {
    display: none;
}

article.horoscope h1 {
    text-align: left;
}

article.horoscope .subtitle {
    text-align: left;
    text-transform: uppercase;
}

article.horoscope .entete {
    text-transform: uppercase;
    color: #e9188c;
    text-align: center;
}

article.horoscope h4 {
    margin: 10px 0 5px 0;
    text-transform: uppercase;
}

article.horoscope h3 {
    margin-top: 50px;
    margin-bottom: 15px;
    color: #e9188c;
}

article.horoscope p {
    margin: 5px;
}

article.horoscope .chapeau {
    border-bottom: solid 5px #000;
    padding-bottom: 10px;
}

article.jeu h2 {
    text-align: left;
    font-family: 'Bree Serif', serif;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
}

article.jeu .description_lots {
    padding-top: 40px;
}

article.jeu .date_ouverture {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

article.jeu .photo_concours, article.jeu .photo_lots, article.jeu #id_show_reglement, article.jeu #id_hide_reglement {
    display: none;
}

article.jeu #reglement {
    margin-top: 40px;
    margin-bottom: 20px;
    height:300px;
    overflow:auto;
}

article.jeu #reglement p {
    font-size: 12px;
    line-height: 16px;
}

.fixed-container-contain {
    position: relative;
    width: 200px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
}

amp-img.contain img {
    object-fit: contain;
}

amp-img.cover img {
    object-fit: cover;
}


@media (max-width: 40rem) {
    .fixed-height-container-400, .fixed-height-container-300, .fixed-height-container-200, .fixed-height-container-150 {
        height: 200px;
    }
}
   
amp-img.cover img {
    object-fit: cover;
}

article.detail {
    position: relative;
}

@media (min-width: 40.06rem) {
    .social-share {
        position: absolute;
        top: 120px;
        left: -75px;
    }
    amp-social-share.facebook-custom-style, amp-social-share.twitter-custom-style {
        display:block;
    }
}

amp-social-share.facebook-custom-style {
    background-color: transparent;
    background-image: url('/media/images/share-facebook.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 67px 89px;
}

amp-social-share.twitter-custom-style {
    background-color: transparent;
    background-image: url('/media/images/share-twitter.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 67px 89px;
}

@media (min-width: 40.06rem) {
    
    .ampize-sidebar-trigger, .ampize-menu-sidebar-close {
        cursor: pointer;
    }
    amp-sidebar {
        position: fixed;
        width: 300px;
        top: 0px;
        height: 100vw;
        background: #000;
    }
    .ampize-menu-sidebar-layer {
        height: auto;
    }
    .ampize-menu-sidebar-items {
        overflow-y: visible;
        bottom: 0;
        top: 0;
        position: static;
    }
        
}

@media (min-width: 52rem) and (max-width: 70rem) {
    .ampize-nav-right {
        display: none;
    }
}


.consent-popup {
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    border: solid 2px #e9188c;
    position: relative;
    max-width: 700px;
    width: 95%;
    text-align: center;
}

#consent-ui {
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.7);
    padding: 5% 0;
    overflow: scroll;
}

.dismiss-button {
    position: absolute;
    right: 24px;
    top: 16px;
    cursor: pointer;
}

#consent-ui a {
    color: #eb008b;
}

#consent-ui button {
    background-color: #eb008b;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 10px 15px 10px;
    border: 0;
    cursor: pointer;
}

#consent-ui button.light {
    background-color: #eeeeee;
    color: #999999;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 10px 14px 10px;
    border: solid 1px #c5c5c5;
    cursor: pointer;
}

.article-list .secondary.publiinfo {
    padding: 8px;
    border: solid 3px #eb008b;
}

@media (max-width: 40rem) {
.article-list .secondary.publiinfo {
    margin-top: 10px;
}
}
@media (min-width: 40.06rem) {
.search.article-list .secondary {
    min-height: 530px;
}
}

@media (min-width: 70.06rem) {
    #ampize-menu-sidebar .ampize-search {
        display:none;
    }
}

.ampize-search-field {
    width: 70%;
}
#ampize-menu-sidebar .ampize-search-field {
    font-size: 20px;
}
.ampize-search-button {
    height: 40px;
    width: 70px;
    background: #e9188c;
    color: white;
    border: 0;
    -webkit-appearance: none;
    float: right;
    margin-top: 10px;
    font-size: 30px;
    font-family: 'PT Sans',sans-serif;
    cursor: pointer;
}
#ampize-menu-sidebar .ampize-search-button {
    height: 30px;
    width: 50px;
    font-size: 20px;
    margin-top: 5px;
}