/* @override 
	http://br83vylth.preview.infomaniak.website/themes/bootstrap_st/css/style.css?*
	http://br83vafgrs.preview.infomaniak.website/themes/bootstrap_st/css/style.css?*
	https://www.urwerk.com/themes/bootstrap_st/css/style.css?* */



/* +P
  __      ____
 /\ \    /\  _`\  
 \_\ \___\ \ \L\ \
/\___  __\\ \ ,__/
\/__/\ \_/ \ \ \/ 
    \ \_\   \ \_\ 
     \/_/    \/_/ 
     Yeah! 2019 plusproduit.com
     
     Bootstrap subtheme CDN 20.03.19
*/

@font-face {
	font-family: 'mostinoutline';
	src: url('fonts/mostin/mostin-outline-webfont.woff2') format('woff2'),
		url('fonts/mostin/mostin-outline-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'mostinbold';
	src: url('fonts/mostin/mostin-bold-webfont.woff2') format('woff2'),
		url('fonts/mostin/mostin-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

body {
	font-family: 'Work Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	background: #000;
	position: relative;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.is-unpublished {
	background-color: transparent !important;
}

.is-unpublished:before {
	font-size: 30px;
	font-family: 'mostinbold', Helvetica, Arial, sans-serif;
	text-align: center;
	display: block;
	background-color: #F4E81A;
	padding: 15px 10px;
	content: "UNPUBLISHED CONTENT";
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	color: #000;
}

/* #region STRUCTURE */

.main-container {
	padding-top: 150px;
	overflow: hidden;
	background: #000;
}

.max-width-pad {
	max-width: 1440px;
	padding: 0 15px;
	margin: 0 auto;
	clear: both;
}

.region-content,
.tabs--primary,
.max-width,
.user-login-form,
.page-node-type-page .region-content {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	clear: both;
}

/*.navbar .container-fluid,*/
.max-width-plus {
	max-width: 1470px;
	/* max-width +30 */
}

.user-login-form {
	margin-top: 1em;
	margin-bottom: 1em;
}

.region-sidebar-second-wrapper {
	clear: both;
}

/* helper */

.verticalc {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hoverzoom {
	overflow: hidden;
}

.hoverzoom img {
	display: block;
	transform: scale(1);
	transition: 3s linear;
}

.hoverzoom:hover img {
	transform: scale(1.2);
}

.vpc {
	opacity: 0;
	transition: 1.25s ease-out .6s;
}

.vpc.visible {
	opacity: 1;
}

.shadow {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

video {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	outline: 0;
}

/* #region FOOTER */
.main-container {
	margin-bottom: 220px !important;
}

.page-node-type-watch .main-container,
.page-node-type-page-constructor .main-container {
	margin-bottom: 0 !important;
}

.footer,
.page-bottom {
	clear: both;
	overflow: auto;
	margin-top: 0;
	border: 0 none;
	padding-top: 0;
	padding-bottom: 0;
	background: #000;
}

.footer {
	margin-bottom: 240px;
}

body {
	margin-bottom: 150px;
}

.page-bottom {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.page-bottom a {
	color: #FFF;
	text-decoration: underline;
}

/* #region BLOCKS */
#block-views-block-footer {
	clear: both;
	padding: 2vh 0 5vh;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}

#block-footer .smaller a {
	color: #FFF;
	text-decoration: none;
}

#block-footer .smaller a:hover {
	color: #FFF;
	text-decoration: underline;
}

.block-bottom {
	padding: 0 !important;
}

.footer .block-block-content,
.block-bottom {
	width: 50%;
	float: left;
	border: 1px solid #fff;
	border-left: 0;
	text-align: center;
}

.block-bottom form {
	margin: 3em auto;
	padding-left: 15px;
	padding-right: 15px;
}

.block-bottom form .form-item {
	margin-left: auto;
	margin-right: auto;
}

.block-bottom .webform-submission-form,
.block-bottom .form-type-webform-markup {
	max-width: 640px;

}

.block-bottom .form-group,
.block-bottom .view {
	height: 100%;

}

.footer .block-block-content .block-inner,
.block-bottom .view {
	background: rgba(0, 0, 0, 0.8);
	padding: 10vh 15px 0;
	min-height: 450px;
	transition: .6s;
}

.footer .block-block-content .block-inner:hover,
.block-bottom .view:hover {
	padding-top: 8vh;
	background: rgba(0, 0, 0, 0.05);
}

.footer .block-block-content:nth-of-type(2),
.block-bottom:nth-of-type(2)) {
	border-right: 0;
}

.footer .block-block-content .font3,
.block-bottom .font3 {
	margin-bottom: 1em;
}

.footer .block-block-content .field--name-body {
	max-width: 500px;
	margin: 0 auto;
}

/* #endregion */

/* #endregion */

/* #region UI VARIOUS */

.p0 {
	padding-left: 0;
	padding-right: 0;
}

.edit-link {
	clear: both;
}

.edit-link a {
	display: inline-block;
	text-align: center;
	background: #F4E81A;
	padding: 0.1em 0.5em;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 12px;
	color: #333;
	font-weight: 600;
}

.edit-link a:hover {
	background: #fff;
	color: #000;
}

.maintenance-page {
	text-align: center;
	padding: 10% 0;
}

.pager-nav {
	clear: both;
}

/* #endregion */

@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}

	.footer .block-block-content,
	.block-bottom {
		width: auto;
		float: none;
		border-left: 0;
		border-right: 0;
	}

	.footer .block-block-content .block-inner,
	.block-bottom .view {
		min-height: 0;
		padding-bottom: 10vh;
	}

	.footer .block-block-content .block-inner:hover,
	.block-bottom .view:hover {
		padding-top: 10vh;
	}
}


/* #endregion */



/* #region TYPOGRAPHY */

.font2,
h1.font2,
h2,
h3,
.ui-menu {
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: .9;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

h2,
.font2 {
	letter-spacing: .03em;
}

.font3,
.font4,
h1,
#block-views-block-awards-collections h2.block-title {
	font-family: 'mostinoutline', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	font-size: 3.75em;
}

.font4 {
	font-family: 'mostinbold', Helvetica, Arial, sans-serif;
}

h1.page-header {
	border: 0 none;
}

h4,
h5,
h6,
strong,
.bold {
	font-weight: 600;
	color: #fff;
}

h2 {
	font-size: 1.875em;
	margin-top: 0;
}

h2.block-title {
	text-align: center;
}

h3 {
	font-size: 1.625em;
	margin: 0 0 .25em;
}

h4 {
	font-size: 0.875em;
	text-transform: uppercase;
	margin-top: 0.25em;
}

p {
	margin: 0 0 1em;
}

.smaller {
	font-size: .57em;
	color: #999;
}

.lead {
	font-size: 1.6em;
	font-weight: 400;
}

.label {
	color: #ddd;
}

a,
h2 a:hover,
h3 a:hover {
	color: #F4E81A;
}

h2 a,
h3 a {
	color: #fff;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #fff;
}

hr {
	margin-top: 2em;
	margin-bottom: 2em;
	border-top: 1px solid #F4E81A;
}

.color1 {
	color: #F4E81A;
}

.field--label {
	font-weight: 600;
}

/* btn --- */
.pager li .button,
.btn,
.cta a,
.page-node-type-retailer .retailer-body a {
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	border: 1px solid #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-radius: 0;
	font-weight: 600;
	font-size: .875em;
	line-height: 1;
	padding: .75em 1.2em .85em;
	display: inline-block;
	margin: .6em 0;
	transition: .4s;
}

.page-node-type-retailer .retailer-body a {
	text-transform: none;
}

.pager li .button:hover,
.pager li .button:active,
.btn:hover,
.btn:active,
.btn:focus,
button:active,
button:focus,
.cta a:hover,
.cta a:active,
.cta a.active,
.page-node-type-retailer .retailer-body a:hover {
	border-color: #F4E81A !important;
	color: #F4E81A !important;
	background: rgba(0, 0, 0, 0.8) !important;
}

.btn.icon-only {
	font-size: 16px;
	padding: 0 10px;
	margin: 0;
}

a.btn-xl {
	font-size: 1.2em;
	padding: 1.25em 1.5em;
}

a.btn-yellow {
	border: 1px solid #f4e81a;
	color: #FFF;
	background: none;
}

a.btn-yelow:hover {
	color: #FFF;
	border-color: #FFF;
	background: rgba(0, 0, 0, 0.5);
}

*::selection {
	background: #F4E81A;
	color: #000;
}

*::-moz-selection {
	background: #F4E81A;
	color: #000;
}

/* #region TYPO HELPERS */

.small {
	font-size: 12px;
}

.uppercase {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .12em;
}

p.quote {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

p.signature {
	text-transform: uppercase;
	margin-bottom: 2em;
}

.margin-bottom {
	margin-bottom: 2em;
}

/* #endregion */

@media all and (max-width:767px) {
	.font3 {
		font-size: 2.3em;
	}
}

/* #endregion */


/* #region NAV */


/* #region NAVBAR */

body.navbar-is-fixed-top {
	margin-top: 0;
}

.navbar-header {
	width: 100%;
}

.navbar {
	margin-top: 0;
	border: 0 none;
	border-radius: 0;
	margin-bottom: 0;
	min-height: 0;
	background-color: rgba(0, 0, 0, .5);
	transition: .5s .5s ease-out;
}

/*.path-frontpage .navbar {
	background-color: rgba(0, 0, 0, 0);
}*/
.navbar .container-fluid {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;

	transition: padding 0.7s ease-in-out .2s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* logo */
.navbar a.logo {
	display: block;
	width: 226px;
	transition: .5s;
	margin: 5px 0;
}

.navbar a.logo:hover {
	opacity: .7;
}

.navbar a.logo img {
	width: 100%;
	height: auto;
}

/* menu */
.menu--main {
	float: right;
}

.navbar-default .navbar-nav>li>a {
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.875em;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a.is-active,
.navbar-default .navbar-nav>.active-trail>a,
.navbar-default .navbar-nav>.active-trail>a:hover,
.navbar-default .navbar-nav>.active-trail>a:focus {
	color: #F4E81A;
	background: transparent;
}

.navbar-header .tabs {
	float: left;
	margin-top: 5px;
	margin-bottom: 1px;
}

.nav-tabs a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: rgba(0, 0, 0, 0.15);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	background-color: transparent;
	color: #F4E81A;
	border-bottom: 1px solid #444;
}

/* #endregion */

/* #region SEARCH */

#block-searchform,
#block-searchbutton {
	float: right;
	margin-right: 1.5em;
	margin-top: 8px;
}

#block-searchbutton p {
	padding-top: .5em;
}

/*#block-searchform .description {
	display: none;
}
#block-searchform .form-group {
	margin: 0;
	max-width: 260px;
}
#block-searchform .form-search {
	opacity: 0;
}
#block-searchform:hover .form-search {
	opacity: 1;
}
#block-searchform .btn {
	background: transparent;
	border-color: transparent;
}

body .ui-menu.ui-widget {
	background: #F4E81A;
	border-radius: 0;
	border: 0 none;
	box-shadow: 0px 3px 5px #000;
	font-size: 1.25em;
	line-height: 1;
	z-index: 2000;
}
/*body .ui-menu.ui-widget .ui-menu-item,*!/
body .ui-menu.ui-widget .ui-menu-item-wrapper {
	line-height: 1;
	padding: .2em 0;
	background: #F4E81A;
	border: 0 none;
	margin: 0;
}

.search-help-link,
.path-search .messages__wrapper {
	display: none;
}*/

/* #endregion */

/* #region NODE FINDER */

#block-views-block-node-finder {
	position: relative;
}

