.form-container .wpcf7 {
	background-color: #eef3dd;
}
.wpcf7-form-control.wpcf7-text {
	border-bottom: 3px solid #1a4d24;
}
.wpcf7-form-control.wpcf7-select {
	border-bottom: 3px solid #1a4d24;
}
.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.broyage-form {
    background: #eef3dd;
    padding: 25px;
}
.broyage-form .field-group br {
    display: none;
}

.broyage-form .field-group > p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 25px;
}
.broyage-form .bottom-container > p{
    display: flex;
    flex-direction: column;
}
.broyage-form textarea {
    height: auto !important;
    min-height: initial !important;
    border-bottom: 2px solid #1c4d24;
}
.form-container .wpcf7 .wpcf7-form.init {
	margin: 1.5em;
}
.wpcf7-form .top-section p {
    display: flex;
    flex-wrap: wrap;
}
.top-section {
    padding-top: 1.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
}
.top-section > p {
    margin: 0 !important;
}

.wpcf7-form .top-section label {
    flex: 1 1 50%; /* Each label takes up 50% of the width */
    padding: 0 10px; /* Adjust as needed */
    box-sizing: border-box; /* Ensure padding doesn't affect the width */
}

.wpcf7-form .top-section label input {
    width: 100%; /* Ensure the input fields take up full width */
    box-sizing: border-box; /* Ensure padding doesn't affect the width */
}
.select_container {
	margin-bottom: 0px !important;
}
.bottom-section {
    display: flex;
    padding-top: 20px;
    flex-wrap: wrap; /* Allow flex items to wrap to the next line */
}

.title-bottom-section {
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 2em;
}

.radio-bottom-section {
    width: 50%;
    box-sizing: border-box;
    /* padding: 0 10px; */
    margin-bottom: 2em;
    /* text-align: right; */
    /* margin-left: 5em; */
    padding-left: 1.3em;
}

.title-bottom-section p,
.radio-bottom-section p {
    margin: 0; /* Remove default margin */
        font-family: inherit;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    font-style: inherit;
    outline: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}




/* Style the radio button container */
.radio-bottom-section .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding-left: 0 !important;
}

/* Style the radio button itself */
.radio-bottom-section .wpcf7-radio input[type="radio"] {
    display: none; /* Hide the default radio button */
}

/* Style the custom radio button */
.radio-bottom-section .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 15px;
    line-height: 5px;
    text-align: center;
    border: 2px solid #1c4c22;
    border-radius: 3px;
    margin-right: 5px;
    vertical-align: middle;
    position: initial;
}

/* Style the custom radio button when checked */
.radio-bottom-section .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
    content: "\2714"; /* Unicode character for checkmark */
    font-size: 20px; /* Adjust the font size for the checkmark */
    color: #1c4c22; /* Color of the checkmark */
    -webkit-text-stroke: 1px #eef3dd;
}

.wpcf7-list-item-label {
    min-width: 100px;
}
.date-section {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 10px;
}

.date-section-input {
    width: 50%; /* 75% width */
}

.date-section-icon {
    width: 50%;
    text-align: right;
    margin-left: 15%;
    padding-right: 10px;
}

.date-section-icon img {
    width: 60px; /* Set image width to 60px */
}

.footer-form {
    display: flex;
    flex-direction: column;
}

.footer-form-notes,
.footer-form-send {
    width: 50%;
    padding-left: 10px;
}

.footer-form-notes label {
    display: block; /* Ensure label takes up entire width */
}

.footer-form-notes P {
    margin-bottom: 0;
}

.footer-form-notes textarea {
    height: 4em;
    min-height: 5em;
    border-bottom: 3px solid #1a4d24;
    overflow: hidden;
    background: white;
    padding: 5px 8px;
}

.footer-form-send, .footer-form-send p {
    text-align: left; /* Align submit button to the right */
    padding-right: 10px;
}

.date-section-input input {
    padding-left: 9px;
    margin-top: 10px;
}
.sendform {
    font-size: 20px !important;
    color: #ffffff !important;
    font-style: inherit;
    text-transform: uppercase;
    background: transparent;
    border-bottom: 3px solid #194E22;
}

