/*!
Theme Name: lesnotes
Author: Marlène Cotterlaz - Bayard Service
Description: Description
Version: 1.1.1

lesnotes is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/**************************************************************************************************************/
/*
			LES NOTES
*/
/**************************************************************************************************************/

:root {
    --margin-simple: 20px;
    --margin-double: calc(var(--margin-simple) * 2);
    --largeur-col: 370px;
    --hauteur-pub: 70px;
    --raleway: 'Raleway', sans-serif;
    --roboto: 'Roboto Slab', serif;
}

@media only screen and (max-width: 1200px) {
    :root {
        --largeur-col: 300px;
    }
}

@media only screen and (max-width: 730px) {
    :root {
        --largeur-col: 0;
    }
}

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

[class^="icon-"]::before,
[class*=" icon-"]::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'notes' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\e907";
}

.icon-nav:before {
    content: "\e900";
}

.icon-next:before {
    content: "\e908";
}

.icon-prev:before {
    content: "\e909";
}

.icon-lock:before {
    content: "\e901";
}

.icon-check:before {
    content: "\e902";
}

.icon-search:before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\e904";
}

.icon-twitter:before {
    content: "\e905";
}

.icon-print:before {
    content: "\e90e";
}

.icon-panier:before {
    content: "\e90f";
}

.icon-esperluette:before {
    content: "\e906";
}

.icon-adultes:before {
    content: "\e90b";
}

.icon-bd:before {
    content: "\e90a";
}

.icon-jeunesse:before {
    content: "\e90d";
}

.icon-hors-champ:before {
    content: "\e90c";
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= RESET
*/
/*------------------------------------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: var(--color-global);
    font-family: var(--roboto);
    font-size: 62.5%;
    /*ensuite 1em=10px en taille normale*/
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    border: none;
    font-weight: 700;
    letter-spacing: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.3;
}

img {
    border: none;
}

a,
a:link {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #000;
}

input,
textarea {
    font-family: var(--raleway);
    font-size: 1em;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
}


/*--------------------------------------------------------------------------------------------------------------
	== GENERAL
--------------------------------------------------------------------------------------------------------------*/
.screen-reader-text {
    position: absolute;
    top: -5000px;
}

a.wp-block-button__link {
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
}

.hidden {
    display: none;
}

.inactif {
    opacity: 0.3;
}

.noscroll {
    overflow: hidden;
}

.icon-esperluette + .icon-esperluette {
    margin-left: 2px;
}

#pub-widget-area {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--hauteur-pub);
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#page {
    display: flex;
    flex-direction: column;
    padding: 0 var(--largeur-col) 0 0;
    min-height: 100vh;
}

#pub-widget-area + #page {
    padding-bottom: var(--hauteur-pub);
}

/* STYLES EDITEUR */
.wp-block-image figcaption {
    font-size: 0.8em;
    opacity: 0.5;
    text-align: center;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= WIDGETS
*/
/*------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
.widget_search {
    padding: 0 0 var(--margin-double);
}

.widget_search form {
    position: relative;
    margin: auto;
    max-width: 640px;
}

.widget_search input[type=search] {
    padding: 15px 50px 15px 20px;
    width: 99.9%;
    background: #eeede8;
    border: none;
    border-radius: 3px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 1.8em;
    color: #737d71;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget_search input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: none;
    border: none;
    font-family: 'notes';
    font-size: 2em;
    color: #737d71;
    text-align: center;
    cursor: pointer;
}

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

.widget_text #advanced-search {
    position: relative;
    margin: auto;
    max-width: 640px;
    top: -30px;
    font-family: var(--raleway);
    font-size: 1.2em;
}

.widget_text #advanced-search a {
    color: #737d71;
}

/*
	NEW SEARCH
*/
.new-search p {
    margin: 0 0 10px;
    text-align: center;
    color: #b8b6ae;
    font-size: 1.6em;
    font-family: var(--raleway);
}

.new-search .widget_search input[type="search"] {
    padding: 0 0 5px;
    background: none;
    border-bottom: 1px solid #b8b6ae;
    border-radius: 0;
    box-shadow: none;
    color: #b8b8b8;
    font-size: 1.5em;
}

.new-search .widget_search input[type="submit"] {
    width: 40px;
    color: #b8b8b8;
    font-size: 1.5em;
}

/*--------------------------------------------------------------------------------------------------------------
	== NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
.widget_mailpoet_form {
    margin: var(--margin-double) 0;
    padding: var(--margin-double) 0 var(--margin-double);
    /*	border-bottom: 11px solid transparent;
    border-image: url(img/frise.png) 0 0 11 0 repeat repeat;
*/
}

.widget_mailpoet_form::before {
    content: url(img/mail.svg);
    display: block;
    margin: auto;
    width: 45px;
    background: #fff;
}

.widget_mailpoet_form .widget-title {
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    color: #9b998c;
}

.widget_mailpoet_form form {
    position: relative;
    margin: auto;
    max-width: 500px;
}

.widget_mailpoet_form input[type=email] {
    padding: 15px 20px;
    width: 100% !important;
    background: #eeede8;
    border: none;
    border-radius: 3px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
    color: #737d71;
    font-size: 1.4em;
}

.widget_mailpoet_form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: none;
    border: none;
    font-family: 'notes';
    font-size: 2em;
    color: #737d71;
    text-align: center;
    cursor: pointer;
}

.widget_mailpoet_form .parsley-errors-list,
.widget_mailpoet_form .mailpoet_message {
    text-align: center;
    font-family: var(--raleway);
    font-size: 1.2em;
}

.parsley-required,
.parsley-custom-error-message {
    color: #d33565 !important;
}

.widget_mailpoet_form .mailpoet_validate_success {
    color: #adbeaa !important;
}

