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

:root {
    --bleu: #2273b9;
    /* couleur bleu edm */
    --rose: #ff006c;
}


html {
    color: #222;
    background: #fbfbfb;
}

body {
    margin: 0 auto;
    line-height: 1.7em;

    font-family: "Nunito Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth"100,
        "YTLC"500;
}

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

img {
    max-width: 100%;
    height: auto;
}

time,
.date {

    font-size: 85%;
    margin: 0 0 1em 0;
}

/*
.pure-g [class*="pure-u"] {
    font-family: 'Noto Sans', sans-serif;
}
div.pure-g {
    font-family: 'Noto Sans', sans-serif;
}
*/
p a,
.spip li a {
    /*    border-bottom: 2px solid #2fa8de;*/
    color: var(--bleu);
    text-decoration: underline;
}

p a:hover {
    border-color: #2fa8de;
}

h1,
h2 {
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.02em;
}


h3,
h4 {
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    text-transform: none;
}

h1 {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 1rem 0;
    line-height: 1.1em;
}

h1.art {
    text-transform: none;
    margin-top: 1.6em;
    font-size: 3rem:
}

h2 {

    font-size: 2em;
    font-weight: 300;
    color: #333;

}

h2.spip {
    /*   font-weight: 700;*/
    text-transform: none;
    margin: 0 0 1rem;
}

.center {
    text-align: center;
}

.l-box {
    padding: 1em;
}

.cercle {
    border-radius: 50%;
}
br.spacer{
    margin: 2em;
}
.header {
    margin: 0 0;
}

header.navbar {

    max-width: 1200px;
    margin: 0 auto;
    color: #666;
   
}


header.navbar a {
    color: #111;
    margin: .6em;
    

  font-weight: 700;
  padding: .5em .3em;
  margin: .4em;
  text-transform: none;
  font-size: 1.2em;
    
    @media (max-width:970px) {
        margin: .7em;
        font-size: 90%
    } 
    @media(max-width:800px){
        margin: .5em;
        font-size: 90%;
    }
    
    
}

header.navbar .btn.btn-link {
    color: #111;
    &:hover{
        color: #2273b9;
    }
    
    
}


header.navbar .btn.btn-link.on {
    color: #2273b9;

}

header.navbar .mini-logo {
    width: 2rem;
    position: relative;
    top: 3px;
    min-width: 2rem;
}

#recherche {
    display: inline-block;
    width: 180px;
  
}
#boite-recherche{
    
        
        width: 220px;

    
}

header.navbar button[type="submit"] {
    background: #111;
    border: #111;
    position: relative;
    top: -1px;
    left: -3px;
}


.includeajax_loaded {
    display: inline;
}


body .primary-button {
    background: #02a6eb;
    color: #fff;
}

/* ---
SPLASH
--- */

.splash {

    padding: 0;
    box-shadow: 0 1px 5px #eee;
    background: #fff;
}

.splash .logo-edm {
    width: 320px;

}

.splash h1 {
    font-size: 3rem;
    margin: 0.2em 0 0 0;
    color: #111;
    padding: 0 0 0.2rem 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.05rem;
}

.splash p {
    font-size: 1.2rem;
    font-weight: 300;
    margin-left: 17px;
}

.splash img.logo {
    padding: 0 3em;
}

.splash .l-box {
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
}

.splash .splash-head a {
    color: #111;
    text-decoration: none;
}

.splash .primary-button {
    font-size: 150%;
}

.splash .info {
    margin: 0;
    font-weight: 400;
    font-size: 150%;
}

/* ---

CONTENT

--- */
.content {
    max-width: 1200px;
    margin: 0 auto;
    
    @media(max-width:1200px){
        margin:1em;
        
    }
}

.content-ribbon .blog,
.content-ribbon .vq {
    background: #fcffaf;
    border-radius: 4px;
}

.first {
    margin-top: 3em;
}

