* {
	padding:0;
	margin:0;
	}

a {
	outline:none;
	}
	
body {
	background:url(img/bg.jpg);
	font: 14px/21px "Open Sans", sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

.top_header {
	background: #e8ebf0; /* Old browsers */
	background: -moz-linear-gradient(top, #e8ebf0 0%, #ccced2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ebf0), color-stop(100%,#ccced2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8ebf0 0%,#ccced2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e8ebf0 0%,#ccced2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e8ebf0 0%,#ccced2 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ebf0', endColorstr='#ccced2',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e8ebf0 0%,#ccced2 100%); /* W3C */
	text-shadow: 0px 1px 0px rgba(255,255,255,0.55);
	padding:0 15px;
	}
	
#header {
/*	-moz-box-shadow: 2px 2px 5px #cfcfcf;
	-webkit-box-shadow: 2px 2px 5px #cfcfcf;
	box-shadow: 2px 2px 5px #cfcfcf;*/
	background:#FFFFFF;
	}
	
.invis {
	position:absolute;
	left:-999999px;
	}
	
.content {
  margin-right: auto;
  margin-left: auto;
  position:relative;
}

.top_header .logo {
	overflow:hidden;
	}

.top_header .logo img {
	border:none;
	float:left;
	margin-right:7px;
	height:60px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
.top_header .logo h3 {
	color:#333;
	font-size:20px;
	font-weight:normal;
	padding-top:27px;
	text-decoration:none;
	}
	
.top_header .logo p {
	color:#dddddd;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	}
	
.form_select  {
    position: absolute;
	right:20px;
	top:25px;
    width: auto;
    margin:-1px auto 0 auto;
    padding: 5px 3px 3px 7px;

    cursor: pointer;
    outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
    /* Font settings */
    color: #ffffff;
	z-index:1000;
	}
	
	
.form_select .unite {
	float:left;
	margin-right:5px;
	position:relative;
	top:-5px;
	}
	
.menu_principale  {
	text-align:center;
	}
	
.menu_principale li {
	font-size:15px;
	text-transform:uppercase;
	font-weight:300;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
	margin-bottom:0;
	list-style:none;
	display:inline-block;
	position:relative;
}

 

.menu_principale li a {
	color:#333;
	text-decoration:none;
	display:inline-block;
	padding:13px 18px;
		transition:All 0.4s ease;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
	}
	 
.menu_principale li a:hover, .menu_principale li .sous_titre:hover, .menu_principale .smenu li a:hover, .menu_principale li a.active {
	color:#f47622;
	background:#f5f5f5;
	}
	
.menu_principale .smenu{ list-style:none; float:none; margin:0; padding:0; display:none;}
.menu_principale .smenu li a{float:none; background:#ffffff; padding:9px 13px; text-transform:none; width:190px; text-align:left;}
.menu_principale li:hover > .smenu{display:block; position:absolute; left:0px; width:180px; top:47px; z-index:10000; }
	
.activites {
	background: url(img/bg_header.jpg) center no-repeat ;
	width:100%;
	height:448px;
	}
	
div#contenu_principale {
	padding:15px;
	
	}
	
.title_page{ width:100%; text-align:center;}
.title_page h3{ width:100%; display:inline-block; font-size:16px; color:#f5b705; font-weight:500;}
.title_page h2{ width:100%; display:inline-block; font-size:24px; color:#2f2e33; margin:20px 0; font-weight:700;}
.title_page span{ width:56px; height:3px; display:inline-block; background:#f5b705; margin-top:10px; margin-bottom:30px;}

.animated {
	opacity:1;
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animate1{
   	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-ms-animation-delay: .5s;
	animation-delay: .5s;
}

.animate2{
   	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	-ms-animation-delay: 1.0s;
	animation-delay: 1.0s;
	margin:0 2%;
}

.animate3{
   	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}


.animated.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.sticky {
	position: fixed !important;
	margin-top: -93px !important;
	background:#FFFFFF;
	width: 1150px;
	margin:0 auto;
	z-index:100000;
	-moz-box-shadow: 0 0 10px 2px rgba(85,85,85,0.3);
	-webkit-box-shadow: 0 0 10px 2px rgba(85,85,85,0.3);
	box-shadow: 0 0 10px 2px rgba(85,85,85,0.3);
	border-bottom: 1px solid #e1e1e1;
}

.sticky .menu_principale li a {
	padding:25px 18px 10px 18px;
	}
	
.sticky .menu_principale .smenu li a {
	padding:15px 18px 10px 18px;
	}
	
.content {
		-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	background:#FFFFFF;
	
	}
	
.img_bor {
	float:left;
	margin-right:20px;
	margin-bottom:40px;
	border:7px solid #f5f5f5;
	   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
	 }
	 
.content .txt {
	color:#000;
	line-height:19px;
	padding-bottom:10px;
	}
	
.derniers_travaux .titre_liens {
	width:210px;
	float:left;
	}
	
.reference_stge {
	padding:15px 0 0 20px;
	}	

.reference_stge img {
	padding:7px;
	}

body .zoom {
	display:inline-block;
	color:#fff;
	font-weight:300;
 
	font-size:2em !important; 
	background-color:#de543e;
	color:#fff;
	padding: 14px 16px !important  ;
	margin-right:4px;
	cursor:pointer;
	opacity:0.9;
 
	border-radius:30px;
	}
	
body .zoom .icon-search {
	font-size:0.8em !important;
	margin-right:0 !important;
}
	
	
	
.col_droite {
	float:left;
	}
	

.bx-controls{
	position:absolute;
	left:10px;
	bottom:10px;
	}	
.services_stge li {
	display:block;
	list-style:none;
	}	

.services_stge li a {
	list-style:none;
	display: inline-block;
  margin: 0 11px 11px 0;
  padding: 4px 5px;
  border-radius: 10px;
  border: 1px solid #f7b71e;
  font-size: 14px;
  color:#444444;
  text-decoration:none;	}
	
.services_stge li a:hover {
	background:#f5f5f5;
	}
	
.services_stge li span {
	font-size:18px;
	}
	
/*Projects*/
#projects {
  padding: 50px 0 0;
}

.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}
.row:after{clear:both; content:" "; display:table;}
#projects .filters {
  border-top: 1px solid rgba(156, 156, 156, 0.3);
  padding: 40px 0;
  color: rgba(156, 156, 156, 0.9);
  text-align:center;
}
#projects .filters .filter {
  padding: 0 40px;
  position: relative;
  line-height: 14px;
  cursor: pointer;
}

#projects .filters .filter a {
	color:#999;
	}

#projects .filters .filter i {
  margin-right: 10px;
}
#projects .filters .filter:after {
  width: 5px;
  height: 14px;
  content: '';
  border: 1px solid rgba(156, 156, 156, 0.8);
  border-width: 0 1px;
  position: absolute;
  right: 0;
  top: 0;
}
#projects .filters .filter.active {
  color: #f7b71e;
}
#projects .project.mix {
  position: relative;
  overflow: hidden;
  float: left;
}
#projects .project.mix .projectImg {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
#projects .project.mix .projectDetails {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 5px;
  padding:25px 10px;
  background: rgba(156, 156, 156, 0.85);
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  transition: all 300ms ease-in-out;
   
}
#projects .project.mix .projectDetails .nameType {
  transition: all 300ms ease-in-out;
}
#projects .project.mix .projectDetails .nameType .projectName {
  font-size: 16px;
  font-weight:bold;
}
#projects .project.mix .projectDetails .nameType .projectType {
  color: rgba(255, 255, 255, 0.4);
}

