/*
Theme Name: Cassia Child
Theme URI: https://cassia.qodeinteractive.com
Description: A child theme of Cassia
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: cassia
Template: cassia
*/

/* page artist  */
.artist-content{
    display: flex;
    justify-content: space-between;
    gap: 99px;
    /* margin: 0 120px; */
}
.right-artist{
    flex: 1;
}
.left-artist{
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.image-container{
    width: 497px;
    height: 497px;
    overflow: hidden;
    position: relative;
}
.img-artist-single{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position: top; */
}
.artist-title{
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
}
.artist-description {
    font-size: 12px;
    line-height: 21px;
    font-family: 'Roboto';
    letter-spacing: 0px;
    color: #5C5C5C;
}
.container {
    margin: 72px auto;
    display: flex;
    justify-content: center;
}
.oeuvres {
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 39px;
    font-weight: 500;
}
.artist-product-list{
    list-style: none;
    display: flex;
    justify-content: flex-start;
    gap: 24px;
}
.product {
    /* max-width: 267px; */
}
.naissance{
    font-family: "Cormorant Infant", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

/* end page artist  */



/* page agenda  */
.agenda-container{
    margin-bottom: 60px;
}
.agenda-title{
    font-size: 32px;
    line-height: 39px;
    font-weight: 500;
    font-family: 'Cormorant Infant';
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}
.agenda-tabs {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: flex-start;
}
.agenda-tab {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Cormorant Infant';
    background: transparent;
    border: none;
    text-transform: uppercase;
    transition : all .5s ease;
}
.agenda-tab.active {
    text-decoration: underline;
    font-weight: 600;
    text-underline-position: under;
}
.agenda-section {
    display: none;
}
.agenda-section.active {
    display: block;
}
.events-grid {
    display: flex;
    justify-content : center;
    flex-wrap: wrap;
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); */
    gap: 65px;
}
.event-card {
    overflow: hidden;
    text-align: center;
    width:29%;
    max-width: 337px;
}
/* .event-image img { */
    /* width: 100% !important; */
    /* height: 100% !important; */
    /* object-fit: cover; */
/* } */
.event-details {
    padding: 16px 10px;
}
.event-title {
    font-size: 1.2em;
    margin: 10px 0;
}
.event-date, .event-location {
    font-size: 0.9em;
    color: #5C5C5C;
}
.event-location{
    letter-spacing: 0.28px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 4px;
}
/* end page agenda  */


.qodef-portfolio-list.qodef-item-layout--info-below:not(.qodef--disabled-content):not(.qodef-swiper-container) .qodef-e.qodef--has-appear.qodef--appeared .qodef-e-media-image a {
    transform: scale(1.02);
}	


html {
    scroll-behavior: smooth;
}
.post-password-form{
    background-image: url(https://cassia.qodeinteractive.com/wp-content/uploads/2022/10/proofing-background-img-1-1.jpg);
    height: 556px;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.post-password-form p, .post-password-form input[type=submit]{
    color :#fff;
}
.post-password-form input[type=password]{
    margin: 0;
    font-size: 15px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
    border: 1px solid #fff !important;
    color: #fff !important;
    max-width: 375px !important;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle{
    /*	justify-content: end;*/
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after{
    /**margin-left : 4px;*/
    display:none;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{
    display: inline-grid;
}
.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) {
    justify-self: end;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown{
    width: 60px;
}
#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 0px;
}


.events-list-home {
    /* width: 1144px; */
    margin: 0 auto;
    text-align: left;
}
.events-list-home .slick-track{
    display: flex;
}
.events-list-home .event-details {
    width: 100%;
}
.events-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    
}
.event-item {
    /* width: auto !important; */
    /* margin-right: 63px; */
    text-align: center;
}

.event-item:first-child {
    margin-right: 0;
}

.event-details {
    text-align: left;
}

.event-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 29px;
    margin-top: 0;
}

.event-date, .event-venue {
    font-weight: 300;
    font-family: 'Roboto';
    color: #5C5C5C;
    letter-spacing: 0.28px;
    line-height: 28px;
    font-size: 14px;
    margin: 0;
}

.event-venue {
    color: grey;
}
.custom-event-shortcode {
    text-align: center;
    margin: 20px;
}

.event-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.event-date, .event-venue {
    font-size: 16px;
    color: grey;
			max-width:270px;
}





/* Slideshow container */
.slideshow-container {
  position: relative;
	width: 350px;
	height:138px;
	padding: 24px 0;
	padding-right: 20px;
	text-align: left;
}
.custom-event-shortcode{
	text-align: left;
	margin:0;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.event-navigation{
	    position: absolute;
    bottom: 20px;
    right: 20px;
}
.right-arrow{
	    margin-left: 13px;	
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.sib-email-area-hp{
	border : none !important;
	border-bottom : solid 1px #000 !important;
	padding-left: 0 !important;
}
.hp-newsletter, .brevo-submit{
	    display: flex;
    justify-content: center;
}
.hp-newsletter>div{
	width: 40vw;
	max-width : 418px;
}
.sib_loader{
	position: absolute;
	left:50%;
	top: -10px;
}
<!-- footer -->
.logo-footer{
		max-width: 185px;
}
.custom-bottom-footer{
	display : flex;
	justify-content: center;
	align-items: center;
		margin-bottom:14px
}
.custom-bottom-footer .politique{
	margin: 0 32px;
}
.wc-block-mini-cart__icon{

}
.wc-block-mini-cart__button :before{
	 content: "";
	display: inline-block;
   background:url('https://mottemasselink.inouiagency.com/wp-content/uploads/2024/11/panier.svg') no-repeat center center;
     width: 24px;
     height: 24px;
}
.wc-block-mini-cart__badge{
	    background: #000;
    color: #fff;

}
.wc-block-mini-cart__badge::before{
	content : none;	
}
.categories-search-title{
	margin:0;
	color: #000000;
text-transform: uppercase;
	font-size:23px;
	line-height:24px;
	font-family: 'Cormorant Infant';
	
		
}


/* slider des produits */
.woocommerce-product-slider {	
    width: 1144px;
    margin: 0 auto; 
	display : flex;
    justify-content: start;
	gap : 63px;
}
.woocommerce-product-slider .product-item {
    text-align: left;
	position:relative;
	/* margin-right: 65px; */
    /* width: 338px !important; */
}
.woocommerce-product-slider .product-item:first-child {
    margin-right: 0; 
}

.woocommerce-product-slider .product-item h2, .woocommerce-product-slider.swiper h2.product-artist {
    font-size: 20px;
		line-height: 24px;
		margin-top: 16px;
    margin-bottom: 8px;
		font-family: 'Cormorant Infant';
    font-weight: 600;
}

.woocommerce-product-slider .product-category{
	    margin: 0;
    font-size: 16px;
    color: #5C5C5C;
    letter-spacing: 0.64px;
    line-height: 21px;
    font-family: 'Roboto';
    font-weight: 300;
}
.product-item .price, .woocommerce-product-slider.swiper .price {
	    color: #000000;
    	font-size: 16px;
    	letter-spacing: 1.6px;
    	font-family: Roboto;
    	line-height: 21px;
}
.woocommerce-product-slider .product-artist,
.woocommerce-product-slider .product-attributes {
	    margin: 0;
    font-size: 16px;
    color: #5C5C5C;
    letter-spacing: 0.64px;
    line-height: 21px;
    font-family: 'Roboto';
    font-weight: 300;
  	margin-bottom: 20px;
}
.product-item .qwfw--loop{
	position: absolute;
    top: 15px;
    right: 15px;
	margin: 0;
}
.woocommerce-product-slider img{
    object-fit: cover;
    height: 100% !important;
    width: 100% !important; 
}
.lire-article {
	    display: flex;
	    justify-items: center;
	transition: all ease .5s
}
.lire-article:hover {
		opacity: .5;
}
.lire-article svg {
	margin-top : 4px;
	margin-left:11px;
}
.custom-next-arrow{
	position: absolute;
	right: -5px;
	top: 28%;
	background: transparent;
	border: none;
		z-index:1;
	    cursor: pointer;
}
.custom-prev-arrow{
	position: absolute;
	left: -5px;
    top: 28%;
		background: transparent;
	border: none;
	z-index:1;
	    cursor: pointer;
}
.product-next-arrow{
    right: -7px;
    top: 151px;
}
.product-prev-arrow{
    left: -7px;
    top: 151px;
}

.artiste_filter {
	height: 44px;
	max-width: 274px;
	padding:12px;
	font-size: 15px;
	line-height: 23px
}
.qodef-quantity-buttons, .quantity {
	display:none !important;
}
.artist-name {
		font-size: 32px;
    line-height: 39px;
    font-weight: 500;
}
.custom-artist-naissance {
	font-family: "Cormorant Infant", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    font-weight: 500;
}
.custom-product-single{
    font-size: 15px;
    line-height: 21px;
    font-family: Roboto, sans-serif;
    color: #5C5C5C;
    margin-top: 6px;
    text-transform: none;
    font-style: italic;
}
.read-more-link{
	text-decoration: underline;
}
.custom-product-attributes{
	margin-top: 30px;
}
.custom-product-attributes strong{
	text-transform: capitalize;
}
.custom-product-attributes p{
	margin : 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs{
	display: none;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2, #yith-quick-view-content.single-product .woocommerce-tabs .wc-tab>h2{
	display: block;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab:not(.woocommerce-Tabs-panel--reviews) p, #yith-quick-view-content.single-product .woocommerce-tabs .wc-tab:not(.woocommerce-Tabs-panel--reviews) p {
    margin: 0 15vw;
}
#block-67 {
	display: none;
}
/* <!-- shop sidebar --> */
.list-item-artist {
	  margin-bottom: 5px !important;
    line-height: 1.8 !important;
}
.woocommerce-result-count{
   display: none;
}

.name-artiste{
	  font-size: 18px !important;
    line-height: 22px ;
    text-align: left ;
    font-weight: 600;
	  margin: 0;
	  margin-top: 16px;
}
.name-technique{
	font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.56px;
    text-align: left;
    font-family: 'Roboto';
    font-weight: 300;
    color: #5C5C5C;
}
#qodef-woo-page .price{
	text-align: left !important;
	justify-content: left;
	margin: 10px 0 0;
}
.qodef-woo-product-list .qodef-woo-product-content{
	margin: 6px 0;
	position: static;
}
.mfp-close{
	position: fixed;
}
button.mfp-close{
	    top: 20px !important;
    right: 20px !important;
}
.qodef-awards-list article.qodef-grid-item:first-of-type {
	border:none;
}
.contact-infos span{
	font-family: 'Cormorant Infant';
	font-weight: 500;
}
.contact-infos p{
	color: #000000;
}
.contact-details{
	display: flex;
	gap: 16px;
}
.contact-details div{
	width:100%;
}
.qodef-woo-product-content{
	position: inherit;
}
.qwfw-add-to-wishlist-wrapper.qwfw-position--after-add-to-cart{
	position: absolute;
	top: 11px;
	right: 11px;
	margin:0;
}
.qodef-woo-product-image .qodef-woo-product-mark{
	display: none;
}
.qodef-woo-results .woocommerce-ordering{
	height:44px;
}
[class*=cassia] .select2-container--default .select2-selection--single{
	height: 44px;
    padding: 9px 12px;
}
.qodef-woo-product-image-inner{
display: none !important;
}

#qodef-woo-page .qodef-woo-product-mark{
	position:relative !important;
	left:0;
	top:0;
}
.event-image {
	/* width: 337px; */
	/* height: 300px; */
}
.dessin-image{
	width:338px;
	height:338px;
	overflow: hidden; /* Cache les parties débordantes */
  position: relative;
}
.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.img-container{
	width: 338px;
}
#qodef-woo-page.qodef--single .product_meta{
	border-top: 0.5px solid #5C5C5C;
    padding-top: 24px;
    margin-top: 24px;
}
.qodef-woo-product-image:hover{
	opacity:.6;
	transition: all .5s ease;
}
#qodef-woo-page.qodef--single .posted_in{
	display: none;
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description{
	display:none;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle{
    /* padding: 11px; */
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown {
    /* width: 40px; */
}
#qodef-page-header .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 0px;
}


.img-artist-list{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
    object-position: top;
}
.alphabet-pagination {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 49px;
    align-items: center;
}
.go-to-right{
    position: absolute;
    right: -35px;
    background: #000;
    display: none;
}

.alphabet-pagination .alphabet-link {
    font-family: "Cormorant Infant",sans-serif;
    font-size: 20px;
    line-height:20px;
    color: #000;
    padding: 0 7px;
}

.alphabet-pagination .alphabet-link:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    flex-wrap: wrap;
}

.search-form input {
    height: 33px;
    width: 557px;
    border: none;
    border-bottom: 1px solid #DEDEDE;
    padding: 0;
    margin: 0;
}
.selected-letter{
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: bold;
}
.title-page-artists{
    font-size:32px;
    line-height:39px;
    font-weight:500;
}
.delete-link{
    font-size: 13px;
    letter-spacing: 2.99px;
    line-height: 18px;
    font-weight: 500;
    margin-left: 73px;
    text-transform: uppercase;
}
#clear-search {
    font-size: 16px;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
}
#clear-search:hover {
    color: red;
}
.qodef-parallax-img{
    display: none;
}