.desc {
    font-size: 70%;
    text-align: right;
    text-transform: uppercase;
    margin-top: 0;

}

.high {
    background: linear-gradient(145deg, #fffde5, #eaefff);
    padding: 1em;
    border-radius: 24px;
    margin-bottom: 1em;
}

.content .content-subhead,
.subhead {

    padding-bottom: .5em;
    color: #111;
    letter-spacing: .05em;
    font-size: 1em;
    text-transform: uppercase;

}

.content .subhead.new {
    color: var(--rose);
}

.content .blog .subhead {
    color: #111;
}


/*.content .vq .subhead{
color:#898989;
}  */

.subhead.jaune {
    color: #FFD000;
}

.subhead.orange {
    color: #FF8411;
}

.subhead.bleu {
    color: #3DC2FF;
}

.subhead.vert {
    color: #6CC833;
}

.content .content-ribbon {
    padding: 1em;
    border-bottom: 1px solid #eee;
}

.logo-auteur {
    border-radius: 5px;
}

img.aparaitre {
    position: absolute;
    z-index: 1;
}

h4.auteur {
    margin: 0 0 1em 0;
    font-size: 120%;
}

h4.auteur a {
    color: #2273b9;
}
h4.traducteur{
    font-size: 110%;
    
}

.auteurs img,
.auteurs-coll img {
    margin: 0 0.3em 0 0;
    vertical-align: middle;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #aaa;
}

.auteurs-coll a {
    border: none;
    margin: 0 0 0 0.3em;
}

.auteurs-coll a:hover {
    color: #999;
}

p.auteur {
    color: #111;
}

.com {
    border-bottom: 1px solid #ccc;
}

.pagination {
    text-align: center;
    color: #ccc;
    margin: auto;
    padding: 1em;
    width: 430px;
}

.pagination li {
    display: inline-block;

    text-rendering: optimizelegibility;

    background: #fff;
    margin: .2em;
    width: 35px;
}

.pagination a {
    color: #404040;
    text-decoration: none;
    border: none;
    width: 35px;
    display: inline-block;
}

.pagination li.active span {
    color: #ff006c;

}


.ribbon {
    background: #eee;
    text-align: center;
    padding: 2em;
    color: #999;
}

.ribbon h2 {
    display: inline;
    font-weight: normal;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 0 8px 12px;

    box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.034),
        0 6.7px 5.3px rgba(0, 0, 0, 0.048),
        0 12.5px 10px rgba(0, 0, 0, 0.06),
        0 22.3px 17.9px rgba(0, 0, 0, 0.072),
        0 41.8px 33.4px rgba(0, 0, 0, 0.086),
        0 100px 80px rgba(0, 0, 0, 0.12);

}

.shadow-plus {

    box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.034),
        0 6.7px 5.3px rgba(0, 0, 0, 0.048),
        0 12.5px 10px rgba(0, 0, 0, 0.06),
        0 22.3px 17.9px rgba(0, 0, 0, 0.072),
        0 41.8px 33.4px rgba(0, 0, 0, 0.086),
        0 100px 80px rgba(0, 0, 0, 0.12);
}

.shadow img {
    vertical-align: middle;
    /* pour évacuer l'espace sous l'image */
}

.social {
    float: right;
    width: 25%;
}

.social span {
    display: inline-block;
    padding: 0 0.3em;
}