.node-finder .view-header,
.node-finder .view-content {
	width: 50%;
	min-width: 300px;
	margin: 0 auto;
}

.node-finder .view-header .nf-form {
	display: block;
	position: relative;
	top: 100px;
	margin: auto;
	border: 1px solid #FFF;

	padding: .5em;
	height: 72px;
	font-size: 30px;
	line-height: 40px;
}

.nf-form:before {
	position: absolute;
	right: 0;
	left: inherit;
	top: 10px;
}

.node-finder .view-header .nf-input {
	background: #000;
	border: 0 none;
	margin: 0;
	width: 100%;
}

#block-searchbutton .icon {
	cursor: pointer;
}

.max-z-index {
	z-index: 10001;
}

.node-finder {
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;

	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: none;
	width: 100%;
	overflow: hidden;

	background: #000;
	visibility: hidden;
	opacity: 0;
	z-index: 102;
}

.node-finder.open {
	visibility: visible;
	opacity: 1;
}

.node-finder .view-content {
	margin: 100px auto;
}

.node-finder .view-content ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	max-height: 60vh;
	overflow: scroll;
	overflow-x: hidden;
	/*background: #222;*/
}

.node-finder .view-content ul::-webkit-scrollbar-track {
	background-color: #333;
	width: 10px;
}

