/*
Theme Name: scrineo_new
Version: 1.8
Description: A child theme of Bootstrap Basic 4 - css boutique
Template: bootstrap-basic4
Author: depenweiler boris
*/

/*** commun ***/

#asterix-cgv:hover {
    cursor: pointer;
}
#asterix-cgv-content p  {
    padding: 10px;
    background-color: #d9d9d9;
    font-size: 11px;
}

.postid-33993 .out-of-stock {
    display: none;
}

body {
    background: #fff;
    font-size: 17px;
    line-height: 1.5;
    font-family: raleway;
}
a {color: #000;}
#no-background {background: #fff !important;}
.text-center {text-align: center;}
.relative {position:relative;}
.absolute {position:absolute;}
.cooper-black {font-family: "Cooper Black";}
.text-underline {text-decoration: underline;}
.text-center {text-align: center;}
.display-none {display: none !important;}
.displayNI {display: none;}
.mt30 {margin-top: 30px;}
.mt20 {margin-top: 20px;}
.mt10 {margin-top: 10px;}
.mr10 {margin-right: 10px;}
.mb30 {margin-bottom: 30px;}
.mb20 {margin-bottom: 20px;}
.bg-bleu {background-color: #c9e8f1;}
.bg-violet {background-color: mediumpurple;}
.bg-jsp {background-color: #EA5060;}
.bg-vert {background-color: #b4e4cb;}
.bg-orange {background-color: #F58233 !important;}
.loader {
    margin: 0 auto;
    width: 30px !important;
    height: 30px !important;
}
.color-purple {
    color: #612746;
}
.margin-null {margin: 0 !important;}
.pointer {cursor: pointer;}
.bold {font-weight: bold !important;}
.gris {color: grey;}
.text-left {text-align: left !important;}
.flex {display: flex;}
.flex-col {display: flex;flex-direction: column;}
.fl-col {
    flex-direction: column !important;
}
.bold {font-weight: bold;}
/**** header && menu ****/

header {background-color: #FFF !important;}

.header-section-top {
    background-color: #EBEBEB;
    margin: 0;
    font-size: 25px;
    border-bottom: 1px dashed;
}

.header-section-top p.header-hover {
    padding-top: 10px;
}
.header-section-top-sub-menu {
    display: none;
    z-index: 10000;
    top: 55px;
    left : calc(50% - 110px)
}

.header-section-top-sub-menu.is-open {
    display: flex;
}

.header-section-top-sub-menu a {
    background-color: #EBEBEB;
    border: 1px solid #000000;
    width: 220px;
    font-size: 15px;
}

.header-hover {
    margin-bottom: 0 !important;
    font-size: 20px;
}
.header-hover-link {
    text-align: center;
}
.header-hidden {display: none;}
.header-hidden .flex {flex-direction: column;}

.header-logo {margin: 0 auto;width : 200px;}

.header-lettrine {font-size: 16px;}

.header-section-middle {
    margin: 15px 0 15px 0;
    border-bottom: 5px solid;
}
.header-div {justify-content: space-between;}
.header-link {
    align-items: center;
}
.header-link * {
    margin-left: 10px;
}
#btn-mobile {
    background-color: unset;
}

.header-div * {
    font-weight: bold;
}

.btt-grey {
    background-color: #d9d9d9;
    padding: 10px 40px;
    border-radius: 40px;
}

.navbar-toggle {
    cursor: pointer;
    display: block;
    position: relative;
    width: 30px;
    height: 60px;
    padding: 0;
    border: none;
    margin-bottom: 3px;
}
.navbar-toggle span {
    background-color: #000000;
    display: block;
    height: 3px;
    left: calc(50% - 12px);
    position: absolute;
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 22px;
}
.navbar-toggle span:nth-child(1) {top: 22px;}
.navbar-toggle span:nth-child(2) {top: calc(50%);}
.navbar-toggle span:nth-child(3) {top: calc(50% + 8px);}
.js-nav-toggle:not(.collapsed) span:nth-child(2) {opacity: 0;}
.js-nav-toggle:not(.collapsed) span:nth-child(3) {transform: translateY(-8px) rotate(-45deg);}
.js-nav-toggle:not(.collapsed) span:nth-child(1) {transform: translateY(8px) rotate(45deg);}

#menu-boutique-elephant-la-revue li,
#menu-boutique-puzzle li,
#menu-boutique-elephant-junior li
{
    list-style-type: none;
    border-bottom: 1px solid;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.menu-boutique-elephant-la-revue-container,
.menu-boutique-puzzle-container,
.menu-boutique-elephant-junior-container {display:none;}

#menu-boutique-elephant-la-revue ,
#menu-boutique-puzzle,
#menu-boutique-elephant-junior
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: "Cooper Black" !important;
    font-weight: bold;
}
.hover-none:hover ,
.hover-none a:hover ,
#menu-boutique-puzzle li a ,
#menu-boutique-elephant-la-revue li a,
#menu-boutique-elephant-junior li a {
    color: inherit;
    text-decoration: none;
}

/* page catégorie */
.cat-abo {
    align-items: center;
    flex-direction: column;
    font-size: 20px !important;
}
.cat-abo h1 {
    border-right: none;
    font-size: 20px !important;
    text-transform: capitalize;
    font-family: "Cooper Black";
    margin: 0;
    padding: 0;
}
.cat-abo-actif {text-decoration: underline;}
.cat-abo-nonactif {color : grey;}

.cat-abo * {
    text-align: center;
    padding: 0 15px;
    border-right: 1px solid;
    /*box-shadow: 6px 0 12px -4px rgba(0, 0, 0, 0.15);*/
}
.cat-abo a:last-child {
    border-right: none;
}
.section-abo {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
}

.article-abo {
    width: 350px;
    height: auto;
    flex-direction: column;
    padding-top: 50px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 50px;
}

.article-abo .btt_purple{
    font-size: 12px;
    max-width: 170px;
    margin: 0 auto;
    display: block;
}

.article-abo-puzzle {
    max-width: 255px;
    padding: 10px;
}
.article-abo-puzzle h2 {
    color : #FFFFFF;
}

.article-abo-puzzle  img {
    margin-top: 25px !important;
}
.article-abo p {
    margin-bottom: 0.2rem !important;
}

.article-abo img {
    width: 315px;
    margin: 0 auto;
}

.article-abo h2 {
    text-transform: initial;
    font-size: 1.5rem;
    margin-top: 10px;
}
.article-abo a.hover-none {
    background-color: #FFF;
    width: fit-content;
    margin: auto auto 20px auto;
    padding: 5px 10px;
    font-weight: bold;
}
.section-numero {
    flex-direction: column;
    align-items: center;
}

.article-numero {
    width: 240px;
    height: auto;
    flex-direction: column;
}

.article-numero img {
    width: 240px;
    margin: 0 auto;
    box-shadow: 3px 3px 6px;
}

.article-numero h2,
.article-numero h3 {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-top: 10px;
}

.titre-section-h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 30px 0 30px 0;
    text-align: center;
}
.btn-categorie {
    display: block;
    margin: 0 auto 20px auto;
    width: 140px;
    border: 1px solid grey;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-weight:  bold;
    font-size: 19px;
}

#btn-tln-numero {
    font-weight: bold;
    cursor: pointer;
}
/**** catégorie numero ****/
.add-basket{
    background-color: #eabbbb;
    padding : 10px 5px;
}


.article-cat-num{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 28px;
    text-align: center;
}
/** PAGINATION  */
.wp-pagenavi {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 20px 0 70px 0;
}
.wp-pagenavi * {
    width: 25px;
    margin-left: 2px;
    background-color: transparent;
}
.wp-pagenavi .current {
    font-weight: bold;
    border: 1px solid;
}
.wp-pagenavi .first {
    width: 105px;
}

/*** footer ***/
#site-footer-boutique {
    border-top: 2px dotted;
    padding-top: 30px;
    margin-bottom: 30px;
}
#site-footer-boutique section{
    flex-direction: column;
    align-items: center;
}