.genre {
    font-size: .8em;
    background: #f4ffc0;
    padding: 3px 14px;
    margin-right: 2px;
    box-shadow: 4px 4px 0px #333;
    transition: all .7s;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.genre:hover {
    background: #9ccdeb;
}

.genre a {
    color: #111;
}

ul.info-livre {
    padding: 0.5em 2em;
    max-width: 90%;
    background: #e5ecf2;

}

.book ul.info-livre {
    border: none;
}

ul.info-livre li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.info-livre li img {
    margin: 0 1em 0 0;
}

ul.info-livre li.cb {
    margin: 0 0 0 -1em;
}

.prix {

    font-size: 1.6em;
    margin: 1em .3rem;
}

.sepa {
    padding: 0 1.5em;
    color: #999;
}

.presentation {
    margin: 3em 1em 0 0;
}

.citation-presse {
    margin-top: 4em;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 0 1px 2px #eee;
    padding: 0 0 1em 0;
}

.citation-presse h2 {
    padding: 1rem 1rem 1rem 2rem;
    border-bottom: 1px solid #999;
    text-transform: uppercase;
    font-size: 1rem;
}

.citation-presse div {
    padding: 0 1rem 1rem 2rem;
}

.citation-presse a {
    font-style: italic;
    margin-top: 0.5em;
}

.citation-presse .extraits {
    transition: all 1s;
}

.citation-presse #montre-plus {
    font-style: normal;
    text-align: center;
    margin: auto;
    border-top: 1px solid;
    display: block;
    padding: 1em 1em 0;
    box-shadow: 0px -13px 9px #f0f0f0;
    color: var(--bleu);
}

/* --- catalogue --- */


.cat h2 {
    text-align: center;
    font-size: 2em;
}

.collection {

    text-transform: uppercase;
    margin: 0;
}

.collection a {
    text-decoration: none;
    color: #111;
}

.book p.collection {
    margin: 0;
    font-size: .7em;
    color: #999;
}


.book h3,
.livre h3 {
    margin: 1em 0 0;
    font-size: 1.4em;
    line-height: 1.1em;
}

.book h4,
.livre h4 {
    margin: 0;
    font-size: 90%;
    /*    font-family: 'Open Sans',sans-serif;*/
}

.book h4.subhead {
    /* pour corriger la réduc de book */
    font-size: 1.4em;
    color: var(--rose);
}

.book .info-livre {
    background: none;
    padding: 0;
    font-size: 95%;
}

.book .info-livre li {
    margin: 0;
    line-height: 1.3em;
}

.book .info-livre li.prix {
    font-size: 1rem;
}

.book li.prix {}

.book li.prixnum {
    background: #FFEF61;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
    border-radius: 4px;
    padding: 0.2em 1em 0.1em;
    display: inline-block;
    color: #111;
}

.bouton-achat-small {
    padding: 4px 14px 0px;
    background: #e5f7ff;
    border-radius: 5px;
    display: inline-block;
    width: 50px;
    height: 30px;
}

.bouton-achat-small:hover,
.bouton-achat-small.download:hover {
    background: #ddd;
}

.bouton-achat-small.download {
    padding: .3rem 2em 0 1rem;
    background: #e4f79e;
}

.bouton-achat-small i {
    transform: scale(70%);
    color: #777;
}

.newsletter {
    text-align: center;
    margin: 1em auto;    
    padding: 2em 5em;
    background: linear-gradient(135deg,#e7ffc5,#a9ffca);                    
    border-radius: 8px;

    input#mce-EMAIL{
        
        margin: 2em auto;
  width: 300px;
    }
    
     @media (max-width:970px) {
         padding: 2em;
    } 
    
}


/*---- SHOP ---- */



.pure-menu-item.cart {
    float: right;
    width: 90px;
}

.pure-menu-item.cart:hover {
    cursor: pointer;
}

.pure-menu-item.cart i {
    transform: scale(85%);
    position: relative;
    top: 4px;
    color: var(--bleu);
}

.pure-menu-item.cart .snip {
    margin-left: 2rem 0 0 0;
}

.pure-menu-item.cart .gg-shopping-cart {
    display: inline-block;
    margin-left: 2rem;
}

.pure-menu-item.cart .snipcart-items-count {
    color: var(--bleu);
    font-weight: 700;
    position: relative;
    font-size: .9em;
    top: -7px;
    height: 22px;
    display: inline-block;
    width: 22px;
    padding: 0;
    left: -8px;
    text-align: center;
}