.node-finder .view-content ul::-webkit-scrollbar {
	width: 5px;
	background-color: #333;
}

.node-finder .view-content ul::-webkit-scrollbar-thumb {
	background-color: #F4E81A;
	background-color: #999;

}

.node-finder .view-content li {
	display: none;
}

.node-finder .view-content li.result {
	display: block;
}

.node-finder .view-content li a {
	display: block;
	padding: 5px 10px 5px 5px;
	overflow: hidden;
}

.node-finder .view-content li a:hover {
	background-color: #F4E81A;
	color: #000;
}

.node-finder .view-content li img {
	float: left;
}

.node-finder .view-content h2,
.node-finder .view-content .fake-h2 {
	float: left;
	font-size: 2.5em;
	line-height: 250%;
	margin: 0 0 0 1em;
}

@media all and (max-width:767px) {
	#block-searchbutton p {
		font-size: 20px;
		line-height: 0;
		margin-right: 5px;
		padding: 3px;
	}

	.node-finder .view-header .nf-form {
		padding: 5px;
		height: 50px;
	}

	.node-finder .view-header .nf-input {
		font-size: 1em;

		line-height: 35px;
	}

	.nf-form:before {
		top: 0;
	}

	.node-finder .view-content h2 {
		font-size: 2em;
	}

	.node-finder .view-content li img {
		max-width: 60px;
	}
}

/* #endregion */

/* #region RESPONSIVE */

.navbar-toggle {
	border: 0 none;
}

.navbar-toggle {
	border-radius: 0;
	background: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: #fff;
}

@media (max-width: 767px) {

	.navbar .container-fluid {
		padding-top: 0;
		padding-bottom: 0;
		background: #000;
		height: 47px;
	}

	.navbar a.logo {
		width: 140px;
		margin-top: 12px;
		margin-left: 10px;
	}

	.navbar-default .navbar-nav li a {
		font-size: 1.2em;
	}

	.nav-tabs li a {
		font-size: 10px;
		padding: 5px;
	}

	#block-linktolodge,
	a#offCanvas-switch:before {
		display: none;
	}

	#block-searchform {
		position: fixed;
		right: 50px;
		top: 5px;
		width: 40px;
	}

	#block-searchform .form-search {
		display: none;
	}

	a#offCanvas-switch {
		top: 12px;
		width: 30px !important;
	}

	#offCanvas-switch span,
	#offCanvas-switch span:before,
	#offCanvas-switch span:after {
		height: 4px;
		width: 27px;
	}

	#offCanvas-switch span:before {
		top: 18px;
		left: -4px;
	}

	#offCanvas-switch span:after {
		bottom: -9px;
		left: -2px;
	}
}