#projects .project.mix .projectDetails .nameType .projectName a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#projects .project.mix .projectDetails .projectIcons a {
  width: 30px;
  line-height: 30px;
  border: 1px solid #f7b71e;
  padding: 0;
  background: none;
  border-radius: 0;
  color: #FFF;
  text-decoration:none;
  display:inline-block;
  text-align:center;
  font-size: 14px;
  text-shadow: none;
  transition: all 300ms ease-in-out;
}

#projects .project.mix .projectDetails .projectIcons a i {
	margin-right:0;
	}


#projects .project.mix .projectDetails .projectIcons a:first-child {
  margin-right: 2px;
}
#projects .project.mix:hover .projectDetails {
  background: none;
}
#projects .project.mix:hover .projectDetails .nameType {
   
}
#projects .project.mix:hover .projectDetails .projectIcons {
  background: none;
}
#projects .project.mix:hover .projectDetails .projectIcons a {
  background: #f7b71e;
}
#projects.fullWidth .project,
#projects.col3 .project {
  width: calc(100% / 2);
}
#projects.col2 .project {
  width: calc(100% / 2);
}
#projects.col2 .projects,
#projects.col3 .projects {
  margin: -15px 0 0;
  background: none;
}

#projects.col2 .projects .project .projectInner,
#projects.col3 .projects .project .projectInner {
  position: relative;
}
#projects.col2 .paginationRow,
#projects.col3 .paginationRow {
  top: -15px;
}
#projects.col3 .project .projectDetails {
  overflow: hidden;
  position: relative;
  bottom: 0;
}
#projects.col3 .project .projectDetails .nameType .projectName {
  font-size: 22px;
}
#projects.col3 .project .projectDetails .nameType .projectType {
  color: rgba(255, 255, 255, 0.4);
}
#projects.col3 .project .projectDetails .projectIcons {
  margin-right: -150%;
  width: 100%;
  transition: all 300ms ease-in-out;
}
#projects.col3 .project:hover .projectDetails {
  background: #f7b71e;
}
#projects.col3 .project:hover .projectDetails .projectIcons {
  background: none;
  margin-right: 0;
}
#projects.col3 .project:hover .projectDetails .projectIcons a {
  background: #293133;
}
#projects.page {
  padding-top: 0;
}
@media (max-width: 1024px) {
  #projects .filters {
    padding: 20px 0;
  }
  #projects .filters .filter {
    padding: 0 20px;
  }
  #projects .project.mix .projectDetails {
    padding: 15px;
  }
  #projects .project.mix .projectDetails .nameType {
    transition: all 300ms ease-in-out;
  }
  #projects .project.mix .projectDetails .nameType .projectName {
    font-size: 15px;
  }
  #projects .project.mix .projectDetails .nameType .projectType {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
  }
  #projects .project.mix .projectDetails .projectIcons a {
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    text-shadow: none;
  }
}
@media (max-width: 990px) {
  #projects .project.mix .projectDetails .nameType .projectName {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #projects .project.mix {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #projects .project.mix {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #projects .filters {
    padding: 0;
  }
  #projects .filters .project_filderButton {
    width: 100%;
    background: #333d40;
    border: 0;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    padding: 0;
    margin: 0;
    word-spacing: 10px;
    line-height: 50px;
  }
  #projects .filters #filters {
    padding: 10px 0;
    transition: all 300ms ease-in-out;
  }
  #projects .filters .filter {
    padding: 0;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
  }
  #projects .filters .filter i {
    font-size: 24px;
    margin: 0;
    display: block;
  }
  #projects .filters .filter:after {
    display: none;
  }
}