.pure-menu-item.cart.vert {
    color: lime;
}


input.bouton, a.bouton{
background: #fff;
  padding: .5em 2em;
  margin-top: 1rem;
  letter-spacing: .02em;
  transition: all .5s ease;
  color: #333;
  font-size: 1.1em;
  border: 2px solid;
    display: inline-block;
    &:hover{
      background: #eef5ff;
    text-decoration: none;
    border-color: #3e6384;
        
    }
    
}

.bouton-achat {
    background: linear-gradient(90deg, #5082e4, #4db7f2);
    border: none;
    padding: .5em 1em;
    color: #fff;
    min-width: 210px;
    display: block;
    margin-top: 1rem;
    letter-spacing: .02em;
    transition: all 1s ease;

}

.bouton-achat:hover {

    background: linear-gradient(90deg, #4880ed, #39b0f2);
}

.bouton-achat .icon {
    display: inline-block;
    margin-right: .2rem;
}

#conteneur { /* ID nécessaire pour le tri dynamique */ 

    max-width: 1200px;
    position: relative;
    padding: 1em;

}

.livre {
    float: left;
    width: 270px;
    vertical-align: top;
    min-height: 560px;
    position: relative;
    margin: 10px;
}


.livre .cat-img {

    height: 560px;
    min-width: 280px;
}

.livre .cat-img img {
    position: absolute;
    bottom: 100px;
}



.livre .cat-info {
    position: absolute;
    top: 460px;
    max-width: 285px;
}

.cat-info p {
    margin: 0.2em 0 0;
}

.cat-info h3 {
    font-size: 20px;
}

.livre .cat-info .collection {
    font-size: 13px;
    text-transform: none;
}

/*  -- liuvres épuisés --- */

.livre.epuise h3 a {
    color: #999;

}

.livre .cat-info .alerte {
    display: none;

}

.livre.epuise .cat-info .alerte {
    display: block;
    color: red;
}

.livre.epuise .cat-info .mini-prix {
    display: none;
    /* on masque le prix si épuisé */
}

.shop {
    margin: 0 0 2em 0;
}


/* --------------

Merche goodies

--------------*/



/* --------------

Filtres dynaique du catalogue

--------------*/

ul#filters {
    z-index: 300;
    display: block;
    padding: 1em;
    border-bottom: 2px solid #2273b9;
    background: #fff;
    margin-bottom: 2em;
    width: 100%;
}

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


    ul#filters li {
        display: block;

    }
}

ul#filters li.trier {
    color: #666;
}

ul#filters li a {
    color: #111;
    padding: 0 1em;

}

ul#filters ul li a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #333;
    display: block;
    padding: .2em .5em;
}


ul#filters li ul {
    box-shadow: 0 2px 2px #ccc;
    background: #fff;
    padding: 0;
    position: absolute;
    top: 2.2em;
    left: 0;
    width: 200px;
    display: none;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    z-index: 300;
    max-height: 300px;
    overflow: auto;
}

ul#filters li ul li {
    background: #fff;
    display: block;
}

ul#filters li ul li a:hover {
    background: #f8f8f8;
}

ul#filters li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 900;
}

.info-achat-num {
    display: none;
    border: 3px solid #eee;
    border-radius: 6px;
    padding: 0.5em 1em;
    max-width: 75%;
    min-width: 250px;
}


/* FAQ  */

.faq h3 {

    font-size: 1.8em;
    font-weight: 700;

}

.faq dl.faq dt {
    background: #fff;
    box-shadow: 1px 2px 4px #ccc;

}

.faq dl.faq dt:hover {
    box-shadow: none;
    background: #eee;

}

.faq dl.faq dd {
    padding-left: 2em;
}



/* --- collection 24 --- */

.coll24 h3 {
    margin: 0 0 1em 0;
}

/* tables */

table.spip {

    min-width: 600px;

}

