/* Styles pour le thème AFE2024

Appelé après style.css et materialize.css
procéder aux ajouts et overides dans cette feuiile de préférence

Copyright : Pierre Hyvert pour Arnaud Franel Éditions */

@import url('materialize.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
:root {
  --rouge: #B61A1D;
  --jaune: #FCB30A;
  --jaune-light: #FEF8E1;
  --bleu-vert: #1AB6B3;
  --gris:#636362;
  --prune: #434

}
* {
  font-family: 'Roboto', sans-serif;
}
body.page,
body,
div#page {
  margin: 0 0 0 0;
  overflow-x:hidden ;
  max-width: 100vw;
}
body.page.page-id-12,
body.page.page-id-12 div#page {
  overflow-x:unset ;
}
a,
a:hover,
a:visited {
  color: unset;
}
@media only screen and (max-width: 319px) {
}
@media only screen and (min-width: 320px) {
  #alternateur {
    display: none;
  }
  /* BOUTONS */
  .woocommerce-info {
    margin: 10px 0px;
    padding:10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background-color:  var(--bleu-vert)!important;
    color: white;
  }
  .woocommerce-notices-wrapper .woocommerce-info {
    background-color: unset!important;
    box-shadow: unset;
    padding: 0;
    border: unset;
  }

  /* HEADER */
  #header_main {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: auto;
    padding: 5px 15px 7px;
    z-index: 100;
    background-color: white;
    /*  border-bottom:1px solid #ccc; */
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
    /*! height:130px */
  }
  body.scrolled #logo {
    display: none;
  }
  body.scrolled #recherche-mobile {
    position: fixed;
    left:50px;
    top:0px;
    width: 60%;
  }
  body.scrolled .dgwt-wcas-search-wrapp {
    min-width: unset;
  }
  body.scrolled  #recherche-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 5px 24px 7px 48px;
  }
  body.scrolled #recherche-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 8px 0 0 10px;
    /*! display: flex; */
    /*! flex-direction: row-reverse; */
  }
  body.scrolled #recherche-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 11px;
  }
  body.scrolled #cmplz-manage-consent {
    display: none;
  }
  #header_main .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  #burger {
    width:50px;
  }
  #burger .laCroix {
    display: none;
  }
  #burger .leBurger {
    display: block;
  }
  #burger.ouvert .laCroix {
    display: block;
  }
  #burger.ouvert .leBurger {
    display: none;
  }
  #burger svg {
    max-width:30px;
    height: 30px;
    transition: all 0.4s;
  }
  #burger:hover svg {
    height: 28px;
  }
  .custom-logo {
    height: 35px;
    width: auto;
    margin-top: 6px;
  }
  #recherche {
    width:40%;
    display: none;
  }
  .dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    border-color: #aaa;
    border: 1px solid #aaa inset;
  }
  #panier_utilisateur {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #panier_utilisateur .lien_mon-compte svg {
    fill: #000;
    height: 23px;
    margin-top: 5px;
    transition: fill 0.2s;
  }
  #panier_utilisateur .lien_mon-compte svg:hover {
    fill: var(--bleu-vert) !important;
    height: 23px;
    margin-top: 5px;
  }
  .wc-block-mini-cart__button:hover:not([disabled]) {
    opacity: unset;
  }
  .wc-block-mini-cart__button * {
    transition:all 0.2s;
  }
  .wc-block-mini-cart__button:hover svg path,
  .wc-block-mini-cart__button:hover svg circle {
    fill:var(--bleu-vert) !important;
  }
  .wc-block-mini-cart__button .wc-block-mini-cart__badge {
    background-color:  var(--jaune);
    color: white;
  }
  .wc-block-mini-cart__button:hover .wc-block-mini-cart__badge {
    background-color: var(--jaune);
  }
  #panier_utilisateur .widget {
    margin: 0;
  }
  #panier_utilisateur .wc-block-mini-cart .wc-block-mini-cart__amount {
    display: none;
  }
  #panier_utilisateur .wp-block-woocommerce-customer-account {
    display: none;
  }
  #recherche-mobile {
    width: 100%;
    display: block;
  }
  nav.menu-principal {
    position: fixed;
    display: none;
    top:126px;
    left:0;
    z-index: 90;
    height: 0;
    width: 0;
    background-color: transparent;
  }
  body.scrolled nav.menu-principal {
    top:54px;
  }
  nav.menu-principal .menu-principal-wrapper {
    height: 100%;
    width: 75%;
    display: flex;
    flex-direction: column;
    background-color: white;
  }
  nav.menu-principal .menu-toggle {
    display: none;
  }
  nav.menu-principal.deplie {
    display: flex;
    height: 100vh;
    width: 100vw;
  }
  nav.menu-principal #primary-menu {
    width: 100%;
/*     background-image: linear-gradient(150deg,#FAB71E,#C18D17); */
    background-image: linear-gradient(var(--rouge), #831D1F);
  }
  nav.menu-principal #menu-item-294 {
    background-image: linear-gradient(30deg,#aaa,#888);
  }
  nav.menu-principal #user-menu {
    background-color: #aaa ;