/* #endregion */

/* #endregion */

/* #region BASIC PAGES + COLL NODE + RETAILER header*/

.page-node-type-page .main-container,
.page-node-type-collection .main-container,
.page-node-type-webform .main-container,
.page-node-type-retailer .main-container {
	padding-top: 0;
}

.page-node-type-page .region-header,
.page-node-type-retailer .region-header,
.page-node-type-collection .region-header,
.page-node-type-webform .region-header,
.page-node-type-press-kit .region-header {
	padding: 50vh 5vw 40px;
	background-color: #000;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.page-node-type-retailer .region-header>.page-header {
	display: none;
}

.page-node-type-retailer .region-header {
	/*padding-left: 15px;*/
	z-index: 4;
}

.retailer-title {
	position: relative;
	z-index: 12;
}

.retailer-name {
	font-size: 3em;
	margin: 1.5em 0 .5em;
}

.page-node-type-retailer .region-header-wrapper .region-header::before {
	background: #000;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);


	/*animation: Voile 1s linear 1.5s;*/
	/*animation-fill-mode: both;*/
	position: absolute;
	display: block;
	z-index: 3;

	content: '';
	width: 100%;
	height: 100%;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}

/*@keyframes Voile {
	0% {
		opacity: 0;
	}
	100% {
		opacity: .66;
	}
}*/
@media all and (max-width:1560px) {
	.page-node-type-retailer .region-header {
		padding-left: 15px;
	}
}

@media all and (max-width:767px) {

	.page-node-type-page .region-header,
	.page-node-type-collection .region-header,
	.page-node-type-webform .region-header,
	.page-node-type-press-kit .region-header,
	.page-node-type-retailer .region-header {
		padding-top: 25vh;
	}

	.main-container {
		padding-top: 70px;
	}
}

/* #endregion */



/* #region FRONT */

.path-frontpage .region-header {
	padding: 0;
	background: #000;
}

.path-frontpage .content {
	background-size: contain;
}

.path-frontpage .region-content .field--name-body {
	padding: 30vh 0;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
}

.path-frontpage .field--name-body p {
	max-width: 860px;
	margin: 0 auto;
}


/* #region SLIDESHOW */

.front-slides .contextual {
	padding-top: 100px;
}

.front-slides .row-inner,
.slick-slide {
	position: relative;
}

.front-slides {
	opacity: 0;
	transition: opacity 1s;
}

.front-slide {
	cursor: move;
	cursor: grab;
}

.front-slide:active {
	cursor: grabbing;
}

.loaded .front-slides {
	opacity: 1;
}

.path-frontpage .region-header {
	perspective: 120px;
	perspective-origin: center top;
}

.path-frontpage .region-header::after {
	content: "";
	display: block;
	position: absolute;
	left: 45%;
	top: 30vh;
	width: 10%;
	height: 200px;
	z-index: 2;
	background: #000 url(../logo.svg) no-repeat center center;
	background-size: contain;
	animation: loading 1s infinite linear;
}

.loaded .region-header::after {
	display: none;
}

@keyframes loading {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}

	33% {
		transform: scale(1.2);
		opacity: 1;
	}

	66% {
		transform: scale(1.1);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.5;
	}
}

.video-wrapper {
	overflow: hidden;
}

.front-slide video {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

.toolbar-fixed .front-slide video {
	height: 90vh;
}

.slide-info,
.slide__caption {
	width: 300px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 3vw;
	top: 40vh;
	transition: 1s;
	opacity: 0;
	z-index: 1;
}

.slick-active .slide-info,
.slick-active .slide__caption {
	left: 3vw;
	top: 20vh;
	opacity: 1;
}

/* dots pager */
.slick-dots {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}

.slick-dots li {
	display: inline-block;
	width: 31.33%;
	margin: 20px 1%;
	transition: .5s;
}

.slick-dots .slick-active {
	border-bottom-color: #fff;
}

.slick-dots button {
	background: transparent;
	border: 0 none;
	width: 100%;
	outline: 0;
	position: relative;
	text-transform: uppercase;
	line-height: 1;
	font-size: .75em;
	text-align: left;
	font-weight: 600;
	height: 35px;
	color: #aaa;
	transition: .5s;
	padding: 0;
	border-bottom: 1px solid #aaa;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
	color: #fff;
}

.slick-dots li:hover button {
	border-bottom-color: #fff;
}

.front-slide-title {
	position: absolute;
	bottom: 10px;
}

.slick-dots .time {
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 4px;
	width: 1%;
	background: #F4E81A;
	opacity: 0;
	z-index: 1;
	transition: opacity .6s;
	animation: timeline 10s infinite linear;
}

.slick-dots .time.playing {
	animation-play-state: running;
}

.slick-dots .time.paused {
	animation-play-state: paused;
}

.slick-dots .slick-active .time {
	opacity: 1;
}

@keyframes timeline {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.slick-next:before {
	content: "\e90a";
}

.slick-prev:before {
	content: "\e905";
}


@media screen and (max-width: 767px) {
	.front-slide video {
		height: 85vh;
	}

	.path-frontpage a#scroller {
		bottom: 2vh;
	}

	.slide-info,
	.slide__caption {
		width: 200px;
		left: 15px;
	}

	.slick-active .slide-info,
	.slick-active .slide__caption {
		top: 62px;
		/* 47+15 */
		left: 15px;
	}
}


/* #endregion */


/* #region COLLECTIONS */

.front-collections {
	padding-top: 160px;
	padding-top: 22vh;
}

.front-collections .group-wrapper {
	text-align: center;
	position: relative;
	height: 110vh;
	/*overflow: hidden;*/
}

.front-collections .group-wrapper:last-child {
	height: 85vh;
}

.front-collections .group-wrapper::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -50%;
	top: -30vh;
	width: 1px;
	height: 240px;
	height: 27vh;
	background: #fff;
	z-index: 10;
}

