
/*-------------------- */


.StandingIcons > div {
	margin-left: 5%;
	margin-right: 5%;
	width: 170px;
	height: 170px;
	margin-bottom: 12em;
	font-size: .75em;
	}
	
@media (min-width: 640px) {
	.StandingIcons div {
		margin-left: 2%;
		margin-right: 2%;
		}
		}
		
@media (min-width: 1200px) {
	.StandingIcons div {
		font-size: 1.1em;
		}
		}
		

/*.Dropdown::before, */
.Dropdown {
    display: inline-block;
	/*float: left;*/
	width: 100%;
	height: 100%;
	left: 0;
	top: -50%;
	padding-top: 50%;
	padding-bottom: 50%;
	background-repeat: no-repeat;	
	background-size: 100% 100%;
	z-index: 5;	
	position: relative;
	background-image: url(../../images/icon-background.svg);
	/*margin-bottom: .75em;	*/
	}



.Dropdown img {
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
	}

.Dropdown:hover img{
	opacity: .5;
}


.PopMenu {
	display: none;
	z-index: 10;
	}



/* jQuery enabled behavior for mobile */
.Touch .Dropdown.NoHover .PopMenu {
	display: none !important;	
	}



.Dropdown:hover .PopMenu,
.Dropdown .PopMenu:hover {
	display: block;
	opacity:1;
	}



/*......  P O P U P  M E N U ........... */


.PopMenu::before { /*pointer*/
	content:"";
	position: absolute;
	top: -0.75em;
	margin-top: 65%;
	left: -1em;
	margin-left: 50%;
	width: 0px; 
	height: 0px; 
	border-left: 1em solid transparent;
	border-right: 1em solid transparent;
	border-bottom: 1em solid #473D3B;
	z-index: 20;
	}




.PopMenu ul {
	position: absolute;
	list-style: none;
	margin-top: 15%;
	background-color: #473D3B;
	width: 20em;
	left: -4em;
	box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
	border-radius: 6px;
	padding: .75em;
	}
	@media (min-width: 1200px) {
	.PopMenu ul {
		font-size: .6em;
		}
		}




/*	
.PopMenu ul::before { /*divider *!/
	content:"";
	position: absolute;
	z-index: 10;
	width: 0px; 
	height: 2em; 
	border-left: 1px solid white;
	left: 50%;
	opacity: 0.5;
	}*/

.PopMenu ul li{
	float:left;
	clear: none;
	text-align:center;
	height: 1.75em;
	Width: 50%;	
	padding-right: 1em;
	margin-top: .5em;
	}

.PopMenu ul li:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, .5);
	}


.PopMenu ul a {
	color:white;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 2em;
	padding-left: 2em; /* match a.Icon width/height */
	opacity:0.6;
	}

	

	.PopMenu ul a:hover {
		opacity:1;
		}
	a.Icon::before {
		content: "";
		position: absolute;
		height: 1.25em;
		width: 1.25em;
		background-size: 100% 100%;
		margin-left: -1.5em;
		margin-top: 0.25em;
		}
		a.Brochure::before {
			background-image: url(./popupmenu_brochure.svg);
			}
		a.Play::before {
			background-image: url(./popupmenu_play.svg);
			}



/* ......................... */



	.Famille .PopMenu ul {
		background-color: #92B13D;
		}
	.Famille .PopMenu::before {
		border-bottom-color: #92B13D;
		}



	.Contrat .PopMenu ul {
		background-color: #AFAF23;
		}
	.Contrat .PopMenu::before {
		border-bottom-color: #AFAF23;
		}



	.Travail .PopMenu ul {
		background-color: #D09A19;
		}
	.Travail .PopMenu::before {
		border-bottom-color: #D09A19;
		}



	.Personne .PopMenu ul {
		background-color: #D17F2B;
		}
	.Personne .PopMenu::before {
		border-bottom-color: #D17F2B;
		}



	.Location .PopMenu ul {
		background-color: #BC894C;
		}
	.Location .PopMenu::before {
		border-bottom-color: #BC894C;
		}



	.Criminel .PopMenu ul {
		background-color: #B78E71;
		}
	.Criminel .PopMenu::before {
		border-bottom-color: #B78E71;
		}



/* ............................ */

.IconGallery {
	padding: 5%;
	clear: both;	
	}

.IconGallery div.Col {
	padding: 0;
	width:12.66661%;	
	margin: 2%;
	}

	@media (max-width: 75em) {
		.IconGallery div.Col {
			width:20%;	
			margin: 2%;
			}
		.IconGallery div.Col:nth-child(5) {
			clear:both;	
			}
		.PopMenu ul {
			width: 120%;
			left: -10%;
			}
		.Juriste h2 {
			font-size: 4em;
			line-height: 1em;
			margin-bottom: 0.5em;
			}
		}

	@media (max-width: 55em) {
		.IconGallery div.Col {
			width:29.3333331%;	
			margin: 2%;
			}
		.IconGallery div.Col:nth-child(4) {
			clear:both;	
			}
		.IconGallery div.Col:nth-child(5) {
			clear:none;	
			}
		.PopMenu ul {
			width: 130%;
			left: -15%;
			}
		.PopMenu ul li{
			height: 2em;
			}
		.PopMenu ul a {
			font-size: 1.25em;
			line-height: 1.75em;
			}
		a.Icon::before {
			height: 1.5em;
			width: 1.5em;
			margin-left: -1.75em;
			top: .75em;
			}

		}
		


	@media (max-width: 38em) {
		.IconGallery div.Col {
			width:40%;	
			margin: 5%;
			}
		.IconGallery div.Col:nth-child(odd) {
			clear:both;	
			}
		.IconGallery div.Col:nth-child(even) {
			clear:none;	
			}
		.PopMenu ul {
			width: 140%;
			left: -20%;
			}
		.PopMenu ul li{
			height: 2em;
			}
		.PopMenu ul a {
			font-size: 1.25em;
			line-height: 1.75em;
			}
		a.Icon::before {
			height: 1.5em;
			width: 1.5em;
			margin-left: -1.75em;
			top: .75em;
			}
		}

	@media (max-width: 29em) {
		.IconGallery div.Col {
			width:60%;	
			margin: 5% 20% 5% 20%;
			}
		.PopMenu ul {
			width: 180%;
			left: -40%;
			}
		}





