.shop-newsletter{
    margin-top: 155px;
    margin-bottom: 50px;
}
.newsletter-header{
    max-width: 492px;
    margin: 0 auto;
}
.newsletter-header h2{ 
    font-family: "Cormorant Infant", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}
.newsletter-header p{
    font-size: 14px;
    line-height: 22px;
    font-family: 'Roboto';
    color: #5C5C5C; 
    text-align: center;
    margin: 8px;  
}

#qodef-page-header .qodef-header-logo-link{
    padding: 0 !important;
}

.slick-initialized .slick-slide {
    display: flex !important;
    justify-content: center;
}


#qodef-woo-page .qodef-woo-product-mark
{
    border: none !important;
}
.price-request-link{
    transition: all .5s ease;
}
.price-request-link:hover{
    opacity: .7;
}
.shop-newsletter{
    border-top: 1px solid #F2F1EF;
    padding-top: 40px;
}
.qodef-awards-list .qodef-e-title{
    font-family: 'Roboto';
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 2.2px;
}

.shop-filters-form fieldset {
    margin-bottom: 39px;
    border: none;
    padding: 0;
}

.shop-filters-form legend {
    text-transform: uppercase;
    letter-spacing: 3.36px;
    color: #000000;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 13px;
    font-size: 14px;
}

