
/* FOOTER */

body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer {
	position: relative;
    z-index: 0;
    margin-top: -1px;
}
body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .et_pb_column .et_pb_code.google-maps .et_pb_code_inner iframe {
	max-width: 820px;
	width: 100%;
	height: 440px;
}
body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .et_pb_column.column_horaires {
	display: flex;
}
body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .et_pb_column.column_horaires .et_pb_text {
	width: 33.3333%;
}

@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 .et_pb_row .et_pb_column .et_pb_code.google-maps .et_pb_code_inner iframe {
		max-width: 640px;
		width: 100%;
		height: 340px;
	}
	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .et_pb_column.column_horaires .et_pb_text {
		width: 25%;
	}
}
@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 .et_pb_row .et_pb_column .et_pb_code.google-maps .et_pb_code_inner iframe {
		width: 100%;
		height: 280px;
	}
	body.custom-theme-btw #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .et_pb_column.column_horaires .et_pb_text {
		width: 33.3333%;
	}
}


