/* FONT FACE */

@font-face {
    font-family: "Bodoni";
    src: url("../fonts/BodoniStd-Bold.woff2") format("woff2"), url("../fonts/BodoniStd-Bold.woff") format("woff"), url("../fonts/BodoniStd-Bold.ttf") format("ttf");
}

@font-face {
    font-family: "Sofia Pro Regular";
    src: url("../fonts/Sofia-Pro-Regular.woff2") format("woff2"), url("../fonts/Sofia-Pro-Regular.woff") format("woff"), url("../fonts/Sofia-Pro-Regular.ttf") format("ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Bodoni!important;
    margin-bottom: 10px;
}

p {
    font-size: 16px!important;
    line-height: 24px;
    font-family: sofia-pro, sans-serif!important;
}

body {
    scroll-behavior: auto;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

body,
.single-post .post__title,
.widget-title,
.page-header .page-title,
h3.product__title a {
    font-family: sofia-pro, sans-serif!important;
    font-weight: 300;
    font-style: normal;
}

.product-grid .product .author {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.kc_title {
    font-family: Bodoni!important;
    /*text-transform: none!important;*/
}

.def-intro p {
    color: white!important;
    font-size: 34px!important;
    line-height: 44px!important;
}

.hdr-widget--menu-user {
    display: none
}

.hdr-widget--menu-cart {
    display: none
}

body.kc-css-system a {
    font-weight: 400!important;
    text-decoration: underline;
}

.browse-author-by-alphabet.filterable-nav a.current {
    background: #f9d45c!important
}

.hdr-widget-dropdown-menu .menu>.menu-item>a:before {
    height: 3px
}

.meta-title {
    width: 100%
}

body.kc-css-system a:hover {
    color: #000;
}

.kc-button-2 a:active:after, 
.kc-button-2 a:hover:after {
	height: 100%;
		transform: scaleY(1);
	}
.kc-button-2 a:after, 
.kc-button-2 a:after {
	height: 100%;
	width: 100%;
	transform: scaleY(0);
	transform-origin: 0 100%;
	transition: transform 0.5 ease-out;
}
.woocommerce-info,
.woocommerce-message {
    background: #f9d45c;
    color: black
}


/* Page editions */

.widget {
    padding: 0
}


/*.widget.widget_product_search .woocommerce-product-search { width: 96% }*/

.widget.widget_product_search .search-field {
    border: 3px solid #000000;
    color: #000000!important;
    padding: 20px 30px;
}

.widget.widget_product_search input[type="submit"] {
    background: #f9d45c;
    padding: 10px 30px;
}

.kc-team .content-socials a {
    color: black;
    border: 1px solid #f9d45c;
    background-color: #f9d45c;
    margin-left: 0px;
}

.aws-container {
    width: 100%;
    overflow: hidden;
    height: 70px;
    margin-bottom: 10px;
}

.aws-search-result {
    transform: translateY(40px);
    border-radius: 30px;
    border: 2px solid black;
    overflow: hidden;
}

.aws-search-result ul::-webkit-scrollbar {
    display: none;
}

.aws-search-result .aws_result_item:hover,
.aws-search-result .aws_result_item.hovered {
    background: none;
    cursor: pointer;
}

.aws-search-form .aws-search-field {
    width: 100%;
    height: 70px;
    border: 3px solid black !important;
    border-radius: 50px !important;
}

.librairies {
    margin-top: 3rem;
}

.librairies--librairie {
    border-bottom: 1px solid grey;
    padding-bottom: 2rem;
}

.librairies--librairie:last-child {
    border-bottom: none;
}

.librairies p {
    margin: 0;
    font-weight: 100;
}


/*******************
*
*     Map
*
**********************/

#map {
    z-index: 0;
    min-height: 400px;
    height: 60vh;
}

.leaflet-interactive {
    transition: .1s ease-in;
}

.leaflet-interactive:hover {
    fill: #ffb900;
}


/*******************
*
*     Bouton categorie-links
*
**********************/

.categories-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 3rem;
    margin-bottom: 3rem;
}

.category .categories-link {
    padding-top: 0;
}

a.category-link {
    font-size: 14px !important;
    padding: 20px !important;
}

.loader-custom {
    width: 100px;
    height: 100px;
    display: block;
    padding: 0px;
    text-align: center;
    margin: auto;
    transform: translateX(-50%);
    margin-bottom: 3rem;
}

.loader-custom span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #f9d45c;
    -webkit-animation: loaderCustom 1.5s linear infinite;
    animation: loaderCustom 1.5s linear infinite;
}