.front-collections .group-wrapper:first-child::before {
	height: 20vh;
	top: -20vh;
}

.front-collections .coll-img {
	padding: 0
		/*20vw*/
		0 15vh;
	margin: auto;
}

.front-collections .front-coll-name {
	position: absolute;
	top: 30%;
	width: 100%;
	z-index: 1;
}

.front-collections .front-coll {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.front-collections .front-coll img {
	opacity: 1;
	transform: scale(1);
	max-width: none;
	max-height: 80vh;
	width: auto;
	display: block;
	margin: auto;
	transition: .8s;

}

.front-collections .front-coll-hide img {
	opacity: 0;
	transform: scale(.5);
}

.front-collections .group-title h3 {
	font-size: 8.125em;
}

.front-collections .coll-text {
	width: 280px;
	text-align: right;
	position: absolute;
	right: 5vw;
	bottom: 0;
	padding: 20px 20px 10px 0;
	font-size: 0.875em;
	z-index: 2;
}

.front-collections .coll-text::before {
	content: "";
	display: block;
	height: 2px;
	width: 80px;
	background: #F4E81A;
	position: absolute;
	right: 0;
	top: 0;
}

.front-collections .group-wrapper:nth-child(2) .coll-text {
	text-align: left;
	right: auto;
	left: 5vw;
	padding-right: 0;
	padding-left: 20px;
}

.front-collections .group-wrapper:nth-child(2) .coll-text::before {
	right: auto;
	left: 0;
}

@media all and (max-width:767px) {
	.front-collections .group-wrapper {
		height: 80vh;
		margin-bottom: 20vh;
	}

	.front-collections .group-wrapper:last-child {
		margin-bottom: 5vh;
	}

	.front-collections .group-wrapper::before {
		top: -20vh;
		height: 17vh;
	}

	.front-collections .group-title h3 {
		font-size: 2.7em;
	}

	.front-collections .coll-text {
		width: 230px;
		padding-right: 10px;
		right: 0;
	}

	.front-collections .group-wrapper:nth-child(2) .coll-text {
		padding-left: 10px;
		left: 0;
	}

	.front-collections .front-coll img {
		max-height: 40vh;
	}
}

/* #endregion */

/* #endregion */

/* #region COLLECTION */

.collections .view-content {
	overflow: auto;
	padding-top: 4em;
	padding-bottom: 3em;
}

.collections .watch {
	text-align: center;
	position: relative;
	margin-bottom: 3em;
	overflow: hidden;
}

.watch-desc a {
	display: block;
	position: absolute;
	outline: 0;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 0;
	padding: 90% 10% 0;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #000;
	border-radius: 4px;
	opacity: 0;
	font-weight: 600;
	transition: 1s;
	color: #fff;
}

.watch:hover .watch-desc a {
	padding-top: 60%;
	opacity: 1;
	border-color: #fff;
}

.collections .watch h2,
.collections .watch .edit-link {
	position: relative;
	z-index: 1;
}

.collections .watch h2 a {
	display: block;
}

/* coll nav */

.coll-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.coll-list li {
	float: left;
	margin-right: 1em;
	margin-bottom: .7em;
}

.coll-list .cta a {
	margin: 0;
}

#block-linktohistoricalpieces {
	margin-bottom: 4em;
}

#block-linktohistoricalpieces .cta {
	text-align: center;
}

@media all and (max-width:991px) {
	.watch {
		padding-left: 0;
		padding-right: 0;
	}

	.watch:hover .watch-desc a {
		opacity: 0;
	}
}

/* #endregion */

/* #region WATCHES */

.page-node-type-watch .main-container {
	padding-top: 0;
}

/* #region WATCH NAV */

/* nav */

.region-sidebar-first-wrapper {
	position: fixed;
	left: 0;
	top: 30vh;
	z-index: 100;
}

#scrollmenu ul {
	padding-left: 5px;
}

#scrollmenu li {
	margin-bottom: .7em;
}

#scrollmenu a {
	color: #9a9a9a;
	font-size: 26px;
	line-height: 1;
	padding: 0 0 0 3px;
	border-bottom: 1px solid #6a6a6a;
	background: transparent;
	transition: .6s;
	display: block;
	width: 30px;
	outline: 0;
}

#scrollmenu a span {
	font-size: 20px;
	line-height: 1.4;
	height: 26px;
	display: inline-block;
	float: right;
	transition: .6s;
	text-align: right;
	width: 0;
	overflow: hidden;
	text-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

#scrollmenu a:hover,
#scrollmenu .active a {
	color: #fff;
	width: 140px;
}

#scrollmenu a:hover span,
#scrollmenu .active span {
	color: #fff;
	width: 110px;
}

