/*
Theme Name: L'Esplanade
Template: twentytwentyfive
Author: Bjarne Sorensen
Description: A custom child theme of Twenty Twenty Five for Auberge L'Esplanade
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 8.0
Version: 1.0
Text Domain: lesplanade
*/


@media (min-width: 768px){
	.vc_col-sm-6 {
    	width: 48%;
		display: inline-block;
	}
	.trenta{
		width:15%;
		display: inline-block
	}
}

.wpcf7-form-control {
    margin-bottom: 0px !important;
}
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	border-radius: 3px !important;
    height: 46px;
}
input[type="button"],
input[type="submit"] {
	background-color: var(--wp--preset--color--contrast);
    border-width: 0;
    color: var(--wp--preset--color--base);
	padding-top: 1rem;
    padding-right: 2.25rem;
    padding-bottom: 1rem;
    padding-left: 2.25rem;
}

/**
 * Liste prix 
 */

ul.liste-prix {
    /*max-width: 40em;*/
    padding: 0;
    overflow-x: hidden;
    list-style: none
}
ul.liste-prix li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
}
ul.liste-prix  span:first-child {
    padding-right: 0.33em;
    background: white
}
ul.liste-prix span + span {
    float: right;
    padding-left: 0.33em;
    /*background: white*/
}