.loader-custom span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes loaderCustom {
    0% {
        transform: scale(0, 0);
        opacity: 0.8;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes loaderCustom {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}


/*******************
*
*  PAGINATION
*
**********************/

.pagination {
    margin: 32px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-numbers {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    background-color: #f9d45c;
    border: 2px solid #f9d45c;
    margin: 0 5px;
    border-radius: 30px;
    transition: .4s ease-in;
    color: #fff;
}

.page-numbers:hover,
.page-numbers.current {
    background-color: white;
    color: #000;
}

.btn {
    color: #000000;
    background: rgba(255, 255, 255, 0);
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
    border-top: 1px hidden rgba(249, 212, 92, 0);
    border-right: 1px hidden rgba(249, 212, 92, 0);
    border-bottom: 3px solid #f9d45c;
    border-left: 1px hidden rgba(249, 212, 92, 0);
    border-radius: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    margin-top: 39px;
    margin-left: 5px;
    margin-right: 5px;
}

.kc-css-924319 {
    float: none;
}

.mc4wp-form-fields input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background: #f9d45c;
    border-top-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
}

#mc4wp-form-1 input::placeholder {
    color: #ccc;
    ;
}

.kc-blog-posts-3 .kc-list-item-3 .entry-thumb-link:hover img {
    opacity: 1;
}

.product-grid .product:hover .product__action {
    opacity: .15;
    background: #ffd970;
}

.product-grid .product:hover .product__image {
    filter: contrast(150px);
}

.book-images .book__action {
    display: none;
}

.metas.product__excerpt {
    /* padding: 1rem; */
    /* background: #f9d45c; */
    margin: 2rem auto 1rem;
    /* max-width: 300px; */
    color: #000;
    width: 300px;
}

.kc-button-2 a {
    background: #f9d45c;
    border: none;
}

.metas.product__excerpt p {
    font-size: 14px !important;
    line-height: 14px;
}

.product-action {
    margin-top: 2rem;
}

.product-overview {
    padding: 5rem 0 3rem;
}

.kc-css-376109,

/* .kc-css-1211630, */

.kc-css-2741248 {
    background: #fff;
}


/*
.divider_line {
	display: none !important;
}
*/

.kc-css-771051,
.kc-css-1211630 {
    padding: 2rem 0 !important;
}

body.kc-css-system .kc-css-4132716,
body.kc-css-system .kc-css-681456 {
    margin: 0 !important;
}

#menu-books-categories a {
    padding: 20px;
}

#mc4wp-form-1 {
    max-width: 500px;
    margin: auto;
}

.author-area {
    text-align: left;
}

.author-name,
.author-copyright {
    text-align: center;
}

.author-area .author-bio__image {
    margin: 0 auto;
}

#map svg path {
    fill: #ffd970;
    stroke: #ffd970;
}

#map svg path:hover {
    fill-opacity: 1;
}

.site-header-wrap {
    min-height: 50px;
}

.hdr-widget--menu-user {
    display: none;
}

.product-grid .product__image {
    height: auto;
    width: 100%;
}

.tax-book_author .product-grid .product__image {
    height: auto;
}

.intrinsic-ratio {
    padding-bottom: 150% !important;
}

.product-grid .product__image img {
    object-fit: cover;
    height: 100%;
}

.post-grid .post__image img,
.post-masonry .post__image img {
    width: 100%;
    height: auto;
    margin: 10% auto;
    object-fit: cover;
}

.author-area .author-bio,
.author-area .author-biblio,
.author-area .author-liens {
    padding: 1rem 1rem;
}

.author-copyright {
    font-size: 10px;
    margin-top: 1rem;
}

body.kc-css-system .kc-css-617518 {
    width: 100% !important;
}

