@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Gochi+Hand);


@font-face {
	font-family: 'Memphis';
	src: url('webfonts/288B14_0_0.eot');
	src: url('webfonts/288B14_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/288B14_0_0.woff') format('woff'), url('webfonts/288B14_0_0.ttf') format('truetype');
	font-weight: 500;
}
@font-face {
	font-family: 'Memphis';
	src: url('webfonts/288B14_1_0.eot');
	src: url('webfonts/288B14_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/288B14_1_0.woff') format('woff'), url('webfonts/288B14_1_0.ttf') format('truetype');
	font-weight: 700;
}
@font-face {
	font-family: 'Memphis';
	src: url('webfonts/288B14_2_0.eot');
	src: url('webfonts/288B14_2_0.eot?#iefix') format('embedded-opentype'), url('webfonts/288B14_2_0.woff') format('woff'), url('webfonts/288B14_2_0.ttf') format('truetype');
	font-weight: 300;
}
@font-face {
	font-family: 'Memphis';
	src: url('webfonts/288B14_3_0.eot');
	src: url('webfonts/288B14_3_0.eot?#iefix') format('embedded-opentype'), url('webfonts/288B14_3_0.woff') format('woff'), url('webfonts/288B14_3_0.ttf') format('truetype');
	font-weight: 100;
}