@media all and (max-width:767px) {
	.region-sidebar-first-wrapper {
		display: none;
	}

}

/* #endregion */



/* #region Watch node */

.page-node-type-watch .region-content {
	max-width: none;
	background-size: cover;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
}

.page-node-type-watch .region-content .watch {
	text-align: center;
	min-height: 100vh;
	padding: 35vh 0 0;

}

.page-node-type-watch .region-content .watch.visible {
	background-color: rgba(0, 0, 0, .5);
}

.page-node-type-watch .watch-coll-name {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #fff;
	max-width: 200px;
	margin: 0 auto;
}

.page-node-type-watch .region-content .field--name-body {
	max-width: 610px;
	margin: 0 auto;
	line-height: 1.6;
	padding: 0 15px;
}

.page-node-type-watch .region-sidebar-second section {
	position: relative;
	padding-top: 33px;
}

.page-node-type-watch .region-sidebar-second .block-title {
	display: none;
	position: absolute;

	background: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: .2em 0 .1em;
	margin: 0;
}

@media all and (max-width:767px) {
	.page-node-type-watch .region-sidebar-second .block-title {
		display: block;

		position: -webkit-sticky;
		position: sticky;
		top: 30px;
		left: 0;
		right: 0;

		z-index: 11;
	}

	.region-content {
		background-attachment: scroll !important;
	}

}

/* #region ABOUT */

.watch-content .award h2 {
	display: none;
}

#block-views-block-watch-about {
	padding: 10vh 0;
	z-index: 1;
	overflow: hidden;
	background: #000;
}

.watch-about-text {
	padding-top: 15vh;
	position: relative;
	z-index: 8;
}

/* Day / Night */
.packshot {}

.packshot img {
	max-height: 120vh;
	object-fit: contain;
	position: relative;
	z-index: 2;
	transition: opacity .4s ease-in-out .2s;
}

.packshot img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.packshot img:first-child {
	position: static;
	position: relative;
	margin: auto;
	z-index: 2;
}

.packshot.active img:first-child {
	opacity: 0;
}

a#daynight-switch .night-label {
	/*display: none;*/
}

a#daynight-switch.night .night-label {
	display: inline;
}

.day-label {
	display: none;
}

a#daynight-switch,
a.mega-btn {
	display: block;
	margin-bottom: 1.5em;
	padding: 16px 64px 16px 16px;
	border: 2px solid #FFF;
	width: 240px;
	position: relative;
	color: #FFF;
	font-size: 24px;
	line-height: 24px;
	cursor: pointer;
}

a.mega-btn {
	padding: 16px;
	font-weight: 300;
	text-align: left;
}


/* contour */
a#daynight-switch::before,
a#daynight-switch::after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 30px;
	transition: all .3s ease-in-out 0s;
}

a#daynight-switch::before {
	width: 60px;
	height: 30px;
	top: 12px;
	background: #FFF;
	border-radius: 30px;
	right: 16px;
}

/* switch */
a#daynight-switch::after {
	content: '';
	width: 24px;
	height: 24px;
	background: #AAA;
	top: 15px;
	right: 48px;
}

/* Allumé */
a#daynight-switch.night,
a#daynight-switch.night>span,
a#daynight-switch.night::before {
	color: #F4E81A;
	border-color: #F4E81A;
}

a#daynight-switch.night::before {
	background: #F4E81A;
}

a#daynight-switch.night::after {
	background-color: #000;
	right: 18px;
}


.watch-360 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	/*height: 800px;*/
}


.turntable ul {
	padding: 0;
	margin: 0;
}

.turntable ul li {
	list-style-type: none;
	display: none;
}

.turntable ul li img {
	width: 100%;
}

.turntable ul li.active {
	display: block;
}


@media all and (max-width:767px) {
	#block-views-block-watch-about {
		padding: 0;
	}

	.watch-about-text {
		padding-top: 0;
	}

	a#daynight-switch,
	a.mega-btn {
		transform-origin: 0 0;
		transform: scale(.8);
	}

	.packshot {
		margin-bottom: -10vh;
	}
}

/* #endregion */

/* #region INSIGHT */

#block-views-block-watch-insight {
	padding: 15vh 0;
}

@media all and (max-width:767px) {
	#block-views-block-watch-insight {
		padding: 46px 0 15vh;
	}
}

/* #endregion */

/* #region VIDEO */

.watch-video {
	max-width: 1920px;
	margin: 0 auto;
}

.watch-video video {
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

/* #endregion */


/* #region SPECS */

#block-views-block-watch-specs,
#block-views-block-watch-specs .block-title {
	background: #e0e2e3;
	color: #000;
	border-color: #333;
}

#block-views-block-watch-specs .form-group {
	padding: 10vh 0 4vh;
	overflow: hidden;
}

.watch-specs .row-inner {
	margin-left: -15px;
	margin-right: -15px;
	/*overflow: auto;*/
}

/* dims */
.watch-dim ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.watch-dim li {
	margin-bottom: 5px;
	clear: both;
	overflow: auto;
}

.watch-dim .field--name-field-value {
	float: left;
	width: 150px;
	padding: 10px 0;
	background: #d5d5d5;
	text-align: center;
	font-weight: 600;
	margin-right: 40px;
}

