ul.breadcrumbs li {
	color: #c49f62;
	font-size: 1.15rem;
	margin: 60px 16px;
	padding: 15px 0;
	text-align: left;
}

.breadcrumbs li a {
	font-size: 1.15rem;
	font-weight: 500;
	color: #d1c7b3;
}

.breadcrumbs li a:hover {
	color: #c49f62;
	font-size: 1.15rem;
	font-weight: 500;
}

html .fa-globe::before {
	font-family: Montserrat, sans-serif;
	font-size: .875em;
	font-weight: 400;
}

html[lang="en"] .fa-globe::before {
	background-color: #d5cab8;
	color: #000;
	content: "En";
}

html[lang="fr"] .fa-globe::before {
	background-color: #d5cab8;
	color: #000;
	content: "Fr";
}

html[lang="en"] #language-selector li:nth-child(2),
html[lang="fr"] #language-selector li:first-child {
	display: none;
}

#language-selector ul {
	background-color: #d5cab8;
	color: #000;
	width: 100px;
}

.page__pallet__top .button,
.page__pallet__top .button:hover {
	background-color: #d5cab8;
	color: #000;
}

.page__body {
	min-height: calc(100vh + 1px);
}

#widget-container {
	background-color: #d5cab8;
	display: flex;
	float: right;
	height: 100%;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	min-width: 0;
	vertical-align: top;
}

.the__albumSet figure {
	padding: 1rem 1.3rem;
	border: 2px solid #c49f62;
	background: 0 0;
	font-size: 2rem;
	border-radius: 2px;
}

.the__albumSet figure:hover {
	cursor: pointer;
	background: #cec4b6;
	color: #000;
}

.album-title {
	font-family: Montserrat, sans-serif;
	line-height: 1em;
	font-size: 1rem;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	color: #c49f62;
}

figure:hover p.album-title {
	color: #000;
}

.gallery .item {
	background: 0 0;
	border: transparent;
	color: #fff;
}

ul.image_metadata li:first-child {
	font-weight: 600;
	font-size: 15px;
	color: #c49f62;
	font-style: italic;
	text-align: center;
}

.album-template-identifier-diaporama .the__gallery > .content {
	background-color: #000;
	box-shadow: 5px 10px 20px 10px #888;
	box-sizing: border-box;
	bottom: 50%;
	margin: auto;
	text-align: center;
	width: 50%;
}

.fancybox-caption-collapsible .fancybox-caption {
    border: none;
    box-sizing: border-box;
    font-size: 1.10rem;
    line-height: 1.5em;
    margin: 0 auto;
    min-height: 44px;
    padding: 13px 48px;
    text-align: center;
}

.contact-form p {
	text-align: center;
}

.contact-form input[type="text"] {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 0 3px 3px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
	color: #000;
	font-size: 1rem;
	padding: .5rem .75rem;
}

.contact-form input,
.contact-form textarea {
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	color: #000;
	font-weight: 400;
}

.contact-form input {
	max-width: 50%;
}

#message {
	margin: 1.5rem auto;
	border: 0;
}

#message.error,
#message.success {
	background-color: #d1c7b3;
	color: #000;
}

@media screen and (max-width: 800px) {
	ul.breadcrumbs li {
		color: #c49f62;
		font-size: 1.15rem;
		margin: 5px;
		padding: 15px 0;
		text-align: left;
	}

	.breadcrumbs li a {
		font-size: 1.15rem;
		font-weight: 500;
		color: #d1c7b3;
	}

	.breadcrumbs li a:hover {
		color: #c49f62;
		font-size: 1.15rem;
		font-weight: 500;
	}

	.the__copy > .content {
		background-color: rgba(213, 204, 185, .8);
		border-radius: 0;
		box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .06), 0 4px 5px 0 rgba(0, 0, 0, .06), 0 1px 10px 0 rgba(0, 0, 0, .08);
		padding: 50px;
		width: 100%;
		max-width: 1280px;
	}

	.pages-template-identifier-propos .the__copy > .content {
		margin: 200px auto;
	}

	.the__copy {
		margin: 0 auto;
	}

	.album-template-identifier-artwork .the__copy > .content {
		background-color: rgba(7, 7, 7, .41);
	}

	.album-template-identifier-diaporama .the__copy > .content,
	.album-template-identifier-luc_video .the__copy > .content {
		background-color: transparent;
	}

	.album-template-identifier-diaporama .the__gallery > .content {
		background-color: #0000;
		box-shadow: 5px 10px 20px 10px #888;
		box-sizing: border-box;
		text-align: center;
		width: 80%;
		max-width: 600px;
	}
}