/* 
Theme Name: Les Économistes Atterrés
Theme URI: 
Description: Site des Économistes Atterrés
Version: 1.0
Author: SDC
Author URI: 
Options || 
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    scroll-behavior: smooth;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

@media (min-width: 750px) {
 
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
 
    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
 
}
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* =Content
----------------------------------------------- */

p.wp-block-subhead {
    font-size: 200% !important;
    font-style: normal;
    opacity: 1;
}
.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: 0 auto 1.5rem;
}

.alignright {
    float: right;
    margin: 0 0 1.5em 2rem;
}

.alignleft {
    float: left;
    margin: 0 2rem 1.5rem 0;
}
/* =Media
----------------------------------------------- */


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}



/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}

/* styles généraux */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
    color: #222222;
    font-family: 'Jost', sans-serif;
}
a {
    color: #222;
    text-decoration: underline;
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}
figure {
    margin: 0;
}
img,
.wp-caption {
    max-width: 100%;
    height: auto;
    display: block;
}
.wrapper {
    max-width: 110rem;
    width: 100%;
    margin: 0 auto;
}
.wrapper910 {
    max-width: 91rem;
    margin: 0 auto;
}
.group:before,
.group:after {
  content: "";
  display: table;
} 
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

p {
    font-size: 1.8rem;
    margin-bottom: 1em;
    line-height: 1.6;
    font-family: 'Bitter', serif;
    font-weight: 400;
}
p strong {
    font-weight: 700;
}
.desktop {
    display: none;
}
.mobile {
    display: block;
}
.tetiere {
    display: inline-block;
     font-weight: 300;
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
main {
   padding: 2rem; 
    
}
.btn {
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    display: table;
    padding: .5rem 1rem;
    background-color: #fff;
    -webkit-box-shadow: .4rem .4rem 0 0 #030071;
    box-shadow: .4rem .4rem 0 0 #030071;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

/* surbandeau */
.site-surbandeau {
    background-color: #7bffff;
}
.site-surbandeau p {
    font-size: 1.8rem;
    font-weight: 700;
    padding: .5rem 1rem;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: .1rem;
    font-family: 'Jost', sans-serif;
}
/* adherer */
.cta-adherer {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    padding: .5rem 1rem;
    border: solid 1px #000;
    background-color: #fff;
    -webkit-box-shadow: .2rem .2rem 0 0 #10adad;
    box-shadow: .2rem .2rem 0 0 #10adad;
    display: table;
    text-align: center;
    margin: -.8rem 1rem 0 auto;
    text-decoration: none;
    font-size: 1.6rem;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    z-index: 100;
}
.cta-adherer:hover {
    -webkit-box-shadow: 0 .0 0 0 #10adad;
    box-shadow: 0 0 0 0 #10adad;
    color: #fff;
    background-color: #000;
}

/* header */
.site-header {
    border-bottom: solid 1px #7bffff;
}
.logo-titre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    margin-bottom: -2rem;
}
.site-logo {
    max-width: 15%;
    margin-right: 2rem;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
}
.site-logo img {
    max-width: 7.5rem;
}
.site-titre {
    font-family: 'Bitter', serif;
    font-weight: 500;
    font-size: 2.4rem;
}
.site-titre a {
    text-decoration: none;
}
/* nav */
.site-navigation-principale {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 3.3rem;
}
.menu-button span {
    display: block;
    width: 3.2rem;
    height: .3rem;
    margin: .6rem 0;
    border-radius: .3rem;
    background: #000;
    z-index: 99;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.menu-button span:nth-of-type(2) {
    width: 2.4rem;
}
.menu-button span:nth-of-type(3) {
    width: 2.8rem;
}
.ouvert span:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translateY(4px) translateX(5px);
    transform: rotate(45deg) translateY(4px) translateX(5px);
}
.ouvert span:nth-of-type(2) {
    display: none;
}
.ouvert span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translateX(2px) translateY(-2px);
    transform: rotate(-45deg) translateX(2px) translateY(-2px);
    width: 3.2rem;
}
.menu-menu-header-container {
    display: none;
}
.menu-menu-header-container.expand {
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 4.5rem;
    z-index: 1000;
    padding: 1rem;
    -webkit-box-shadow: 0 1rem 1rem 0 rgba(0,0,0,.1);
    box-shadow: 0 1rem 1rem 0 rgba(0,0,0,.1);
}
.site-navigation-principale li {
    font-weight: 700;
    font-size: 1.5rem;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.site-navigation-principale li::before {
    content: "";
    display: block;
    height:  1rem;
    width: 2rem;
    position: absolute;
    left: -1rem;
    bottom: .8rem;
    background-color: #7bffff;
}
.site-navigation-principale li a {
    background-color: rgba(255,255,255,0);
    border-bottom: 0;
    padding: 0.8rem 3rem .8rem 0;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.site-recherche {
/*    position: relative;*/
}
.toggle-recherche {
    height: 2.6rem;
    margin: 0 1rem;
    cursor: pointer;
}
.site-recherche .searchform {
    display: none;
    background: #fff;
    padding: 1rem;
    z-index: 100;
}
.searchform input[type=text] {
    font-size: 1.5rem;
    padding: .5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 1rem;
    border-width: 1px;
}
.searchform input[type=submit] {
    font-size: 1.4rem;
    font-weight: 500;
    padding: .5rem .9rem;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: 'Jost', sans-serif;
    
    text-transform: uppercase;
    background-color: #030071;
}
.searchform.expand {
    display: block;
    position: absolute;
    top: 6rem;
    background: #fff;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 1rem 1rem 0 rgba(0,0,0,.1);
    box-shadow: 0 1rem 1rem 0 rgba(0,0,0,.1);
}
.searchform div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pas-de-resultat {
    padding: 6rem 0;
}
/* rs */
.rs {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.rs img {
    height: 2.6rem;
    margin-left: 1rem;
}


/* home */
.home article {
    margin-bottom: 2rem; 
    -webkit-box-shadow: 2px 2px 0 0 #7bffff;
    box-shadow: 2px 2px 0 0 #7bffff;
    border: solid 1px #eee;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.home article a {
    display: block;
    text-decoration: none;
    padding: 1rem;
}
.home article:hover {
    -webkit-box-shadow: 5px 5px 0 0 #7bffff;
    box-shadow: 5px 5px 0 0 #7bffff;
}
.home .article-titre {
    font-size: 2.8rem;
}
.majvideo::before {
    content: "";
    display: block;
    float: left;
    height: 2.5rem;
    width: 3rem;
    background-image: url(img/majvideo.svg);
    background-repeat: no-repeat;
    background-position: left .6rem;
    background-size: 2.2rem;
}
.single .majvideo::before {
    height: 3.5rem;
    width: 4rem;
    background-size: 3.5rem;
}
.home .article-date-auteur {
   margin-bottom: 1.5rem;
    display: inline-block;
    width: 100%;
}
.home article p:last-of-type {
    margin-bottom: 0;
}
/* carrousel des ouvrages */
.carrousel-ouvrages {
    padding: 1rem;
    background-color: #e0dcd1;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.carrousel-ouvrages .tetiere {
    font-weight: 700;
    text-align: center;
    display: block;
}
.carousel-cell {
    width: 100%;
    padding-left: 2px;
}
.carousel-cell a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    padding-bottom: 1rem;
}
.carousel-cell img {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
/*    max-width: 14rem;*/
    -webkit-box-shadow: 4px 4px 0 0 #7bffff;
    box-shadow: 4px 4px 0 0 #7bffff;
    margin-right: 2rem;
/*    min-height: 19rem;*/
    max-width: 40%;
}
.carousel-cell h2 {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Bitter', serif;
    margin-bottom: 1rem;
}
.carousel-cell h3 {
    font-size: 1.2rem;
}
.carousel-cell p {
    font-size: 1.2rem;
}
.carrousel-ouvrages .flickity-page-dots .dot {
    background-color: #fff;
    opacity: 1;
}
.carrousel-ouvrages .flickity-page-dots .dot.is-selected {
    background-color: #7bffff;
}
.home .bloc-newsletter {
    margin-bottom: 2rem;
}

/* pied de home */
.widget-reseaux {
    margin-top: 6rem;
    background-color: #e0dcd1;
    padding: 1rem;
}
.widget-reseaux .widget {
    margin-bottom: 3rem;
}
.widget-reseaux h3 {
    font-size: 1.8rem;
    font-weight: 700;
    
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
.widget-reseaux .facebook {
    padding-left: 3.2rem;
    background-image: url(img/Facebook.svg);
}
.widget-reseaux .twitter {
    background-image: url(img/Twitter.svg);
    padding-left: 4rem;
    margin-bottom: 2.1rem;
}
.widget-reseaux .youtube {
    background-image: url(img/youtube.svg);
    padding-left: 4.5rem;
    margin-bottom: 2.1rem;
}
.liens-blogs {
   background-color: #e0dcd1;
   padding: 1rem;
}
.liens-blogs .blog {
    margin-bottom: 3rem;
}
.liens-blogs .blog a {
    text-decoration: none;
    margin-bottom: 3rem;
}
.blog figcaption {
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    z-index: 100;
}
.blog figcaption::before {
    content: "";
    display: block;
    height:  1rem;
    width: 2rem;
    position: absolute;
    left: -1rem;
    top: .8rem;
    background-color: #7bffff;  
    z-index: -1;
}
.liens-blogs .blog img {
    margin: 1rem 0 0 4rem;
}



/*article*/
.article-meta {
    margin-bottom: 3rem;
}
.post-categories a,
.article-rubrique {
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    text-decoration: none;
    display: inline-block;
    padding-left: 1rem;
}
.post-categories a::before,
.article-rubrique::before {
    content: "";
    display: block;
    height:  1rem;
    width: 2rem;
    position: absolute;
    left: 0;
    bottom: .2rem;
    background-color: #7bffff;
    z-index: -1;
}
.article-titre {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.article-date-auteur {
    font-size: 1.5rem;
    font-weight: 300;
    font-family: 'Bitter', serif;
}
.article-date-auteur a {
    font-style: italic;
}
.article-date-auteur .a-venir {
    font-style: normal;
    padding: .2rem .4rem;
    background-color: #7bffff;
} 
.chapo p {
    font-weight: 500;
    font-size: 1.8rem;
}
.entry h2 {
    font-weight: 700;
    font-size: 2.4rem;
    margin: 1rem 0;
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
    line-height: 1.3;
    padding-left: 2rem;
    position: relative;
}
.entry h2::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    position: absolute;
    left: 0;
    top: .9rem;
    background-color: #7bffff;
}
.entry h3 {
    font-weight: 700;
    font-size: 2rem;
    margin: 1rem 0;
}
.entry blockquote {
   padding: 4rem 0 4rem 3rem; 
    position: relative;
    border-left: 0;
}
.entry blockquote::before {
    content: "“";
    font-family: 'Bitter', serif;
    font-size: 18rem;
    font-weight: 700;
    color: #7bffff;
    position: absolute;
    z-index: -1;
    left: -1rem;
    top: .5rem;
}
.entry blockquote p {
    font-size: 1.4rem;
    font-family: 'Jost', sans-serif;
}
.entry blockquote cite {
    font-size: 2.4rem;
    font-style: italic;
    font-family: 'Bitter', serif;
}
.entry .wp-block-file a {
    font-size: 1.8rem;
    font-weight: 700;
    margin-right: 1rem;
    color: #000;
}
.entry .wp-block-file__button {
    color: #222;
    border-radius: 0;
    background-color: #e0dcd1;
    -webkit-box-shadow: .4rem .4rem 0 0 #030071;
    box-shadow: .4rem .4rem 0 0 #030071;
    padding: .5rem 3rem;
    display: table;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin: 0;
}
.entry .wp-block-file__button:hover {
    -webkit-box-shadow: 0 0 0 0 #030071;
    box-shadow: 0 0 0 0 #030071;
    color: #fff;
    background-color: #030071;
}
.entry .wp-block-button a {
    font-size: 1.8rem;
    color: #222;
    border-radius: 0;
    background-color: #e0dcd1;
    -webkit-box-shadow: .4rem .4rem 0 0 #030071;
    box-shadow: .4rem .4rem 0 0 #030071;
    padding: .5rem 3rem;
    display: table;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin: 0 0 2rem 0;
}
.entry .wp-block-button a:hover {
    -webkit-box-shadow: 0 0 0 0 #030071;
    box-shadow: 0 0 0 0 #030071;
    color: #fff;
    background-color: #030071;
}
.entry ul {
    list-style: inside square;
    margin-bottom: 1rem;
}
.entry ol {
    list-style: inside decimal;
    margin-bottom: 2rem;
}
.entry li {
    font-size: 1.8rem;
    margin-bottom: .5em;
    line-height: 1.6;
    font-family: 'Bitter', serif;
    font-weight: 400; 
}
.has-bleu-background-color {
    background-color: #7bffff;
}
.has-outremer-background-color {
    background-color: #030071;
}
.has-beige-background-color {
    background-color: #e0dcd1;
}
.has-gris-background-color {
    background-color: #222;
}
.has-blanc-background-color {
    background-color: #fff;
}
.has-noir-background-color {
    background-color: #000;
}
.has-bleu-color {
    color: #7bffff;
}
.has-outremer-color {
    color: #030071;
}
.has-beige-color {
    color: #e0dcd1;
}
.has-gris-color {
    color: #222;
}
.has-blanc-color {
    color: #fff;
}
.has-noir-color {
    color: #000;
}
.article-contenu {
    
}
.article-aside {
    margin-top: 6rem;
}
.article-auteur {
    background-color: #e0dcd1;
    padding: 1rem;
    overflow: hidden;
    margin-bottom: 2rem;
}
.article-auteur h3 {
    font-weight: 700;
    font-size: 2.4rem;
}
.article-auteur img {
    max-width: 25%;
}
.article-auteur .btn {
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    display: table;
    padding: .5rem 1rem;
    background-color: #7bffff;
    -webkit-box-shadow: .4rem .4rem 0 0 #030071;
    box-shadow: .4rem .4rem 0 0 #030071;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.article-auteur .btn:hover {
    background-color: #030071;
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 #030071;
    box-shadow: 0 0 0 0 #030071;
}
.article-suite-lecture {
    
}
.article-suite-lecture .tetiere {
   
}
.article-etiquettes {
    margin-bottom: 2rem;
}
.article-etiquettes li {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
}
.liste-articles {
    margin-bottom: 3rem;
}
.liste-articles li {
    margin-bottom: 2rem;
    position: relative;
    padding-left: 2rem;
}
.liste-articles li h3 {
    font-family: 'Bitter', serif;
    font-weight: 500;
    font-size: 1.6rem;
    
}
.liste-articles li h3 a {
    text-decoration: none;
}
.liste-articles li span {
    font-size: 1.6rem;
    font-weight: 300;
    display: inline-block;
    line-height: 1.3;
}
.liste-articles li::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    float: left;
    background-color: #7bffff;
    position:absolute;
    left: 0;
    top: 0;
}
/* partage */
.article-partage {
    
}
.flex-partage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-partage a {
    display: block;
    width: 6rem;
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #7bffff;
}
.flex-partage a img,
.flex-partage button img {
    margin: auto;
    max-width: 3.2rem;
}
.flex-partage button {
    border: 0;
    height: 6rem;
    width: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #7bffff;
    cursor: pointer;
}
/* livres */
.type {
    font-family: 'Bitter', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    display: inline-block;
}
.type a {
    text-decoration: none;
}
.surtitre {
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: -1rem;
}
.livres-infos {
    background-color: #030071;
    padding: 2rem;
    color: #fff;
}
.livres-infos img {
    float: left;
    margin-right: 2rem;
}
.livres-infos p {
    font-size: 1.4rem;
}
.livres-infos a {
    color: #fff;
    font-size: 1.4rem;
}
.livres-infos h2 {
    font-size: 2.4rem;
    margin: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 0;
    position: static;
}
.livres-infos h2::before {
    width: 0;
    height: 0;
}
.livres-infos h3 {
   font-size: 1.8rem; 
    margin-bottom: 2rem;
}
.livre-couv {
    margin: 0 auto 3rem;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,.2);
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.2);
}
.archive .livre-couv {
    max-width: 10rem;
    float: left;
    margin: 1rem 1rem 1rem 0;
}
/* liset des auteurs */
.author-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.author-grid figure {
    
    -webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,.2);
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.2);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.author-grid figure:hover {
    -webkit-box-shadow: 0 0 .1rem 0 rgba(0,0,0,.2);
    box-shadow: 0 0 .1rem 0 rgba(0,0,0,.2);
}
.author-grid a {
    text-decoration: none;
    display: block;
    padding: 1rem;
}
.author-grid figure img {
    margin: 0 auto;
}
.author-grid figcaption {
    text-align: center;
    font-size: 1.4rem;
    padding-top: .8rem;
}
/* blocs footer */
.bloc-newsletter {
    background-color: #030071;
    padding: 1rem;
}
.bloc-newsletter h3 {
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    color: #7bffff;
    margin-bottom: 1rem;
    padding: 0 2rem;
}
.bloc-newsletter form input[type=email] {
    width: 100%;
    padding: .3rem;
    font-size: 1.6rem;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    border: solid 1px #000;
    margin-bottom: 1rem;
}
.bloc-newsletter form input::-webkit-input-placeholder {
    font-style: italic;
}
.bloc-newsletter form input:-ms-input-placeholder {
    font-style: italic;
}
.bloc-newsletter form input::placeholder {
    font-style: italic;
}
.bloc-newsletter form input[type=checkbox] {
    margin: 0 1rem 0 0;
}
.bloc-newsletter form label {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    display: block;
    margin-bottom: 1rem;
}
.bloc-newsletter form label a {
    color: #fff;
    text-decoration: underline;
}
.bloc-newsletter form p {
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Jost', sans-serif;
    line-height: 1.2;
}
.bloc-newsletter form input[type=submit] {
    margin: 1rem auto 0;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 0 0 #7bffff;
    box-shadow: 4px 4px 0 0 #7bffff;
    padding: .8rem 3rem;
    margin-bottom: 1.5rem;
    font-family: 'Jost', sans-serif;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.bloc-newsletter form input[type=submit]:hover {
    -webkit-box-shadow: 0 0 0 0 #7bffff;
    box-shadow: 0 0 0 0 #7bffff;
    background-color: #7bffff;
}
.bloc-adherer {
    padding: 2rem;
    background-color: #7bffff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bloc-adherer h3 {
    font-family: 'Bitter', serif;
    font-weight: 400;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.bloc-adherer p {
    font-family: 'Jost', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.bloc-adherer .btn {
    margin: 0 auto;
    padding: 1rem 3rem;
    color: #fff;
    text-decoration: none;
    background-color: #030071;
    -webkit-box-shadow: 4px 4px 0 0 #e0dcd1;
    box-shadow: 4px 4px 0 0 #e0dcd1;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.bloc-adherer .btn:hover {
    -webkit-box-shadow: 0 0 0 0 #e0dcd1;
    box-shadow: 0 0 0 0 #e0dcd1;
    background-color: #e0dcd1;
    color: #000;
}
.blogs {
    margin-bottom: 4rem;
    padding: 2rem 1rem 0 2rem;
}
.blogs li {
    font-weight: 500;
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 0;
}
.blogs li::before {
    content: "";
    display: block;
    height:  1rem;
    width: 2rem;
    position: absolute;
    left: -1rem;
    bottom: .8rem;
    background-color: #7bffff;
}
.blogs li a {
    background-color: rgba(255,255,255,0);
    border-bottom: 0;
    padding: 0.8rem 3rem .8rem 0;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.bloc-blog-reseaux .tetiere {
    text-align: center;
    display: block;
}
.bloc-blog-reseaux .rs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 1rem;
}
/* auteur */
.archive-titre {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.auteur-portrait {
    float: left;
    margin: 0 1.5rem 1.5rem 0;
    max-width: 50%;
}
.auteur-section {
    margin-bottom: 3rem;
}
.auteur .tetiere {
    display: block;
    padding: .5rem 1rem;
    background-color: #e0dcd1;
    cursor: pointer;
}
.auteur .tetiere::after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 2.5rem;
    background-image: url(img/chevron-noir.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: 2rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0 ease-out;
    transition: all 0 ease-out;
}
.auteur .tetiere.section-ouverte::after {
    -webkit-transform: rotate(270deg) translateX(-.5rem) translateY(-.8rem);
    transform: rotate(270deg) translateX(-.5rem) translateY(-.8rem);
    -webkit-transform-origin: center;
    transform-origin: center;
    
}
.bascule-contenu {
    display: none;
    max-height: 35rem;
    overflow-y: scroll;
}
.bascule-contenu article {
    margin-bottom: 2rem;
}
.bascule-contenu .article-titre {
    font-size: 2rem;
}
.bascule-contenu .article-titre::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #7bffff;
    margin-right: .5rem;
}
.bascule-contenu p {
    font-size: 1.6rem;
}
/* search */
.search .article-titre {
    font-size: 2.4rem;
    margin: 0 0 1rem 0;
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
    line-height: 1.3;
    padding-left: 2rem;
    position: relative;
}
.search .article-titre::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    position: absolute;
    left: 0;
    top: .9rem;
    background-color: #7bffff;
}
.search article {
    margin-bottom: 4rem;
}
.recherche-type {
    font-family: 'Bitter', serif;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 0;
    font-style: italic;
}

/* navigation */
.wp-pagenavi {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 50rem;
    margin: 3rem auto;
}
.pages {
    margin-right: 2rem;
}
/* questions - commentaires */
.questions {
    margin-top: 6rem;
}
.comment-reply-title {
    font-size: 2.4rem;
}
.comments-title {
    font-size: 1.8rem;
    font-weight: 700;
}
.comment-author {
    font-size: 1.6rem;
    float: left;
    margin-right: 2rem;
}
.says {
    display: none;
}
.comment-meta {
   font-size: 1.6rem; 
}
#respond {
    padding: 1rem;
    background-color: #e0dcd1;
}
.comment-form-comment br {
    display: none;
}
#comment {
    font-size: 1.6rem;
    padding: .5rem;
    width: 100%;
}
#comment-submit {
    font-size: 1.8rem;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    padding: 1rem 3rem;
    color: #000;
    text-decoration: none;
    background-color: #7bffff;
    -webkit-box-shadow: 4px 4px 0 0 #030071;
    box-shadow: 4px 4px 0 0 #030071;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 0;
    border: 0;
    cursor: pointer;
}
#comment-submit:hover {
    -webkit-box-shadow: 0 0 0 0 #030071;
    box-shadow: 0 0 0 0 #030071;
    background-color: #030071;
    color: #fff;
}
.no-comments {
    font-family: 'Jost', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
}
p.must-log-in {
    margin-bottom: 0;
}
.bloc-login-comm {
    padding: 1rem;
    background-color: #e0dcd1;
    font-size: 1.6rem;
}
.logged-in .bloc-login-comm {
    display: none;
}
.lwa .btn {
    border: 0;
    font-family: 'Jost', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
}
.lwa input[type=text],
.lwa input[type=password] {
    width: 100%;
    padding: .3rem;
}
/* qui sommes-nous */
.menu-qui-sommes-nous-container {
    padding: 2rem;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,.2);
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.2);
}
.menu-qui-sommes-nous-container li {
    font-size: 1.8rem;
    margin-top: 1rem;
}
.menu-qui-sommes-nous-container #menu-qui-sommes-nous > li {
    margin-top: 0;
}
.menu-qui-sommes-nous-container li ul {
    margin-left: 3rem;
}
#menu-qui-sommes-nous .current-menu-item > a {
    background-color: #7bffff;
    text-decoration: none;
}
/* signataires */
.signature-bloc {
    padding: 1rem;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,.2);
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.2);
    margin-bottom: 2rem;
}
.signature-nom {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0;
}
.signature-profession {
    font-weight: 400;
    font-style: italic;
    font-size: 1.4rem;
    margin-bottom: .5rem;
}
.signature-pays {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0;
    font-family: 'Jost', sans-serif;
}
/* adhesion */
.swpm-buy-now-button-submit {
    -webkit-box-shadow: .4rem .4rem 0 0 #030071;
    box-shadow: .4rem .4rem 0 0 #030071;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border: solid 1px #e0dcd1;
    border-radius: 1rem;
}
.swpm-buy-now-button-submit:hover {
    -webkit-box-shadow: .1rem .1rem 0 0 #030071;
    box-shadow: .1rem .1rem 0 0 #030071;
}
.swpm-form-builder input,
.swpm-form-builder select {
    font-size: 1.8rem;
    padding: .5rem;
}
.swpm-submit, input[type="submit"].swpm-submit {
    font-size: 1.8rem;
    border: solid 1px #030071;
}
.swpm-form-builder input[type="submit"] {
    margin: 3rem auto;
    font-family: 'Jost', sans-serif;
    padding: 1rem 3rem;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.swpm-form-builder input[type="submit"]:hover {
    color: #fff;
    background-color: #030071;
    -webkit-box-shadow: 0 0 0 0 #030071;
    box-shadow: 0 0 0 0 #030071;
}
.swpm-registration-success-msg {
    font-size: 1.8rem;
}
.swpm-label,
.swpm-rember-label,
.swpm-forgot-pass-link, 
.swpm-join-us-link {
    font-size: 1.6rem;
}
.swpm-form-builder-error {
    color: red;
}
#swpm-33-error {
    display: none !important;
}
.swpm-item-password .swpm-span div input {
    margin-bottom: .3rem;
}
/* login */
#swal-login .submit_button,
#resetPasswordForm .submit_button,
#forgot_password .submit_button {
    font-size: 1.8rem;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    color: #000;
    text-decoration: none;
    background: #7bffff;
    -webkit-box-shadow: 4px 4px 0 0 #030071;
    box-shadow: 4px 4px 0 0 #030071;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    height: auto;
    text-transform: none;
}
#swal-login .submit_button:hover,
#resetPasswordForm .submit_button:hover,
#forgot_password .submit_button:hover {
    -webkit-box-shadow: 0 0 0 0 #030071;
    box-shadow: 0 0 0 0 #030071;
    background: #030071;
    color: #fff;
}
.ajax-auth h3 a {
    color: #030071 !important;
}
/* contact */
.gform_footer input[type=submit] {
    font-family: 'Jost', sans-serif;
    font-size: 1.8rem;
    color: #222;
    border-radius: 0;
    background-color: #e0dcd1;
    -webkit-box-shadow: .4rem .4rem 0 0 #030071;
    box-shadow: .4rem .4rem 0 0 #030071;
    padding: .5rem 3rem;
    display: table;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin: 0 0 2rem 0;
}
.gform_confirmation_message {
    font-size: 1.6rem;
}
/* documents */
.page-template-documents article {
    margin-bottom: 4rem;
}
.page-template-documents main p {
    margin-bottom: .5rem;
}
.page-template-documents main .btn {
    background: #e0dcd1;
}
.page-template-documents .lwa {
    font-size: 1.6rem;
}
/* footer */
.site-footer {
    margin-top: 4rem;
}
.footer-extra ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.footer-extra li {
    font-size: 1.4rem;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
}
.footer-extra li a {
    text-decoration: none;
}
.footer-extra li::before {
    content: "";
    display: block;
    position: absolute;
    height: 1rem;
    bottom: 0;
    background-color: #7bffff;
    left: calc(50% - 2rem);
    width: 4rem;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    z-index: -1;
}
.footer-extra li:hover::before {
    bottom: -.8rem;
    width: calc(100%);
    left: 0;
}
.footer-navigation {
    padding: 1rem;
}
.footer-navigation li,
.footer-navigation span {
    display: inline;
    font-size: 1.4rem;
    font-weight: 300;
}
.footer-navigation li::after {
    content: "-";
    padding: 0 .5rem;
}
.footer-navigation li:last-of-type::after {
    content: "";
    padding: 0;
}
.footer-navigation li a {
    text-decoration: none;
}