.titre-footer {
    text-transform: uppercase;
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 1.2rem;
}
.article-footer {
    align-items: center;
}

#header-link-panier-notification {
    position: absolute;
    top: -21px;
    left: 16px;
    background-color: #c9e8f1;
    padding: 1px 10px;
    border-radius: 15px;
    border : 1px solid;
}

.header-link-panier-panier {
    position: absolute;
    top: 25px;
    background-color: #FFF;
    margin: 0;
    width: 250px;
    text-align: center;
    border: 1px solid;
    left: -50px;
    display: none;
    z-index: 1010;

}

.header-link-panier-panier tr {
    border-bottom: 1px solid;
}

.header-link-panier-panier tr:last-child {
    border-bottom: none;
}

#close-panier {
    position: absolute;
    top: 12px;
    left: -75px;
    background-color: #FFF;
    z-index: 1020;
    padding: 1px 10px;
    border: 1px solid;
    border-radius: 31px;
    cursor: pointer;
    display: none;
}

.carroussel{
    overflow: hidden;
    position: relative;
}
.carroussel a {
    display: inline-block;
}

.pp1, .nn1 {
    width: 40px;
    height: 40px;
    position : absolute;
    display : block !important;
    z-index: 1000;
    color : #000;
    font-size: 25px;
    top : 38%;
    text-align: center;
    border: 2px solid;
    border-radius: 38px;
    display: none;

}