/*--------------------------------------------------------------------------------------------------------------
	== CAROUSEL
--------------------------------------------------------------------------------------------------------------*/
.carousel {
    flex-direction: column;
    position: relative;
    margin: -20px 0 0 !important;
}

.home .carousel,
.carousel.widget_yarpp_widget {
    margin: var(--margin-double) 0 !important;
    padding: var(--margin-double) 0 0;
}

.carousel::before {
    content: url(img/heart.svg);
    position: absolute;
    top: calc(var(--margin-simple) / 2);
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 10px;
    width: 65px;
    background: #fff;
}

.carousel .yarpp-related-widget {
    max-width: 100%;
}

.carousel header {
    display: none;
}

.home .carousel header,
.carousel.widget_yarpp_widget header {
    display: block;
    padding: var(--margin-simple) 0 0;
    border-top: 11px solid transparent;
    border-image: url(img/frise.png) 11 0 0 0 repeat repeat;
    text-align: center;
    font-family: var(--raleway);
    font-size: 4em;
    font-weight: 300;
    color: #adbeaa;
}

.yarpp-related-none {
    display: none;
}

@media only screen and (max-width: 730px) {
    .carousel {
        margin: var(--margin-simple) 0 0 !important;
    }
}

/*
	SLIDER
*/
.carousel .bx-wrapper {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
}

.carousel .bx-viewport {
    height: auto !important;
}

.carousel ul {
    display: flex;
}

.carousel ul li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 2px;
    padding: var(--margin-simple);
    width: 30vw !important;
    background: #adbeaa;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}

.carousel ul:hover li {
    opacity: 0.8;
}

.carousel ul:hover li:hover {
    opacity: 1;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.carousel ul li::before {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50px;
    line-height: 20px;
    font-size: 1.5em;
    text-align: center
}


.carousel ul li .thumbnail {
    margin: 0 var(--margin-simple) 0 0;
    max-width: 160px;
    max-height: 240px;
}

.carousel ul li .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #2c3b2a;
}

.carousel ul li .text h2 a {
    color: #2c3b2a;
}

@media only screen and (max-width: 730px) {
    .carousel ul li {
        flex-direction: column;
        width: 80vw !important;
    }

    .carousel ul li .thumbnail {
        margin: 0 0 var(--margin-simple);
    }
}

/*
	CONTROLES
*/
.carousel .bx-controls {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 0;
}

.carousel .bx-controls-direction {
}

.carousel .bx-controls-direction a {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: inline-block;
    margin: 0 0 0 5px;
    width: auto;
    height: auto;
    background: none;
    text-indent: 0;
    color: #adbeaa;
    font-size: 1.2em;
}

.carousel .bx-pager {
    position: relative;
    bottom: auto;
    padding: 0;
    width: auto;
}

.carousel .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.carousel .bx-pager.bx-default-pager a {
    margin: 0 5px 0 0;
    background: #adbeaa;
    border: 2px solid #adbeaa;
}

/*--------------------------------------------------------------------------------------------------------------
	== MOTEUR FACETED
--------------------------------------------------------------------------------------------------------------*/
.moteur-faceted {
    margin: var(--margin-double) 0;
}

.moteur-faceted .widget-title {
    display: block;
    text-align: center;
    font-family: var(--raleway);
    font-size: 3em;
    font-weight: 300;
    color: #ce3e80;
}

.moteur-faceted .widget-title::before {
    content: url(img/search.svg);
    display: block;
    margin: auto;
    padding: 0 10px;
    width: 45px;
}

.moteur-faceted .textwidget {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    max-width: 80%;
}

.moteur-faceted .facetwp-facet {
    margin: 0;
    padding: 5px;
    width: 25%;
}

.moteur-faceted .facetwp-facet .fcomplete-wrap {
    z-index: 2;
}

.moteur-faceted .facetwp-type-fselect .fs-wrap {
    position: relative;
    width: 100%;
}

.moteur-faceted .facetwp-facet input[type=text],
.moteur-faceted .fs-label-wrap {
    padding: 15px 25px;
    width: 100%;
    background: #eeede8;
    border: none;
    border-radius: 5px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-appearance: none;
    appearance: none;
    font-family: var(--raleway);
    font-size: 1.3em;
    color: #737d71;
}

.moteur-faceted .facetwp-facet input[type=button].facetwp-autocomplete-update {
    display: none;
}

.moteur-faceted .fs-label-wrap .fs-label {
    padding: 0;
}

.moteur-faceted .fs-arrow {
    right: 20px;
    border-top-color: #737d71;
}

.moteur-faceted button {
    display: inline-block;
    padding: 5px;
    background: none;
    border: 1px solid #ce3e80;
    border-radius: 3px;
    font-size: 1em;
    color: #ce3e80;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.5s;
}

.moteur-faceted button:hover {
    border: 1px solid #000;
    color: #000;
}

@media only screen and (min-width: 730px) {
    .moteur-faceted button {
        position: absolute;
        bottom: calc(100% + 5px);
        right: 5px;
    }

}

@media only screen and (max-width: 730px) {
    .moteur-faceted .facetwp-facet {
        width: 50%
    }
}

/*
	DROPDOW
*/
.moteur-faceted .fs-dropdown {
    right: 5px;
    left: 5px;
    width: auto !important;
    background: #eeede8;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.moteur-faceted .fs-dropdown .fs-search {
    padding: 10px;
}

.moteur-faceted .fs-dropdown .fs-search input[type=text] {
    padding: 0 0 3px;
    background: none;
    border-bottom: 1px solid #737d71 !important;
    font-size: 1.3em;
}

.moteur-faceted .fs-dropdown .fs-options {
    padding: 0 0 5px;
}

.moteur-faceted .fs-dropdown .fs-option:first-child {
    font-style: italic;
}