.img_partenaire {
	display:inline-block;
	}
	
.img_partenaire img {
	display:inline-block;
	border:1px solid #f5f5f5;
	padding:3px;
	width:100px;
	}
	
.larg_img {
	width:166px !important;
	}
	
.larg_img2 {
	width:110px !important;
	}
	
.larg_img3 {
	width:130px !important;
	}

.h3_partenaire {
	background:#f5f5f5;
	font-weight:normal;
	font-size:18px;
	padding:10px 10px;
	margin-bottom:10px;
	margin-top:10px; 
	}

.sous_titre {
	margin: 0 10px 0;
	padding-left:10px;
	}

.separation {
	background:#f5f5f5;
	height:40px;
	margin-bottom:10px; }

/*MixitUp
.mix {
  display: none;
}*/
 
/*Floating*/
.fleft {
  float: left;
}
.fright {
  float: right;
}	

/*PreLoader*/
#pageloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  z-index: 99999;
  overflow: hidden;
}
#pageloader .loader-item {
  height: 130px;
  width: 130px;
  border-radius: 50px;
  left: calc(50% - 65px);
  top: calc(50% - 100px);
  text-align: center;
  position: absolute;
}

.derniers_travaux {
	margin:35px 0;
	overflow:hidden;
	border:#d0d3d9 solid 1px;
	padding:10px;
	clear:both;
		-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	position:relative;
	}
	