body.kc-css-system .kc-css-617518 a {
    font-size: 18px;
    padding: 20px;
}

body.kc-css-system .kc-css-1227392,
body.kc-css-system .kc-css-4273419 {
    background: #fff;
    padding-top: 0 !important;
}

.kc-css-3803438 {
    display: none !important;
}

/* .single-post .post__share {
    display: none !important;
} */

/* .product-action {
    display: none;
} */

.post__share a {
    text-decoration: none !important;
}

.product_meta {
    display: none;
}

#news-section,
#rediscover-section,
#forthcoming-section,
#discover-section,
#search-engine {
    padding-top: 4rem !important;
    padding-bottom: 0rem !important;
}

#main-footer .kc_column_inner:first-child {
    padding-right: 0 !important;
}

.product__detail-content {
    padding-top: 0;
}

body.kc-css-system .kc-css-3135790 {
    background: #fff;
}

.aws-container .aws-search-form .aws-wrapper {
    text-align: center;
}

.aws-container .aws-show-clear .aws-search-field,
.aws-search-result,
.aws-container .aws-search-form .aws-wrapper {
    max-width: 600px;
    margin: auto;
}

.aws-search-result {
    left: 50% !important;
    transform: translate(-50%, 30px);
}

body.kc-css-system .kc-css-185239 {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.product__detail-content {
    padding: 1rem 0 1rem;
    max-width: 1270px;
    margin: auto;
    text-align: justify;
}

.product-overview {
    padding: 5rem 0 1rem;
    max-width: 1270px;
    margin: auto;
}

.author-area .author-name {
    margin-top: 4rem;
}

.author-9p:hover h2 a {
    color: #f9d45c;
}

.author-9p:hover:hover .featured-author__image {
    box-shadow: 0 0 0 10px #f9d45c;
}

.post__content a {
    text-decoration: underline;
}

.post-grid .post__detail,
.post-masonry .post__detail {
    min-height: 275px;
}

.btn-yellow a {
    padding: 20px !important;
}


/*
#main-footer {
	max-width: 1170px;
}
*/

body.kc-css-system .kc-css-1725694 {
    padding-top: 0px !important;
}

.buy-links,
.extrait-links {
    overflow: hidden;
    margin-top: 1rem;
}

.buy-links,
.extrait-links,
.btn-yellow {
    width: auto;
}

.decouvrez-librairie {
    text-align: center;
}

.buy-links,
.extrait-links,
.btn-yellow:first-child {
    margin-right: 10px;
}

.buy-links a {
    padding: 12px 15px !important;
    font-size: 14px !important;
    background: #f9d45c !important;
    border-bottom: none !important;
}
.extrait-links a {
    padding: 12px 15px !important;
    font-size: 14px !important;
    background: #fff7e0 !important;
    border-bottom: none !important; 
}
.site-header-wrap {
    user-select: none;
}

.content-socials a {
    line-height: auto;
}

.content-socials a:hover {
    border-color: black;
    background: black;
    color: #f9d45c;
}

.kc_wrap-video-bg iframe.doFixed {
    position: fixed;
    z-index: -20;
}

#nouveautes,
#a-paraitre,
#actualites,
#maison
{
    position: relative;
    background: #fff;
        padding-top: 4rem;
    padding-bottom: 4rem;
}

#abonnez-vous, #cartes-blanche  {
        padding-top: 4rem;
    padding-bottom: 4rem;
}

#a-paraitre {
    background: #fff7e0;
}

#cartes-blanche,
#abonnez-vous {
    position: relative;
}

.product-grid .product__title {
    font-size: 16px;
}

.product-grid .product .author {
    font-size: 1em;
}

.aws_result_item:hover {
    background: #f9d45c;
}

.aws-search-result ul li {
    padding: 0.2rem;
}

.aws-search-result {
    font-size: 16px;
    line-height: 18px;
}

.post-grid .post__meta,
.post-masonry .post__meta {
    display: none;
}

.product-overview__summary .product__meta .author {
    font-size: 20px;
    margin-bottom: 1rem;
}

.book-images .book__page--front:after {
    display: none;
}