.moteur-faceted .fs-dropdown .fs-no-results,
.moteur-faceted .fs-dropdown .fs-option {
    font-family: var(--raleway);
    font-size: 1.2em;
    color: #737d71;
}

.moteur-faceted .multiple .fs-dropdown .fs-option:first-child {
    font-style: normal;
}

.moteur-faceted .multiple .fs-dropdown .fs-option-label {
    padding: 0 !important;
}

.moteur-faceted .multiple .fs-option.selected .fs-checkbox i {
    background-color: #ce3e80 !important;
}

/*
	NOTE
*/
.moteur-faceted .search-note {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 20px;
    width: 100%;
    font-size: 1.4em;
    font-family: var(--raleway);
    color: #767f73;
}

.moteur-faceted .search-note .facetwp-facet {
    margin: 0 10px;
    width: auto;
}

.moteur-faceted .search-note .facetwp-star-label {
    display: none !important;
}

.moteur-faceted .search-note .facetwp-counter {
    display: none !important;
}

.moteur-faceted .search-note .facetwp-star {
    color: #767f73;
    opacity: 0.5;
}

.moteur-faceted .search-note .facetwp-star:hover,
.moteur-faceted .search-note .facetwp-star:hover ~ .facetwp-star,
.moteur-faceted .search-note .facetwp-star.selected,
.moteur-faceted .search-note .facetwp-star.selected ~ .facetwp-star {
    color: #767f73;
    opacity: 1;
}

.moteur-faceted .search-note .facetwp-star {
}

/*
	AVANCED
*/
.moteur-faceted .search-advanced {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0;
    padding: 10px 0;
    width: 100%;
    border-top: 1px dotted #767f73;
    font-family: var(--raleway);
    color: #767f73;
}

.moteur-faceted .search-advanced > div {
    padding: 5px;
    width: auto;
}

.moteur-faceted .search-advanced .fs-wrap {
    opacity: 0.5;
}

.moteur-faceted .search-advanced .fs-wrap.fs-open {
    opacity: 1;
}

.moteur-faceted .search-advanced .fs-label-wrap {
    padding: 0 0 5px;
    background: none;
    border-bottom: 1px solid #767f73;
    border-radius: 0;
    box-shadow: none;
}

.moteur-faceted .facetwp-type-date_range {
    display: flex;
}

.moteur-faceted .facetwp-type-date_range input {
    margin: 0 5px;
    padding: 0 0 5px;
    width: 100%;
    min-width: 200px;
    background: none;
    border: none;
    border-bottom: 1px solid #767f73;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.3em;
    /*opacity: 0.5;*/
}

.moteur-faceted .facetwp-facet-date_range input.active {
    opacity: 1;
}

#no-results {
    text-align: center;
    font-size: 2.6em;
}

/*--------------------------------------------------------------------------------------------------------------
	== UNIVERS
--------------------------------------------------------------------------------------------------------------*/
.univers {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    overflow: auto;
}

.univers div {
    margin: var(--margin-double);
    text-align: center;
    color: #ce3e80;
}

.univers h2 {
    font-size: 3.2em;
    line-height: 1;
}

.univers ul::before {
    content: url(img/frise-blanche.png);
    display: block;
    margin: 10px auto;
}

.univers ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 var(--margin-simple) 0;
    font-family: var(--raleway);
}

.univers ul li h3 {
    font-size: 1.6em;
    font-weight: 400;
}

.univers ul li h3 a {
    color: #ce3e80;
}

.univers ul li h3 a:hover,
.univers ul li h3 a:focus {
    color: #000;
    text-decoration: none;
}

.univers ul li h3 a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.univers ul li .auteur {
    font-size: 1.4em;
    font-weight: 300;
    transition: all 0.5s;
}

.univers ul li .note {
    margin: 5px 0 0;
    transition: all 0.5s;
}

.univers ul li:hover .auteur,
.univers ul li:hover .note {
    color: #000;
}

.univers .tous {
    display: inline-block;
    padding: 3px 10px 2px;
    background: #ce3e80;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--raleway);
    line-height: 1;
}

.univers .tous:hover,
.univers .tous:focus {
    background: #000;
    text-decoration: none;
}

/*
.univers div+div,
.univers div+div ul li h3 a {
	color: #c8a0c1;
}

.univers div+div .tous {
	background: #c8a0c1;
}
*/

/*--------------------------------------------------------------------------------------------------------------
	== LISTE UNIVERS
--------------------------------------------------------------------------------------------------------------*/
.list-univers {
}

.list-univers header {
    padding: var(--margin-simple);
    font-family: var(--raleway);
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
}

.list-univers ul {
    z-index: 1;
    padding: var(--margin-simple);
    max-height: calc(100vh - var(--margin-double) - 64px);
    overflow: auto;
}

.list-univers ul li {
    margin: var(--margin-simple);
    text-align: center;
}

.list-univers ul li a {
    font-size: 2em;
}

.list-univers ul li a:hover,
.list-univers ul li a:focus {
    text-decoration: none;
    color: #000;
}