.bandeau-footer {
    background-color: #7bffff;
    text-align: center;
    font-size: 2rem;
    padding: .5rem;
}
.bandeau-footer p {
    margin-bottom: 0;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}




@media only screen and (max-width:400px) {
    .logo-titre {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .site-titre {
        font-size: 2.1rem;
    }
    .site-logo img {
        max-width: 5rem;
    }
}
@media only screen and (min-width:600px) {
    .logo-titre {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translateY(-2rem); 
        transform: translateY(-2rem);
    }
    .site-logo {
        -webkit-transform: translateY(0); 
        transform: translateY(0);
    }
    .site-titre {
        font-size: 3.6rem;
    }
    .author-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (min-width:700px) {
    .home-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: none;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .home .home-grid > * {
        margin-bottom: 0;
    }
    .searchform input[type=submit] {
        padding: .9rem 3rem;
        font-size: 1.5rem;
        font-weight: 700;
    }
    .searchform input[type=text] {
        font-size: 2.4rem;
    }
    .wp-pagenavi {
        font-size: 2rem;
    }
    .signature-grille {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    }
    .signature-bloc {
        margin-bottom: 0;
    }
}
@media only screen and (min-width:800px) {
    .author-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (min-width:1000px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
    .wrapper95 {
        padding-left: 9.5rem;
    }
    .site-surbandeau p {
        text-align: left;
    }
    .site-titre {
        font-size: 4.4rem;
    }
    .menu-menu-header-container  {
        display: block;
    }
    .menu-menu-header-container ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .site-navigation-principale li {
        font-size: 1.4rem;
        margin-bottom: 0;
    }
    .site-navigation-principale li::before {
        left: calc(50% - 3rem);
        width: 4rem;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }
    .site-navigation-principale .current-menu-item::before,
    .site-navigation-principale li:hover::before {
        bottom: -.5rem;
        width: calc(100% - 3rem);
        left: 0;
    }
    .rs img {
        height: 2rem;
    }
    .home-grid {
        display: grid;
        
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: none;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .widget-reseaux {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 2rem;
    }
    .widget-reseaux .widget {
        width: calc(33% - 1rem);
    }
    .liens-blogs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 2rem;
    }
    .liens-blogs .blog {
        width: calc(33% - 1rem);
        margin-bottom: 0;
    }
    .auteur-portrait {
        max-width: 35%;
    }
    
    
    .page-template-signatures main article,
    .page-template-qui main article,
    .single main article {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-template-rows: 1fr auto;
        grid-column-gap: 2rem;
        grid-row-gap: 0px;
    }
    .article-meta {
        grid-area: 1 / 1 / 2 / 13;
    }
    .article-contenu {
        grid-area: 2 / 1 / 3 / 9;
    }
    .article-aside {
        grid-area: 2 / 9 / 3 / 13; 
        margin-top: 0;     
    }
    .colonne-sticky {
        position: -webkit-sticky; 
        position: sticky;
        top: 2rem;
    }
    .bloc-newsletter form input[type=submit],
    .bloc-adherer .btn {
        font-size: 1.8rem;
    }
    .blocs-footer {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .blocs-footer > div:nth-child(1) {
        grid-area: 1 / 1 / 2 / 6;
    }
    .blocs-footer > div:nth-child(2) {
        grid-area: 1 / 6 / 2 / 9;
    }
    .blocs-footer > div:nth-child(3) {
        grid-area: 1 / 9 / 2 / 13;
    }
    .bloc-newsletter {
        padding: 1rem 2rem;
    }
    .bloc-blog-reseaux {
        background-color: #e0dcd1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .bloc-blog-reseaux .tetiere {
        text-align: left;
        margin-left: 1rem;
    }
    .bloc-blog-reseaux .rs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-bottom: 1rem;
    }
    .archive-titre {
        font-size: 6rem;
        color: #222;
        text-shadow: 2px 2px 0 #7bffff;
        margin-bottom: 3rem;
    }
    .search .archive-titre {
        margin-top: 5rem;
    }
    .archive-flex {
        margin: 6rem auto;
    }

    .archive-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .archive-grid article {
        margin-bottom: 0;
    }
    /* grille des auteurs */
    .author-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    /* grille des signataires */
    .signature-grille {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    }
    
    .footer-extra li {
        margin-right: 3rem;
    }
    .site-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-navigation ul {
        display: inline;
    }
}
@media only screen and (min-width:1200px) {
    main {
       padding: 4rem 0;
    }
}