.yellow-text {
    color: #f9d45c;
}

blockquote p {
    font-style: normal;
}

.hdr-widget-dropdown-menu .menu-item a,
.grid-item.type-product a,
.kc-pro-button a,
a.category-link,
.featured-author__name a,
#main-footer a,
.post__title a {
    text-decoration: none !important;
}

.big-part {
    background: #fff;
    padding: 0.5rem 2rem;
    margin: 1rem 0;
}

.single-post .page-header {
    display: none;
}

.single-post .main-content {
    margin-top: 50px;
}

.single-post .post ul li {
    text-align: left !important;
}

#menu-books-categories {
    margin-top: 2rem;
}

#menu-books-categories a,
.menu-categories a {
    font-size: 14px !important;
    padding: 20px !important;
    ;
}

.menu-categories {
    margin-bottom: 2rem;
    overflow: hidden;
        display: flex;
    justify-content: space-evenly;
}

.related_products {
    max-width: 1270px;
    margin: auto;
    margin-top: 2rem;
}

.related_products .container {
    background: #fff7e0;
    padding: 0.5rem 2rem;
}

.extrait-links {
    margin-top: 0;
    overflow: hidden
}

.product__excerpt {
    text-align: justify;
}

.author-bio p {
    font-size: 18px !important;
    line-height: 24px;
    text-align: justify;
}

.author-liens {
    background: #fff;
    padding: 2rem;
}

.author-liens p {
    font-size: 16px !important;
    line-height: 20px;
}

.author-biblio {
    background: #fff7e0;
    padding: 2rem;
}

.author-area .author-bio {
    padding-bottom: 0;
}

.single-book-author {
    padding: 0;
}

.grid-layout {
    justify-content: center;
}

.search-results .product-sorting {
    flex-wrap: wrap;
}

.search-results .product-sorting .product-grid {
    width: 100%;
}

.paginate {
    text-align: center;
    width: 100%;
}

.page-numbers {
    text-decoration: none !important;
    font-size: 14px;
    padding: 5px 20px;
}

.post__inner .post__author a {
    font-size: 12px;
    text-decoration: underline !important;
}

.post-grid .post__title,
.post-masonry .post__title {
    line-height: normal;
    font-size: 20px;
}

.post-grid .post__image img,
.post-masonry .post__image img {
    margin: 0;
}

#actualites h2,
#cartes-blanche h2 {
    font-size: 16px;
    margin-bottom: 1rem;
    text-decoration: none;
    line-height: normal;
}

#actualites h2 a,
#cartes-blanche h2 a {
    text-decoration: none;
    font-size: 20px;
}

#hero-maison {
    height: 40vh;
    padding: 0% 0;
    position: relative;
}

#hero-maison .kc-row-container,
#hero-maison .kc-wrap-columns,
#hero-maison .kc-title-wrap {
    height: 100%;
}

#hero-maison h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.pastille {
font-size: small;
    background: #f9d45c;
    position: static;
    padding: 0.35rem 0.5rem 0.6rem;
    /* top: -20px; */
    right: 0px;
    color: black;
    margin: 10px 0;
    display: inline-block;
}

.kc-button-2 a {
    color: #000000;
    background: rgba(255, 255, 255, 0);
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
    border-top: 1px hidden rgba(249, 212, 92, 0);
    border-right: 1px hidden rgba(249, 212, 92, 0);
    border-bottom: 3px solid #f9d45c;
    border-left: 1px hidden rgba(249, 212, 92, 0);
    border-radius: 0px 0px 0px 0px;
    padding: 20px 50px 20px 50px;
    margin-top: 39px;
}

body.kc-css-system .author a {
    color: #f9d45c;
    font-weight: bold !important;
}

.couvertures {
    display: flex;
    flex-wrap: wrap;
}

.asset {
    width: 25%;
    position: relative;
    margin: 1rem;
}

.asset br {
    display: none;
}

.asset a {
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #f9d45c !important;
    text-decoration: none !important;
    color: #fff;
}

.asset img {
    display: block;
}

.couvertures img {
    height: auto;
}

#contact .kc-css-335229 {
    background: #fff;
    margin-top: 0;
    max-width: 800px;
    margin: auto;
}