/*
	MENU UNIVERS
*/
.menu-univers {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.menu-univers header {
    color: #8a346c;
    font-weight: 800;
    font-size: 2vw;
}

.menu-univers header::after {
    content: '';
    display: block;
    margin: var(--margin-simple) auto 0;
    width: 100px;
    height: 2px;
    background: #8a346c;
}

.menu-univers ul {
    flex: 1;
    padding-top: 0;
    overflow: auto;
}

.menu-univers ul li a {
    color: #8a346c;
}

@media only screen and (max-width: 730px) {
    .menu-univers {
        height: auto;
        overflow: auto;
    }

    .menu-univers header {
        padding: 0;
        text-align: left;
        font-size: 1.8em;
    }

    .menu-univers header::after {
        margin: 10px 0;
    }

    .menu-univers ul {
        padding: 0;
        max-height: none;
    }

    .menu-univers ul li {
        display: inline-block;
        margin: 10px 0;
        text-align: left;
    }

    .menu-univers ul li::after {
        content: '-';
        margin: 0 10px;
    }

    .menu-univers ul li a {
        font-size: 1.4em;
    }
}

/*
	TOUS LES UNIVERS
*/
.tous-univers {
    position: relative;
    background: #5e5d5a;
    text-align: center;
    color: #fff;
}

.tous-univers::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
    border: 10px solid transparent;
    border-bottom: 10px solid #5e5d5a;
    transition: all 0.5s;
}

.tous-univers.actif::before,
.tous-univers:hover::before {
    bottom: 100%;
}

.tous-univers header {
    position: relative;
    z-index: 2;
    background: #5e5d5a;
}