.nn1 {right : -50px;}
.pp1 {left : -50px;}
.slider-btt {display: block;}

#coupon_code {
    width : 120px;
    border : 2px solid;
    border-radius: 8px;
    font-family: "Cooper Black";
}
#coupon_code::placeholder {color: #000;}

div.coupon button.button,
.btt_purple{
    border-radius: 8px;
    color:#FFF !important;
    background-color: #612746;
    padding:10px;
    font-weight: 100;
}
.background_purple{
    background-color: #612746 !important;
}

.btt_purple:hover {
    background-color: #dcd7e3;
    text-decoration: none;
    background-image: none;
    color: #612746 !important;
}

table.table_panier
{
    border-collapse: separate;
    border-radius: 10px;
    border: none !important;
    float: left;
}

table.table_panier tr td  {border: 0 !important;}

.woocommerce-remove-coupon {
    font-size: 12px !important;
    color : red;
}

table.table_panier tr td.product-name
{
    border: 2px solid #000 !important;
    border-radius: 10px;
    text-align: center;
    font-family: "Cooper Black";
}

#post-7 h1.entry-title ,
#post-8 h1.entry-title  {
    font-family: "Cooper Black";
    text-decoration: underline;
}
.h2_titre {
    font-family: "Cooper Black";
    text-decoration: underline;
    font-size: 20px;
    text-align: center;
    text-transform: inherit;
}

.basket_windows_recap {
    background-color: #c9e8f1;
    padding: 10px;
    border-radius: 30px;
    font-family: "Cooper Black";
}

.basket_windows_recap td[data-title='Sous-total'] {
    padding-left: 10px;
}

.basket_windows_titre {
    margin: 0 auto;
    background-color: #FFF;
    padding: 5px 10px;
    border: 2px solid;
    border-radius: 7px;
    display: block;
    text-align: center;
    width: 135px;
    font-family: "Cooper Black";
}

.basket_windows_total{
    font-family: "Cooper Black";
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket_windows_container {
    display: flex;
    flex-direction: column;
}

/* page produit */

.product-section {
    display: flex;
    flex-direction: column;
}

.product-section .product-col-left {
    background-color: #c9e8f1;
}
.product-section-junior .product-col-left {
    background-color: #F58233;

}

.product-section-puzzle .product-col-left {
    background-color: #EA5060;
}


.product-col-left {
    text-align: center;
    padding: 30px;
    border-radius: 30px;
}

.product-col-left h1 {
    font-family: "Cooper Black";
    margin-bottom: 20px;
}

.product-col-left  .woocommerce-product-gallery {
    display: block;
    width: 100% !important;
}

#contact--product {
    text-align: center;
}

#contact--product input {
    width: 300px;
}
#contact--product input::placeholder {
    color: gray !important;
}
#contact--product textarea {
    width: 300px;
    height: 70px;
}

#contact--product .wpcf7-submit{
    margin-left: 71px;
    width: 250px;
    border-radius: 25px;
    color: #FFF;
    background-color: #160040;
}


.encart-selection{
    display: flex;
    flex-direction: column;
}

.encart-selection-titre {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}

.encart-selection-titre h1 {
    font-family: "Cooper Black";
    text-transform: capitalize;
    font-size: 1.5rem;

}
.encart-selection-titre a {
    border: 1px solid;
    padding: 10px;
}

.titre-centrer-h1 {
    margin: 20px auto;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
}