.tax-book_author .page-header-bg .bg {
    background-image: none !important;
}

#contact .wpcf7-submit {
    width: 200px;
    margin: auto;
    display: block;
}

.main-contact {}

.main-contact input,
.main-contact textarea,
.main-contact select {
    width: 100%;
}

.single-post .post__title {
    font-size: 2em;
    font-family: Bodoni!important;
    line-height: normal;
    margin: 1rem 0;
}

.single-post .post__header {
    padding: 30px 70px 0;
}

#mc_embed_signup .button {
    background-color: #ffd970 !important;
}

#mc_embed_signup .button {
    position: absolute;
    top: bottom;
    bottom: 10px;
    right: 0;
}

#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup {
    position: relative;
}

#mc_embed_signup .button {
    position: absolute;
    bottom: 0px !important;
    right: 0;
    height: 40px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}


#mc_embed_signup .mc-field-group input {
    border-radius: 50px;
    padding: 10px !important;
    border: 2px solid #ABB0B2;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    position: absolute;
}

#mc_embed_signup div#mce-responses {
    float: left;
    overflow: hidden;
    width: 100%;
    /* margin: 0 5%; */
    clear: both;
    position: absolute;
    top: inherit !important;
    bottom: -30px;
    margin: 0 !important;
    padding: 0 !important;
}

#mc_embed_signup div#mce-responses {
    width: 100%;
    margin: 0;
}

#mc_embed_signup #mce-success-response {
    padding: 0 !important;
}

#news-section .kc_title a {
    text-decoration: none !important;
}

.product-sorting {
    padding: 0;
}

.product-sorting .menu-categories {
    margin-bottom: 4rem;
}

.author-bio ul {
    padding: 0;
    margin: 0;
}

.author-bio li {
    list-style-position: inside;
}

.kc-blog-posts-3.kc-blog-grid .post-grid img {
    width: 100%;
    object-fit: cover;
}

.kc-multi-icons-wrapper a {
    width: 40px;
    height: 40px;
    position: relative;
}

.edition-page .kc_title a {
    text-decoration: none;
}

.librairie--title {
    text-align: center;
    margin: 1rem auto;
    margin-bottom: 4rem;
}

.big-part h3 {
    margin-top: 1rem;
}

.kc-multi-icons-wrapper i {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.product-overview__summary .product__meta .author {
    font-style: normal;
}

.product-overview__summary .product__title {
    margin: 0;
}

.ausha {
    margin: 39px -15px;
}

#mce-error-response {
    display: block;
    top: 0.5rem !important;
    position: relative !important;
    font-size: 12px;
    width: 100% !important;
    color: red;
}

.categories-link-mobile {
    display: none;
}

.product-overview__summary-mobile-mobile,
.product-overview__summary-mobile {
    display: none !important;
}

.product__title-desktop {
    display: block
}

.kc_row.kc_row_inner {
	width: 100%;
}

.single-post .post.has-post-thumbnail .post__header .post__image .bg {
    background-position: top;
    height: 100%;
    top: 0;
 }
 
 .book-images .book .placeholder {
	  width: 350px;
 }
 
.book-images .book__page img {
	 width: 350px;
 }

 .presse-titre {
     font-size: 18px !important;
 }

.related {
    background: #fff7e0 !important;
    padding: 25px;
}

.aligncenter {
	display: block;
	margin: auto;
}

.couvertures div {
	 width: 25%;
   position: relative;
   margin: 1rem;
}
.couvertures div br {
	display: none !important;
}
.couvertures div a {
	    font-size: 14px;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #f9d45c !important;
    text-decoration: none !important;
    color: #fff;
}
.couvertures div img {
	display: block;
}

.leaflet-touch .leaflet-bar a {
	text-decoration: none
}


