
/* GLOBAL - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* #lookbook_ss20{
	margin:0 auto;
}
#lookbook_ss20 *{
	box-sizing: border-box;
	color:#302e2f;
	font-family: 'Heebo',Helvetica,Arial,sans-serif;
	text-transform: none;
	font-size: 16px;
	font-weight: lighter;
}*/
#lookbook_ss20 strong{
	font-weight: 700 !important;
}
#lookbook_ss20 .small,
#lookbook_ss20 .small a{
	font-size: 10px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 14px !important;
}
#lookbook_ss20 h1,
#lookbook_ss20 h1 *{
	font-family: Antique Olive,Helvetica,Heebo,Arial,sans-serif;
	font-weight: lighter;
	position: initial !important;
	float: initial !important;
	font-size: calc( 24px + (65 - 24) * (100vw - 320px) / (1920 - 320)) !important; /* min font size + (max font size + min font size) * (100vw - min screen size) / (max screen size - min screen size)) */
	line-height: 1.125;
	letter-spacing: -1px;
}
#lookbook_ss20 h2{
	margin-bottom: 0;
}
#lookbook_ss20 h2,
#lookbook_ss20 h2 *{
	font-size: calc( 24px + (56 - 24) * (100vw - 320px) / (1920 - 320)) !important; /* min font size + (max font size + min font size) * (100vw - min screen size) / (max screen size - min screen size)) */
	font-weight: lighter;
	font-family: Antique Olive,Helvetica,Heebo,Arial,sans-serif;
	line-height: 1.4;
	letter-spacing: -1px;
}
#lookbook_ss20 h3,
#lookbook_ss20 h3 *{
	font-size: 15px;
	font-weight: lighter;
	font-family: Antique Olive,Helvetica,Heebo,Arial,sans-serif;
}
#lookbook_ss20 a{
	text-decoration: none;
	display: inline;
	max-width: 100%;
}
#lookbook_ss20 img{
	max-width: 100%;
	min-width: 100%;
	text-align: center;
}
#lookbook_ss20 .spacer{
	margin-top: calc(5vw + 5vh + 5vmin);
	float: left;
	width: 100%
}
#lookbook_ss20 .half-spacer{
	margin-top: calc(2.5vw + 2.5vh + 2vmin);
	float: left;
	width: 100%
}
#lookbook_ss20 .quarter-spacer{
	margin-top: calc(1.25vw + 1.25vh + 1.25vmin);
	float: left;
	width: 100%
}


#lookbook_ss20 .video{
	width: 100%;
}

#lookbook_ss20 .video > div{
	margin:auto;
	max-width: 100%;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

#lookbook_ss20 .video > div iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}

@media screen AND (min-width: 1920px){
	#lookbook_ss20 h1,
	#lookbook_ss20 h1 *{
		/*font-size: 65px !important;*/
	}
	#lookbook_ss20 h2,
	#lookbook_ss20 h2 *{
		/*font-size: 56px !important;*/
	}
}

/* END GLOBAL - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*#lookbook_ss20 a:hover, #lookbook_ss20 a:focus,
#lookbook_ss20 .legende a:hover, #lookbook_ss20 .legende a:focus {
	color: #d2d2d2;
}*/

