/* @override 
	http://ds.terredepixels.net/fr/32/user/themes/unify/css/custom.css
	http://ds.terredepixels.net/fr/40/nos-standards/fiche-standards/user/themes/unify/css/custom.css
	http://ds.terredepixels.net/fr/44/nos-standards/fiche-standards/user/themes/unify/css/custom.css
	http://ds.terredepixels.net/fr/31/user/themes/unify/css/custom.css
	http://ds.terredepixels.net/fr/13/nos-creations/fiche-creation/user/themes/unify/css/custom.css
	http://ds.terredepixels.net/fr/33/user/themes/unify/css/custom.css
	http://ds.terredepixels.net/fr/34/user/themes/unify/css/custom.css
	http://ds.terredepixels.net/fr/24/nos-creations/fiche-creation/user/themes/unify/css/custom.css
	http://ds.terredepixels.net/user/themes/unify/css/custom.css
	http://ds.terredepixels.net/fr/35/user/themes/unify/css/custom.css
	http://www.dispositifs-speciaux.com/fr/36/nos-standards/fiche-standards/user/themes/unify/css/custom.css
	http://www.dispositifs-speciaux.com/fr/40/nos-standards/fiche-standards/user/themes/unify/css/custom.css
	http://www.dispositifs-speciaux.com/user/themes/unify/css/custom.css */



/*#p10 .wrapper, #p14 .wrapper{
	margin-top: 40px;
	padding-top: 100px;
}*/

@import url(plugins.css);
@import url(ie8.css);

/*Import CSS Plugins*/
@import url(plugins/animate.css);
@import url(plugins/box-shadows.css);

.sorting-grid .mix{
	display: none;
}

/* @override http://ds.terredepixels.net/fr/40/nos-standards/fiche-standards/user/themes/unify/css/app.css */

/* @override 
	http://ds.terredepixels.net/fr/32/user/themes/unify/css/app.css */

/*   
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio and Blog Theme.
 * Version: 1.4
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Google Font*/

/*Reset Styles
------------------------------------*/
* {
   border-radius: 0 !important;
}

body { 
   color: #fff; 
   font-size: 13px;
   line-height: 1.6;
}
button{
	background-color: #e43535;
	border-style: none;
	padding: 10px 20px;
	font-weight: bold;
}
p, 
li,
li a { 
   color: #fff;
}

a {
   color: #c02c2c;
   text-decoration: none;  
}

a,
a:focus, 
a:hover, 
a:active {
   outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
   color: #c02c2c;
   text-decoration: underline;
}

hr {
  margin: 30px 0;
}

hr.hr-md {
  margin: 20px 0;
}

/*Headings*/
h1 {
	font-family: 'Raleway', sans-serif;

  font-size: 28px;
  line-height: 35px;
}
h2 {font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 33px;
}
h3 {font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 27px;
}
h4 {font-family: 'Raleway', sans-serif;
  line-height: 25px;
}
h5 {font-family: 'Raleway', sans-serif;
  line-height: 20px;
}
h6 {font-family: 'Raleway', sans-serif;
  line-height: 18px;
}


#canvas-particles {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}

* {
	margin: 0;
	padding: 0;
}	
.container.content h2{
	color: #ffffff;
}
.blocprod{
	position: relative;
	opacity: 1;
	margin-bottom: 40px;
	background-position: 100% 100%;
	height: 250px;
}