@media screen and (min-width: 1600px) {
    .container,
    .dokan-dashboard .dokan-dashboard-content>article,
    body .kc-container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 768px) {
    .stage .kc-elm {
        padding-bottom: 50px !important;
    }
    .decouvrez-librairie {
        text-align: center !important;
    }
    .product-overview__summary-mobile {
        display: block !important;
    }
    #hero-maison .kc_column {
        height: 100%;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 36px;
    }
    #distribution h3,
    #diffusion h3,
    .product__detail h3 {
        font-size: 18px;
    }
    .product__detail h3 {
        font-size: 14px;
    }
    .kc-blog-posts-3.kc-blog-grid .post-grid.grid-4 {
        padding: 0 40px;
    }
    .grid-layout.columns-3 .grid-item {
        width: 100%;
    }
    .pproduct-overview__summary-mobile {
        display: block
    }
    .product-overview__summary-desktop .product__title,
    .product-overview__summary-desktop .product__meta {
        display: none
    }
    .categories-link-mobile {
        display: block;
    }
    .couvertures div {
        width: 46%;
        position: relative;
        margin: 2%;
    }
    .site-header-wrap.is-sticky .site-header,
    #wpadminbar {
        position: fixed !important;
    }
    #wpadminbar {
        display: none;
    }
    .site-header-wrap {
        min-height: inherit !important;
        height: auto !important;
    }
    #main-footer .kc_column_inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mentions a {
        display: block;
    }