/*     background-image: linear-gradient(30deg,#aaa,#888);
     background-image: linear-gradient(var(--rouge), #831D1F); */
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
  }
  nav.menu-principal ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .menu-principal-remplissage {
    width: 25%;
    height: 100%;
    background-color: rgba(255,255,255, 0.5);
    box-shadow: 0px 0px 3px 2px rgba(101,97,97,0.27) inset;
  }

  /* PAGE GLOBAL */
  .container-principal {
    width:100%;
  }
  .container-principal section {
    padding: 50px 5px;
  }
  .container-principal .row {
    margin: 0 0 0 0;
    display: ;
  }
  section h2 {
    font-size: 30px;
    font-weight: 500;
    padding: 20px;
  }
  .card {
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
  }

  h2.card{
    margin-bottom: 7px
  }
  .produit{
     padding: 5px 15px;
  }

  /* CARTE PRODUIT (template-parts/product-card.php) */
  .produit .card .card-action:last-child {
    border-radius:0 0 5px 5px;
    padding: 20px 10px;
  }
  .produit .card .card-content {
    padding: 25px 10px 10px;
  }
  .produit_image {
    position: relative;
  }
  .promo {
    position: absolute;
    top:10px;
    background-color: var(--bleu-vert);
    color: white;
    padding: 2px 10px;
  }
  .card .row {
    /*! display: flex; */
  }
  .produit_description {
    margin: 20px 0;
    color: var(--gris);
    max-height: 200px;
    overflow: scroll;
  }
  .produit_image {
  }
  .produit_data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .produit_data-titre {
    color: black;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  .produit_data-auteur {
    color:var(--rouge);
    font-weight: 700;
    font-size: 16px;
  }

  /* HOME - Annonce 1 et 2*/
  section#annonce-un,
  section#annonce-deux {
    margin-top: 130px;
    padding: 0;
  }
  .ouverture-textuelle {
    padding: 70px 7vw 90px;
  }
  .ouverture-textuelle h1 {
    color: white;
    margin: 0;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
  }

  .annonce-un_wrapper h1{
    margin: 0
  }
  .annonce-deux-textuelle {
    padding: 70px 7vw 90px;
  }
  .annonce-deux-textuelle h1 {
    color: white;
    margin: 0;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
  }

  section#annonce-un img.ouverture-image_desktop{
    display: none;
  }
    section#annonce-un img.ouverture-image_mobile{
    display: block;
  }
    section#annonce-deux img.annonce-deux-image_desktop{
    display: none;
  }
    section#annonce-deux img.annonce-deux-image_mobile{
    display: block;
  }



  /* HOME - Selection */
  section#selection,
  section#nouveautes,
  section#offres {
    background-color: var(--jaune-light);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .selection_button {
    width:100%;
  }
  .selection_button button {
    width: 100%;
    color:#FAB71E;
    border:1px solid #FAB71E;
    background-color: white;
    border-radius:5px;
    padding:11px 0 13px;
    font-size: 24px;
    margin-bottom: 23px;
    margin-top: 35px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
  }
  section#themes {
    background-color: #117b69;
    background-image: linear-gradient(#18AEAB,#117c7a);
    background-image: linear-gradient(var(--rouge), #831D1F);
    padding: 50px 0 20px;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.07),
    0 -3px 1px -2px rgba(0, 0, 0, 0.05),
    0 -1px 5px 0 rgba(0, 0, 0, 0.1);
  }
  section#themes h2 {
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
  }
  .themes_liste {
    margin: 40px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:  center;
    align-items: center;
  }
  .themes_liste_button {
    width:100%;
  }
  .themes_liste_button button {
    width: 100%;
    color:var(--rouge);
    border:1px solid var(--rouge);
    background-color: white;
    border-radius:5px;
    padding:11px 0 13px;
    font-size: 24px;
    margin-bottom: 23px;
    cursor: pointer;
  }
  .themes_auteurs {
    background-color: #FFF8E8;
    padding: 30px;
  }
  .themes_auteurs_texte p {
    color:#767676;
    font-size: 20px;
    line-height: 30px;
  }
  .themes_auteurs_button {
    width: 100%;
  }
  .themes_auteurs_button button {
    width: 100%;
    color:var(--bleu-vert);
    border:1px solid var(--bleu-vert);
    background-color: white;
    border-radius:5px;
    padding:6px 0 8px;
    font-size: 24px;
    margin-bottom: 23px;
  }

  /*   A PROPOS */
  #a-propos {
    background-image: linear-gradient(var(--rouge), #831D1F);
  }
  #a-propos .a-propos_contenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 10vw;
  }
  #a-propos .a-propos_contenu img {
    width: 50%;
  }
  #a-propos .a-propos_contenu .content {
    color: white;
    margin-top: 50px;
  }

  /* FOOTER */
  .prefooter {
    padding: 20px;
  }
  .prefooter div {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
  }
  .prefooter svg {
  }
  footer {
    background-color: #212121;
    padding: 0px 0px;
  }
  .footer_top {
    padding: 50px 20px;
  }
  .footer_top-logo {
    padding: 0px 30px 30px;
  }
  .footer_top-sub {
    display: flex;
    align-items: center;
  }
  .footer_top-svg {
    width: 20%;
  }
  .footer_top svg {
    width: 100%;
  }
  footer p {
    margin: 0;
    color: #aaa;
  }
  footer p strong {
    color: #fff;
    font-size: 16px;
  }
  .footer_middle {
    background-image: linear-gradient( #ddd, #aaa);
    padding: 30px 20px;
  }
  .footer_middle-sub {
    margin: 10px 0;
  }
  .footer_middle-sub:after {
    content: '_';
    margin-left:49%;
  }
  .footer_middle-sub:last-child:after {
    content: '';
  }
  .footer_middle a {
    display: block;
    text-align: center;
    font-weight: 500;
    transition: all 0.2s;
  }
  .footer_middle a:hover {
    color: var(--jaune);
  }
  .footer_bottom {
    padding: 30px 20px;
  }
  .footer_bottom-social {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .footer_middle-desktop {
    display: none;
  }


 /*******************/
  /*  PAGE PRODUIT */
 /*******************/
  .entry-summary {
    padding:10px 20px;
    /*! background-color: var(--jaune-light); */
    margin-top: 1px;
  }
  .single-product main {
    margin-top: 127px;
  }
  nav.woocommerce-breadcrumb {
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
    height: auto;
    line-height: unset;
    padding: 10px 15px;
  }
  .product_description-courte-desktop {
    display: none;
  }
  .product_title {
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    margin:25px 0 0;
  }
  .product_infos-metas {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 50px;
  }
  .woocommerce-product-gallery__image img {
    max-height: 300px;
    width: auto;
  }
  .product_infos-auteur {
    font-size: 18px;
    font-weight: 700;
    /*! height: 60px; */
    color: var(--gris);
    display: flex;
    align-items: bottom;
  }
  .product_infos-annee-pages {
    font-size: 18px;
    color: var(--gris);
    text-align: right;
  }
  .product_infos-annee-pages p {
    margin: 0; font-weight: 500
  }
  .product_images {
    margin: 20px auto;
    display: flex;
    justify-content: center;
  }
  .product_description-courte {
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
    position: relative;
    max-width: 100%;
    overflow: hidden;
  }
  .product_description-courte .woocommerce-product-details__short-description {
    height: inherit;
    padding: 48px calc(20px + 3%);
    box-shadow: 0px 0px 3px 2px rgba(101,97,97,0.47) inset;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(101,97,97,0.47) inset;
    -moz-box-shadow: 0px 0px 3px 2px rgba(101,97,97,0.47) inset;
    width:106%;
    margin-left:-3%;
  }

  .woocommerce-product-details__short-description h3, .product_description h3{
    font-size: 24px
  }
  .woocommerce-product-details__short-description h4, .product_description h4{
    font-size: 20px
  }
  .product_description-courte p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
  }
  .produit_ctas {
    margin-top:40px;
  }
   .archive .produit_ctas, .page-template-template-nouveautes .produit_ctas, .produit_related .produit_ctas {
    margin-top:0px;
  }
  .produit_ctas .produit_ctas-firstLine {
    display: flex;
    justify-content: space-between;
    width:100%;
  }
  .produit_ctas-web,
  .produit_ctas-livre,
  .produit_ctas-bundle {
    width: 100%;
  }
  .produit_ctas-web {
    margin: 0 3px 7px 0;
  }
  .produit_ctas-livre {
    margin: 0 0 7px 3px;
  }
  .produit_ctas-web a,
  .produit_ctas-livre a,
  .produit_ctas-bundle a,
  .produit_ctas-depliant a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius:5px;
    padding:0 12px;
    font-size: 21px;
    font-weight: 500;
    height: 52px;
  }
  .produit_ctas-web a {
    background-color: var(--jaune);
    color:white!important;
    transition: all 0.3s;
  }
  .produit_ctas-web a:hover {
    background-color: #ECA300;
  }
  .produit_ctas-livre a {
    background-color: var(--rouge);
    color:white!important;
    transition: all 0.3s;
  }
  .produit_ctas-livre a:hover {
    background-color: #A60A0D;
  }
  .produit_ctas-bundle a {
    border: 2px solid var(--jaune);
    color:  var(--jaune)!important;
    background-color: #fff;
    text-transform: unset!important;
    font-size: 20px;
    transition: all 0.3s;
  }
  .produit_ctas-bundle a:hover {
    background-color: #f9f9f9;
  }
  .produit_ctas a.button img {
    width: 40px;
  }
  .produit_ctas-depliant a.ctas-firstLine {
    background-color: var(--jaune);
    color:white!important;
    transition: all 0.3s;
  }
  .produit_ctas-depliant a.ctas-firstLine:first-of-type {
    margin-bottom: 10px;
  }
  .produit_ctas-depliant a.ctas-firstLine span.details {
    font-size: 14px;
  }
  .produit_ctas-depliant a.ctas-firstLine.lot_dix {
    border: 2px solid var(--jaune);
    color:  var(--jaune)!important;
    background-color: #fff;
  }
  #produit_ctas .titre_fixed {
    display: none;
  }
  .titre_fixed h1 {
    margin: 0;
    font-size: 22px;
  }
  #produit_ctas.fixation {
    position: fixed;
    width: 100vw;
    bottom:0;
    left:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    margin-top: 0;
    padding: 5px 2vw;
    border-top: 1px solid #ccc;
    z-index: 1;
  }
  #produit_ctas.fixation .ctas-firstLine,
  #produit_ctas.fixation .card-action {
    width: 100%;
  }
  #produit_ctas.fixation .produit_ctas {
    margin-top: 10px;
  }
  #produit_ctas.fixation span {
    font-size: 16px;
  }
  #produit_ctas.fixation a {
    height: 42px;
    font-size: 16px;
  }
  .produit-type {
    display: flex;
    width: 100%;
    justify-content:space-evenly ;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 500;
  }
  .produit-type img {
    height: 28px;
  }
  .produit_ctas-web .produit-type {
    color:var(--jaune);
  }
  .produit_ctas-livre .produit-type {
    color: var(--rouge);
  }
  .product_sommaire {
    padding: 40px 20px 5px;
/*     background-color: var(--jaune-light); */
  }
  .product_sommaire h2,
  .product_themes h2,
  .product_description h2,
  .product_auteur h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
  }

  .product_sommaire h3{
    font-size: 20px;
    font-weight: 500
  }
    .product_sommaire h4{
    font-size: 17px;
    font-weight: 500
  }
    .product_sommaire h5{
    font-size: 17px;
    font-weight: normal
  }
      .product_sommaire p{
    font-size: 14px;
    font-weight: normal
  }
      .product_sommaire strong{
    font-size: 14px;
    font-weight: 500
  }

  .products.related {
    padding: 40px 5vw 5px;
    color: var(--rouge);
  }
  .products.related h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 15px;
  }
  .product_sommaire ol,
  .product_sommaire ul {
    margin: 0 0 0 ;
  }
  .product_sommaire p,
  .product_sommaire li {
    color:var(--gris);
    font-size: 14px;
    font-weight: normal;
    margin: 0px 0;
  }
  .product_themes {
    padding: 0px 20px 40px;
/*     background-color: var(--jaune-light); */
  }
  .product_themes h2{
    margin-top: 40px
  }
  .product_themes .themes_themes h2{
      margin-top:40px;
  }

  .product_themes .produits li.product img,
  .product_themes .produits li.product .count {
    display: none;
  }
  .product_themes .produits li.product {
    list-style-type: none;
  }
  .product_themes .produits {
    display: flex;
  }
  .product_themes .produits li.product {
    margin-right:7px;
  }
  .product_themes .woocommerce-loop-category__title {
    border: 2px solid var(--bleu-vert);
    border-radius: 5px;
    background-color: white;
    padding: 5px 12px;
    font-size: 18px;
    font-weight: 500;
    color:  var(--bleu-vert);
    /*! margin: 5px 0; */
    text-align: center;
    display: inline-block;
  }
  .product_auteur {
    padding: 0px 5vw 40px 5vw;
    padding-left:calc(20px + 3% );
    background-color: #fff;
/*     box-shadow: 0px 0px 3px 2px rgba(101,97,97,0.47) inset;
    /*! -webkit-box-shadow: 0px 0px 3px 2px rgba(101,97,97,0.47) inset;
    -moz-box-shadow: 0px 0px 3px 2px rgba(101,97,97,0.47) inset; */
    width:106%;
    margin-left:-3%;
  }
   .product_medias{
    padding: 15px 20px 20px;
    background-color: #fff;
    margin:5px 0 10px 10vw;
    position: relative;
    width: 80vw;
    max-width: 80vw;
    margin-left: 10vw;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    display: flex;
     flex-direction: column;
    justify-content: space-evenly;
  }
  .product_medias .embed-container{
    display: flex; flex-direction: column; align-items: center;
    max-width: 100%;
    margin: 20px 0;
  }

  .product_medias .liens_medias{
    max-width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
  .product_medias .liens_medias div{
    width: 100%;
    border: 2px solid var(--bleu-vert);
    border-radius: 5px;
    background-color: white;
    padding: 5px 12px;
    font-size: 18px;
    font-weight: 500;
    color: var(--bleu-vert);
    margin: 5px 0;
    text-align: center;
    display: inline-block;
  }

  .product_medias .liens_medias a{
    display: flex; width: 100%;
    justify-content: space-evenly;
    align-items: center;
    font-size: 18px; color: var(--bleu-vert);
    font-weight: 700;
    border:
  }
   .product_medias .liens_medias a svg{
    height: 35px;
     fill: var(--bleu-vert)
  }
     .product_medias .liens_medias a svg.flecheOut{
    height: 15px; fill:grey
  }

  .product_medias h3{
    color: var(--rouge);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
  }


  .product_description {
    padding: 40px 20px 40px;
    background-color: var(--jaune-light);
    border-top:1px solid var(--rouge);
  }
  .produit_metas {
    padding: 30px 20px;
    border-top:1px solid var(--rouge);
    border-bottom:1px solid var(--rouge);
  }
  .produit_metas h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--rouge);
    margin-top: 0
  }
  .tableau_caracs{
    display: flex; flex-wrap: wrap;
  }
  .une_carac{
    margin-bottom: 10px;
    width: 50%
  }
  .carac_name{
    font-weight: 500
  }
  .lauteur {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--bleu-vert);
    font-size: 18px;
    font-weight: 500;
  }
  .lauteur img {
    margin-bottom: 10px;
    max-width: 300px
  }

  /* ARCHIVE */

  .archive nav.woocommerce-breadcrumb{
    display: none
  }
  .woocommerce-products-header{
    padding: 120px 15px 20px;
     background-image: linear-gradient(150deg,#FAB71E,#C18D17);
  }

  .woocommerce-products-header h1{
    color: white;
    font-size: 30px;
    font-weight: 500;
  }
  .woocommerce-products-header p{
    color: white;
  }
  .avant-produits{
    padding: 15px;
  }

  .woocommerce-pagination{
    padding: 4px 25px;
    height: 64px;
    background-color: var(--bleu-vert);
    display: flex;
    justify-content: center;
  }

  .woocommerce-pagination ul li .page-numbers{
    font-size: 16px;
    margin: 0 5px;
    padding: 10px 15px;
    border:1px solid white;
    border-radius: 30px;
    display: inline;
  }
  .woocommerce-pagination ul li .page-numbers.current, .woocommerce-pagination ul li .page-numbers:hover{
    background-color:white; color:var(--bleu-vert);
    font-weight: 800;
  }

  /* Nouveautés/promos */
  .page-template-template-nouveautes .woocommerce-products-header{
    padding: 160px 15px 40px
  }
  .page-template-template-nouveautes .woocommerce-products-header h1{
    margin:0
  }
    .page-template-template-nouveautes .woocommerce-products-header .description{
    margin:10px 0 0;
      color: white
  }

  .page-template-template-nouveautes section#livres{
    background-color: var(--jaune-light);
    padding-top: 5px
  }

  /*   MON COMPTE  */
  .page-id-12 .woocommerce-form-login {
    margin: 0 5vw 50px;
    padding: 20px 20px 10px;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.07),
    0 -3px 1px -2px rgba(0, 0, 0, 0.05),
    0 -1px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .page-id-12 .woocommerce-form-login label {
    font-size: 14px;
  }
  .page-id-12 .woocommerce-form-login p.form-row:not(.form-row-wide) {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
  }
  .page-id-12 .woocommerce-form-login button.woocommerce-form-login__submit {
    background-color: var(--bleu-vert);
    border: none;
    color:white;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
  }
  .woocommerce-LostPassword {
    font-size: 14px;
    margin-top: 30px;
    text-decoration: underline;
  }
  .page-id-12 .entry-content h2 {
    margin: 25px 5vw 20px;
    font-size: 30px;
    color: var(--rouge);
    font-weight:500;
  }
  .page-id-12 .entry-content {
    margin: 0;
  }
  .page-id-12 h1 {
    display: none;
  }
  .page-id-12 section {
    /*     margin-top: 86px; */
  }
  .mon-compte {
    padding: 0 0 50px 0;
  }
  .mon-compte_menu {
    position: sticky;
    top:0;
  }
  .page-id-12 .woocommerce-MyAccount-navigation {
    background-color: white;
    height: auto;
    display: flex;
    justify-content: space-around;
    width:100%;
    z-index: 500;
    padding-top: 4px;
    position: relative;
  }
  .page-id-12 .woocommerce-MyAccount-navigation li {
    position: relative;
    padding: 8px 0;
  }
  .page-id-12 .woocommerce-MyAccount-navigation li a {
    color:  var(--gris);
    text-transform: unset!important;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
  }
  .page-id-12 .woocommerce-MyAccount-navigation li a:hover {
    color:  #FAB71E;
  }
  .page-id-12 .woocommerce-MyAccount-navigation li.is-active:after {
    position: absolute;
    bottom: 0;
    background-color: #FAB71E;
    height: 3px;
    width: 80%;
    left: 10%;
    content: ' ';
  }
  .page-id-12 .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: var(--rouge);
  }
  .page-id-12 #header_main {
    position: relative;
    top: unset;
    margin: 0;
    height: auto;
  }
  /*       background-image: linear-gradient(150deg,#FAB71E,#C18D17);  */
  .page-id-12 .prefooter {
    display: none;
  }
  .woocommerce-MyAccount-content {
    padding: 15px;
    margin: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  nav ul a:hover {
    background-color: unset;
  }
  .page-id-12 .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 8px 24px 8px 48px;
  }
  .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 20px;
  }
  body.scrolled #recherche-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 12px;
  }
  .page-id-12 .dgwt-wcas-sf-wrapp {
    padding: 10px 0 3px;
  }
  .woocommerce-Address-title h3 {
    color: var(--rouge);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .woocommerce-Address-title .edit {
    border:1px solid var(--bleu-vert);
    padding: 5px 8px;
    border-radius: 5px;
    color:  var(--bleu-vert);
    margin: 0 0 12px 0;
    display: inline-block;
  }
  /* Tableau Memberships */
  .woocommerce-account-my-memberships tr:nth-child(odd) td{
/*     background-color: rgba(0,0,0,0.03) */
  }

  .woocommerce-account-my-memberships td.membership-plan{
    color: var(--rouge);
    font-weight: 500;
    font-size: 22px;
/*     padding: 0 15px */
  }

  .woocommerce-account-my-memberships td.membership-actions{
    display: flex;
  }
  .woocommerce-account-my-memberships td.membership-actions a{
     margin: 0 auto
  }

  .woocommerce-account-my-memberships td.membership-actions a.view{
      background-color: var(--bleu-vert);
      border: none;
      color:white;
      padding: 10px 15px;
      font-size: 16px;
      font-weight: 500;
  }
  .woocommerce-account-my-memberships td.membership-actions a.cancel{
    display: none
  }
  .woocommerce-account table.my_account_memberships{
    table-layout: auto;
  }

  /*   PANIER */
  .woocommerce-cart #recherche-mobile {
    display: none;
  }
  .wp-block-woocommerce-mini-cart-title-label-block {
    color: var(--jaune);
    font-weight: 500;
  }
  .wp-block-woocommerce-mini-cart-title-items-counter-block {
    font-size: 16px;
  }
  .woocommerce-cart .site-main {
    margin-top: 63px;
    /*! padding: 0 15px; */
  }
  .woocommerce-cart .entry-header {
    padding: 10px 15px;
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
  }
  .woocommerce-cart .entry-header .entry-title {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: white;
  }
  .wc-proceed-to-checkout {
    text-align: center;
  }
  .checkout-button {
    background-color: var(--bleu-vert);
    color:white!important;
    border-radius:5px;
    padding:8px 12px;
    font-size: 21px;
    font-weight: 500;
    height: 52px;
  }
  .woocommerce-orders-table__cell-order-number a{
    font-weight: 500;
    color: var(--rouge)
  }

    .woocommerce-orders-table__cell-order-actions{
    display: flex!important;
      flex-direction: row!important;
      justify-content: space-between
  }


  /*   MINI-PANIER */
  body h2.wc-block-mini-cart__title {
    align-items: baseline;
    background: inherit;
    background-image: linear-gradient(150deg,#FAB71E,#C18D17)!important;
    display: flex;
    font-size: 2em;
    margin:0 0 0 0;
    padding: 16px 16px 16px;
    -webkit-mask-image: unset;
    mask-image: unset;
    z-index: 1;
    color: white;
  }
  body .wc-block-components-drawer__close svg {
    fill: white;
    display: block;
    width: 45px;
    height: 40px;
  }
  body h2.wc-block-mini-cart__title span {
    color: white;
  }
  body .wc-block-mini-cart__items {
    padding: 16px 16px 0 6px;
  }
  body .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
  body .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
  body .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    padding-right: 5px;
    padding-top: 5px;
  }
  body .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
  body .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
  body .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    grid-column-start: 1;
    grid-row-start: 1;
    padding-right: 5px;
  }
  .wc-block-mini-cart__footer-cart {
    border-radius:5px;
    box-shadow: unset!important;
    border:2px solid var(--jaune);
    display:none!important;
  }
  .wc-block-mini-cart__footer-cart span {
    color: var(--jaune);
  }
  .wc-block-mini-cart__footer-checkout {
    border-radius:5px;
    background-color: var(--rouge);
    color: white;
  }
  .wc-block-mini-cart__footer-checkout span {
    color: white;
  }
  .wc-block-components-product-name {
    font-size: 18px!important;
    color: var(--rouge);
    font-weight: 500;
  }
  .wc-block-components-product-price__value {
    font-weight: 500;
  }
  .wc-block-cart-item__quantity {
    display: flex;
    justify-content: space-between;
  }
  body .wc-block-components-quantity-selector {
    margin-right: 25px;
  }
  body .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    padding: 0 0;
  }
  body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    font-size: 28px;
    height: 26px;
    line-height: 26px;
  }
  body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
  .wc-block-components-product-details__name,
  .wc-block-components-product-details__value {
    font-size: 15px ;
    line-break:  strict;
    max-width: 75px;
    cursor: pointer;
  }

  /* PANIER (paeg cachée normalement) */
  .woocommerce-cart .entry-content {
    padding: 20px;
  }
  .woocommerce-cart .entry-header {
    margin-top:40px;
  }
  .woocommerce-cart .product-remove {
    display: none;
  }
  .woocommerce-cart .product-thumbnail {
    text-align: center;
  }
  .woocommerce-cart .product-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .woocommerce-cart table.shop_table_responsive tr td::before {
    font-weight: 700;
  }
  .woocommerce-cart table.shop_table_responsive td.actions {
    text-align: center;
  }
  .woocommerce-cart table.shop_table_responsive td.actions button {
    margin: 10px 0px;
    padding:10px 20px;
    border-radius: 5px;
    border: none;
    background-color:  var(--bleu-vert)!important;
    color: white;
  }

  /*   CHECKOUT */
  body.woocommerce-checkout main {
    margin-top: 128px;
  }
  body.woocommerce-checkout .entry-title {
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
    margin: 0;
    padding: 10px 5vw;
    font-size:32px;
    color:white;
  }
  body.woocommerce-checkout .entry-content {
    margin: 20px 5vw;
  }
  .woocommerce-form,
  form.woocommerce-checkout {
    margin:20px 0px;
    padding:10px  20px;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #FAB71E ;
  }
  .page-id-12 .woocommerce-form {
    border: none;
  }
  form.woocommerce-checkout h3 {
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
    margin:-10px -20px 30px;
    padding: 10px 25px;
    font-size:24px;
    color:white;
  }
  .woocommerce-info {
    margin: 10px 0px;
    padding:10px 20px;
    border-radius: 5px;
/*     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background-color:  var(--bleu-vert)!important;
    color: white; */
    background-color:  white!important;
    color: var(--bleu-vert);
    box-shadow: unset;
    border:1px solid var(--bleu-vert);
  }
  .form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 var(--jaune) !important;
    padding: 0 0 0 10px;
  }
  .woocommerce-account-fields .woocommerce-form__label-for-checkbox span {
    font-size:24px!important;
    color: var(--rouge);
    margin:20px 0 20px;
  }
  .woocommerce-checkout label {
    font-size: 15px;
  }
  .rgpd-inscription {
    margin-bottom: 50px;
  }
  .rgpd-inscription a {
    text-decoration: underline;
  }
  .woocommerce-shipping-methods {
    margin: 0;
  }
  .woocommerce-shipping-methods label {
    font-size: 15px;
    color: var(--bleu-vert);
    font-weight: 500;
  }
  .woocommerce-checkout-payment ul.methods {
    margin: 0 0vw;
    padding: 10px;
    border-radius: 5px;
    border:1px solid var(--jaune);
  }
  .woocommerce-MyAccount-content a.button {
    display: block;
    margin:20px 0px;
    padding:10px  20px;
    border-radius:5px;
    border: 1px solid var(--bleu-vert) ;
    width: max-content;
    color:  var(--bleu-vert);
  }
  .page-id-11 .woocommerce-error {
    margin: 5px 0 25px;
    background-color:white;
  }
  .page-id-11 .woocommerce-error li {
    background-color:white;
    border-bottom:1px solid coral;
    padding: 3px;
    margin:2px;
    color: coral ;
  }
  #billing_address_2_field {
    display: none;
  }
  #ship-to-different-address span {
    color: white;
    font-size: 16px;
  }
  .woocommerce-additional-fields {
    margin: 40px 0;
  }
  .woocommerce-additional-fields label {
    font-size: 16px;
    font-weight: 500;
    color: var(--bleu-vert);
    margin-bottom: 5px;
    display: block;
  }
  .woocommerce-invalid-required-field input {
    background-color: rgba(230, 20,20,0.1)!important;
  }
  .place-order {
    text-align: center;
    margin:10px 2vw 40px;
  }
  .place-order p {
    text-align: left;
  }
  .place-order #place_order {
    background-color: var(--rouge);
    color: white;
    font-weight: 500;
    font-size: 24px;
    ;
    border-radius: 10px;
    border: none;
    padding:12px 30px 16px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
  }
  .place-order #place_order:hover {
    background-color: #a60A0D;
    box-shadow: unset;
  }
  .wc_payment_method-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: ;
    border-top: 2px solid var(--bleu-vert);
    /*     border-bottom: 1px solid var(--bleu-vert); */
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
    margin: 0 -20px;
    padding:10px;
  }
  .wc_payment_method-head .wc_payment_method label {
    background-color: white ;
    color:var(--bleu-vert);
    padding: 10px 15px 12px;
    margin: 2px;
    display: block;
    border: 1px solid var(--bleu-vert) ;
    border-radius: 5px;
  }
  .wc_payment_method-head .wc_payment_method label.selected {
    background-color: var(--bleu-vert) ;
    color:white;
  }
  .wc_payment_method-head .wc_payment_method.selected label {
    background-color: var(--bleu-vert) ;
    color:white;
  }
  .fs-free-shipping-notice-and-button-wrapper {
/*     background-color:  var(--bleu-vert);
    color: white;
    border-radius:5px;
    padding: 10px 6px;
    max-width:300px;
    flex-direction: column!important;
     */
    background-color: white  ;
    color: var(--bleu-vert);
    border-radius:5px;
    padding: 10px 6px;
    max-width:300px;
    flex-direction: column!important;
    border: 1px solid var(--bleu-vert);
  }
  .flexible-shipping-free-shipping-button {
    background-color: white;
    color: var(--bleu-vert)!important;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px auto 0;
    display: block;
    border: 1px solid var(--bleu-vert)

  }
  .flexible-shipping-free-shipping-button:hover {
    background-color: teal;
  }
  body .fs-free-shipping-notice-progress-bar {
    border: 1px solid var(--bleu-vert);
  }
  body .fs-free-shipping-notice-progress-bar > span {
    background-color: var(--bleu-vert);
  }
  .product-name a img {
    margin-bottom: 15px;
  }
  .validate-required label.woocommerce-form__label {
    display: flex;
    margin-bottom: 40px;
  }
  .woocommerce-SavedPaymentMethods-saveNew [type="checkbox"]:not(:checked),
  .woocommerce-SavedPaymentMethods-saveNew [type="checkbox"]:checked {
    position: relative;
    opacity: 1;
    pointer-events: initial;
  }

  /* PAGE PANIER - normalement pas utilisée */
  .page-id-10 .site-main{
    margin-top:85px
  }
  .page-id-10 .woocommerce-cart-form{
    width: 80vw;
    margin: 0 10vw
  }

  .cart-collaterals h2{
    font-size: 32px;
    margin-top: 60px
  }

  /*   Archive auteur */
  .tax-auteur  .woocommerce-products-header {
    margin:82px 0px 0px;
    padding:30px  5vw;
    border: 1px solid #FAB71E ;
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tax-auteur .woocommerce-products-header {
    flex-direction:column;
  }
  .tax-auteur .woocommerce-products-header h1,
  .tax-auteur .woocommerce-products-header .term-description {
    ;
    display: block;
    width: 100%;
    text-align:left;
    color: white;
  }
  .tax-auteur .woocommerce-products-header h1 {
    margin: 0 0 15px;
    font-size: 30px;
  }
  .tax-auteur .avant-produits,
  .tax-auteur .produits {
    padding:10px  5vw;
  }


  /*   DEFAULT PAGE */
  body.privacy-policy  main article{
     padding: 120px 5vw 100px;
  }
  body.privacy-policy  main article br{
    margin: 10px 0 0;
  }
  body.privacy-policy  main article h1{
    font-size:28px;
    color: var(--rouge);
    font-weight:500;
  }

}

