.elementor-widget-suzuki_8s_tour_widget
{
	font-size: 16px;
}
.elementor-widget-suzuki_8s_tour_widget BUTTON.participer-btn
{
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #002A7F;
	width: 168px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	font-family: "SuzukiPROHeadline", Sans-serif;

}
.elementor-widget-suzuki_8s_tour_widget TR.titre_region
{
	background-color: #E2E2E2;
	color: #002A7F;
	text-transform: uppercase;
}
.elementor-widget-suzuki_8s_tour_widget H3.title
{
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 !important;
	margin: 0 !important;
}
.elementor-widget-suzuki_8s_tour_widget TR
{
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
}

.elementor-widget-suzuki_8s_tour_widget .titre_region
{
	border-bottom: 14px solid #F7F7F7;
	border-top: 19px solid #F7F7F7;
}
.elementor-widget-suzuki_8s_tour_widget TR
{
	border-bottom: 12px solid #F7F7F7;
}

/*formulaire */
form.elementor-form input,
div.elementor-field-group-rgpd label {
    font-size: 12px !important;
}
form.elementor-form label[for="form-field-concessionnaire"],
form.elementor-form label[for="form-field-dates_de_participation"]{
    font-size: 14px;
}
.elementor-field-group-permis .elementor-field-subgroup{
    gap: 150px;
}
.elementor-field-group-permis .elementor-field-subgroup label{
    font-size: 12px !important;
}
.elementor-field-group-permis INPUT,
.elementor-field-group-dates_de_participation INPUT,
.elementor-field-group-rgpd INPUT {
	margin-right: 12px;
}
span.elementor-field-option{
        margin-bottom: 5px;
}
.tour-8s a, .tour-8s input,  .tour-8s label {
    cursor: pointer!important;
}
.elementor-field-type-submit button{
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Table */
@media only screen and (max-width: 1024px) {
	/* Force table to not be like tables anymore */
	table.responsive-table, 
	.responsive-table thead, 
	.responsive-table tbody, 
	.responsive-table th, 
	.responsive-table td, 
	.responsive-table tr { 
		display: block; 
	}
	
	.responsive-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.responsive-table tr { 
        border: none;
	}
	
	.responsive-table td { 
		border: none;
		position: relative;
		
		white-space: normal;
		text-align:center;
	}
	
    .responsive-table td:before {
        padding-bottom: 10px;
        position: relative;
        top: 6px;
        margin-bottom: 20px;
        left: 6px;
        width: 100%;
        padding-right: 10px;
        text-align: center;
        font-weight: bold;
        display: block;
        height: 20px;
    }
    
    section:first-of-type img{
        margin: 0 -8px;
    }
    
    .elementor-widget-suzuki_8s_tour_widget table H3.title,
    .elementor-widget-suzuki_8s_tour_widget table td.concessionnaire-infos,
    .elementor-widget-suzuki_8s_tour_widget table td.concessionnaire-dates,
    .elementor-widget-suzuki_8s_tour_widget table td.actions{
        text-align: left;
    }
    .elementor-widget-suzuki_8s_tour_widget table td.actions{
        margin-bottom: 1em;
    }
    .elementor-widget-suzuki_8s_tour_widget form span.elementor-field-option {
    	margin-bottom: 1em;
	}
    form.elementor-form label[for="form-field-concessionnaire"],
    form.elementor-form label[for="form-field-dates_de_participation"]{
        margin-bottom: 1em;
    }
    .elementor-field-group-permis{align-items: flex-start;}
    .elementor-field-group-permis .elementor-field-subgroup{flex-direction: column;}
    .elementor-field-group-permis .elementor-field-subgroup{
        gap: 15px;
    }
    .elementor-field-type-submit button{
        max-width: 100%;
        margin-bottom: 2em;
    }
}