/*
    .kc-multi-icons-wrapper i {
        transform: translateY(-25%) !important;
    }
*/
    .map--wrapper {
        display: flex;
        flex-direction: column;
    }
    body.kc-css-system .kc-css-302196 {
        padding-bottom: 25px;
    }
    .post-grid .post .post__image img {
        width: 100%;
    }
    #trombinoscope .content-title {
        font-size: 16px;
    }
    #trombinoscope .content-subtitle {
        font-size: 14px;
        line-height: 18px;
    }
    #trombinoscope .content-desc {
        font-size: 12px;
        margin: 3px 0 10px;
    }
    .decouvrir-la-maison {
        margin-bottom: 2rem;
    }
    p,
    .author-bio p {
        font-size: 14px!important;
    }
    .related_products {
        margin-top: 0;
    }
    .related_products .section-title {
        text-align: center;
    }
    .main-content {
        margin-bottom: 0;
    }
    .related_products .section-header:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .mobile-flex {
        display: flex !important;
    }
    .kc_title {
        font-size: 35px !important;
    }
    #en-ce-moment .pustaka-custom-css-head-title-1 {
        font-size: 25px !important;
        text-align: center;
    }
    #en-ce-moment .pustaka-custom-css-head-title-2 {
        font-size: 30px !important;
        text-align: center;
    }
    #en-ce-moment {
        text-align: justify;
    }
    .en-ce-moment-author {
        text-align: center;
    }
    .product-overview__summary .product__title {
        margin: 0;
        text-align: center;
    }
    .product-overview__summary-mobile {
        text-align: center;
    }
    .pastille {
        display: inline-block;
        margin: 10px auto;
        padding-bottom: 0.50rem;
        position: static;
    }
    .product__meta {
        text-align: center;
    }
    .main-footer,
    .main-footer .kc-multi-icons-wrapper,
    .main-footer h2 {
        text-align: center !important;
        font-size: 22px;
    }
    #bottom-footer p {
        text-align: center;
        font-size: 12px !important;
    }
    #mc_embed_signup .button {
        bottom: 1px;
    }
    .main-footer .section-header--left:after {
        left: 50%;
        transform: translateX(-50%);
    }
    #maison,
    #maison h2 {
        text-align: center;
    }
    .buy-links,
    .extrait-links {
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }
    .buy-links {
        margin-top: 2rem;
    }
    .buy-links a,
    .extrait-links a {
        text-align: center;
        font-size: 12px !important;
        margin-top: 0;
    }
    .product__detail-content h3 {
        margin-top: 0;
    }
    .page-template-blog .grid-layout.columns-3 .grid-item {
        width: 100%;
    }
    body.kc-css-system .kc-css-860918,
    body.kc-css-system .kc-css-186030 {
        text-align: center;
    }
    .def-intro p {
        font-size: 24px!important;
        line-height: 34px!important;
    }
    body.kc-css-system .kc-css-78548 p,
    body.kc-css-system .kc-css-934021,
    body.kc-css-system .kc-css-934021 p {
        line-height: 25px;
    }
    .mobile-menu-wrap .hdr-widget--product-search,
    .mobile-menu-wrap .hdr-widget--menu-user {
        display: none !important;
    }
    body.kc-css-system .kc-css-178917 .kc_title {
        font-size: 55px;
    }
    .grid-layout.columns-4 .grid-item {
        width: 100%;
    }
    .page-header {
        margin-bottom: 20px;
        padding: 100px 0 50px 0;
    }
    .single-book-author {
        padding: 50px 0;
    }
    #news-section,
    #rediscover-section,
    #forthcoming-section,
    #discover-section,
    #search-engine {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    #news-section .kc_title,
    #rediscover-section .kc_title,
    #forthcoming-section .kc_title,
    #discover-section .kc_title,
    #search-engine .kc_title {
        text-align: center;
    }
    #news-section .divider_line,
    #rediscover-section .divider_line,
    #forthcoming-section .divider_line,
    #discover-section .divider_line,
    #search-engine .divider_line {
        text-align: center;
    }
    #news-section .kc-elm,
    #rediscover-section .kc-elm,
    #forthcoming-section .kc-elm,
    #discover-section .kc-elm,
    #search-engine .kc-elm {
        padding: 0;
    }    
    
    
    .mobile-menu .menu-item a {
        text-decoration: none;
    }
    /* mobile menu categories */
    #menu-books-categories {
        max-width: 200px;
    }
    #menu-books-categories a,
    .menu-categories a {
        padding: 10px !important;
        margin-top: 5px;
        width: 100%;
    }
    .categories-link-desktop,
    .menu-categories-desktop,
    #menu-books-categories {
        display: none;
    }
    .categories-link {
        padding-top: 0;
        margin: 0;
        margin: 4rem auto;
    }
    .categories-link-mobile .categories-link {
        padding: 1.35rem;
        margin: 1rem 0;
        border-color: #f9d45c;
    }
    .categories-link a {
        width: 100%;
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    body.kc-css-system .kc-css-275591 a,
    body.kc-css-system .kc-css-625279 a {
        margin: 20px auto;
    }
    .grid-layout {
        margin: 0 0px;
    }
    .grid-layout.columns-4 .grid-item {
        width: 100%;
    }
    .book-images .book .placeholder {
        visibility: visible;
        margin: auto;
    }
    .kc_wrap-video-bg {
        display: none;
    }
    .book-images .book__page--front,
    .book__page book__page--back,
    .book__page book__page--first-page,
    .book-images .book__page--first-page,
    .book-images .book__page--second-page,
    .book-images .book__page--side,
    .book__page book__page--second-page,
    .book__page book__page--side,
    .book-images .book__page--side-paper,
    .book-images .book__page--back,
    .book__page book__page--side-paper {
        display: none;
    }
    .page-numbers {
        margin: 0 2px;
        padding: 5px 5px;
    }
    .post-grid .post__image img,
    .post-masonry .post__image img {
        margin: 0;
    }
    .big-part {
        padding: 0;
    }
    .menu-maison-desktop {
        display: none !important;
    }
    .menu-maison .categories-link {
        margin: 0 auto;
    }
    .ios #hero-maison {
        background-size: 150%;
    }
    .ios #home-introduction {
        background-size: cover;
        background-attachment: scroll;
    }
    .ios .main-content {
        margin-top: 55px;
    }
    #le-dilettante {
	        padding-bottom: 0px;
    }
    #le-dilettante-texte {
	    padding-top: 0;
    }
    .stage .kc-elm {
	      padding-bottom: 0 !important;
    }
    
		#mc_embed_signup .button {
			height: 41px !important;
			bottom: 0;
		}
		#mc_embed_signup .button {
    	bottom: 0px !important;
    }

		.main-footer .kc_column {
			 padding-right: 0 !important; 
		   padding-left: 0 !important;
		   width: 100% !important;
		   margin-left: 0 !important;
		}
		.main-footer .kc_row_inner {
			margin-left: 0;
			margin-right: 0;
		}
		.main-footer .kc_column {
			width: 100%;
			margin-left: 0;
		}
}