



/* breadcrumb */

.ApSlideShow .slide_config ,
.LeoSlideshow .slide_config{
  display: none;
  min-width: 100%;
}

.breadcrumb-bg{
  margin-bottom: 0 !important;
}
.breadcrumb h1 {
   display: none;
}

/* titre automatique pour les pages (example page auteur) */
#page #main .page-header{
    display: none;
}

/* page category list */

/* suppression de la recherche */
.products-selection{
  display: none;
}
.product-flags {
    top:0;
}

/* suppression d'un espace en dessus des premières images */
body:not(#index) #page #wrapper .container > .row {
  margin-top: 0 !important;
}

.thumbnail-container .product-image {
    border: solid 1px transparent;
    transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.thumbnail-container .product-image:hover {
 background-color: #bebebe1c ;
    border: solid 1px #c5c5c5;
}


.plist-default .thumbnail-container .p-top {
  justify-content: center;
}

.thumbnail-container .product-title{
  text-align: center;
  font-size: large;
  font-style: normal;
  font-weight: 400;
  color:#555;
}
.thumbnail-container .product-price-and-shipping{
  text-align: center;
}

.thumbnail-container .product-price-and-shipping .price{
  margin: 0;
  font-size: 14px;
  color:var(--theme-color-secondary)
}

/* espace du haut de la newsletter   */
@media (max-width: 991px) {
    .footer-right {
         margin-top: 0!important;
    }
}

.page-footer{
    margin-top: 80px!important;
}

/* page product */

/*.zoomContainer  {*/
/*  border: solid #c5c5c5 1px;*/
/*}*/
/*.zoomWindowContainer div {*/
/*  border-right: solid #c5c5c5 1px;*/
/*  border-bottom: solid #c5c5c5 1px;*/
/*}*/

.product-prices .current-price {
  font-size: 17px;
  color:  rgba(56, 56, 59, 0.68);
  font-weight: 500;
  line-height: 1.72;
}

h1.product-detail-name {
  font-weight: 100!important;
  letter-spacing: 1.248px;
  font-size: 20.8px;
}

/* le signe vendu au dessus du tableau*/
.product-detail .product-cover .product-flags li.product-flag {
  border-right: inherit;
}

.product-flags .product-flag.out_of_stock {
    background-color:inherit;
}

.product-flags li.product-flag {
    color: var(--theme-color-default);
}


/* product pour originaux */

.my-product-description .title, .my-product-description-title {
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1.248px;
    font-size: 20px;
    color: rgba(56, 56, 59, 0.68);
    margin-bottom: 34px;
}
.my-product-description .desc {
    font-weight: 100;
    line-height: 28px;
    letter-spacing: 1.248px;
    font-size: 20px;
    color: rgba(56, 56, 59, 0.68);
    margin-bottom: 34px;
}
.my-product-description {
    margin: 1rem 0px;
    letter-spacing: 0.528px;
}

.product-description .title_block{
    color: var(--theme-color-secondary)!important;
}


/* home page*/

/* bord du cadre  Exposition*/



.box-slider .bannercontainer.banner-fullwidth {
   padding: 0 !important;
  border: 2px solid #d5d5d5!important;
}
.box-slider .slide-title .caption-contain {
  color: #a45e4a!important;
}

.box-slider .btn-slide .caption-contain {
    font-size: 17px!important;
}
@media (max-width: 575px) {
    .box-slider .btn-slide .caption-contain {
        font-size: 21px;
    }
}


/* Titre sur product*/

/*.box-products .sub-title-widget {*/
/* display: none;*/
/*}*/

/* auteur*/

.autor-img .img-fluid {
  max-width: 100%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: 33px;
}

.autor-img  .image_description p {

  font-weight: 100;
  line-height: 38px;
  letter-spacing: 1.248px;
  font-size: 20.8px;
  color: rgba(56, 56, 59, 0.68);
  margin-bottom: 20px;
  text-align: center;
}




.autor-img {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

@media (max-width: 380px){

  .autor-img .image_description p{
    font-size: 16px;
    line-height: 25px;
  }
}

/* boutton Show more...*/

.show-more-button{
  text-align: center;
}

.show-more-button a .btn{
  color: var(--theme-color-secondary);
}
.show-more-button a:hover .btn{
  color: #0a0a0a;
}



/* footer */
.footer-logo{
    color: #555555;
}

.title_block {
    color: #555555;
}

.footer-katia-title {
  /*font-family: "Gruppo", sans-serif;*/
  font-weight: 500;
  font-style: normal;
  font-size: 19px;
  line-height: 1.3;
  /*color: var(--theme-color-secondary);*/
}


/* blog page */
#left-column .block-categories,
#search_filters_suppliers,
#search_filters_brands{
  display: none;
}
/* supprime dans le blog  la colonne left qui se pose en premier */
@media (max-width: 767px) {
    #left-column {
        /* margin-bottom: 0; */
        display: none;
    }
}