html, body{
	width: 100%;
	height: 100%;
	min-height: 748px;
	min-width: 1024px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #15263d;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/background2.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}


h1 {
	font-family:'Memphis', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:500;
	font-size: 1.82em;
	color:#FFF;
	padding:0;
	margin:0;
	margin-top:8px;
	line-height:1em;
	
	}
	
	@media screen and (min-width: 1400px) {
  h1 {
   font-size: 3vw;

  }
}
	
	
	h2 {
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 1em;
	color:#FFF;
	line-height:1em;
	margin-top:5px;

	}


.title {background-color:#000;
width:100%;
	position:fixed;
	top:0px;
	left:0px;
	text-align:left;
	padding-left: 20px;
	z-index:9;
	padding-bottom:10px;
	}
	
.nom {
	font-weight:700;
	font-size: 1.2em;}

.map{
	background:url(../img/shema-coulibaly.jpg) no-repeat  center;
	position:relative;
	display:block;
	width:1024px;
	height:748px;
	
	
}
.tooltip {
	display: inline;
	position: absolute;
	font-weight:400;
	font-size:1.6em;
	cursor:help;
}

/* Trigger item */

.tooltip-item {
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
	border-radius: 50%;
	border: 6px solid #e64b50;
	-webkit-animation: pulse 0.6s infinite alternate;
	animation: pulse 0.6s infinite alternate;
	-webkit-transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;

}

@-webkit-keyframes pulse {
	from { -webkit-transform: scale3d(0.5,0.5,1); }
	to { -webkit-transform: scale3d(1,1,1); }
}

@keyframes pulse {
	from { -webkit-transform: scale3d(0.5,0.5,1); transform: scale3d(0.5,0.5,1); }
	to { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

.tooltip:hover .tooltip-item {
	border-color: #fff;
}

.tooltip:first-child .tooltip-item{
	-webkit-animation-delay: 0; 
    animation-delay: 0;
}
.tooltip:nth-child(1) .tooltip-item{
	-webkit-animation-delay: 0.05s; 
    animation-delay: 0.05s;
}
.tooltip:nth-child(2) .tooltip-item{
	-webkit-animation-delay: 0.10s; 
    animation-delay: 0.10s;
}
.tooltip:nth-child(3) .tooltip-item{
	-webkit-animation-delay: 0.15s; 
    animation-delay: 0.15s;
}
.tooltip:nth-child(4) .tooltip-item{
	-webkit-animation-delay: 0.20s; 
    animation-delay: 0.20s;
}
.tooltip:nth-child(5) .tooltip-item{
	-webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
}
.tooltip:nth-child(6) .tooltip-item{
	-webkit-animation-delay: 0.30s; 
    animation-delay: 0.30s;
}
.tooltip:nth-child(7) .tooltip-item{
	-webkit-animation-delay: 0.42s; 
    animation-delay: 0.42s;
}
.tooltip:nth-child(8) .tooltip-item{
	-webkit-animation-delay: 0.40s; 
    animation-delay: 0.40s;
}
.tooltip:nth-child(9) .tooltip-item{
	-webkit-animation-delay: 0.71s; 
    animation-delay: 0.71s;
}
.tooltip:nth-child(10) .tooltip-item{
	-webkit-animation-delay: 0.20s; 
    animation-delay: 0.20s;
}
.tooltip:nth-child(11) .tooltip-item{
	-webkit-animation-delay: 0.55s; 
    animation-delay: 0.55s;
}
.tooltip:nth-child(12) .tooltip-item{
	-webkit-animation-delay: 0.60s; 
    animation-delay: 0.60s;
}
.tooltip:nth-child(13) .tooltip-item{
	-webkit-animation-delay: 0.65s; 
    animation-delay: 0.65s;
}
.tooltip:nth-child(14) .tooltip-item{
	-webkit-animation-delay: 0.70s; 
    animation-delay: 0.70s;
}
.tooltip:nth-child(15) .tooltip-item{
	-webkit-animation-delay: 0.75s; 
    animation-delay: 0.75s;
}
.tooltip:nth-child(16) .tooltip-item{
	-webkit-animation-delay: 0.80s; 
    animation-delay: 0.80s;
}
.tooltip:nth-child(17) .tooltip-item{
	-webkit-animation-delay: 0.85s; 
    animation-delay: 0.85s;
}
.tooltip:nth-child(18) .tooltip-item{
	-webkit-animation-delay: 0.90s; 
    animation-delay: 0.90s;
}
.tooltip:nth-child(19) .tooltip-item{
	-webkit-animation-delay: 0.95s; 
    animation-delay: 0.95s;
}
.tooltip:nth-child(20) .tooltip-item{
	-webkit-animation-delay: 1s; 
    animation-delay: 1s;
}
.tooltip:nth-child(21) .tooltip-item{
	-webkit-animation-delay: 1.05s; 
    animation-delay: 1.05s;
}
.tooltip:nth-child(22) .tooltip-item{
	-webkit-animation-delay: 1.10s; 
    animation-delay: 1.10s;
}
.tooltip:nth-child(23) .tooltip-item{
	-webkit-animation-delay: 1.15s; 
    animation-delay: 1.15s;
}
.tooltip:nth-child(24) .tooltip-item{
	-webkit-animation-delay: 1.20s; 
    animation-delay: 1.20s;
}


/*bouton-back*/
.tooltip:first-child {
    left: 45px;
    top: 174px;
}

/*Hayat Boumeddiene*/
.tooltip:nth-child(2) {
    left: 390px;
    top: 360px;
}

/*ou est la voiture*/
.tooltip:nth-child(3){
    left: 320px;
    top: 510px;
}

/*Nettin Karasular*/
.tooltip:nth-child(4){
    left: 466px;
    top: 510px;
}

/*Amedy Coulibaly*/
.tooltip:nth-child(5){
    left: 778px;
    top: 360px;
}

/*Tireur de Fontenay*/
.tooltip:nth-child(6){
    left: 746px;
    top: 510px;
}

/*Willy P*/
.tooltip:nth-child(7){
    left: 466px;
    top: 238px;
}

/*Christopher R*/
.tooltip:nth-child(8){
    left: 606px;
    top: 238px;
}

/*Tonino G*/
.tooltip:nth-child(9){
    left: 746px;
    top: 238px;
}

/*Mickaël A*/
.tooltip:nth-child(10){
    left: 882px;
    top: 238px;
}

/*7e suspect*/
.tooltip:nth-child(11){
    left: 606px;
    top: 510px;
}

/*Amar R*/
.tooltip:nth-child(12){
    left: 882px;
    top: 510px;
}

/*Saïd M*/
.tooltip:nth-child(13){
    left: 882px;
    top: 360px;
}

/* Gap filler */
.tooltip::after {
	content: '';
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 20px;
	bottom: 100%;
	pointer-events: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


.tooltip:hover::after {
	pointer-events: auto;
}

/* Tooltip */

.tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 280px;
	height: 100px;
	left: 50%;
	margin-left: -80px;
	bottom: 100%;
	text-align: center;
	color: #fff;
	opacity: 0;
	margin-bottom: 20px;
	cursor: default;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-content {
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}


.tooltip:hover .tooltip-content {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*.tooltip-content > span {
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	padding: 0;
}
*/
.tooltip-content *{
	z-index: 9999;
}
.tooltip-content .tooltip-front {
	float: left;
	width: 80px;
	height: 100%;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	padding: 0;
}

.tooltip-content .tooltip-back {
	float: left;
	width: 150px;
	height: 100%;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	padding: 0;
}

.tooltip-content > span img {
	display: block;
	max-width: 60px;
	margin: 10px;
}

.tooltip-front {
	background: #f0f0f0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,-90deg);
	transform: perspective(1000px) rotate3d(0,1,0,-90deg);
}


.tooltip-back {
	background: #e64b50;
	font-size: 0.5em;
	padding: 2.2em 1em 0;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,90deg);
	transform: perspective(1000px) rotate3d(0,1,0,90deg);
}

.tooltip-back a { color:#ffd1b7;
text-decoration:none;
	}


.tooltip:hover .tooltip-content > span {
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
}

/* Arrow */
.tooltip-content .tooltip-front::after,
.tooltip-content .tooltip-back::after {
	content: '';
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
}

.tooltip-content .tooltip-front::after {
	right: 0;
	border-top: 10px solid #f0f0f0;
	border-left: 10px solid transparent;
}

.tooltip-content .tooltip-back::after {
	left: 0;
	border-top: 10px solid #e64b50;
	border-right: 10px solid transparent;
}


/*a.logo {
	bottom: 10px;
	right: 20px;
	position: fixed;
	width: 60px;
	height: 60px;
	z-index: 10000;
}}*/
a.logo img {
	width: 60px;
	height: 60px;
	float:left;
	margin-right:20px;
}


