

	body
	{
	    -webkit-animation-duration: 0.1s;
		-webkit-animation-name: fontfix;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: linear;
		-webkit-animation-delay: 0.1s;
	}

	@-webkit-keyframes fontfix{
		from{ 	opacity: 1; }
		to{	opacity: 1; }
	}
	

			#slider_12_container .caption-text-defaut { background-color: rgba(0, 0, 0, 0.5); }
		    #slider_12_container .caption-text-defaut-titre {color:#ffffff ;}
		    #slider_12_container .caption-text-defaut-texte {color:#ffffff ;}
	

			.module-bloc-graphic-17 .module-bloc-graphic-item {max-width:660px;}
			.module-bloc-graphic-17 .module-bloc-graphic-item-texte {background-color: rgba(0,173,239,0.7);}
			.module-bloc-graphic-17 .module-bloc-graphic-item-titre {color: #ffffff;}
			.module-bloc-graphic-17 .module-bloc-graphic-item-commentaire {color: #000000;}
			.module-bloc-graphic-17 .module-bloc-graphic-item-plus {color: #FFFFFF;}
			

			.module-bloc-graphic-18 .module-bloc-graphic-item {max-width:660px;}
			.module-bloc-graphic-18 .module-bloc-graphic-item-texte {background-color: rgba(152,189,46,0.7);}
			.module-bloc-graphic-18 .module-bloc-graphic-item-titre {color: #ffffff;}
			.module-bloc-graphic-18 .module-bloc-graphic-item-commentaire {color: #000000;}
			.module-bloc-graphic-18 .module-bloc-graphic-item-plus {color: #FFFFFF;}
			

div.item {
margin: 0;
    padding: 0;
    list-style: none;
font-size:0;
position: absolute;
    top: 30.5%;
    left: 18%;
}

@keyframes mapRayon {

0% {
width: 30px;
    height: 30px;
    top: -15px;
    left: -15px;
    opacity: 1;
}

100% {
width: 150px;
    height: 150px;
    top: -75px;
    left: -75px;
    opacity: 0;

}
};

.item.item-point {

    right: 240px;
    width: 210px;
    height: 210px;
    display: none;
}
 
 

.item.item-point span{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #98bd2e;
    display: block;
    position: absolute;
}

.item.item-point span.rayon{
animation:mapRayon 3s infinite;
}

.position-point {position:absolute;top: 76.5%;
    left: 50.5%;}



				
 .captionBlack
{	
	background: #000;
	background-color: rgba(0, 0, 0, 0.4);
	color:white;
}

				