#lookbook_ss20 .text{
	margin: 15px 0 15px 0;
	line-height: 1.4;
	text-align: left;
	font-size: calc( 16px + (24 - 16) * (100vw - 320px) / (1920 - 320)) !important; /* min font size + (max font size + min font size) * (100vw - min screen size) / (max screen size - min screen size)) */
	letter-spacing: -0.6px;
	/* font-weight: normal; */
}
#lookbook_ss20 .legende,
#lookbook_ss20 .legende a,
#lookbook_ss20 .legende br{
	line-height: 1.2;
	text-align: left;
	font-size: calc( 9px + (10 - 9) * (100vw - 320px) / (1920 - 320)) !important; /* min font size + (max font size + min font size) * (100vw - min screen size) / (max screen size - min screen size)) */
	letter-spacing: 0;
	font-weight: normal;
	text-transform: uppercase;
}
#lookbook_ss20 .text .big{
	font-size: 125%;
}
@media screen AND (min-width: 1920px){
	#lookbook_ss20 .text{
		font-size: 24px !important;
	}
	#lookbook_ss20 .legende,
	#lookbook_ss20 .legende a{
		font-size: 10px !important;
	}
}
#lookbook_ss20 .hideondesktop{
	display:none;
}
#lookbook_ss20 .hideonmobile{
	display:block;
}
@media screen AND (min-width: 900px){

	#lookbook_ss20 #titre1 img{
		padding-right: 110px;
	}

	#lookbook_ss20 #titre2 img{
		padding-left: 30px;
	}

	#lookbook_ss20  .centered{
		display: flex;
	}
	#lookbook_ss20  .centered > div{
		display: flex;
		flex-direction:column;
		justify-content: center;
	}
	#lookbook_ss20  .centered > div.bottom{
		justify-content: flex-end;
	}
	#lookbook_ss20  .centered > div > div:not(.legende),
	#lookbook_ss20  .centered > .titre > *{
		margin:auto 0;
	}
	#lookbook_ss20 .flex{
		display:flex;
	}
	#lookbook_ss20 .flex .align-bottom{
		align-self: flex-end;
	}
	#lookbook_ss20 .legende{
		margin-top: 15px;
			/*position: absolute;
			top: 100%;*/
		}
		#lookbook_ss20 .mobile-spacer{
			display: none !important;
		}
		#lookbook_ss20 .titre img{
			max-width: 100%;
			min-width: auto;
			text-align: center;
		}
		#lookbook_ss20 .img33{
			/*width:calc(100% / 3);*/
			min-width: unset;
			flex:1;
			/*display: inline-block;*/
		}
		#lookbook_ss20 .img33:nth-child(1){
			padding: 0 4px 0 0;
		}
		#lookbook_ss20 .img33:nth-child(2){
			padding: 0 4px;
		}
		#lookbook_ss20 .img33:nth-child(3){
			padding: 0 0 0 4px;
		}
		#lookbook_ss20 .nomarginonmobile{
			margin-left: 4px;
		}
	}
	@media screen AND (max-width: 900px){
		#lookbook_ss20 {
			margin:0 !important;
		}
		#lookbook_ss20 .hideondesktop{
			display:block  !important;
		}
		#lookbook_ss20 .hideonmobile{
			display:none !important;
		}
		#lookbook_ss20 div.image a{
			width: 100%;
		}
		#lookbook_ss20 .row div.image{
			position: relative;
			padding : 0 ;
			/*margin-bottom: 10vw !important;*/
		}
		#lookbook_ss20 .row div.no-margin{
			margin-bottom: 0;
		}
		#lookbook_ss20 .row > div.titre{
			/*margin-top: calc(4vw + 4vh + 4vmin);
			margin-bottom: calc(4vw + 4vh + 4vmin);
			display: flex;*/
		}
		#lookbook_ss20 .row > div.titre > *{
			margin: 0 auto;
		}
		#lookbook_ss20 .mobileinverted {
			display: flex !important;
			flex-direction: column-reverse;
		}
		#lookbook_ss20 .titre{
			padding:0 0 !important;
		}
		#lookbook_ss20  .centered{
			display: block;
		}
		#lookbook_ss20  .centered > div{
			display: block;
		}
		#lookbook_ss20 .legende{
			margin-top: 15px;
			margin-bottom: 40px;
		}
		#lookbook_ss20 .legende br{
			display: :none !important;
		}
		#lookbook_ss20 .spacer,
		#lookbook_ss20 .half-spacer,
		#lookbook_ss20 .quarter-spacer{
			/*display:none !important;*/
		}
		#lookbook_ss20 .mobile-spacer{
			margin-top: calc(5vw + 5vh + 5vmin);
			float: left;
			width: 100%
		}
		#lookbook_ss20 .titre h1,
		#lookbook_ss20 .titre h2{
			/*text-align: center !important;*/
		}
		#lookbook_ss20 .titre img{
			/*max-width: 50%;*/
			min-width: auto;
			text-align: center;
		}
		#lookbook_ss20 .img33{
			/*width:calc(100% / 3);*/
			min-width: unset;
			flex:1;
			/*display: inline-block;*/
		}
		#lookbook_ss20 .img33:nth-child(1){
			padding: 0 2px 0 0;
		}
		#lookbook_ss20 .img33:nth-child(2){
			padding: 0 2px;
		}
		#lookbook_ss20 .img33:nth-child(3){
			padding: 0 0 0 2px;
		}
		#lookbook_ss20 .nomarginonmobile{
			margin-top: 0;
		}
		#lookbook_ss20 div:not(.no-responsive) > .span9.minipaddingbottomonmobile{
			padding-bottom: 1px !important;
		}
		#lookbook_ss20 div.imgs-grid > .span3{
			padding: 2px 0 !important;
		}
		#lookbook_ss20 div.imgs-grid > .span2,
		#lookbook_ss20 div.imgs-grid > .span1{
			display: none !important;
		}
		#lookbook_ss20 .imgs-grid{
			padding: 0 !important;
		}
	}