/* ----------------- Styles UCLIP CONTACT ROUTE IMAGES ----------------- */
	#token_road {
		position: absolute;
		top: 60px;
		left: 180px;
		}
	.cercle {
		width: 40px;
		height: 40px;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 5px;
		border-radius: 33px;
		}
	.top_road {
		position : absolute;
		top: -92px;
		left: 850px;
		width: 50px;
		padding: 30px;
		z-index: 10;
		}
	#c1 {
		background-color: #F9EEDF;
		border: 2px solid #F0C300;
		}
	#c2 {
		background-color: darkred;
		border: 2px solid darkorange;
		}
	#c3 {
		background-color: grey;
		border: 2px solid darkred;
		}
	#c4 {
		background-color: #03224C;
		border: 2px solid darkred;
		}
	#road1, #road2, #road3, #road4 {
		display: none;
		}
	#loupe_bolt {
		position: absolute;
		bottom: -60px;
		left: 0;
		width: 40px;
		padding: 15px 25px 15px 40px;
		}
	#loupe_bolt:hover {
		cursor: pointer;
		}
	#top_venus {
		position: absolute;
		bottom: -60px;
		left: 880px;
		width: 40px;
		padding: 15px 25px;
		}
	@media(orientation:portrait){
		#token_road {
			position: absolute;
			top: 70px;
			left: 180px;
		}
		.cercle {
			width: 44px;
			height: 44px;
		}
		#loupe_bolt {
			position: absolute;
			bottom: -70px;
			left: 0;
		}
		#top_venus {
			position: absolute;
			bottom: -70px;
			left: 880px;
		}
	}
/* ----------------- Collection ----------------- */
	.collection {
		position: relative;
		margin-top: 30px;
		padding: 40px 0 40px 50px;
		}
	#z1, #z2, #z3, #z4 {
		position : absolute;
		top: -80px;
		left: 0;
		}
	#t1, #t2, #t3, #t4 {
		position : absolute;
		top: -90px;
		left: 220px;
		color: #6495ED;
		}
	.titre_renaissance {
		width: 500px;
		font-size: 2em;
		margin-left: 50px;
		margin-top: 30px;
		padding-left: 15px;
		padding-bottom: 5px;
		border-left: 2px solid #DE3163;
		border-bottom: 2px solid #DE3163;
		background-color: white;
		border-radius: 0 14px;
		}
	.zen_collection { /* border: 1px solid purple; */
		position : absolute;
		top: -85px;
		left: 80px;
		width: 50px;
		padding: 20px;
		z-index: 10;
		}
	.zen_collection:hover {
		cursor: pointer;
		}
/* ----------------- Loupes ----------------- */
	#loupe_rome { /* loupe_bleue */
		position: absolute;
		bottom: 0;
		left: 940px;
		width: 40px;
		padding: 20px;
		}
	#loupe_rome:hover {
		cursor: pointer;
		}