/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');


.jupiterx-main-content{
	padding:0px !important
}
.black{
	color:#000 !important
}
.fontapple{
	font-family: "Homemade Apple", cursive;
	font-weight:400 !important
}
.littleh{
	font-size:0.8em
}
.search-results main#jupiterx-main{
	max-width:1280px;
	margin:0 auto
}
div#jupiterx-primary{
	padding:0 !important
}
body,html{
	overflow-x:hidden !important;
}
.raven-nav-menu-toggle-button{
	    padding: 5px;
    background: #F37441;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    color: #fff !important;
}
.befimage:before{
    background-size: 140px 115% !important;
    background-position: 120% !important;
}
#bgrefait {
	background-image: url(https://www.epiceriedestours.fr/wp-content/uploads/2025/06/img_bas_de_page_footer@2x-scaled.png);
    background-repeat: no-repeat;
    background-position: 6% -50px;
    background-size: 110% 135px;
}
/******* 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, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: white;
    border: solid 0.5px #F37441;
    margin-top: 5px;
    border-radius: 0;
    padding: 13px 16px;
	    height: 46px;
}

#formulaire-responsive p {
    font-family: 'Open Sans';
    font-weight: 500;
    color: #19130D;
}

#formulaire-responsive .envoyer p {
    text-align: left;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 200px !important;
    padding: 18px 45px;
    background: #F37441;
    border: 1px solid #F37441;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    font-size: 18px;
    font-family: "Hanken Grotesk", sans-serif;
    background-repeat: no-repeat;
}

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::placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::placeholder{
    color: #000;
    opacity: 100%;
    font-weight: 500;
}
textarea.wpcf7-form-control.wpcf7-textarea{
	border-radius:0px !important;
	height:auto
}


@media only screen and (min-width: 1024px) { 
	.demi-colonne {
		width: 50%;
	}
}
@media all and (max-width:1380px) and (min-width:800px) {
	.befimage:before{
		  content:none !important
	}
}
@media all and (max-width:760px){
	.befimage:before{
		background-position:165% !important
	}
	#btnrespontel{
		position:fixed;
		right:0;
		top:20vh;
	}
	.page-id-64 h4{
		font-size:18px !important
	}
}