.derniers_travaux .reference{
	border:#ededed solid 1px;
	padding-bottom:15px;

	}
	
.derniers_travaux .reference .relative {
	position:relative;
	background:url(img/bgimg.jpg) center no-repeat;
	}
	
.derniers_travaux .reference img {
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   -ms-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.derniers_travaux .reference:hover img {
   -webkit-transform: rotate(720deg) scale(0);
   -moz-transform: rotate(720deg) scale(0);
   -o-transform: rotate(720deg) scale(0);
   -ms-transform: rotate(720deg) scale(0);
   transform: rotate(720deg) scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

 

.derniers_travaux .reference .mask {
   background-color: rgba(77,44,35,0.5);
   -webkit-transform: rotate(0deg) scale(1);
   -moz-transform: rotate(0deg) scale(1);
   -o-transform: rotate(0deg) scale(1);
   -ms-transform: rotate(0deg) scale(1);
   transform: rotate(0deg) scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   -ms-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   position:absolute;
   height:69px;
   width:161px;
   left:0px;
   top:0px;
    text-align:center;
	padding-top:30px;
}

.derniers_travaux .reference:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px) rotate(0deg);
   -moz-transform: translateY(0px) rotate(0deg);
   -o-transform: translateY(0px) rotate(0deg);
   -ms-transform: translateY(0px) rotate(0deg);
   transform: translateY(0px) rotate(0deg);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}

.derniers_travaux .reference a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -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;
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   font-size:12px;
   margin:0 auto;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}

.derniers_travaux .reference:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}

.derniers_travaux a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
	
.derniers_travaux .dernier_title {
	margin-right:15px;
	background:url(img/striped.png);
	font-weight: normal;
	font-size:16px;
	color:#333333;
	}
	
.derniers_travaux .dernier_title span {
	background:#FFFFFF;
	padding-right:10px;
	}
	
.derniers_travaux .reference .titre {
	margin:10px 5px 0;
	color:#0f1216;
 
	font-weight:normal;
	}

.derniers_travaux .reference .titre a {
	color:#0f1216;
	text-decoration:none;
	font-weight:normal;
	}
	
.derniers_travaux .reference .description {
	color:#969696;
	padding:0 5px;
	font-size:11px;
	line-height:15px;
	}	

.liste_cop {
	margin-left:20px;
	color:#969696;
	}

.liste_cop li {
	list-style: disc;
	color:#000000;
	}

.bloc_contact {
	padding-left:25px;
	text-align:left;
	}
	
.adresse_stge {
	float:left;
	margin-right:25px;
	width:350px;
	line-height:21px;
	color:#666666;
	position:relative;
	z-index:100000;
	}
	
.adresse_stge h3 {
	font-size:16px;
	font-weight:bold;
	}
	
.liens_mail a {
	color:#666666;
	}
	