.cat-livre-bottom {
    justify-content: center;
    margin: 40px 0;
    flex-direction: column;
}

.cat-livre-bottom-left {margin-bottom: 70px;}
.cat-livre-bottom-right {
    background-color: #f05b66;
    color : #FFF;
    text-align: center;
    padding: 20px;
}

.cat-livre-bottom-right-titre {
    font-weight: bold;
    font-size: 1.3rem;
    display: block;
}

.cat-livre-bottom-left-titre {
    font-size: 1.6rem;
    margin-top: 50px;
    display: block;
}

.cat-livre-bottom-left-container {
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin-top: 60px;
    padding-bottom: 60px;
    position: relative;
    text-align: center;
}

.border-verticale-top,
.border-verticale-bottom {
    width: 50%;
    height: 15px;
    display: block;
    position: absolute;
    border-right: 2px solid;
}
.border-verticale-top {
    height: 40px;
    top: -40px;

}
.border-verticale-bottom {
    height: 40px;
    bottom: -40px;
}

.cat-livre-bottom-link-rand {
    border : 1px solid;
    padding: 10px 20px;
}

.cross-sells ul.products {flex-direction: column;}

.cross-sells ul.products li.product {width : 100% !important;}

/** page commande **/


.encart-cmd-login-titre {
    padding: 0;
    font-size: 20px;
}

#encart-cmd-login-form,
#encart-cmd-mdp-form {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
    flex-direction: column;
}
#encart-cmd-mdp-form {justify-content: space-evenly;}
.encart-cmd-login-flex-mobile {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#encart-cmd-login-form small {font-size: .675rem;}

.show-mdp {
    position: absolute;
    top: 6px;
    left: 172px;
    color: #666;
    cursor: pointer;
}

.billing-left-bloque {
    display : flex;
    flex-direction: column;
}
.billing-left-bloque p,
.shipping-right-bloque p
{
    width: 100% !important;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.billing-left-bloque p label,
.shipping-right-bloque p label {
    margin-bottom: 0px;
}

.billing-left-bloque p span.woocommerce-input-wrapper input,
.shipping-right-bloque p span.woocommerce-input-wrapper input {
    border-radius: 5px;
    text-align: center;
}

#customer_details h3 {
    text-transform: capitalize;
    font-size: 1.15rem;
    text-decoration: underline;
}

.customer_details-section,
.customer_details-section-child{
    display: flex;
    flex-direction: column;
}

#ship-gift {
    background-color: #61b0f3;
    display: inline-block;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important;
}

#ship-address {
    background-color: #b4e4cb;
    display: inline-block;
    padding: 8px;
    cursor: pointer;
}
.single_add_to_cart_button, #place_order {background-color : #612746 !important;}

.bttAdd {
    position: absolute;
    top: 0;
    right: 0;
    display : none;
}

#shipping_hidden_gift_field,
#shipping_hidden_adresse_field {
    display:none;
}

.product-col-right {
    margin-top: 70px;
}

.up-sells img {
    margin: 0 auto !important;
    box-shadow: 3px 3px 6px !important;
    object-fit: cover !important;
}

.up-sells > h2 {
    font-family: "Cooper Black";
    text-transform: capitalize;
    font-size: 1.2rem;
    margin: 30px 0 30px 0;
    font-weight: bold;
    text-transform: uppercase !important;
}
.parent-varation,
.parent-varation .variations {
    text-align: center;
}
.parent-varation .reset_variations {
    display: none !important;
}

 .variations select {
    background-color: #c9e8f1 !important;
}

.product-col-right .single_variation_wrap,
.product-type-simple form.cart
{
    display: flex;
    justify-content: center;
}
.product-col-right .single_variation_wrap  .woocommerce-variation-price {
    margin-right: 10px;
}





@media only screen and  (min-width: 500px) {
    .header-hover {font-size: 30px;}
    .display500 {display :block;}

    .cat-abo {
        justify-content: center;
        flex-direction: row;
    }



    .section-numero {
       flex-wrap: wrap;
       flex-direction: row;
       align-items: unset;
       justify-content: space-between;
    }
    #site-footer-boutique section{
        flex-direction : row;
        justify-content: space-between;
        align-items: unset;
    }
    .article-footer {align-items: unset;}

    #header-link-panier-notification {left: 106px;}

    #customer_details h3 {font-size: 1.25rem;}

    .customer_details-section-child p {
        width:340px !important;
        float: none !important;
    }
    .bttAdd {display : block;}

    .article-numero {width: 150px;}

    .article-numero img {width: 150px;}

    .titre-section-h2 {text-align: left;}


}