.watch-dim .field--name-field-label {
	padding: 10px 0;
	font-size: .875em;
}

/* tabs */
.watch-specs-tabs {
	margin-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.watch-specs-tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.watch-specs-tabs li {
	display: block;
}

.watch-specs-tabs .tab-title {
	position: relative;
	width: 40%;
	padding: 8px 30px 5px;
	margin: 0;
	text-align: right;
	border-right: 1px solid #000;
	cursor: pointer;
}

.watch-specs-tabs .tab-title:hover,
.watch-specs-tabs .active .tab-title {
	background-color: #d5d5d5;
}

.watch-specs-tabs .tab-content {
	display: none;
	position: absolute;
	width: 60%;
	top: 0;
	right: 0;
	padding: 0 0 20px 30px;
	font-size: .875em;
	line-height: 1.2;
	overflow: auto;
}

.watch-specs-tabs .active .tab-content {
	display: block;
}

.watch-specs-tabs .paragraph--type--dimension {
	clear: left;
	padding: 4px 0;
	margin-bottom: 5px;
	/*overflow: auto;*/
}

.watch-specs-tabs .field--name-field-label {
	font-weight: 600;
	float: left;
	width: 190px;
}

.watch-specs-tabs .field--name-field-value {
	float: left;
	width: 300px;
}

@media all and (max-width:767px) {
	#block-views-block-watch-specs .form-group {
		padding: 15px 0 0;
	}

	/* tabs */
	.watch-specs-tabs .tab-title {
		width: auto;
		text-align: left;
		padding: 10px 0;
		border: 0 none;
		border-top: 1px solid #000;
	}

	.watch-specs-tabs .tab-title::after {
		content: "\e257";
		font-family: 'Glyphicons Halflings';
		font-weight: 400;
		font-size: 18px;
		display: block;
		position: absolute;
		right: 0;
		top: 12px;
	}

	.watch-specs-tabs .active .tab-title::after {
		transform: rotate(-90deg);
	}

	.watch-specs-tabs .tab-title:hover,
	.watch-specs-tabs .active .tab-title {
		background-color: transparent;
	}

	.watch-specs-tabs .tab-content {
		position: static;
		width: auto;
		padding: 0 0 15px;
	}

	.tab-data {
		display: flex;
		flex-wrap: wrap;
	}

	.watch-specs-tabs .paragraph--type--dimension {
		min-width: 48%;
		margin-right: 2%;
	}

	.watch-specs-tabs .field--name-field-label,
	.watch-specs-tabs .field--name-field-value {
		float: none;
		width: auto;
	}
}

/* #endregion */




/* #region VAR Gallery */
.watch-var .view-content {
	padding: 10vh 0;
	overflow: auto;
}

.watch-var .row-inner {
	margin-left: -5px;
	margin-right: -5px;
}

/* cache prev/next > marche pas */
figure .intensed__arrow {
	display: none;
}

.watch-var-menu li img {
	width: 100%;
	height: auto;
}

.watch-var-menu li {
	border: 1px solid #fff;
	width: 100px;
	margin: 0 auto 1em;
	cursor: pointer;
	text-align: center;
}

.watch-var-menu li:hover,
.watch-var-menu li.active {
	border-color: #F4E81A;
}

.watch-var-menu ul,
.watch-var-gal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.watch-var-gal li {
	text-align: center;
	position: relative;
	margin: 0 50px;

	height: 0;
	opacity: 0;
}

.watch-var-gal li.active {
	height: auto;
	opacity: 1;
}

.watch-var-gal .slick-arrow {
	left: -50px;
}

.watch-var-gal .slick-next {
	left: auto;
	right: -50px;
}

.b-lazy {
	transition: opacity 700ms ease-in-out;
	opacity: 0;
}

.b-lazy.b-loaded {
	opacity: 1;
}

.intensed:before {
	position: fixed;
	content: '\2715';
	font-size: 2.5em;
	color: #FFF;
	right: 15px;
	top: 10px;
	z-index: 12;
	pointer-events: none;
}

@media all and (max-width:767px) {
	.watch-var .view-content {
		padding: 15px 0;
	}

	.watch-var-menu li {
		float: left;
		width: 19%;
		margin-right: 1%;
	}

	.watch-var-gal li {
		margin: 0;
	}

	.watch-var-gal .slick-arrow {
		left: 0;
	}

	.watch-var-gal .slick-next {
		left: auto;
		right: 0;
	}
}


.urw-prodibi-container {
	clear: both;
}

/* #endregion */

/* #endregion */

/* #endregion */


/* #region AWARDS */
#block-views-block-awards-collections {
	padding: 5vh 0 2vh;
}

.awards {
	padding: 8vh 0;
}

.awards .view-content {
	overflow: auto;
}

.award {
	margin-bottom: 3em;
}

.awards a {
	color: #FFF;
}

.award,
.award .row-inner,
.award-inner {
	text-align: center;
	background: url('img/award-l.png') no-repeat 15px top;
	background-size: auto 160px;
}