/* DESKTOP */
@media only screen and (min-width: 993px) {
  .container {
    width: 90%;
  }
  #recherche-mobile {
    width: 100%;
    display: none;
  }
  body.scrolled #logo {
    display: block;
  }
  .menu-principal-remplissage {
    width: 0;
  }
  nav.menu-principal .menu-principal-wrapper {
    width:100%;
  }
  nav.menu-principal.deplie {
    width:40%;
    top:85px;
  }
  body.scrolled nav.menu-principal {
    top:85px;
  }
    nav.menu-principal #primary-menu {
    width: 100%;
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
  }
  nav.menu-principal #menu-item-294 {
    display: none
  }
  nav.menu-principal #user-menu {
    background-color: #aaa ;
    background-image: linear-gradient(30deg,#aaa,#888);
/*      background-image: linear-gradient(var(--rouge), #831D1F); */
  }
  #header_main {
    height: 85px;
  }
  #burger {
    margin-left: 25px;
  }
  #logo {
    margin-top: 5px;
  }
  #recherche {
    width:65%;
    display: block;
  }
  #recherche  .dgwt-wcas-search-wrapp {
    max-width: unset;
  }
  #panier_utilisateur {
    margin-right: 25px;
  }
  .container-principal section {
    padding: 50px 5px 70px;
  }
  section#annonce-un {
    margin-top: 85px;
    padding: 0;
  }
  section#annonce-un h1{
    margin: 0
  }
  section#annonce-deux {
    padding: 0;
    margin-top: 0;
  }
    section#annonce-un img.ouverture-image_desktop{
    display: block;
  }
    section#annonce-un img.ouverture-image_mobile{
    display: none;
  }

      section#annonce-deux img.annonce-deux-image_desktop{
    display: block;
  }
    section#annonce-deux img.annonce-deux-image_mobile{
    display: none;
  }

  .annonce-deux-textuelle {
    padding: 70px 7vw 90px;
  }
  .annonce-deux-textuelle h1 {
    color: white;
    margin: 0;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
  }
  .ouverture-textuelle {
    padding: 70px 135px 90px;
  }
  .annonce-deux-textuelle {
    padding: 70px 135px 80px;
  }
  #selection .row {
    margin: 0 100px;
  }
  #selection .card .row {
    margin: 0 0;
  }
  #nouveautes .row {
    margin: 0 100px;
  }
  #nouveautes .card .row {
    margin: 0 0;
  }
  #offres .row {
    margin: 0 100px;
  }
  #offres .card .row {
    margin: 0 0;
  }
  .selection_cta {
    text-align: center;
  }
  .selection_button button {
    width: auto;
    padding: 11px 35px 13px;
    margin-bottom: 0;
    transition: all 0.4s;
    cursor: pointer;
  }
  .selection_button button:hover {
    box-shadow: unset;
  }
  .themes_liste {
    margin: 40px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content:  space-between;
    align-items: center;
  }
  .themes_liste .themes_liste_button {
    margin:0 10px;
  }
  .themes_auteurs .themes_auteurs_button button {
    padding: 11px 35px 13px;
    cursor: pointer;
  }
  .themes_auteurs {
    background-color: #FFF8E8;
    padding: 6vw 16vw;
  }
  #a-propos .a-propos_contenu {
    flex-direction: row;
    padding: 50px 15vw;
  }
  #a-propos .a-propos_contenu .content {
    color: white;
    margin-top: 0;
