/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

.jet-mobile-menu__container{
	width:100% !important
}
.jet-mobile-menu__container-inner{
	    justify-content: center !important;
}
.jet-mobile-menu__item{
	align-items: center !important;
}
.listprod .jet-listing-grid__item a img{
	    max-width: 180px;
    max-height: 311px;
    width: auto !important;
}
.jet-mobile-menu__controls{
	position: absolute;
    top: 50px;
    right: 50px;
}
.search #jupiterx-primary *{
	color:black
}
#SR7_1_1 .hesperiden.sr7-arrows.sr7-leftarrow:before{
	    content: '' !important;
    margin-left: 0px !important;
    background: url(https://www.maisonaupetit.com/wp-content/uploads/2026/01/fleche-G.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
#SR7_1_1 .hesperiden.sr7-arrows.sr7-rightarrow:before{
	    content: '' !important;
    margin-right: 0px;
    background: url(https://www.maisonaupetit.com/wp-content/uploads/2026/01/fleche-D.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;	
}
div#jupiterx-primary{
	padding:0 !important
}
.jet-listing-grid__slider-icon.next-arrow.slick-arrow{
	background: url(https://www.maisonaupetit.com/wp-content/uploads/2026/01/fleche-D.svg);
    background-size: contain;
	    transform: scaleX(1) !important;
    background-position: center;
}
.jet-listing-grid__slider-icon.prev-arrow.slick-arrow{
	background: url(https://www.maisonaupetit.com/wp-content/uploads/2026/01/fleche-G.svg);
    background-size: contain;
    background-position: center;
}
.jet-listing-grid__slider-icon.prev-arrow.slick-arrow svg, .jet-listing-grid__slider-icon.next-arrow.slick-arrow svg{
	opacity:0
}
a.glink{
	    font-size: 22px;
    font-weight: 400;
    color: #1F4A8A;
}
.gtranslate_wrapper .glink:first-child:after{
	content:"-";
	margin-left:5px;
}
.tableproduit td{
	    padding: 20px 40px;
}
.tableproduit table{
	width:100%;
}
.tableproduit tr{
	border-bottom:2px solid #1F4A8A
}
.tableproduit tr td:first-child{
	border-right:2px solid #1F4A8A
}
.tableproduit tr:first-child{
	border-top:2px solid #1F4A8A
}

.jet-mobile-menu__body{
	background:url(https://www.maisonaupetit.com/wp-content/uploads/2026/01/illustration-raviole.svg) no-repeat;
	background-position: 17% 20px;
}
.jet-mobile-menu__list{
		background:url(https://www.maisonaupetit.com/wp-content/uploads/2026/01/illustration-pates3.svg) no-repeat;
	background-position: 80% 80%;
}
ul.jet-mobile-menu__items{
	background:url(https://www.maisonaupetit.com/wp-content/uploads/2026/01/illustration-ble.svg) no-repeat;
	background-position: 20% 80%;
}
sr7-slide{
	border-radius:50px !important
}
/******* formulaire de contact *****/
#formulaire-responsive {
    max-width:800px ;
    margin:0 auto;
}

.demi-colonne, .colonne {
    float: left;
    position: relative;
    padding: 0 10px;
    width:100%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: white;
    border: 3px solid #1F4A8A;
    margin-top: 5px;
    padding: 13px 16px 13px 26px;
    font-size: 16px;
    border-radius: 15px;
    font-family: "Noto Sans Batak";
}
 textarea.wpcf7-form-control.wpcf7-textarea{
    border-radius: 20px;
   font-family: "Noto Sans Batak";
 }
#formulaire-responsive p {
   font-family: "Noto Sans Batak";
    font-weight: 500;
    color: #19130D;
}
rs-slide{
    border-radius: 100px !important
}
#formulaire-responsive .envoyer p {
    text-align-last: center;
}
.search-results main#jupiterx-main,
.search-no-results main#jupiterx-main{
        padding-top: 200px !important;
    color: #fff;
    max-width: 1280px;
    margin: 0 auto;
}

body.search-results div#jupiterx-primary:before,
body.search-no-results div#jupiterx-primary:before{
    content: none;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 320px !important;
    padding: 7px 0;
    background: #041D41;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 22px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: 85% 50%;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
 transform: scale(1.08);
 transition: all .2s ease-in-out;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder,.wpcf7-form-control-wrap textarea::placeholder{
       font-family: "Manrope", Sans-serif;
    color: #19130D;
    opacity: 96%;
}
@media only screen and (min-width: 1024px) { 
    .demi-colonne {
        width: 50%;
    }
}

@media all and (max-width: 768px){
	ul.jet-mobile-menu__items{
		background-size:0px
	}
	.jet-mobile-menu__list{
		background-position: 100% 100%;
	}
	.jet-mobile-menu__body{
		    background-position: 0 -00px;
	}
	#SR7_1_1 .hesperiden.sr7-arrows{
	    width: 40px !important;
    height: 40px !important;
		  
	}
	sr7-arrow.sr7-leftarrow.sr7-arrows.hesperiden{
		transform: translate(30px, 40px) !important;
	}
	sr7-arrow.sr7-rightarrow.sr7-arrows.hesperiden{
		  transform: translate(-30px, 40px) !important;
	}
}