/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Appliquer la police à l'élément body */
body {
    font-family: 'Diphylleia', serif !important;
	font-size: 18px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	color: rgb(26, 28, 30) !important;
	background-color: #FAF9F7 !important;
}

#wrapper, #main {
  background-color: #FAF9F7;
}

h1, h2, h3, h4, h5, h6, li a{
	font-family: 'Diphylleia', serif !important;
}

h5{
	color:black !important;
}

.box-text-inner p{
	color:black !important;
}

.custom-row-width-90 {
	min-width: 90%; /* Ajustez la valeur en fonction de vos besoins */
}

.shortcode-products-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-item {
    margin-bottom: 20px;
    text-align: center;
}

.product-content {
    border: 1px solid #ddd;
    padding: 10px;
}

.wpcf7-form-control-wrap input{
	border: 1px solid #D88560 !important;
}

.form-flat input:not([type="submit"]){
	color: black !important;
}

.dark .wpcf7 {
  color: black;
}

.products{
	min-width: 100%;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}