/*     margin-left:50px; */
  }

  /*   CARTE PRODUIT */


  .produit .card {
    /*! height: 600px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .produit_image {
    /*     height: 220px; */
  }
  .produit_image img {
    max-height: 220px;
    width: auto;
  }
  .produit_infos {
    height: 380px;
  }
  .produit_description {
    max-height: 200px;
    overflow: scroll;
  }
  .produit-type {
    justify-content:flex-end ;
  }
  .produit-type img {
    height: 28px;
    margin-right: 10px;
  }
  .produit-type span {
    margin-right: 10px;
  }

  /*   PRODUIT */
  .single-product main {
    margin-top: 85px;
  }

  .single-product .produit{
     padding:0;
  }
  nav.woocommerce-breadcrumb {
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
    height: auto;
    line-height: unset;
    padding: 10px 15px;
  }
  .single-product .entry-summary {
    padding: 10px 20px;
    background-color: #fff;
    margin-top: 3px;
    position: relative;
    /*! height: 65vh; */
    width: 90vw;
    max-width: 90vw;
    margin-left:5vw;
    /*     display: flex;
    flex-wrap: wrap;
    flex-direction:column; */
  }
  .product_description-courte-desktop {
    display: block;
  }
  .single-product .product_images {
    order: -1;
    width: 30vw;
    position: absolute;
    top:25px;
    left:0;
  }
  .single-product .product_infos {
    width: 60vw;
    margin-left: 30vw;
  }
  .single-product .product_infos-metas {
    margin-bottom: 20px;
  }
  .single-product .produit_ctas-wrapper {
    margin-top: 10px;
  }
  .single-product .produit_ctas-wrapper .card-action {
    width: 30vw;
    margin-left: 50vw;
  }
  #produit_ctas.fixation {
    position: fixed;
    width: 100vw;
    top:85px;
    left:0;
    bottom: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    margin-top: 0;
    padding: 5px 2vw;
    border-bottom: 1px solid #ccc;
    border-top: none;
  }
  #produit_ctas.fixation .produit_ctas-livre {
    display: flex;
    align-items: center;
  }
  #produit_ctas.fixation .titre_fixed {
    display: block;
  }
  #produit_ctas.fixation .produit_ctas-bundle,
  #produit_ctas.fixation .produit_ctas-firstLine {
    width: auto;
    align-items: center;
    margin:0 5px;
  }
  #produit_ctas.fixation .produit_ctas-bundle span.prix {
    margin:0 5px 0 10px;
  }
  #produit_ctas.fixation .produit_ctas,
  #produit_ctas.fixation .produit-type,
  #produit_ctas.fixation .produit_ctas-livre,
  #produit_ctas.fixation .produit_ctas-web {
    margin: 0;
    display: flex;
    align-items: center;
  }