.tous-univers ul {
    position: absolute;
    bottom: -100vh;
    left: var(--margin-simple);
    right: var(--margin-simple);
    max-height: calc(100vh - var(--margin-double) - 64px);
    background: #5e5d5a;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}

.tous-univers.actif ul,
.tous-univers:hover ul {
    bottom: calc(100% + var(--margin-simple));
}

.tous-univers ul li {
    margin: var(--margin-simple);
}

.tous-univers ul li a {
    color: #fff;
    font-size: 1.6em;
}

@media only screen and (max-width: 730px) {
    .tous-univers {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .tous-univers header {
        font-size: 5.5vw;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== BOUTON CLOSE
--------------------------------------------------------------------------------------------------------------*/
.bt-close {
    position: fixed;
    top: var(--margin-double);
    left: var(--margin-double);
    font-size: 3em;
    cursor: pointer;
    transition: all 0.5s;
}

.bt-close:hover {
    transform: rotate(180deg);
}

@media only screen and (max-width: 730px) {
    .bt-close {
        top: var(--margin-simple);
        left: auto;
        right: var(--margin-simple);
        font-size: 2em;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== MENU NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
.menu-navigation li {
    margin: 0 0 var(--margin-simple);
    font-size: 1.8em;
}

@media only screen and (max-width: 730px) {
    .menu-navigation {
        padding-top: var(--margin-double);
        border-top: 1px solid #000;
    }

    .menu-navigation li {
        display: inline-block;
        margin: 0 10px 10px 0;
        font-size: 1.2em;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== LISTE MOTS CLE
--------------------------------------------------------------------------------------------------------------*/
.liste-tags {
    margin: var(--margin-double) 0 0;
    padding: var(--margin-simple) 0 0;
}

.liste-tags .widget-title {
    font-size: 1.8em;
}

.liste-tags .tagcloud {
    display: flex;
    flex-wrap: wrap;
}

.liste-tags .tagcloud a {
    margin: 10px 10px 0 0;
    padding: 3px 10px;
    background: #b8b6ae;
    border-radius: 100px;
    color: #fff;
    font-size: 1.3em !important;
}

.liste-tags .tagcloud a:hover,
.liste-tags .tagcloud a:focus {
    background: #dd7d52;
    text-decoration: none;
}

@media only screen and (max-width: 730px) {
    .liste-tags {
        margin: 0 0 var(--margin-double);
        padding: 0;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== FORMULAIRE CONNEXION
--------------------------------------------------------------------------------------------------------------*/
.form-connexion {
    margin: 0;
}

.form-connexion .widget-title {
    margin: 0;
    font-size: 2em;
    font-family: var(--raleway);
    line-height: 1;
}

.form-connexion .textwidget strong {
    font-size: 3em;
}

.form-connexion .textwidget input[type=text],
.form-connexion .textwidget input[type=password] {
    margin: 5px 0;
    padding: 10px 15px;
    width: 100%;
    background: #eeede8;
    border: none;
    border-radius: 3px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 1.4em;
    color: #737d71;
}

.form-connexion .textwidget input[type=submit] {
    margin: 10px 0 0;
    padding: 10px 20px;
    background: #b8b6ae;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-size: 1.4em !important;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s;
}

.form-connexion .textwidget input[type=submit]:hover {
    background: #dd7d52;
}

/*--------------------------------------------------------------------------------------------------------------
	== INFOS ABONNEMENT
--------------------------------------------------------------------------------------------------------------*/
.info-abonnement {
    margin: 0 0 0 var(--margin-double);
    padding: var(--margin-double);
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.info-abonnement .widget-title {
    margin: 0 0 var(--margin-simple);
    font-size: 2em;
    font-weight: 800;
}

.info-abonnement .textwidget {
    font-size: 1.4em;
    line-height: 1.7;
}

.info-abonnement .textwidget p + p {
    margin: 10px 0 0;
}

.info-abonnement .textwidget a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 3px;
    font-family: var(--raleway);
}

.info-abonnement .textwidget a:hover,
.info-abonnement .textwidget a:focus {
    background: #eeede8;
    text-decoration: none;
}

@media only screen and (max-width: 730px) {
    .info-abonnement {
        margin: var(--margin-double) 0 0;
    }
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
.site-header {
    margin: var(--margin-double);
}

.site-branding {
    margin: var(--margin-double) 0 0;
    text-align: center;
}

.site-title {
    position: absolute;
    top: -500000px;
}

.site-description {
    line-height: 1.5;
    font-family: var(--raleway);
    font-size: 2em;
    font-weight: 300;
}

.home .site-description {
    font-size: 3em;
}

.custom-logo {
    max-width: 270px;
    height: auto;
}

.home .custom-logo {
    max-width: 100%;
}

@media only screen and (max-width: 730px) {
    .site-header {
        margin: var(--margin-simple);
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== MENU
--------------------------------------------------------------------------------------------------------------*/
.fenetre-popin {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    display: flex;
    align-items: center;
    padding: var(--margin-double);
    background: #eeede8;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.fenetre-popin.actif {
    opacity: 1;
    visibility: visible;
}

#headermenu1-widget-area {
    width: 25%;
    min-width: 200px;
    font-family: var(--raleway);
}

#headermenu2-widget-area {
    margin: 0 var(--margin-double);
    padding: var(--margin-simple);
    width: 35%;
    height: 100%;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

#headermenu3-widget-area {
    flex: 1;
    font-family: var(--raleway);
}

#headerabonne1-widget-area {
    width: 30%
}

#headerabonne2-widget-area {
    flex: 1;
}

@media only screen and (max-width: 730px) {
    .fenetre-popin {
        flex-direction: column;
        overflow: auto;
    }

    #headermenu1-widget-area {
        order: 3;
        width: 100%;
    }

    #headermenu2-widget-area {
        order: 1;
        margin: 0 0 var(--margin-double);
        padding: 0;
        width: 100%;
        background: none;
        box-shadow: none;
    }

    #headermenu3-widget-area {
        order: 2;
        width: 100%;
    }

    #headerabonne1-widget-area,
    #headerabonne2-widget-area {
        width: 100%;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== TOP MENU
--------------------------------------------------------------------------------------------------------------*/
.top-menu > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-family: var(--raleway);
    font-size: 1.4em;
}

.top-menu > div p {
    width: 135px;
}

.logged-in .top-menu > div .espace-abonne + p,
.top-menu > div .espace-abonne {
    display: none;
}

.logged-in .top-menu > div .espace-abonne {
    display: flex;
}

.top-menu > div p a {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #d6d5d3;
    border-radius: 3px;
    color: #5b5a57;
}

.top-menu > div p a.menu-popin {
    /*display: none;*/
}

.top-menu > div p a i {
    margin: 1px 5px 0 0;
}

.top-menu > div p a:hover,
.top-menu > div p a:focus {
    background: #eeede8;
    text-decoration: none;
}

.top-menu > div ul {
    display: flex;
    justify-content: center;
}

.top-menu > div ul li + li::before {
    content: '•';
    display: inline-block;
    margin: 0 20px;
}

.top-menu > div ul li a {
    padding: 0 10px;
    font-weight: 800;
    text-transform: capitalize;
}

.top-menu > div ul li a:hover,
.top-menu > div ul li a:focus {
    text-decoration: none;
    color: #b8b6ae;
}

@media only screen and (max-width: 1200px) {
    .top-menu > div ul li + li::before {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 1000px) {
    .top-menu > div p:first-child {
        order: 1;
    }

    .top-menu > div p {
        order: 2;
    }

    .top-menu > div ul {
        order: 3;
        margin: 20px 0 0;
        width: 100%;
    }
}

@media only screen and (max-width: 730px) {
    .top-menu > div ul {
        display: none;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== PANIER
--------------------------------------------------------------------------------------------------------------*/
.print_cart {
    position: relative;
    z-index: 3;
}

.print_cart > p {
    display: none;
}

.print_cart > a {
    margin: 0 0 0 10px;
    font-size: 2em;
    color: #d6d5d3;
}

.print_cart > a:hover {
    color: #737d71;
    text-decoration: none;
}

.print_cart:hover .cart,
.print_cart > a:hover + .cart {
    display: block;
}

.print_cart .cart {
    display: none;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 300px;
    padding: 30px;
    background: #eeede8;
    border-radius: 5px
}

.print_cart .cart strong {
    display: block;
    font-size: 1.4em;
}

.print_cart .cart > a {
    margin: 10px 0 0;
    display: inline-block;
    padding: 5px 10px;
    background: #5e5d5a;
    border-radius: 50px;
    color: #fff;
    font-family: var(--raleway);
    font-size: 1.2em;
}

.print_cart .cart ul {
    display: block;
    margin: 10px 0 0 20px;
    list-style: disc;
    font-family: var(--raleway);
}

.print_cart .cart li + li::before {
    display: none;
}

.print_cart .cart a.print_button {
    display: inline-block;
    margin: 20px 0 0;
    padding: 5px 10px;
    background: #737d71;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= MAIN
*/
/*------------------------------------------------------------------------------------------------------------*/
#content {
    margin: 0 var(--margin-simple);
    padding: var(--margin-double) 0 0;
}

.home #content {
    padding: 0;
}

article {
    margin: 0 0 var(--margin-double);
}

article::after {
    content: '';
    display: block;
    clear: both;
}

#pageliste-widget-area {
    position: relative;
    z-index: 2;
}

/*--------------------------------------------------------------------------------------------------------------
	== GENERAL
--------------------------------------------------------------------------------------------------------------*/
/*
	HEADER
*/
.page-header,
.entry-header {
    display: flex;
    justify-content: center;
    margin: var(--margin-double) 0 0;
    border-top: 11px solid transparent;
    border-image: url(img/frise.png) 11 0 0 0 repeat repeat;

    font-size: 2.5em;
    text-align: center;
}

.page-header h1,
.entry-header h1 {
    padding: 0 10px;
    background: #fff;
    transform: translate(0, -80%);
    line-height: 1;
}

.search .page-header h1,
.archive .page-header h1 {
    color: #b8b6ae;
    text-align: center;
}

.page .entry-header h1,
.single .entry-header h1 {
    margin-bottom: var(--margin-simple);
}

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

    .page-header,
    .entry-header {
        margin: 0;
        padding: 10px 0 0;
        text-align: left;
    }

    .page-header h1,
    .entry-header h1 {
        padding: 0;
        width: 100%;
        transform: none;
        font-size: 1.5em;
    }
}


/*
	MINIATURE
*/
.post-thumbnail {
    float: left;
    margin: 0 0 20px;
    padding: 0 var(--margin-double);
    width: 30%;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 990px) {
    .post-thumbnail {
        width: 195px;
    }
}

@media only screen and (max-width: 730px) {
    .post-thumbnail {
        float: none;
        margin: 0 0 var(--margin-simple);
        padding: 0;
        width: auto;
    }

    .post-thumbnail img {
        width: auto;
    }
}

/*
	CONTENU
*/
.entry-content {
    float: right;
    padding: 0 var(--margin-double);
    width: 70%
}

body:not(.single-analyse) header + .entry-content {
    float: none;
    margin: auto;
}

/* general */
.entry-content ul {
    margin-left: 20px;
    list-style: disc inside;
}

/* specifique */
.entry-content .auteur {
    font-family: var(--raleway);
    font-size: 2em;
}

.entry-content .note {
    display: block;
    margin: 10px 0 0;
    font-size: 2em;
    color: #adbeaa;
}

.category-adultes .entry-content .note {
    color: #8a346c;
}

.category-hors-champ .entry-content .note {
    color: #c8a0c1;
}

.category-jeunesse .entry-content .note {
    color: #dd7d52;
}

.category-bd .entry-content .note {
    color: #ce3e80;
}

.entry-content .note + .contenu {
    margin: var(--margin-double) 0;
}

.entry-content .contenu {
    font-size: 1.6em;
    line-height: 1.6;
}

.restricted .entry-content .contenu > p:first-child {
    position: relative;
}

.restricted .entry-content .contenu > p:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1))
}

.entry-content .contenu .abonne {
    margin: var(--margin-double) 0 0;
    font-family: var(--raleway);
}

.entry-content .contenu .abonne::before {
    font-size: 2em;
}

.entry-content .contenu .abonne h2 {
    margin: 0 0 var(--margin-simple);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.3em;
}

.entry-content .contenu .abonne a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 5px;
}

.entry-content .contenu .abonne h3 {
    margin: var(--margin-simple) 0 0;
    font-size: 1em;
}

.entry-content .contenu .abonne input[type=text],
.entry-content .contenu .abonne input[type=password] {
    padding: 6px 10px;
    border: 1px solid #d6d5d3;
    border-radius: 3px;
    font-size: 0.9em;
}

.entry-content .contenu .abonne input[type=submit] {
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5;
}

.entry-content .contenu .abonne input[type=submit]:hover {
    text-decoration: underline;
}

.entry-content .contenu .abonne p {
    margin: 0 0 10px;
}

.entry-content .partage {
    display: flex;
    list-style: none;
}

.entry-content .partage li {
    margin: 0 2px 0;
    font-size: 2.5em;
}

.entry-content p:not(:first-child) {
    margin: var(--margin-simple) 0 0;
}

@media only screen and (max-width: 990px) {
    .entry-content {
        float: none;
        width: auto;
    }
}

@media only screen and (max-width: 730px) {
    .entry-content {
        padding: 0;
    }
}

/*
	INFOS
*/
.entry-aside {
    clear: left;
    float: left;
    padding: 0 var(--margin-double);
    width: 30%;
    font-family: var(--raleway);
}

.entry-aside .prix {
    display: block;
    margin: var(--margin-simple) 0;
    text-align: center;
    font-size: 3em;
    font-weight: 300;
}

.entry-aside ul {
    padding: calc(var(--margin-simple) / 2) 0;
    border-top: 1px solid #5b5a57;
    border-bottom: 1px solid #5b5a57;
    font-size: 1.2em;
    font-weight: 300;
}

.entry-aside ul + ul {
    border-top: none;
}

.entry-aside .infos-contenu,
.entry-aside .infos-analyse {
    margin: var(--margin-simple) 0 0;
    border: none;
}

.entry-aside li {
    line-height: 1.2;
}

.entry-aside li + li {
    margin: 8px 0 0;
}

.entry-aside .infos-contenu li {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.entry-aside .infos-contenu li a {
    display: inline-block;
    padding: 5px 10px;
    background: #eeede8;
    border-radius: 100px;
    font-weight: 800;
    font-size: 1.1em;
    color: #5b5a57;
}

.entry-aside .infos-contenu li a:hover,
.entry-aside .infos-contenu li a:focus {
    text-decoration: none;
    color: #ce3e80;
}

@media only screen and (max-width: 990px) {
    .entry-aside {
        float: none;
        width: auto;
    }

    .entry-aside .prix {
        text-align: left;
    }
}

@media only screen and (max-width: 730px) {
    .entry-aside {
        padding: 0;
    }
}

/*
.wpcf7{
	text-align: center;
}
.wpcf7 label{
	font-family: 'elsieblack';
	font-size: 1.4em;
}
span.wpcf7-not-valid-tip{
	position: relative;
	margin: -5px 0 10px;
	font-family: 'Roboto Slab', serif;
	font-size: 0.5em;
}
span.wpcf7-not-valid-tip::before{
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	border: 5px solid transparent;
	border-bottom: 5px solid #f00;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{
	border: none;
	color: #f00;
	font-size: 1.4em;
}
.wpcf7 input,
.wpcf7 textarea{
	display: block;
	margin: 5px auto 20px;
	padding: 10px;
	width: 100%;
	max-width: 500px;
	background: #fff;
	border: 1px solid var(--color-global);
	border-radius: 3px;
	opacity: 0.5;
	font-size: 0.5em;
}
.wpcf7 input:focus{
	opacity: 1;
}
.wpcf7 input[type=submit]{
	background: var(--color-global);
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.5s;
}
.wpcf7 input[type=submit]:hover{
	opacity: 1;
}


/*--------------------------------------------------------------------------------------------------------------
	== HOME
--------------------------------------------------------------------------------------------------------------*/
.home .entry-content {
    position: relative;
    float: none;
    margin: 0 0 var(--margin-double);
    padding: var(--margin-double) 0 0;
    width: auto;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-image: url(img/frise.png) 11 0 11 0 repeat repeat;
    text-align: center;
    font-family: var(--raleway);
}

.home .entry-content h2 {
    font-size: 4.5em;
    font-weight: 300;
    color: #c8a0c1;
    line-height: 1;
}

.home .entry-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: var(--margin-simple) 0 var(--margin-double);
}

.home .entry-content ul li {
    width: 100%;
    max-width: 260px;
    font-size: 1.6em;
    line-height: 1.3;
}

.home .entry-content ul li strong {
    display: block;
    text-transform: uppercase;
    color: #8a346c;
}

.home .entry-content a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    padding: 10px 30px;
    background: #c8a0c1;
    border-radius: 100px;
    font-weight: 700;
    font-size: 1.6em;
    text-transform: uppercase;
}

@media only screen and (max-width: 990px) {
    .home .entry-content ul li {
        max-width: none;
    }

    .home .entry-content ul li + li {
        margin: 20px 0 0;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== LISTE RESULTAT
--------------------------------------------------------------------------------------------------------------*/
.facetwp-counts {
    margin: 0 0 20px;
    font-size: 2.5em;
    text-align: center;
}

.facetwp-pager {
    margin: 20px 0 20px;
    width: 100%;
    font-size: 1.5em;
    text-align: right;
}

.facetwp-pager .facetwp-page.prev {
    float: left;
}

.facetwp-pager .active {
    background: black;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    line-height: 30px;
}

.liste-resultat {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 var(--margin-double);
    padding: 0 0 var(--margin-double);
}

@media only screen and (min-width: 730px) {
    .facetwp-counts {
        position: absolute;
        top: 65px;
        left: calc(10% + 5px);
        margin: 0;
        font-size: 1.5em;
    }
}

/*
	NO RESULT
*/
.liste-resultat .no-results {
    width: 100%;
}

.liste-resultat .no-results .search-form {
    display: none;
}

/*
	ITEM RESULT
*/
.liste-resultat article {
    position: relative;
    margin: 0 0 0.5% 0.5%;
    padding: var(--margin-simple);
    width: 32.9%;
    background: #f6f6f3;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.liste-resultat article:hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.liste-resultat article:nth-child(3n+1) {
    margin-left: 0;
}

.liste-resultat article > * {
    transition: all 0.5s;
}

.liste-resultat:hover article > * {
    opacity: 0.5;
}

.liste-resultat:hover article:hover > * {
    opacity: 1;
}

.liste-resultat .thumbnail {
    float: right;
    margin: 0 0 var(--margin-simple) 10px;
    max-width: 90px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.liste-resultat .thumbnail img {
    width: 100%;
    height: auto;
}

.liste-resultat h2 {
    margin: 0 0 10px;
    font-size: 2em;
    line-height: 1;
}

.liste-resultat h2 a:hover,
.liste-resultat h2 a:focus {
    text-decoration: none;
}

.liste-resultat h2 a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.liste-resultat .auteur {
    font-family: var(--raleway);
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1;
}

.liste-resultat .note {
    display: block;
    margin: var(--margin-simple) 0 10px;
    font-size: 1.3em;
    opacity: 0.7;
}

.liste-resultat .abonne {
    padding: 3px 3px 2px;
    background: #cf3a66;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--raleway);
    font-weight: 800;
    font-size: 1em;
    line-height: 1;
}

.liste-resultat .abonne::before {
    margin: 0 3px 0 0;
}

.liste-resultat p {
    clear: both;
    margin: var(--margin-simple) 0 0;
    font-size: 1.4em;
    line-height: 1.5;
}

.liste-resultat .posts-navigation {
    margin: var(--margin-double) 0 0;
    width: 100%;
}

.liste-resultat .posts-navigation .nav-links {
    overflow: hidden;
}

.liste-resultat .posts-navigation .nav-links a {
    display: inline-block;
    padding: 3px 10px;
    background: #eeede8;
    border-radius: 50px;
    font-family: var(--raleway);
    font-size: 1.1em;
}

.liste-resultat .posts-navigation .nav-links .nav-previous {
    float: right;
}

.liste-resultat .posts-navigation .nav-links .nav-next {
    float: left;
}

@media only screen and (max-width: 990px) {
    .liste-resultat .thumbnail {
        float: none;
        margin: 0 0 var(--margin-simple);
    }
}

@media only screen and (max-width: 730px) {
    .liste-resultat article {
        margin-left: 0;
        width: 100%;
    }

}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE ABONNEMENT ET COMPTES
--------------------------------------------------------------------------------------------------------------*/
/*
	ONGLETS
*/
.pms-account-navigation {
    position: relative;
    margin: 0;
}

.pms-account-navigation ul {
    display: flex;
    align-items: flex-end;
}

.pms-account-navigation ul::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 10px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.pms-account-navigation ul li.pms-account-navigation-link {
    margin: 0;
    flex: 1;
}

.pms-account-navigation ul li.pms-account-navigation-link + li {
    margin-left: 2px;
}

.pms-account-navigation ul a {
    display: block;
    padding: 10px;
    text-align: center;
    background: #eeede8;
    border-radius: 3px 3px 0 0;
    font-family: var(--raleway);
    font-weight: 400;
    font-size: 0.8em;
    text-transform: uppercase;
}

.pms-account-navigation ul .pms-account-navigation-link a.pms-account-navigation-link--active {
    position: relative;
    z-index: 2;
    background: #fff;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1) !important;
}

.pms-account-navigation ul a {
}

.pms-account-navigation + strong {
    display: block;
    margin: var(--margin-double) 0 0;
}

/*
	FORMULAIRES
*/
.pms-form fieldset {
    margin: 0 0 var(--margin-double);
    border: none;
}

.pms-form fieldset legend {
    margin: 0 0 var(--margin-simple);
    font-size: 1.6em;
    text-transform: uppercase;
    color: #acbfa9;
}

.pms-form label,
.pms-form h4 {
    font-family: var(--raleway);
    font-weight: 400;
}

.pms-form input[type=text],
.pms-form input[type=password] {
    padding: 10px 20px;
    border: 1px solid #d6d5d3;
    border-radius: 3px;
    font-size: 0.8em;
}

.pms-form .pms-field-error label {
    color: #8a346c;
}

.pms-form .pms-field-error input[type=text],
.pms-form .pms-field-error input[type=password] {
    border: 1px solid #8a346c;
}

.pms-form .pms_field-errors-wrapper p {
    color: #8a346c;
    font-family: var(--raleway);
    font-weight: 400;
}

.pms-form .pms-field-type-heading {
    margin: 0;
}

#pms-stripe-credit-card-details {
    padding: 10px 20px;
    border: 1px solid #d6d5d3;
    border-radius: 3px;
    box-shadow: none;
    font-size: 0.8em;

}

.pms-form input[type=submit] {
    padding: 5px 30px;
    background: #acbfa9;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}

.pms-form input[type=submit]:hover {
    background: #737d71;
}

/*
	RECAP
*/
#pms-payment-history,
.pms-account-subscription-details-table {
    width: 100%;
    font-weight: 400;
}

.pms-account-subscription-details-table td:first-child {
    padding: 0 20px 0 0;
    text-align: right;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE INSCRIPTION NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
.single-mailpoet_page .mailpoet_paragraph {
    text-align: center;
}

.single-mailpoet_page .mailpoet_validate_error {
    text-align: center;
    font-family: var(--raleway);
    color: #ce3e80 !important;
}

.single-mailpoet_page .mailpoet_paragraph input[type=text] {
    margin: 10px 0 0;
    padding: 10px 20px;
    width: 50%;
    border: 1px solid #d6d5d3;
    border-radius: 3px;
    font-size: 0.8em;
}

.single-mailpoet_page .mailpoet_paragraph input[type=submit] {
    padding: 5px 30px;
    background: #acbfa9;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}

.single-mailpoet_page .mailpoet_paragraph input[type=submit]:hover {
    background: #737d71;
}

.single-mailpoet_page .navigation {
    display: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== SITEMAP
--------------------------------------------------------------------------------------------------------------*/
/*
.page-template-sitemap h1{
	margin-bottom: 20px;
}
.sitemap{
	text-align: center;
}
.sitemap > li + li{
	margin: var(--margin-general) 0 0;
}
.sitemap > li > a{
	font-family: 'elsieblack';
	font-size: 3em;
}
.sitemap > li > ul{}
.sitemap > li > ul li{
	display: inline-block;
	margin: 3px;
}
.sitemap > li > ul li a{
	display: inline-block;
	padding: 5px 10px;
	background: var(--color-global);
	border-radius: 3px;
	font-size: 1.4em;
	color: #fff;
}
.sitemap > li > ul li a:hover,
.sitemap > li > ul li a:focus{
	background: var(--color-global-dark);
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= ASIDE
*/
/*------------------------------------------------------------------------------------------------------------*/
#secondary {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: var(--largeur-col);
    background: #eeede8;
}

#pub-widget-area + #page #secondary {
    bottom: var(--hauteur-pub)
}

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

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/
#colophon {
    margin: 0 var(--margin-simple) var(--margin-simple);
    padding: var(--margin-double) 0 0;
    border-top: 11px solid transparent;
    border-image: url(img/frise.png) 11 0 0 0 repeat repeat;
    text-align: center;
    font-family: var(--raleway);
}

.home #colophon {
    border: none;
}

#colophon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 var(--margin-double);
    font-size: 1.3em;
    font-weight: 300;
}

#colophon ul li {
    padding: 0 var(--margin-simple);
}

#colophon img {
    display: block;
    margin: auto;
}