@media only screen and  (min-width: 768px) {
    .display768 {display :block;}
   .header-div {margin-bottom: 20px;}

    .header-link {
        flex-grow: 2;
        justify-content: flex-end;
    }
    .header-link * {margin-right: 15px;}
    .header-hidden {display: block;}
    .header-hidden .flex {
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    #btn-mobile {display: none;}

    .menu-boutique-puzzle-container ,
    .menu-boutique-elephant-la-revue-container,
    .menu-boutique-elephant-junior-container{
        display: block;
        margin-bottom: 20px;
    }

    #menu-boutique-elephant-la-revue {flex-direction: row;}
    #menu-boutique-elephant-junior {flex-direction: row;}
    #menu-boutique-puzzle {flex-direction: row;}
    #menu-boutique-puzzle li ,
    #menu-boutique-elephant-la-revue li,
    #menu-boutique-elephant-junior li{
        border-bottom: none;
        margin:0;
        padding: 0;
        border-left: 1px solid;
    }
    #menu-boutique-puzzle li:first-child ,
    #menu-boutique-elephant-junior li:first-child ,
    #menu-boutique-elephant-la-revue li:first-child {
        border-left: none;
    }
    .current-menu-item.bleu-menu {background-color: #c9e8f1;}
    .current-menu-item.saumon-menu {background-color: #eabbbb;}
    .current-menu-item.jaune-menu {background-color: #ceff66;}
    .current-menu-item.vert-menu {background-color: #b4e4cb;}
    .current-menu-item.orange-menu {background-color: #F58233;}
    .current-menu-item.violet-menu {background-color: mediumpurple;}
    .current-menu-item.jsp-menu {background-color: #EA5060;}



    .pp1, .nn1 { display : block !important;}

    .width60 {width : 60%;}

    .width30 {width : 30%;}

    .basket_windows_container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .product-col-left {
        text-align: center;
        width: 40%;
        padding: 30px;
        border-radius: 30px;
    }
    .product-col-right {
        width: 50%;
    }


    .product-section {
        flex-direction: row;
        justify-content: space-between;
    }

    .encart-selection {
        flex-direction: row;
    }
    .encart-selection-img {
        width: 300px;
        height: 430px;
        object-fit: cover;
        margin-right: 20px;
    }

    .cross-sells ul.products {flex-direction: row;}
    .cross-sells ul.products li.product {width : 48% !important;}


    #encart-cmd-login-form{flex-direction: row;}
    .encart-cmd-login-flex-mobile{
        flex-direction: row;
        width: initial;

    }
    .encart-cmd-login-flex-mobile label{
        margin-right: 10px;
    }

    .customer_details-section {
        flex-direction: row;
        justify-content: space-between;
    }
    .header-section-top-sub-menu {
        top: 72px;
    }


}
@media only screen and  (min-width: 992px) {

    .section-abo {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: unset;
        justify-content: space-between;
    }
    .display992 {display :block;}
    .header-link * {margin-right: 30px;}
    .header-logo {width : 250px;}
    .page-numero .article-numero {
        width : 200px;
    }
    .page-numero h3,
    .page-numero p,
    .add-basket{
        margin-left: 25px;
        width: 150px;
        text-align: center;
    }

    .cat-livre-bottom {
        flex-direction: row;
    }

    .cat-livre-bottom-left {
        width: 40%;
        margin-right: 2%;
        margin-bottom: 0;
    }
    .cat-livre-bottom-right {
       width: 40%;
        margin-left: 2%;
    }

    .customer_details-titre {
        display:flex ;
        justify-content: space-between;
        align-items: end;
    }

    .customer_details-section-child p {
        width:475px !important;
    }


    .up-sells img {
        width : 200px !important;
        height: 260px !important;
    }

    #basket_windows {
        max-width: 40%;
    }

    .article-abo {
        width: 300px;
    }

}
@media only screen and  (min-width: 1200px) {
    .display1200 {display :block;}
    .article-abo {
       width: 350px;
   }


    .up-sells img {
        width : 250px !important;
        height: 310px !important;
    }


}
