
/* FOOTER */

body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row {
	display: flex;
	justify-content: space-between;
}

/* Coordonnées */
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-coordonnees {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 32px;
	margin: 0px !important;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-coordonnees .et_pb_module:first-child {
	margin-top: -2px;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-coordonnees .et_pb_module {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-coordonnees .et_pb_module:last-child {
	margin-right: 0px;
}

/* Logo */
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-coordonnees .et_pb_image a span.et_pb_image_wrap img {
	width: 240px;
	height: auto;
}

/* Texte */
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-coordonnees .et_pb_text .et_pb_text_inner p {
	line-height: 1.5em;
}

/* Partenaires */
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires {
	width: auto;
	display: flex;
	gap: 24px;
	align-items: center;
	margin: 0px !important;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image {
	width: max-content;
}



body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_blonay a span.et_pb_image_wrap img {
	width: 52px;
	height: auto;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_ltdp a span.et_pb_image_wrap img {
	width: 56px;
	height: auto;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_montreux a span.et_pb_image_wrap img {
	width: 38px;
	height: auto;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_vevey a span.et_pb_image_wrap img {
	width: 42px;
	height: auto;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_vaud a span.et_pb_image_wrap img {
	width: 78px;
	height: auto;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_loterie a span.et_pb_image_wrap img {
	width: 75px;
	height: auto;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_sandoz a span.et_pb_image_wrap img {
	width: 58px;
	height: auto;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_nestle a span.et_pb_image_wrap img {
	width: 42px;
	height: auto;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_vmcv a span.et_pb_image_wrap img {
	width: 75px;
	height: auto;
}
body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_up-vhs a span.et_pb_image_wrap img {
	width: 78px;
	height: auto;
}

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

	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row {
		flex-direction: column;
	}

	/* Coordonnées */
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-coordonnees {
		justify-content: center;
		margin-bottom: 32px !important;
	}

	/* Partenaires */
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires {
		width: fit-content;
		gap: 24px;
		margin-left: auto !important;
    	margin-right: auto !important;
	}
}
@media only screen and (max-width: 980px) {

	/* Logo */
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-coordonnees .et_pb_image a span.et_pb_image_wrap img {
		width: 200px;
		height: auto;
	}

	/* Partenaires */
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_blonay a span.et_pb_image_wrap img {
		width: 42px;
	}
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_ltdp a span.et_pb_image_wrap img {
		width: 45px;
	}
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_montreux a span.et_pb_image_wrap img {
		width: 30px;
	}
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_vevey a span.et_pb_image_wrap img {
		width: 34px;
	}
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_vaud a span.et_pb_image_wrap img {
		width: 62px;
	}
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_loterie a span.et_pb_image_wrap img {
		width: 60px;
	}
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_sandoz a span.et_pb_image_wrap img {
		width: 46px;
	}
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_nestle a span.et_pb_image_wrap img {
		width: 34px;
	}
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_vmcv a span.et_pb_image_wrap img {
		width: 60px;
	}
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image.logo_up-vhs a span.et_pb_image_wrap img {
		width: 62px;
	}
}
@media only screen and (max-width: 767px) {

	/* Coordonnées */
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-coordonnees {
		flex-direction: column;
		gap: 24px;
	}
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-coordonnees .et_pb_module {
		text-align: center;
	}
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-coordonnees .et_pb_module:first-child {
		margin-top: 0px !important;
	}

	/* Partenaires */
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires {
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}
	body.custom-theme-ld #page-container #et-boc #et-main-area footer.et-l--footer .et_pb_section .et_pb_row .colonne-partenaires .et_pb_image {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}