.blocprod a h3{
	color: #ffffff;
	font: 16px 'Raleway', sans-serif;
	text-decoration: none;
	bottom: 10px;
	position: absolute;
	z-index: 4;
	left: 25%;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.blocprod:hover h3{
	color: #ff1515;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding-left: 20px;
}
.blocprod:hover .ref{
	padding-left: 10px;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.blocprod a:hover{
	text-decoration: none;
}
.blocprod .ref{
	font-size: 8px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 25%;
	color: #9f9f9f;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding-left: 50px;
}
.blocprod img.vignette{
	opacity: 1;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 80%;
	margin: 0 auto;
}
.blocprod:hover img.vignette {
	opacity: 0.32;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
		width: 90%;
	margin-top: -20px;
}
.blocprod .picto{
	font-size: 20px;
	width: 20px;
}
.blocprod span{
	margin-right: 10px;
}

/* @group fiche */
ul.list-group li{
	background-color: #000000;
	padding-right: 0;
	padding-bottom: 2px;
	padding-top: 2px;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-style: none;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}
html ul.list-group li:hover{
	padding-right: 10px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #ffffff;
}
html ul.list-group li:hover a{
	color: #eb0000;
}

.lesimages{
	margin-top: 50px;
	clear: both;
	float: left;
}
.fiche{
	background-color: #000000;
	padding: 10px;
}
.fiche, .fiche p, .fiche a, .fiche ul li{
	color: #d7d7d7;
	text-shadow: 0 0 2px #000000;
	font-family: 'Raleway', sans-serif;
	
}
.fiche .col-md-8{
	margin: 0;
	padding: 0 0 50px;
}
.row{
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}

h1{
	color: #ffffff;
	margin-top: 0;
}
.pdf-link{
	background-color: #e92700;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	color: #ffffff;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0);
	padding: 5px 10px;
	float: left;
	border-radius: 10px;
		 -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		 -ms-transition: all 0.2s ease-in-out;
		 transition: all 0.2s ease-in-out;	
}

.pdf-link:hover{	 
	-moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;	
	text-decoration: none;
	background-color: #ffffff;
	color: #e82600;
}

.fiche .col-md-4 img{
	width: 100%;
	-moz-box-shadow: 0 0 20px #000000;
	box-shadow: 0 0 20px #000000;
	padding-right: 20px;

}
.btnprint, .btnback, .btnmail{
	padding: 0;
	width: 20px;
	height: 15px;
	display: inline-block;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.btnprint:hover, .btnback:hover, .btnmail:hover{
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	width: 20px;
	display: inline-block;
	background-color: #fe0000;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height: 15px;
}
.btnprint{
	background: url(user/themes/unify/img/print.png) 50% 0 no-repeat;
}
.btnback{
	background: url(user/themes/unify/img/back.png) 50% 0 no-repeat;
	margin-top: 40px;
}
.btnmail{
	background: url(user/themes/unify/img/mail.png) 50% 0 no-repeat;
}

li.list-group-item.active a{
	color: #ff0404;
	margin-right: 10px;
}

li.list-group-item a:hover, li.list-group-item:hover{
	text-decoration: none;
}


/* @end */

/* @group creations */
.controls{
	background-color: #000000;
	text-align: right;
	margin-bottom: 80px;
}
.controls a{
	color: #ffffff;
	padding: 10px;
	text-decoration: none;
	background-color: #181818;
}
.controls a:hover{
	color: #f30000;
}

.controls a.active{
	color: #fb0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-color: #000000;
}
img.noirblanc{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	opacity: 0.56;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
}
a.crea{
	width: 100%;
}
a.crea{
	height: 200px;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	background-color: #000000;
	display: inline-block;
}

a.crea h3{
	position: absolute;
	z-index: 1;
	text-align: center;
		font-size: 12px;
	color: #ffffff;
		background-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	bottom: -10px;
	left: -5px;
	opacity: 0;
}
a.crea:hover h3{
	bottom: -10px;
	left: 0;-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}
a.crea:hover img.noirblanc{
	    filter: grayscale(0%);
	    -webkit-filter: grayscale(0%);
	    -moz-filter: grayscale(0%);
	    -ms-filter: grayscale(0%);
	    -o-filter: grayscale(0%);
		opacity: 1;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
}
.thumbnail{
	background-color: #000000;
	border-color: #484444;
	margin: 0;
	padding: 0;
	float: left;
}
a.thumbnail:hover{
	border-color: #fff;
}

.lesimages{
	height: 200px;
}
.lesimages .col-md-2{
	margin: 0;
	padding: 0;
	float: left;
	height: 200px;
	overflow: hidden;
}
.lesimages a span{
	display: none;
}

.modal-header{
	background-color: #000000;
}
.blueimp-gallery .modal-body, .blueimp-gallery .modal-footer{
	background-color: #000000;
	border-style: none;
}
h4.modal-tile{
	color: #ffffff;
}
#blueimp-gallery div.slides div.slide div.modal.fade.slide-content.in {
	background-color: rgba(0, 0, 0, 0.41);
	margin: 0;
	padding: 0;
	opacity: 1;
}


/* @end */

.nav-resp{
	display:none;
}

#form4 header {
	background-color: #000000;
}

#form4 fieldset {
	background-color: #000000;
}

#form4.sky-form fieldset{
	background-color: #000000;
}