.shop-filters-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-filters-form li {
    margin-bottom: 5px !important;
}

.shop-filters-form label {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 3.12px;
    line-height: 18px;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.shop-filters-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.btn {
    display: inline-block;
    margin-top: 15px;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox + label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}
.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 0.5px solid #000000;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 50% 50%; */
}
.custom-checkbox:checked + label::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10.473' height='7.794' viewBox='0 0 10.473 7.794'%3e%3cg id='fleche-case-cocher' transform='translate(-15.447 -24.286)'%3e%3cpath id='Path_13' data-name='Path 13' d='M15.447,28.427l.974-.974L19.1,30.132l5.846-5.846.974.974L19.1,32.08l-3.653-3.653Z' fill-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");
}
.filter-shop{
    justify-self : start !important;   
}
.filter-shop-item{
    margin : 0 !important;
}
.logo-footer{
    margin-bottom: -40px;
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark{
    display: none;
}


.country-selector.weglot-dropdown {
    margin-right: 10px !important;
}
.wglanguage-name{
    padding: 0 !important;
}
.country-selector.weglot-dropdown .wgcurrent:after{
    display: none !important;
}
.country-selector.weglot-dropdown .wgcurrent{
    border: none !important;
}





.qodef-header-navigation>ul>li>a:focus-visible>span {
    outline: 1px solid #000;
}




@media (min-width: 768px) {
	.qodef-awards-list .qodef-e-button {
    position: absolute;
    right: 150px;
}
}
@media (max-width: 768px) {
	
	.woocommerce-product-slider.swiper .swiper-button-prev.product-prev-arrow, .woocommerce-product-slider.swiper .swiper-button-next.product-next-arrow {
    display: none;
}
.woocommerce-product-slider.swiper .img-container {
    text-align: center;
}
	.event-item {
    margin-right: 0!important;
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end;
    padding: 0 8px;
}
body .qodef-mobile-header-navigation ul li .qodef-menu-item-arrow {
    top: 13px;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    width: 191px;
}

div#cassia_core_woo_dropdown_cart-7 {
    display: flex!important;
    align-items: center;
}

body .qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    width: 35px;
}
footer div#block-70 img {
    width: 100%;
    margin-bottom: -20px;
}

.custom-bottom-footer {
    flex-direction: column;
}
.woocommerce-product-slider .slick-slide {
  width: 100% !important;
  box-sizing: border-box;
}
.woocommerce-product-slider .slick-track {
  display: flex !important;
}
.woocommerce-product-slider .slick-track {
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
}

}
.woocommerce-product-slider.swiper .swiper-button-prev.product-prev-arrow svg, .woocommerce-product-slider.swiper .swiper-button-next.product-next-arrow svg {
    width: 152px;
}

.woocommerce-product-slider.swiper .swiper-button-prev.product-prev-arrow {
    top: 50%;
    left: -35px!important;
    margin-top: -20px!important;
}

.woocommerce-product-slider.swiper .swiper-button-next.product-next-arrow {
    top: 50%;
    right: -25px!important;
    margin-top: -20px !important;
}
body .event-image img {
    height: 300px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}
section.related.products span.price svg {
    display: none;
}

section.related.products span.price > a {
    font-weight: 500;
    letter-spacing: .3em;
    padding-left: 0;
}

section.related.products span.price > a span {
    font-size: 13px;
    text-transform: capitalize;
}
.left-artist .image-container {
    width: auto;
    height: auto;
}