#colophon em {
    font-size: 1.2em;
}

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

/*
#colophon{}
#footer-widget-area{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
/*
	WIDGETS
*/
/*
#footer-widget-area .menu{
	display: flex;
}
#footer-widget-area .menu li{
	display: flex;
	margin: var(--margin-general);
}
#footer-widget-area .menu li + li{
	margin-left: 0;
}
#footer-widget-area a{
	color: #fff;
	font-size: 1.2em;
	opacity: 0.5;;
}
#footer-widget-area a:hover,
#footer-widget-area a:focus{
	opacity: 1;
	text-decoration: none;
}
#footer-widget-area .widget_text{
	position: absolute;
	right: var(--margin-general);
}
#footer-widget-area .widget_text p{
	margin: 0;
}
@media only screen and (max-width: 750px){
	.widget_nav_menu{
		order: 1;
	}
	.widget_media_image{
		order: 2;
		margin: 0 0 20px;
		width: 100%;
		text-align: center;
	}
	#footer-widget-area .widget_text{
		bottom: 0;
	
	}
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= BACK OFFICE
*/
/*------------------------------------------------------------------------------------------------------------*/

.contributor .acf-postbox:nth-child(2) .acf-field,
.contributor .acf-postbox:nth-child(3) .acf-field,
.contributor #pms_post_content_restriction,
.components-base-control,
.contributor .components-button.editor-post-publish-panel__toggle.is-primary {
    display: none;
}

div[data-name="note"],
.edit-flow-extended-post-status .components-base-control {
    display: block !important;
}

.components-panel > *:nth-child(n+2) {
    display: none;
}