.navbar.navbar-fixed-top{
	background-color: #ee3434;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
}

 div.wrapper div.header div.navbar.navbar-fixed-top {
	background-color: #000000;
 	margin-top: 0;
 margin-bottom:0;
 	-moz-box-shadow: 0 0 50px #000000;
 	box-shadow: 0 0 50px #000000;
 }

.parallax-item{
	background: url(user/themes/unify/img/point.png) center center no-repeat;	
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.circle{
	background: url(user/themes/unify/img/point.png) center center no-repeat;	
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		 
}
.circle:hover{
	background: url(user/themes/unify/img/point-h.png) center center no-repeat;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.button{
	background: url(user/themes/unify/img/point-bouton.png) center center no-repeat;	
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 64px;
	height: 64px;
}

.button:hover{
	background: url(user/themes/unify/img/point-bouton-h.png) center center no-repeat;	
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


#l1, #l2, #l3, #l4, #l5, #l6 {
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}



.mouse{
	z-index: 90;
	position: relative;
	height: 700px;
	display: block;
}

.mouse-bg {
	position: fixed;
	z-index: 90;
	width: 64px;
	height: 64px;
}


div.block_accueil {
	
	background-color: rgba(0, 0, 0, 0.65);
	padding: 10px 60px 10px 30px;
	position:fixed;
	right: 0;
	display: inline-block;
	z-index: 0;
	bottom: 40px;
	
}
div.block_accueil h1{
	color: #ec2400;
	text-transform: uppercase;
	font-size: 25px;
}



div.block_accueil p{
	color: #fff;
}

div.block_accueil a{
	position: absolute;
	right: 5px;
	bottom: 5px;
}
div.block_accueil p a{
	position: relative!important;
	right: 0!important;
	bottom: 0!important;
	color: #eb2500 !important;
}

div.mask h3 {

	text-align: left;
	font-size: 12px;
	color: #ffffff;
}

div.space {
	padding: 10px;
	background-color: #1e1f22;
		 -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		 -ms-transition: all 0.2s ease-in-out;
		 transition: all 0.2s ease-in-out;	
}

div.space:hover{
	background-color: #ea2700;
		 -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		 -ms-transition: all 0.2s ease-in-out;
		 transition: all 0.2s ease-in-out;	
}

div.sorting-block ul.sorting-nav.sorting-nav-v1 li.filter, div.sorting-block ul.sorting-nav.sorting-nav-v1 li.filter a{
	color: #ffffff;
}



div.sorting-block ul.sorting-nav.sorting-nav-v1.text-right li.filter .inner.active{
	color: #ea2700;
	border-bottom-color: #ea2700;
}




div.space img {
	max-height: 150px;
}


.mouse .circle.l1:hover, .mouse .circle.l5:hover, .mouse .circle.l3:hover, .mouse .circle.l4:hover{
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	background-size: 100%;
	opacity: 1;
}



.mouse .circle.l1{
	filter: blur(1px);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	opacity: 0.5;
	width: 64px;
	height: 64px;
	z-index: 90;
	position: absolute;
	background-size: 60%;
	top: 300px;
	left: 400px;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mouse .circle.l3{
	width: 64px;
	height: 64px;
	z-index: 90;
	position: absolute;
	top: 400px;
	left: 900px;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mouse .circle.l2{
	width: 64px;
	height: 64px;
	z-index: 90;
	position: absolute;
	top: 500px;
	left: 600px;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.mouse .circle.l4{
	opacity: 0.7;
	filter: blur(0.7px);
	-webkit-filter: blur(0.7px);
	-moz-filter: blur(0.7px);
	-o-filter: blur(0.7px);
	-ms-filter: blur(0.7px);
	background-size: 70%;
	width: 64px;
	height: 64px;
	z-index: 90;
	position: absolute;
	top: 700px;
	left: 400px;
	 -moz-transition: all 0.4s ease-in-out;
	 -o-transition: all 0.4s ease-in-out;
	 -ms-transition: all 0.4s ease-in-out;
	 transition: all 0.4s ease-in-out;		
}

.mouse .circle.l5{
	opacity: 0.5;
	filter: blur(1px);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	background-size: 60%;
	width: 64px;
	height: 64px;
	z-index: 90;
	position: absolute;
	top: 450px;
	left: 1050px;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;		
}

.mouse .circle.l6{
	width: 64px;
	height: 64px;
	z-index: 90;
	position: absolute;
	top: 400px;
	left: 1400px;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.wrapper{
	width: 100%;
	height: 100%;
	margin-top: 120px;
}
.wrapper{
	width: 100%;
	height: 100%;
	margin-top: 20px;
}

/* @group actualite */
.actualites{
	background-color: #040000;
	margin-bottom: 40px;
	
	padding: 20px;
}
.actualites h1{
	font-family: Raleway;
}
/* @end */


/* presentation */
.article{
	padding: 40px 40px 80px;
	font: 16px 'Raleway', sans-serif;
}
.article{
	font-size: 13px;
}


.portrait{
	background-color: #000000;
	height: 450px;
	text-align: center;
	color: #9b9b9b;
	padding-bottom: 30px;
	display: inline-block;
}
.thumbnail{
	margin-bottom: 20px;
}
.poste {
	margin: 0 0 10px;
	padding: 0 0 10px;
	clear: both;
	width: 100%;
	display: block;
}
.portrait strong{
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	height: 70px;
	overflow: hidden;
	display: inline-block;
}
.portrait:hover .poste{
	color: #fa0000;
}
.portrait h2{
	font-size: 15px;
	color: #676767;
	margin-bottom: 0;
	padding-bottom: 0;
}
.portrait:hover{
	background-color: #262626;
	color: #f9f9f9;
	padding-bottom: 10px;
	margin-bottom: 0px;
	display: inline-block;
	border-bottom: 3px solid #fe0909;
}



.portrait:hover img.noirblanc{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	opacity: 1;
	
}


/* @group footer */

div.footer {
	position: fixed;
	bottom: 0;
	min-height: 50px;
	width: 100%;
	left: 0;
	right: 0;
	background-color: #000000;
	z-index: 4;
}
.footer .row{
	-moz-box-shadow: 0 0 50px #000000;
	box-shadow: 0 0 50px #000000;
	margin-top: 10px;
	font-size: 10px;
	text-align: right;
}
.footer p, .footer a{
	color: #6b6b6b;
}
/* @end */

#logo-header {
	width: 80%;
}

ul.nav.navbar-nav li .inner.active a{
	background-color: rgb(255, 9, 9);
	color: #e92300;
	border-bottom: 2px solid #e92300;
}

ul.nav.navbar-nav li.dropdown.open ul.dropdown-menu li.n2:hover a {
	color: #ffffff;
	border-style: none;
}

ul.nav.navbar-nav li .inner.active a:hover{
	background-color: rgba(255, 255, 255, 0);
	color: #e92300;
	border-bottom: 2px solid #e92300;
}

ul.nav.navbar-nav li a:hover, ul.nav.navbar-nav li.active a:hover{
	background-color: rgba(255, 255, 255, 0);
	color: #e92300;

}
ul.nav.navbar-nav li.active a{
	background-color: rgba(255, 255, 255, 0);
	color: #e92300;
	border-bottom: 2px solid #e92300;
}

ul.nav.navbar-nav li a {
	text-transform: lowercase;
	color: #ffffff;
}

div.collapse.navbar-collapse.navbar-responsive-collapse {
	float: right;
}

.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}

#access_map {
    height: 350px;
    width: 100%;
}

#map_canvas {
    height: 450px;
    width: 100%;
}

ul.parsley-errors-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    color: red;
}

li.parsley-length, li.parsley-required, li.parsley-type {
    color: red;
}

.tooltip {
	display: inline;
	position: relative;
	z-index: 999;
}
.container.content{
	margin: 0 auto;
	padding: 0 0 80px;
}
/* Gap filler */
.circle::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

/* Tooltip */

.tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 200px;
	bottom: 100%;
	font-size: 12px;
	text-align: left;
	font-weight: 400;
	color: #fffaf0;
	background: transparent;
	opacity: 0;
	margin: 0 0 12px -150px;
	cursor: default;
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
	left: 82px;
}