table.spip thead {
    text-align: left;
}

table.spip tr.row_odd {
    background: #eee;
}

table.spip td {
    padding: .2em
}

/* form */


option[value=stage] {  /*  stage en pause   */ 
    display: none;
}



.reponse_formulaire_ok {
    background-color: rgb(220, 255, 169);
    background-image: url("/prive/themes/spip/images/ok-xx.svg");
    background-repeat: no-repeat;
    color: #005b00;
    font-weight: 900;
    background-position-x: 113px;
    background-position-y: 4px;
    padding: 5em 2em 1em;
    margin: 1em 0;
    border-radius: 6px;
    box-shadow: 6px 6px 0px green;

}

.formulaire_valeurs {
    background: #fff;
    padding: 1em;
    border: 1px solid #999;

}

.pure-form .explication.forum_saisie_texte_info {
    display: none;
}

.pure-form li {
    list-style-type: none;
}


.erreur_message {
    display: block;
    background: #FFA8B9;
    padding: 0.2em;
    margin: 0.5em 0;
}

.pure-form label {
    list-style-type: none;
    display: block;
}

.pure-form ul {
    padding: 0;
}

.pure-form .previsu {
    background: #FDFFD4;
    padding: 1em;
}

.pure-form legend {
    display: none;
}

.pure-form textarea {
    width: 90%;
    min-height: 250px;
}

.pure-form input[type="text"]{
    padding: .5em .6em;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 3px;
  vertical-align: middle;
  max-width: 100%;
}


/* --- button --- */

.pure-button {
    border: 1px solid #666;
    border-radius: 2px;
    background: #fff;

}

.pure-button:hover {
    background: #333;
    color: #fff;
}

.button-small {
    font-size: 85%;
}

.pure-button-black {
    background: #111;
    color: #fff;
}

/*
.pure-button.facebook,
.pure-button.twitter,
.pure-button.rss {
    background: none;
    border: none;
}

.pure-button.facebook img,
.pure-button.twitter img,
.pure-button.rss img {
    vertical-align: top;
    margin: 0.1em 0.5em 0 0;
}

.pure-button.facebook:hover,
.pure-button.twitter:hover,
.pure-button.rss:hover {
    background: rgba(255, 255, 255, 0.6);
}
*/
/*

.pure-button-buy {
    background: linear-gradient(rgb(255, 226, 55), rgb(255, 196, 35));
    border-radius: 3px;
    font-size: 85%;
}

.pure-button-buy:hover {
    background: #ffa624;
}
*/

.pure-button-grey {
    background: #EFF2E7;
}

.footer {
    color: #111;
    padding: 1em;
    font-size: 90%;
    min-height: 10rem;
    background: #5b97cb;
    margin-top: 4em;
}

.footer .pure-menu {
    padding: 0;
}

.footer .container {
    max-width: 1100px;
    margin: auto;
}

.footer h4 {
    text-transform: uppercase;
    font-weight: 700;
}

.footer ul {
    text-align: left;
}

.footer .pure-menu li {

    list-style-type: none;
    margin: .5em 0;
}


/* -- catalogue imprimé -- */
@media print {

    .header,
    .footer {
        display: none;
    }

    .pure-u-1-6 {
        width: 50%;
    }

    .book img {
        width: 100px;
    }


    body {
        display: table;
        table-layout: fixed;
        padding-top: 2.5cm;
        padding-bottom: 2.5cm;
        height: auto;
    }

    table {
        page-break-inside: auto
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }
}



}

@media (max-width:767px) {


    h1.art {
        margin: .5em 0 0;
    }

    p.prix {
        0 0 0.5em 0;
    }

    .content .content-ribbon {
        padding: 2px;
    }

    .livre {
        margin: 0;
        min-height: 480px;
    }

    .livre .cat-img {
        height: 480px;
    }

    .livre .cat-info {
        top: 370px;
    }

}