/*     #produit_ctas.fixation .ctas-firstLine {
    width: 200px;
  }
    #produit_ctas.fixation .card-action {
      width: auto;
  } */
  #produit_ctas.fixation .produit_ctas-livre,
  #produit_ctas.fixation .produit_ctas-web {
    width: min-content;
  }
  #produit_ctas.fixation .produit_ctas-livre .ctas-firstLine,
  #produit_ctas.fixation .produit_ctas-web .ctas-firstLine {
    width:200px

  }
  #produit_ctas.fixation .produit_ctas {
    display: flex;
  }
  #produit_ctas.fixation .card-action {
    margin-left: 0;
    width: max-content;
  }
  #produit_ctas.fixation span {
    font-size: 16px;
  }
  #produit_ctas.fixation .produit_ctas-web .produit-type span {
/*! width: 110px; */
    line-height: 1;
  }
  #produit_ctas.fixation a {
    height: 42px;
    font-size: 16px;
  }
  .product_description-courte {
    display: none;
  }
  .product_description-courte p {
    margin:20px 5vw;
  }
  .product_description-courte-desktop {
    width: 60vw;
    margin-left: 30vw;
  }
  .product_wrapper-sommaire-themes {
    width: 100%;
    display: flex;
    border-top:2px solid  var(--rouge);
  }
  .product_wrapper-sommaire-themes {
/*     padding: 0 10vw; */
    background-color: var(--jaune-light);

/*     background-color: white; */
    width: 80vw;
    margin:50px 10vw;
/*     padding: 5px; */
    border: none;
    border-radius: 15px;
    overflow: hidden;
/*     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1); */
  }
  .product_sommaire,
  .product_themes {
    padding: 40px 5vw;
    width: 50%;
    background-color:white;
  }
  .product_themes {
    order: 3;
    width: 20%;
  }
  .product_auteur {
    box-shadow: unset;
    border-top:2px solid  var(--rouge);
    width: 40%;
/*     background-color: var(--jaune-light); */
    border: unset;
  }
  .product_sommaire,
  .product_auteur,
  .product_themes {
    margin: 5px;
    padding:15px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
  }

  .product_sommaire-content{
    max-height: 220px;
    overflow-y: scroll;
    background-color: #fcfcfc;
    padding: 5px;
  }
  .bloc_auteurs {
    display: flex;
    justify-content: space-around;
  }
  .product_description {
    padding: 40px 5vw 30px;
/*     border-top:2px solid  var(--rouge); */
    background-color: white;
  }
  .description_ctas {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .description_ctas .card-action {
    width:40vw;
  }
  .produit_metas {
    background-color: var(--jaune-light);
    border-top:2px solid  var(--rouge);
    border-bottom:2px solid  var(--rouge);
    padding: 40px 5vw 45px;
  }
  .produit_metas {
/*     padding: 0 10vw; */
    background-color: var(--jaune-light);
    background-color: white;
    width: 80vw;
    margin:0px 10vw 50px;
    padding: 20px;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .produit_metas h2 {
    margin-top: 0;
  }
  .tableau_caracs {
    display: flex;
    flex-wrap: wrap;
  }
  .une_carac {
    width: 33%;
  }


/*****************************************************************************/
/*****************************************************************************/
/*                                 ALTERNATEST                               */
/*****************************************************************************/
/*****************************************************************************/
  #alternateur {
    display: block;
    position: fixed;
    left:0;
    width: 30px;
    height: 30px;
    bottom: 50px;
    background-color: #333;
    border-radius: 5px;
    margin-left: -5px;
    border: 1px solid white;
  }
  #alternateur span {
    color: white;
    font-size: 10px;
    margin-left: 7px

  }

  /*****************************/
  /**   PRODUIT/ALTERNATEST   **/
  /*****************************/
  body.alternatest.single-product main {
    margin-top: 85px;
    padding-bottom: 1px;
    background-color: var(--jaune-light);
    background-color: #434;
    background-image: linear-gradient(-30deg,#FFF, var(--prune));
  }
  nav.woocommerce-breadcrumb {
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
    height: auto;
    line-height: unset;
    padding: 10px 15px;
  }
  body.alternatest.single-product .entry-summary {
    padding: 10px 20px;
    background-color: #fff;
    margin-top: 3px;
    position: relative;
    width: 80vw;
    max-width: 80vw;
    margin-left:10vw;
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
  }
  body.alternatest  .product_description-courte-desktop {
    display: block;
  }
  body.alternatest.single-product .product_images {
    order: -1;
    width: 30vw;
    position: absolute;
    top:25px;
    left:0;
  }
  body.alternatest.single-product .product_infos {
    width: 60vw;
    margin-left: 30vw;
    width: 45vw;
    margin-left: 30vw;
  }
  body.alternatest.single-product .product_infos-metas {
    margin-bottom: 20px;
  }
  body.alternatest.single-product .produit_ctas-wrapper {
    margin-top: 10px;
  }
  body.alternatest.single-product .produit_ctas-wrapper .card-action {
    width: 30vw;
    margin-left: 45vw;
  }
  body.alternatest .product_description-courte {
    display: none;
  }
  body.alternatest  .product_description-courte p {
    margin:20px 5vw;
  }
  body.alternatest  .product_description-courte-desktop {
    width: 45vw;
    margin-left: 30vw;
  }
  body.alternatest  .product_wrapper-sommaire-themes {
    width: 100%;
    display: flex;
    border-top:2px solid  var(--rouge);
  }
  body.alternatest  .product_wrapper-sommaire-themes {
    width: 80vw;
    margin:5px 10vw 1px;
    padding: 0px;
    border: none;
    /*! border-radius: 15px; */
    /*! overflow: hidden; */
    /*! box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1); */
    background-color: unset

  }
  body.alternatest  .product_sommaire,
  body.alternatest  .product_themes {
    padding: 40px 5vw;
    width: 50%;
    background-color:white;
  }
  body.alternatest  .product_themes {
    order: 3;
    width: 20%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  body.alternatest  .product_auteur {
    box-shadow: unset;
    border-top:2px solid  var(--rouge);
    width: 30%;
/*     background-color: var(--jaune-light); */
    border: unset;
  }
  body.alternatest  .product_sommaire,
  body.alternatest  .product_auteur,
  body.alternatest  .product_themes {
    margin: 5px 0;
    padding:15px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
  }
  body.alternatest  .product_auteur {
    margin: 5px 10px 5px;

  }

  .product_medias{
    padding: 15px 20px 20px;
    background-color: #fff;
    margin:5px 0 10px 10vw;
    position: relative;
    width: 80vw;
    max-width: 80vw;
    margin-left: 10vw;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    display: flex;flex-direction: row;
    justify-content: space-evenly;
  }
  .product_medias .embed-container{
    display: flex; flex-direction: column; align-items: center;
    max-width: 50%;
        margin: 0;
  }

  .product_medias .liens_medias{
    max-width: 50%;
    min-width: 27%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: unset
  }
  .product_medias .liens_medias div{
    width: 100%;
    border: 2px solid var(--bleu-vert);
    border-radius: 5px;
    background-color: white;
    padding: 5px 12px;
    font-size: 18px;
    font-weight: 500;
    color: var(--bleu-vert);
    margin: 5px 0;
    text-align: center;
    display: inline-block;
  }

  .product_medias .liens_medias a{
    display: flex; width: 100%;
    justify-content: space-evenly;
    align-items: center;
    font-size: 18px; color: var(--bleu-vert);
    font-weight: 700;
    border:
  }
   .product_medias .liens_medias a svg{
    height: 35px;
     fill: var(--bleu-vert)
  }
     .product_medias .liens_medias a svg.flecheOut{
    height: 15px; fill:grey
  }

  .product_medias h3{
    color: var(--rouge);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
  }

    .product_themes .themes_themes h2
{
    margin-top: 0px;
  }
  body.alternatest  .bloc_auteurs {
    display: flex;
    justify-content: space-around;
  }
  body.alternatest  .product_description {
    padding: 40px 5vw 30px;
/*     border-top:2px solid  var(--rouge); */
    background-color: white;
  }
  body.alternatest  .product_description {
    padding: 30px 10vw 10px;
    padding: 15px 20px;
    background-color: #fff;
    position: relative;
    /*! height: 65vh;
    width: 90vw;
    max-width: 90vw;
    margin-left:5vw; */
    width: 80vw;
    max-width: 80vw;
    margin-left:10vw;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
    border-top: 0
  }
  body.alternatest  .description_ctas {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  body.alternatest  .description_ctas .card-action {
    width:40vw;
  }
  body.alternatest  .produit_metas {
    background-color: var(--jaune-light);
    border-top:2px solid  var(--rouge);
    border-bottom:2px solid  var(--rouge);
    padding: 40px 5vw 45px;
  }
  body.alternatest  .produit_metas {
/*     padding: 0 10vw; */
    background-color: var(--jaune-light);
    background-color: white;
    width: 80vw;
    margin:0px 10vw 10px;
    padding: 20px;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
  }
  body.alternatest  .produit_metas h2 {
    margin-top: 0;
  }
  body.alternatest  .tableau_caracs {
    display: flex;
    flex-wrap: wrap;
  }
  body.alternatest  .une_carac {
    width: 33%;
  }

  body.alternatest  .produit_related {
/*     padding: 0 10vw; */
    background-color: var(--jaune-light);
    background-color: white;
    width: 80vw;
    margin:0px 10vw 50px;
    padding: 20px;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
  }
  body.alternatest  .produit_related section.products {
      padding: 0
  }




  /*****************************************************************************/
  /*****************************************************************************/
  /*                             FIN ALTERNATEST                               */
  /*****************************************************************************/
  /*****************************************************************************/


  .produit_related section.products h2 {
      padding: 0;
    color: var(--rouge);
    font-size: 24px;
    font-weight: 700;
      margin-top: 0;
  }



  /*************/
  /*   FOOTER  */
  /*************/
  .prefooter {
    display: flex;
    justify-content: space-around;
  }
  .prefooter_paiement {
    display: flex;
    flex-direction: row-reverse;
  }
  .prefooter svg {
    margin-right: 15px;
  }
  footer {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    flex-direction: row-reverse;
    height:400px;
  }
  .footer_top {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 25px 0;
    justify-content: space-between;
  }
  .footer_top .footer_top-logo {
    width: 80%;
  }
  .footer_top .footer_top-contact {
    width: 100%;
  }
  .footer_middle {
    width: 25%;
  }
  .footer_middle-desktop {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content:center;
  }
  .footer_middle-desktop-social {
    width: 84%;
    display: flex;
    justify-content: space-around;
  }
  .footer_middle-desktop-links {
    display: flex;
    justify-content:center;
    margin-top: 50px;
  }
  .footer_middle-desktop-links-thematiques {
    margin-right: 100px;
    border-left: 1px solid #ccc;
    padding-left: 50px;
  }
  .footer_middle-desktop-links-collections {
    margin-right: 100px;
    border-left: 1px solid #ccc;
    padding-left: 50px;
  }
  .footer_middle-desktop-links h3 {
    color: white;
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 500;
  }
  .footer_middle-desktop-links ul {
    padding: 0;
    margin: 0 ;
  }
  .footer_middle-desktop-links ul li.jump {
    margin-bottom: 21px;
  }
  .footer_middle-desktop-links a {
    /*     color: var(--bleu-vert); */
    color: #ddd;
    transition: all 0.2s;
  }
  .footer_middle-desktop-links a:hover {
    color: var(--bleu-vert);
  }
  .footer_bottom {
    display: none;
  }
  .footer_bottom-social {
    height: 100%;
    flex-direction: column;
    align-items: center;
  }
  .footer_middle {
    background-image: none;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding:20px 0 20px 100px;
  }
  .footer_middle-sub {
    text-align: left;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .footer_middle a {
    display: inline-block;
    text-align: left;
    font-weight: 500;
    transition: all 0.2s;
    color: var(--jaune);
    color: #ccc;
  }
  .footer_middle-sub:after {
    content: '';
  }
  .greysvg {
    transition: all 0.3s;
  }
  .greysvg:hover {
    fill: var(--bleu-vert);
  }

  /*   MON COMPTE  */
  .page-id-12 #header_main {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: auto;
    padding: 5px 15px 7px;
  }
  .page-id-12 .woocommerce-MyAccount-navigation {
    justify-content: flex-start;
    padding-top: 3px;
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
  }
  .page-id-12 .woocommerce-MyAccount-navigation li a {
    color:  #fff;
  }
  .page-id-12 .woocommerce-MyAccount-navigation li.is-active {
    color:  #fff;
  }
  .page-id-12 .woocommerce-MyAccount-navigation li.is-active::after {
    background-color: #fff;
  }
  .page-id-12 .woocommerce-MyAccount-navigation li a:hover {
    color:#eee;
  }
  .page-id-12 .entry-content {
    margin-top: 125px;
  }
  .page-id-12 .dgwt-wcas-sf-wrapp {
    padding: 10px;
  }
  .page-id-12 .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
    position: absolute;
    right:0;
    bottom:0;
  }
  .mon-compte_menu {
    position: fixed;
    top:73px;
    width: 100%;
  }
  .lien_mon-compte {
    margin-right: 25px;
  }

    /* Tableau Memberships */
  .woocommerce-account-my-memberships tr:nth-child(odd) td{
    background-color: rgba(0,0,0,0.03)
  }

  .woocommerce-account-my-memberships td.membership-plan{
    color: var(--rouge);
    font-weight: 500;
    font-size: 22px;
    padding: 0 15px
  }



  /*   MINI PANIER */
  .wp-block-woocommerce-empty-mini-cart-contents-block .wp-block-button {
    display: none;
  }
  h2.wc-block-mini-cart__title {
    mask-image: unset!important;
    background: unset;
  }
  .wp-block-woocommerce-mini-cart-items-block {
    margin-top: 10px;
    border-top: 1px solid #ccc;
  }
  .wc-block-components-product-name {
    color: var(--rouge);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }
  .wc-block-components-product-price__value {
    font-weight: 500;
  }
  input[type="number"]:not(.browser-default) {
    height: 2rem;
  }
  .wc-block-mini-cart__footer-cart {
    border-radius:5px;
    box-shadow: unset!important;
    ;
    border:2px solid var(--jaune);
  }
  .wc-block-mini-cart__footer-cart:hover {
    background-color: var(--jaune)!important;
  }
  .wc-block-mini-cart__footer-cart span {
    color: var(--jaune);
  }
  .wc-block-mini-cart__footer-cart:hover span {
    color: #fff;
  }
  .wc-block-mini-cart__footer-checkout {
    border-radius:5px;
    background-color: var(--rouge);
    color: white;
  }
  .wc-block-mini-cart__footer-checkout:hover {
    background-color: #a60A0D;
  }
  .wc-block-mini-cart__footer-checkout span {
    color: white;
  }

  /* LOGIN */

  .woocommerce-form-login{
    display: flex; flex-direction: column;
  }
  .woocommerce-form-login p{
    padding: 10px 5vw
  }


  .lost_reset_password{
    padding: 5vh 15vw
  }
  .lost_reset_password p {
    font-size: 18px;
    font-weight: 500
  }

  .lost_reset_password label{
    font-size: 14px
  }

  .lost_reset_password button{
        background-color: var(--bleu-vert);
    border: none;
    color:white;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
  }

  /*   CHECKOUT */
  body.woocommerce-checkout main {
    margin-top: 85px;
  }
  body.woocommerce-checkout .entry-title {
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
    margin: 0;
    padding: 10px 10vw;
    font-size:38px;
    color:white;
  }
  body.woocommerce-checkout .entry-content {
    margin: 20px 10vw;
  }
  .woocommerce-form,
  form.woocommerce-checkout {
    margin:00px 0px;
    padding:0;
    border-radius: 5px;
    box-shadow: unset;
    border: 0px solid #FAB71E ;
    display: flex;
    justify-content: space-between;
  }
  #customer_details,
  #order_review {
    width:49%;
    margin:10px 0px;
    padding:10px  20px;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #FAB71E ;
    height: max-content;
  }
  .place-order {
    text-align: center;
    margin:10px 0vw 40px;
  }
  .page-id-12 .woocommerce-form {
    border: none;
  }
  form.woocommerce-checkout h3 {
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
    margin:-10px -20px;
    padding: 10px 25px;
    font-size:28px;
    color:white;
  }
  .woocommerce-info {
    margin: 10px 0px;
    padding:10px 20px;
    border-radius: 5px;
    /*     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1); */
    /*     background-color:  var(--bleu-vert)!important;
    color: white; */
    background-color:  white!important;
    color: var(--bleu-vert);
    box-shadow: unset;
    border:1px solid var(--bleu-vert);
  }
  .form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 var(--jaune) !important;
    padding: 0 0 0 10px;
  }
  .woocommerce-account-fields .woocommerce-form__label-for-checkbox span {
    font-size:24px!important;
    color: var(--rouge);
    margin:20px 0 20px;
  }
  .woocommerce-checkout label {
    font-size: 15px;
  }
  .rgpd-inscription {
    margin-bottom: 50px;
  }
  .rgpd-inscription a {
    text-decoration: underline;
  }
  .woocommerce-shipping-methods {
    margin: 0;
  }
  .woocommerce-shipping-methods label {
    font-size: 15px;
    color: var(--bleu-vert);
    font-weight: 500;
  }
  .woocommerce-checkout-payment ul.methods {
    margin: 0 10vw;
    padding: 20px;
    border-radius: 5px;
    border:1px solid var(--jaune);
  }
  .shipping-method-description {
    margin: 0px 0 10px;
  }
  .fs-free-shipping-notice-and-button-wrapper {
/*     background-color:  var(--bleu-vert);
    color: white; */
    background-color: white  ;
    color: var(--bleu-vert);
    border-radius:5px;
    padding: 10px 6px;
    max-width:300px;
    flex-direction: column!important;
    border: 1px solid var(--bleu-vert);
  }
  .flexible-shipping-free-shipping-button {
/*     background-color: white;
    color: var(--bleu-vert)!important; */
    background-color:  var(--bleu-vert);
    color: white!important;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px auto 0;
    display: block;
  }
  .flexible-shipping-free-shipping-button:hover {
    background-color: teal;
  }
  body .fs-free-shipping-notice-progress-bar {
    border: 1px solid var(--bleu-vert);
  }
  body .fs-free-shipping-notice-progress-bar > span {
    background-color: var(--bleu-vert);
  }
  .woocommerce-checkout-review-order-table tr th {
    vertical-align: top;
  }
  .showcoupon {
    text-decoration: underline;
  }
  .wc_payment_method-head {
    border: none;
    padding: 10px 10px 0;
    box-shadow: unset;
    border-bottom:1px solid var(--bleu-vert);
  }
  .wc_payment_method-head .wc_payment_method {
  }
  .wc_payment_method-head .wc_payment_method label {
    background-color:white ;
    color: var(--bleu-vert);
    border: unset;
    border-top: 1px solid  var(--bleu-vert);
    border-left: 1px solid  var(--bleu-vert);
    border-right: 1px solid  var(--bleu-vert);
    border-radius: unset;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 15px 12px;
    margin: 2px 2px 0;
    display: block;
  }
  .wc_payment_method-head .wc_payment_method label.selected {
    background-color: var(--bleu-vert) ;
    color:white;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.15);
  }
  .payment_method_stripe {
  }
  .payment_method_ppcp-gateway {
  }
  .payment_method_cheque {
  }
  .product-name a {
    display: flex;
    flex-direction: column;
  }
  .product-name a img {
    margin-bottom: 15px;
  }
  .woocommerce-terms-and-conditions {
    border: 1px solid var(--jaune);
  }
  .woocommerce-terms-and-conditions p,
  .woocommerce-terms-and-conditions li {
    text-align: left;
    padding: 2px 10px;
  }
  form.woocommerce-checkout .woocommerce-terms-and-conditions h3 {
    margin: 0 0;
  }
  .woocommerce-terms-and-conditions h2 {
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
    padding: 10px 25px;
    font-size: 28px;
    color: white;
    text-align: left;
  }
  .lauteur img {

    max-width: 170px;
  }

  /*   ARCHIVE */
  .woocommerce-products-header {
    margin:82px 0px 0px;
    padding:30px  10vw;
    border: 1px solid #FAB71E ;
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tax-auteur .woocommerce-products-header {
    margin:82px 0px 0px;
    padding:30px  10vw;
    border: 1px solid #FAB71E ;
    background-image: linear-gradient(150deg,#FAB71E,#C18D17);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tax-auteur .woocommerce-products-header {
    flex-direction:column;
  }
  .tax-auteur .woocommerce-products-header h1,
  .tax-auteur .woocommerce-products-header .term-description {
    display: block;
    width: 100%;
    text-align:left;
  }
  .tax-auteur .woocommerce-products-header h1 {
    margin: 0 0 15px;
  }
  .woocommerce-products-header .page-title {
    width: 30%;
  }
  .woocommerce-products-header .term-description {
    width: 70%;
    text-align:right;
    color:white;
    margin: 0 0;
  }
  .woocommerce-products-header .term-description p {
    margin: 0 0;
  }
  .woocommerce-products-header h1 {
    color: white;
    font-size: 30px;
    margin: 0 0;
    height: 100%;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .woocommerce-notices-wrapper,
  .woocommerce-result-count,
  .woocommerce-ordering {
    padding:0px 0;
  }
  .page-id-12 .woocommerce-notices-wrapper .woocommerce-error {
    padding: 10px 20px;
    margin: 0;
    border: 1px solid red;
    background-color: unset;
    border-radius: 5px;
    color: red;
  }
  .page-id-11 .woocommerce-error {
    margin: 5px 0 25px;
    background-color:white;
  }
  .page-id-11 .woocommerce-error li {
    background-color:white;
    border-bottom:1px solid coral;
    padding: 3px;
    margin:2px;
    color: coral ;
  }
  #ship-to-different-address span {
    color: white;
    font-size: 16px;
  }
  .woocommerce-additional-fields {
    margin: 40px 0;
  }
  .woocommerce-additional-fields label {
    font-size: 16px;
    font-weight: 500;
    color:  var(--bleu-vert);
  }
  .woocommerce-invalid-required-field input {
    background-color: rgba(230, 20,20,0.1)!important;
  }
  .woocommerce-checkout-review-order-table {
    margin: 30px 0;
  }
  .produits {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10vw;
    justify-content: space-around;
  }
  .related .produits .card .card-action,
  .archive .produits .card .card-action {
    padding: 20px 15px;
  }
  .produits .produit {
    max-width:28vw;
  }
  .produits .produit .card {
    width: 23.5vw;
    margin: 2vw 0;
  }
  .produit_related .produits{
    padding: 0
  }
  .produit_related .produits .produit .card{
    width: 23.5vw
  }

  .avant-produits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 3px 1px -2px rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 5px 10vw;
  }
  .avant-produits .woocommerce-notices-wrapper {
    width: 100%;
  }
  .avant-produits .woocommerce-ordering {
    width: 75%;
  }
  .avant-produits .woocommerce-result-count {
    margin:10px 0;
  }

    /* Nouveautés/promos */
  .page-template-template-nouveautes .woocommerce-products-header{
    padding: 80px 9vw 40px
  }

  .page-template-template-nouveautes section#livres{
    padding: 40px 8vw
  }

}
@media only screen and (min-width: 1441px) {
  .container-principal section,
  .ouverture-textuelle {
    padding: 50px 10vw 70px;
  }
  #selection .row,
  #nouveautes .row,
  #offres .row {
    margin: 0 0;
  }
  .single-product .product_infos {
    width: 50vw;
    margin-left: 30vw;
  }
  .single-product .product_description-courte-desktop {
    width: 50vw;
    margin-left: 30vw;
  }
  .product_wrapper-sommaire-themes {
    padding: 20PX 10vw;
    background-color: var(--jaune-light);
    width: 100vw;
    margin:50px 0 ;
    border: none;
    border-radius: 15px;
    overflow: hidden;
  }
  .product_themes {
    order: 3;
    width: auto;
    display: flex;
    flex-direction: column;
  }
  .product_description {
    padding: 30px 15vw 10px;
  }
  .description_ctas .card-action {
    width:30vw;
  }
}




/* COULEURS */
.rouge {
  color: var(--rouge);
}
.rouge-bg {
  background-color: var(--rouge);
}
.rouge-border {
  border-color: var(--rouge);
}
.jaune {
  color: var(--jaune);
}
.jaune-bg {
  background-color: var(--jaune);
}
.jaune-border {
  border-color: var(--jaune);
}
.jauneLight {
  color: var(--jaune-light);
}
.jauneLight-bg {
  background-color: var(--jaune-light);
}
.jauneLight-border {
  border-color: var(--jaune-light);
}
.gris {
  color:var(--gris);
}
.gris-bg {
  background-color: var(--gris);
}
.gris-border {
  border-color: var(--gris);
}
.bleuvert {
  color: var(--bleu-vert);
}
.bleuvert-bg {
  background-color: var(--bleu-vert);
}
.bleuvert-border {
  border-color: var(--bleu-vert);
}

/* DEV */
/*
#wpadminbar{
display: none
} */
