
/* FOOTER */

body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section.section_footer_infos .et_pb_row {
	display: flex;
	gap: 20px;
}
body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section.section_footer_infos .et_pb_row::after {
	display: none;
}
body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section.section_footer_infos .et_pb_row .et_pb_column {
	width: 20%;
	margin: 0px;
}
body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section.section_footer_infos .et_pb_row .et_pb_column.column_horaire {
	display: flex;
	flex-wrap: wrap;
	width: 40%;
}
body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section.section_footer_infos .et_pb_row .et_pb_column.column_horaire .et_pb_text {
	width: 100%;
}
body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section.section_footer_infos .et_pb_row .et_pb_column.column_horaire .et_pb_text.third {
	width: 33.3333%;
	padding-right: 20px;
}

@media only screen and (max-width: 980px) {

	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section.section_footer_infos .et_pb_row {
		flex-direction: column;
		gap: 80px;
	}
	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section.section_footer_infos .et_pb_row .et_pb_column {
		width: 100%;
	}
	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section.section_footer_infos .et_pb_row .et_pb_column.column_horaire {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {

	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section.section_footer_infos .et_pb_row {
		gap: 60px;
	}
	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section.section_footer_infos .et_pb_row .et_pb_column {
		width: 100%;
	}
}