.footer-form-send .wpcf7-submit-style {
    border-bottom: none;
    padding-bottom: 0px;
    margin-top: 15px;
    background: #dfbd12;
}
.footer-form-send .wpcf7-submit-style.tabbed {
    margin-top: 25px;
}
 #form-broyage .wpcf7 form .wpcf7-submit-style .wpcf7-submit.sendform {
    background: transparent !important;
    border-bottom: 3px solid #96b42e !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 2px !important;
}
 #form-broyage .wpcf7 form .wpcf7-submit-style .submit-style-in {
    display: none;
 }
.footer-form-send .wpcf7-submit-style .tabbed .sendform {
    margin-top: 1.5em;
}

.footer-form-send .wpcf7-submit-style .wpcf7-submit {
    margin: 0;
    padding: 0 !important;
    background: transparent !important;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}


.footer-form-send .wpcf7-submit-style .submit-style-in {
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    font-size: 16px;
    background-color: #7A904200;
    color: var(--theme-color-inverse_link);
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;

}
.footer-form-send .wpcf7-submit-style input.wpcf7-form-control.wpcf7-submit.has-spinner.sendform {
    padding: 15px !important;
    margin-top: 0;
}
.wpcf7 .wpcf7-submit-style .wpcf7-submit[disabled]:hover, .wpcf7 .wpcf7-submit-style .wpcf7-submit[disabled] {
    color: #ffffff7d !important  !important
}
.wpcf7 .wpcf7-submit-style .wpcf7-submit:not([disabled]):hover {
    background: #a3c136 !important;
    color: white !important;
}
.footer-form-send .wpcf7-submit-style:active .wpcf7-submit + .submit-style-in, .footer-form-send .wpcf7-submit-style:focus .wpcf7-submit + .submit-style-in, .footer-form-send .wpcf7-submit-style:hover .wpcf7-submit + .submit-style-in {
    color: var(--theme-color-inverse_link);
    border-color: var(--theme-color-text_hover);
    background-color: transparent !important;

}


#elementor-tab-content-2231
{
    padding-bottom: 0;
}

.locations-points {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.location-points {
    display: flex;
    flex-wrap: wrap;
}

.location-points:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05); /* Adjust alpha value for the desired transparency */
}

.column-points {
    flex: 1;
    padding: 5px;
    font-size: 0.75em;
    line-height: 1em;
}
.column-points-title {
    flex: 1;
    padding: 5px;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: bold;
}

#adresse {
    margin-bottom: 0;
}

#suggestions-container {
    display: block !important;
    /* border: 1px solid rgb(204, 204, 204); */
    background-color: rgb(255, 255, 255);
    position: absolute;
    z-index: 9999;
    width: calc(100% - 62px);
    max-height: 200px;
    overflow-y: auto;
    box-sizing: border-box;
    margin-top: -20px;
    /* border: 3px solid red; */
    margin-left: 10px;
}

.suggestion-item {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.suggestion-item:hover {
    background-color: #f0f0f0;
}
span .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0.2em;
}
.footer-form-send .wpcf7-submit-style .submit-style-in {
    display: block;
    position: relative;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    font-size: 16px;
    background-color: #7A904200;
    color: var(--theme-color-inverse_link);
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
}


.form-accueil {
    padding: 0;
    gap: 0;
}

.form-accueil form {
    padding: 15px;
}
.form-accueil .elementor-tabs-view-horizontal + div {
    background:  #eef3dd;
}
/*.e-n-tab-title {
  border-top:
2px solid #1a4d24;
  color: #1a4d24;
  font-weight: 700;
}
.e-n-tab-title {
  background-color: #EEF3DD;
}*/

.elementor-element.form-accueil.e-n-tab-title[aria-selected="true"] {
    border-top: 2px solid #1a4d24 !important;
    color: #1a4d24 !important;
    font-weight: 700 !important;
    background-color: #EEF3DD !important;
    margin-left: -25px !important;
}




.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"]{
    background: #EEF3DD !important;
    border-top: 3px solid #1c4d26;
}


form.wpcf7 div.wpcf7-submit-style input.wpcf7-submit[disabled="disabled"] {
  background-color: transparent !important;
}
#form-broyage form {
    justify-content: center;
}
@media screen and (max-width: 640px) {
    .broyage-form .field-group > p {
        grid-template-columns: 1fr;
    }
}