.circle:hover .tooltip-content {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.tooltip-content span {
	display: block;
}

.tooltip-text {
	border-bottom: 10px solid #fffaf0;
	overflow: hidden;
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}

.circle:hover .tooltip-text {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.tooltip-inner {
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	padding-bottom: 20px;
	text-align: left;
}

.tooltip-inner h1{
	text-align: center;
	color: #eb2400;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 0;
	margin-bottom: -10px;
}

.circle:hover .tooltip-inner {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Arrow */

.tooltip-content::after {
	content: '';
	bottom: -20px;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #fffaf0;
	border-width: 10px;
	margin-left: -10px;
}

@media (max-width: 1200px){
	
	.mouse .circle.l1{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 300px;
		left: 500px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;	
	}
	
	.mouse .circle.l2{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 500px;
		left: 650px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;	
	}
	
	.mouse .circle.l3{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 370px;
		left: 900px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;	
	}
	
	.mouse .circle.l4{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 470px;
		left: 450px;
		 -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		 -ms-transition: all 0.2s ease-in-out;
		 transition: all 0.2s ease-in-out;		
	}
	
	.mouse .circle.l5{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 450px;
		left: 950px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;		
	}

	#logo-header {
		width: 60%;
		margin-top: 25px;
	}
	
	.header{
	min-height: 120px;
		padding-top: 0px;
	}
}

@media (max-width: 990px){
.portrait{
	height: 480px;
	padding-bottom: 50px;
}
	
	.mouse .circle.l1{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 200px;
		left: 400px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;	
	}
	
	.mouse .circle.l2{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 400px;
		left: 550px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;	
	}
	
	.mouse .circle.l3{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 270px;
		left: 800px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;	
	}
	
	.mouse .circle.l4{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 470px;
		left: 350px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;		
	}
	
	.mouse .circle.l5{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 350px;
		left: 800px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;		
	}
	
	#logo-header {
		width: 55%;
		margin-top: 25px;
		margin-left: -20px;
	}
	
	div.collapse.navbar-collapse.navbar-responsive-collapse {
		font-size: 10px;
	}
.mouse{
	display:none;
}
}

@media (max-width: 865px){


#p1 img#logo-header {
	
	margin-left: -35px;
	}


#p9 div.wrapper div.animsition div.container.content div.row div.controls  {
	line-height:50px;
	padding-right:25px;
}