/* positionnement de l'icone pour remonter au début de la page*/
#back-top {
  bottom: 65px;
}


/* page de base box contenant la transformation d'un tableau */

.box-transform-tableau{
  margin-top: 80px;




}
.col-transform-tableau{

}

.col-transform-tableau .title{
  font-size: 26px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.4;
  color: var(--theme-color-secondary);;
}



.col-transform-tableau iframe{
  width: 372px;
  height: 309px;
  margin-top: 41px;
}

.box-testi .block_content{
  margin: 36px auto 120px!important;
}

.box-testi .title {
    color: inherit!important;
}


.col-transform-tableau .transf-button{
  margin-bottom: 32px;
}



@media (max-width: 1392px) {
  .col-transform-tableau .title {
    font-size: 25px;
  }
}

@media (max-width: 1200px) {
  .col-transform-tableau iframe{
    height: 270px;

  }
}

@media (max-width: 1005px) {
  .col-transform-tableau .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .col-transform-tableau .title {
    font-size: 15px;
  }
  .col-transform-tableau iframe{
    height: 312px;
    margin-top: -120px;
    margin-bottom: 10px;
  }
  .col-transform-tableau{
    text-align: center!important;
  }
    .box-testi .sub-title::before {
        display: none!important;
    }
}

@media (max-width: 400px) {
  .col-transform-tableau iframe{
    height: 424px;
  }
  .box-testi:hover .title {
    animation: none!important;
  }
}

/* page pour afficher toutes les images de la transformation du tableau */

.all-transform-img-content iframe{
  width:  100%;
  height: 800px;
}

@media (max-width: 944px) {
  .all-transform-img-content iframe {
    height: 640px; }
}
@media (max-width: 750px) {
  .all-transform-img-content iframe {
    height: 525px;
  }
}
@media (max-width: 547px) {
  .all-transform-img-content iframe {
    height: 490px;
  }
}


/* ceci pour les container Originaux et Impression */
@media (max-width: 547px) {
    .text-white a img {
        /*  aggr Ca ne marche pas sur safari sur iphone*/
        /*margin-left: 5px;*/
    }
    .box-limit {
        margin-top: 40px !important;
        margin-bottom: 30px !important;
    }
    .box-testi {
        margin-top: 18px !important;
    }
}

/* texte*/
.box-banner .image_description {
  top:0;
  bottom: initial;
}

/* remettre la colonne de gauche en premier*/
@media (max-width: 767px) {
 .box-banner_2 {
    flex-direction: column!important;
  }
}



/* page artiste */



.artist-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 50px auto;
    /*background: #fff;*/
    /*border-radius: 20px;*/
    /*box-shadow: 0 8px 20px rgba(0,0,0,0.1);*/
    overflow: hidden;
}

.artist-container .photo {
    flex: 1 1 300px;
    text-align: center;
    padding: 30px;
}

.artist-container .photo img {
    max-width: 250px;
    border-radius: 1%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.artist-container .texte {
    flex: 2 1 400px;
    padding: 40px;
}

.artist-container .texte h1{
    font-family: 'Brush Script MT', cursive;
    font-size: 3em;
    color:#555555;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.artist-container p {
    font-size: 1.2em;
    line-height: 1.6;

}

@media (max-width: 767px) {
    .artist-container p {
        line-height: 1.7;
    }
    .artist-container .texte h1{
        font-size: 2.4em;
    }

    .artist-container .texte {
        padding: 19px;
    }
    .artist-container .photo {
        flex: 1 1 300px;
        text-align: center;
        padding-top: 0;
        padding-bottom: 10px;
    }
}

/* quick login */
@media (min-width: 576px) {
    .leo-quicklogin-modal .modal-dialog {
        max-width: 380px;
    }
}

.leo-quicklogin-modal h3 {
    font-size: 18px;
    text-transform: inherit;
    margin: 0 0 20px;
}
.leo-quicklogin-form .lql-bt {
    font-weight: 600;
    text-transform: none;
}

/* page shortcode */

.sub-title-shortcode  .title_block {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.sub-title-shortcode .sub-title-widget{
    text-transform: inherit;
    font-size: inherit;
    color: var(--theme-color-secondary);
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 40px;
    margin-top: 33px;
}



/* page livraison */

.livraisons-content{
    max-width: 900px;
    margin: auto;
}
.livraisons-content h1{
    text-align: center;
    margin-top: 43px;
}

/* check out */
body#checkout section.checkout-step .content {
  max-width: none!important;
}
@media (max-width: 547px) {
    body#checkout #order-summary-content .order-confirmation-table {
        padding: 0 !important;
        border: none !important;
    }
}
/* check out mobile */
@media (max-width: 400px) {
    .product-quantity .add-to-cart {
        padding: 0 20px !important;
    }
}