.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next{
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-image: url(img/carousel_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	overflow: hidden;
	text-indent: -999px;
	margin: 0 0 0 1px;
}
.bx-controls .bx-next{
	background-position: -15px 0;
}
.bx-controls .bx-prev.disable{
	background-position: 0 -15px;
}
.bx-controls .bx-next.disable{
	background-position: -15px -15px;
}

.bg_gris {
	background:#ffffff;
	}
	
.bg_gris .dernier_title {
	margin-bottom:15px;
	}
	
.bg_gris .dernier_title span {
	background:#ffffff;
	padding-right:10px;
	}
	
.reseaux_sociaux  {
	overflow:hidden;
	margin:7px 0 ;
	}
	
.reseaux_sociaux a {
	float: left;
	text-align: center;
	margin: 0;
	margin: 0 10px 10px 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #999999;
	background:#FFFFFF;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration:none;
	border: 1px solid #e1e1e1;
	text-shadow:none;
}
.reseaux_sociaux a span {
	padding: 1px 1px 5px 0;
	display: block;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 30px;
	height: 25px;
	border-radius: 50% !important;
	line-height:27px;
	}
	
.reseaux_sociaux a:hover .facebook {
	width: 30px;
	height: 25px;
	border-radius: 50% !important;
	color:#FFFFFF;
	background:#3b5998;
}

.reseaux_sociaux a:hover .google {
	width: 30px;
	height: 25px;
	border-radius: 50% !important;
	color:#FFFFFF;
	background:#e14d3a;
}

.reseaux_sociaux a span i {
	margin-right:0 !important;
	}

.competences {
	overflow:hidden;
	text-align:center;
	}


.competences li {
	display:inline-block;
	margin-right:30px;
	}
	
.competences li a {
	background:url(img/competence_stge.png) no-repeat;
	display:inline-block;
	width:120px;
	height:96px;
	padding:26px 26px 34px 26px;
	font-size:12px;
 
	background-color:#ffffff;
	
	-moz-backface-visibility: hidden;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: .3s;
	-webkit-transition: all .3s ease-in-out;
	transition: .3s;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	}
	
.competences li a strong {
	font-size:11px;
	height:25px;
	line-height:11px;
	display:block;
	}
	
.competences li a .icon {
	font-size:48px;
	display:block;
	margin:5px 0 5px !important;

 
	}


.competences li a:hover,  .competences li a.active{
	background:url(img/competence_stge_hover.png) no-repeat;
	color:#999;
	text-shadow:0 1px 0 #ffffff;
/*-webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg); 
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);*/
  		-webkit-transition: all 0.4s ease-in-out;
	-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;
	}
	
.copyright {
	background: #7f7f7f ;
	border-top:1px solid #ddd;
	padding:10px 10px;
	color:#f5b705;
	font-size:12px;
	position:relative;
	}
	
.copyright .liens  {
	position:absolute;
	right:10px;
	top:10px;
	color:#ffffff;
	}
	
.copyright .liens a {
	text-decoration:none;
	font-size:12px;
	color:#ffffff;
	padding:0 5px;
	}
	
.copyright .liens a:hover {
	color:#f5b705;
	}

@media (min-width: 800px) {
  .content {
    width: 750px;
  }
}
@media (min-width: 1030px) {
  .content {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .content {
    width: 1150px;
  }
 
}

#mobilepro {
	display:none;
	}
	
.mapstge {
	width:600px;
	height:450px;
	}

@media only screen and (max-width: 767px) {
#mobilepro {
	padding:10px 10px 15px 10px;
	font-size:24px;
	text-transform:uppercase;
	display:block;
	cursor:pointer;
	z-index:1000;
	text-align:center;
	position:relative;
	background:#7f7f7f;
	color:#FFFFFF;
	}
	
.sf-menu { width:100%; display: none; margin: 0 auto !important; padding:0px;    /* IE6-9 */ }
	
.sf-menu.xactive {
 	display:block  !important;
	}
	
.container {
	width:100% !important;
	}

.menu_principale {
	padding-left:0px;
	}
	
.menu_principale  {
	z-index:100000;
	}
	
ul.menu_principale >  li {
	display:block;
	float:none;
	text-align:left;
	}
	
.menu_principale li a {
	background:#f0f3f5;
	border-bottom: 1px solid #e1e1e1;
	display:block;
	width:100% !important;
	padding:10px;
	}	

.menu_principale .smenu li {
	display:block;
	font-size:11px;
	}
	
.menu_principale li:hover > .smenu {
	top:40px;
	}
	
.form_select {
	top:5px;
}

.top_header .logo h3 {
	text-align:right;
	font-size:14px;
	line-height:14px;	
	}
	
.oneByOne1, #banner .oneByOne_item {
	width: auto !important;
	display:none;
	}

.adresse_stge  {
	width: auto !important;

	}

#banner .oneByOne_item, .oneByOne1 {
	height:auto !important;
	}
	
.copyright .liens, .copyright {
	position:relative;
	text-align:center;
	font-size:9px;
	}
	
#projects .project.mix {
	display:none;
	}
	
.title_page span {
	margin-bottom:10px;
	margin-top:0px;
	}
	
.content {
	padding:0 !important;
	}
	
.liste_cop {
	margin-left:0;
	text-align:left;
	font-size:11px;
	}
	
.mapstge {
	width:100%;
	height:auto;
	}
	

#mapframe {
	float: none;
	margin:15px 0;
	}
	
.content .txt {
	font-size:12px;	
	}
}