p1 .navbar navbar-default{
	display: none;
}


.nav-resp{
	display:block;
	margin-left: 20px;
	list-style:none;
	text-decoration:none;

	
}

div.block_accueil {
	
	background-color: rgba(0, 0, 0, 0.65);
	padding: 10px 60px 10px 30px;
	position: relative;
	display: inline-block;
	z-index: 0;
	bottom: 40px;
	right: 20px;
	margin-top: 40px;
}


#p1 div.wrapper div.header ul.nav-resp li {
	line-height:32px;
		text-transform: lowercase;
	
}

#p1 div.wrapper div.header ul.nav-resp li.active a{
	background-color: rgba(255, 255, 255, 0);
	color: #e92300;
	
}
#p1 div.wrapper div.header ul.nav-resp li.active {

	border-bottom: 2px solid #e92300;
	
}


#p1 div.wrapper div.header ul.nav-resp  li a:hover{
	background-color: rgba(255, 255, 255, 0);
	color: #e92300;
	text-decoration:none;

}

.mouse{
	display:none;
}
#canvas-particles{
	display:none;
}
	.mouse .circle.l1{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 200px;
		left: 300px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;	
	}
	
	.mouse .circle.l2{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 400px;
		left: 450px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;	
	}

	.mouse .circle.l3{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 300px;
		left: 600px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;	
	}
	
	.mouse .circle.l4{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 470px;
		left: 200px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;		
	}
	
	.mouse .circle.l5{
		width: 64px;
		height: 64px;
		z-index: 90;
		position: absolute;
		top: 350px;
		left: 650px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;		
	}
	
	#logo-header {
		width: 55%;
		margin-top: 25px;
		margin-left: 10px;
	}


div.collapse.navbar-collapse.navbar-responsive-collapse {
		font-size: 10px;
	}

}

@media (max-width: 780px){
	
	#p1 img#logo-header {
		width: 55%;
		margin-top: -10px;
		margin-left: 15px;
		}
	
	
ul.nav.navbar-nav {
	width: 100%;
	border-top-style: none;
	margin: 0;
}

div.navbar-collapse.navbar-responsive-collapse.collapse.in {
	width: 100%;
	margin: 0;
	padding: 0;
}

.header div.navbar.navbar-default div.container {

	padding: 0;
}

.header div.navbar.navbar-fixed-top div.container {
padding:0
}

button.navbar-toggle {
	margin-left: 30px;
	margin-bottom: 0;
	float: left;
	background-color: #d51e00;
	margin-top: 35px;
	border-style: none;
}
}
@media (max-width: 580px){




#logo-header {
	width: 55%;
	margin-top: -80px;
	margin-left: 55px;
}


.block_accueil{
	top: 300px;
}
}