/*
Theme name: Villa Albertine - Drupal to WordPress Migration
Description: Custom Theme
*/

/*
	Source CSS styles are located in resources/css/

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }


.header-home .header__logo {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	max-width: unset !important;
	overflow: hidden;
}
.header-home .header__logo img {
	width: auto;
	max-height: 176px;
	z-index: 2;
}
.header-home .header__logo img.ambassade {
	transform: scale(1.28);
	z-index: 1;
}
.header-home .header__logo img.mobile {
	display: none;
}
@media screen and (max-width: 1279px) {
	.header-home .header__logo img {
		max-height: 108px;
	}
}
@media screen and (max-width: 1023px) {
	.header-home .header__logo img {
		max-height: 94px;
	}
}
@media screen and (max-width: 768px) {
	.header-home .header__logo {
		gap: 10px;
	}
	.header-home .header__logo img {
		max-height: 26px;
	}
	.header-home .header__logo img.desktop {
		display: none;
	}
	.header-home .header__logo img.mobile {
		display: block;
	}
}

.header .header__logo {
	display: flex;
	gap: 10px;
	max-width: unset !important;
	min-width: 78px;
	height: 100%;
	padding: 15px 0;
}

@media screen and (max-width: 639px) {
	.header .header__head {
		flex: 0 0 !important;
		}
}