.award .row-inner,
.award-inner {
	background-image: url('img/award-r.png');
	background-position: right top;
	padding: 0 70px;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.award .logo {
	max-width: 180px;
	margin: 0 auto 5px;
}

.award h3,
.award h4 {
	margin: 0;
}

.award p {
	font-size: 1.25em;
	margin: 0;
}

/* watch node */
.watch-awards .award {
	width: 50%;
	float: left;
	font-size: 11px;
}

.watch-awards .award {
	background-position: left top;
	background-size: auto 100px;
}

.watch-awards h3 {
	display: none;
}

.watch-awards .award .field--name-field-year {
	color: #FFF !important;
	font-size: 11px;
}

.watch-awards .award-inner {
	background-size: auto 100px;
	padding: 0 40px;
	min-height: 100px;
}

button.izi-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: transparent;
	border: 0;
	height: 32px;
	line-height: 1;
	z-index: 4;
	pointer-events: auto;
}

@media all and (max-width:767px) {
	.award {
		background-size: auto 100px;
		background-position: left top;
		margin-bottom: 10px;
		font-size: 11px;
		padding: 0;
	}

	.award .row-inner {
		background-size: auto 100px;
		padding: 0 40px;
		min-height: 120px;
		display: block;
	}
}

/* #endregion */

/* #region PRESS */

/* #region NODE */

.page-node-type-press-kit .main-container {
	background-color: #E5E5E5;
	padding-top: 0;
}

.press-fields {
	margin: 0 4vw;
}

.page-node-type-press-kit .region-header::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}

.page-node-type-press-kit .region-header h1,
.page-node-type-press-kit .region-header div,
.page-node-type-press-kit .region-header section {
	position: relative;
	z-index: 2;
}

.press-fields>.view-content {
	padding: 0 0 50px 0;
	overflow: auto;
	max-width: 700px;
}

.presskit-doc-dl a,
.presskit-vid-dl a {
	color: #555;
	font-size: 1.5em;
	margin: .5em 0 0;
}

.presskit-doc-dl a:hover,
.presskit-vid-dl a:hover {
	color: #222;
}

.presskit-pic-dl {
	margin-bottom: 30px;
}

.presskit-pic-dl .row-inner {
	background: #000;
	overflow: auto;
	border: 10px solid #000;
}

.presskit-pic-dl .press-legend {
	text-align: center;
	margin: .75em 0 0;
	font-size: 20px;
}

.presskit-pic-dl-link {
	float: left;
	font-size: 18px;
	width: 50%;
	text-align: center;
	margin-top: .5em;
}

.presskit-pic-dl-link a {
	padding-left: 1.1em;
	line-height: 1.2;
}

.presskit-pic-dl-link .has-icon::before {
	font-size: 1.3em;
	top: -.1em;
}

.press-fields .view {
	overflow: auto;
	padding: 0 0 50px;
	clear: both;
}


/* #endregion */

/* #region VIEW */

.page-node-16 .region-sidebar-second-wrapper {
	background-color: #E5E5E5;
	color: #000;
}

.presskits .view-content {
	margin-left: 5vw;
	margin-right: 5vw;

}

.presskits .group-wrapper {
	clear: both;
	overflow: hidden;
	/*	padding-left: 15px;
	padding-right: 15px;*/
	margin: 0 -15px 1em;
}

.presskits .group-title {
	padding: 10px 15px 0;
	position: relative;
	margin: 1em 0 2em;
}

/*.presskits .group-title:before {
	content: "";
	display: block;
	height: 2px;
	width: 80px;
	background: #F4E81A;
	position: absolute;
	left: 0;
	top: 0;
}*/
.presskit-img {
	background: #000;
}

.presskit h3 {
	min-height: 75px;
	text-align: center;
	background: #000;
}

.presskit-img a {
	display: block;
	opacity: 1;
	transition: .7s;
}

.presskit-img a:hover {
	opacity: .7;
}

/* #endregion */

@media all and (max-width:1366px) {
	.front-collections .group-title h3 {
		font-size: 9rem;
	}
}

@media all and (max-height:640px) {
	#block-mainnavigation .navbar-nav>li {
		font-size: 5rem;
	}
}

@media all and (max-width:767px) {
	.press-fields {
		margin: 0;
	}

	.page-node-type-press-kit .col-sm-12 {
		padding: 0;
	}
}

/* #endregion */

/* #region FORM */

.help-block {
	color: #fff;
}

.form-item {
	max-width: 500px;
}

.form-item .form-control {
	border-radius: 0;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-weight: 600;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.19);
	transition: .5s;
}

.form-control:focus {
	border-color: #F4E81A;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 0 rgba(0, 0, 0, .7);
}

/* #endregion */

/* #region SLICK SLIDER */

.slick-slide img {
	margin: 0 auto;
	outline: 0;
}

.slick-slide a {
	outline: 0;
}

.slick-arrow {
	position: absolute;
	left: 25px;
	top: 40%;
	z-index: 1;
	border: 0;
	overflow: hidden;
	text-indent: -200px;
	line-height: 1;
	padding: 0;
	margin: 0;
	outline: 0;
}

.slick-arrow:before {
	font-size: 30px;
	line-height: 1;
	color: #F4E81A;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	text-indent: 0;
}

.slick-next {
	left: auto;
	right: 25px;
}

.slick-next:before {
	content: "\e90a";
}

.slick-prev:before {
	content: "\e905";
}

.slick-disabled.slick-arrow:before {
	color: #444;
}

/* #endregion */