.body_1{
	background-image: url('../img/header.jpg');
}
.body_perm{
	background-image: url('../img/perm.jpg');
}
.body_team{
	background-image: url('../img/team.jpg');
}
.body_cafe{
	background-image: url('../img/cafe.jpg');
}
.body_clients{
	background-image: url('../img/clients.jpg');
}
.body_enqueteur{
	background-image: url('../img/enqueteur.jpg');
}
.body_expertises{
	background-image: url('../img/expertises.jpg');
}
.body_contact{
	background-image: url('../img/contact.jpg');
}
.body_historique{
	background-image: url('../img/historique.jpg');
}
.body_valeurs{
	background-image: url('../img/valeurs.jpg');
}
.body_technologies{
	background-image: url('../img/technologies.jpg');
}
.body_services{
	background-image: url('../img/services.jpg');
}
.mentions{
	text-align:left;
	text-decoration: underline;
}
.mentions h4{
	text-align:left;
	color: rgba(255, 255, 255, 0.7);
	font-size: 26px;
	font-size: 2.6rem;
	text-decoration: none;
}
#container h2{
	color: rgba(255, 255, 255, 0.7);
	font-size: 32px;
	font-size: 3.2rem;
	padding:0;
	padding-top:5px;
	margin:0 auto;
	font-family: 'Comfortaa';
	/*font-family: 'Avenir LT Std 85 Heavy';*/
	font-weight:bold;
}
.main_ul{
	/*margin-top:20px;*/
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8em;
	color: #ddd;
}
.main_ul li{
	list-style-type: none;
}
.main_ul li:before {
    content: "\e067";
    font-family: 'Glyphicons Halflings';
    /*font-size: 9px;*/
    position: relative;
    margin-right: 10px;
    /*top: 3px;*/
    color: #FC6A03;
}
.main_ol {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8em;
	color: #ddd;
}
.main_ol li{
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.8em;
	color: #ddd;
	font-weight:bold;
	margin-top:20px;
}
.ex-item{
   height: 256px;
   width: 256px;
   display: none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.cont{
	position:fixed !important; 
	top:120px; 
	left:0;
	width:340px;
	height: calc(100% - 120px);
	display: inline-block;
	position:relative;
	/*flex-direction: column;
	justify-content: center;*/
	text-align: center;
}
.fa{
	font-size:160pt;
	font-size:16rem;
	opacity:0.70;
}
.fa:hover{
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	opacity:1.0;
}
.navbar{
	display:none;
}
.petit_p{
	margin-top: 1.5rem;
	font-size:24px !important;
	font-size:2.4rem !important;
	margin-bottom: 0;
}
.big_p{
	margin-top: 4.5rem;
	font-size:24px !important;
	font-size:2.4rem !important;
	margin-bottom: 0;
}
.p_serv{
	font-size:24px !important;
	font-size:2.4rem !important;
	font-weight: bold;
	margin-bottom: 1.5rem;
	font-style: italic;
}
.plus_s{
	font-family: 'Komika Axis', Arial, sans-serif;
	color: #FC6A03;
}
/*.but_right{
	margin-right:10%;
}*/
.header_title{
	text-align: center;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	cursor: default;
	width: calc(100% - 470px);
	box-sizing: border-box;
	/*float:left;*/
	margin-left:340px;
}
.fixer_header{
	height:auto;
	display: inline-block;
	margin-top:10.5rem;
}
.fonc{
	color:#fc6a03;
	font-size: 1.4rem;
}
.header_title h1{
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	/*font-size: 1.8vw; */
	font-size: 50px;
	font-size: 5.0rem;
	-webkit-animation: opac 3s;
}
.header_title h2{
  font-weight: bolder;
  color: rgba(255, 255, 255, 0.75);
  /*color:white;*/
  font-size: 36px;
  font-size: 3.6rem;
  /*font-size: 1.4vw;*/
  /*font-family:inherit;*/
  -webkit-animation: opac 3s;
  font-family: 'Comfortaa';
 /* word-break: break-all;*/
  overflow:hidden;
  text-overflow: ellipsis;
}
.header_title h3{
  color: rgba(255, 255, 255, 0.75);
  /*color:white;*/
  font-size: 30px;
  font-size: 3.0rem;
  /*font-size: 1.4vw;*/
 font-family: 'Comfortaa', cursive;
  -webkit-animation: opac 3s;
 /* word-break: break-all;*/
  overflow:hidden;
  text-overflow: ellipsis;
}


#accordion{
	font-family: 'Comfortaa', cursive;
}
.header_title hr {
  margin: 30px auto;
  border-color: #FC6A03 !important;
  border-width: 3px !important;
 /* max-width: 50px;
  min-width: 50px;*/
  width: 170px;
  -webkit-animation: widthhr 1s;
}
@-webkit-keyframes widthhr {
	0% { width: 1px; }
  100% { width: 170px; }  
}
/*.collapsing{
	-webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
	-webkit-animation: opac 3s;
}*/
/*.collapsing{
		position:relative;
		height:0;
		overflow:hidden;
		-webkit-transition-timing-function:ease;
		-o-transition-timing-function:ease;
		transition-timing-function:ease;
		-webkit-transition-duration:.35s;
		-o-transition-duration:.35s;
		transition-duration:.35s;
		-webkit-transition-property:height,visibility;
		-o-transition-property:height,visibility;
		transition-property:height,visibility
	}*/
.header_title p{
	color: white;
	text-align:left;
}
.counter{
	display:inline-block; 
	width: 8rem; 
	height: 8rem; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.inline{
	display:inline-block;
	color:#fc6a03;
	font-size: 30px;
	font-size: 3.0rem;
	/*font-size: calc(1vw + 1vh + 1vmin);*/
	font-family: 'Comfortaa', cursive;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
.elli{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.width_140{
	min-width:140px;
}
.width_70{
	min-width:70px;
}
.radio-inline{
	color: white;
}
.form_ajust{
	font-size: 19px !important;
	font-size: 1.9rem !important;
	box-sizing: border-box;
	margin-left:0;
	margin-right:0;
	width:100%;
}
.img_logo{
	border:0;
	width: 170px;
	height: auto;
	float:left;
}
.logo{
	position:fixed; 
	left: 2.0rem;
	top: 2.0rem;
	/*margin-right:5%;*/
	/*width: 190px;*/
	z-index:777;
	cursor: pointer;
	height:85px;
	display:block;
}
.logo_right{
	box-sizing: border-box;
    display: inline-block;
	top: 2rem;
	right: 1.0rem;
    position: fixed;
	z-index:777;
	width:120px;
}
.txt_logo {
	padding-left:10px;
	height:85px;
	font-family: 'Comfortaa', cursive;
	display:table-cell;
	vertical-align: bottom;
	color:white;
	font-weight:normal;
	/*font-family: inherit;*/
	font-size:16px;
	font-size:1.6rem;
	color: rgba(255, 255, 255, 0.75);
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.logo:hover .txt_logo{
	-webkit-animation: sizefont 1s;
	font-size: 20px; 
	font-size: 2.0rem;
	width: 300px;
	color: rgba(255, 255, 255, 1.0);
}
.logo:not(:hover) .txt_logo{
	-webkit-animation: sizefontoff 1s;
	font-size: 16px; 
	font-size: 1.6rem; 
	width: 250px;
	color: rgba(255, 255, 255, 0.75);
}
.txt_logo_right {
	font-family: 'Comfortaa', cursive;
	color:white;
	font-weight:normal;
	font-size:14px;
	font-size:1.4rem;
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
@-webkit-keyframes sizefontoff {
	0% {
		font-size: 20px; 
		font-size: 2.0rem; 
		width: 300px;
	}
	100% { 
		font-size: 16px; 
		font-size: 1.6rem; 
		width: 250px;
	}  
}
@-webkit-keyframes sizefont {
	0%   { 
		font-size: 16px; 
		font-size: 1.6rem; 
		width: 250px;
		}
  100% { font-size: 20px; 
		font-size: 2.0rem; 
		width: 300px;  
	}
}
.clear_float {
	margin: 0 auto;
    clear: both;
	display:block;
}
.footer-menu {
	position: absolute;
	bottom: 65px;
	left: 0;
	right: 0;
}

.div_img_team{
	position: relative;
	display:inline-block;
	width:250px;
	/*max-width:190px;
	min-width:190px;*/
	/*height:190px;
	min-height:190px;
	max-height:190px;*/
	/*float:left; fc6a03 */
	margin:10px;
	
	background-color: transparent;
	overflow:hidden;
	/* -webkit-transition: all .5s ease-in-out;*/
}
/*.div_img_team:hover{
	-webkit-transform: scale(1.5);
}*/
/*.div_img_team:hover{
	transform: rotateY(360deg);
    transition: all 0.3s ease-in-out 0s;
}*/
@-webkit-keyframes opacimg {
	0% { opacity: 0.01; }
  100% { opacity: 1.0; }  
}
.img_team{
	/*height:190px;
	min-height:190px;
	max-height:190px;*/
	width:250px;
	height:140px;
	overflow:hidden;
	border:1px solid #ddd;
	margin: 0 auto;
	-webkit-animation: opacimg 1s ease-in-out;
}
.img_team:hover {
	/*-webkit-animation: opacimg 0.3s ease-in-out;*/
	/*transform: rotateY(360deg);*/
    /*transition: all 0.3s ease-in-out 0s;
	-webkit-animation: opacimg 1s ease-in-out;*/
}
#img_team_inside{
	width:190px;
	height:auto;
	-webkit-animation: opacimg 1s ease-in-out;
	/*position:absolute;
	top: -25px;
	left:-17px;*/
	float:left;
	margin-left:-45px;
	margin-top: -50px;
	padding:5px;
	border:1px solid #DDD;
	background-color: #FFF;
	overflow:hidden;
	 -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}
#years hr {
  margin: 5px auto;
  border-color: #FC6A03 !important;
  border-width: 3px !important;
  width: 70px;
  -webkit-animation: none;
}
#years h2:hover {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #FC6A03 !important;
	cursor:pointer;
}
#years h2 {
	color: rgba(255, 255, 255, 0.7);
	font-size: 35px;
	font-size: 3.5rem;
	/*font-size: 1.8vw;*/
	padding:0;
	padding-top:5px;
	margin:0 auto;
	font-family: "Comic Book Fun","Helvetica Neue",Arial,sans-serif;
	-webkit-animation: opac 3s;
	
}
.perm{
	color:#ddd;
	line-height:normal; 
	font-size:1.8rem;
}
/*bootstrap*/
#accordion .panel-body{
	color: rgba(255, 255, 255, 0.8);
	font-size:18px;
	font-size:1.8rem;
	text-align: left;
}
#accordion h4, .panel-title{
  font-weight: normal;
  color: rgba(255, 255, 255, 1.0);
  /*color:white;*/
  font-size: 40px;
  font-size: 4.0rem;
  -webkit-animation: opac 3s;
}
#accordion .panel, .panel-default,.panel-heading{
	background-color: transparent !important;
	border:0 !important;
}
.row{
	margin-left:0;
	margin-right:0;
	box-sizing: border-box;
}
.panel-group{
	margin: 0 auto;
	padding:0;
	width: 80%;
}
#accordion p{
	color: white;
	font-size:24px;
	font-size:2.4rem;
}
video#bgvid {
   position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
	-webkit-filter: opacity(.5);
	filter: opacity(.5);
  /*background: url(polina.jpg) no-repeat;
  background-size: cover;*/
}
/* img BW to color*/
.img_soc {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .5s ease-in-out;
  height:60px;
  padding:5px;
  width:auto;
}
.img_soc:hover {
	cursor:pointer;
  filter: none;
  -webkit-filter: grayscale(0);
  /*-webkit-transform: scale(1.01);*/
}
#img_soc_inside{
	width:auto;
	height:60px;
	-webkit-animation: opacimg 1s ease-in-out;
	/*position:absolute;
	top: -25px;
	left:-17px;*/
	float:left;
	margin-left:-55px;
	margin-top: -90px;
	padding:5px;
	border:1px solid #DDD;
	background-color: #FFF;
	overflow:hidden;
	 -ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
	z-index:7777;
}
.div_img_soc{
	position: relative;
	display:inline-block;
	height:60px;
	width:auto;
	/*float:left;*/
	margin:10px;
	border:1px solid #fc6a03;
	background-color: #FFF;
	 -webkit-transition: all .5s ease-in-out;
	overflow:hidden;
}
.div_img_soc:hover {
	-webkit-transform: scale(1.5);
}
.div_img_societe{
	position: relative;
	display:inline-block;
	height:120px;
	width:120px;
	/*float:left;*/
	margin:10px;
	/*border:1px solid #fc6a03;*/
	background-color: #FFF;
	 -webkit-transition: all .5s ease-in-out;
	overflow:hidden;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 110px auto;
	filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .5s ease-in-out;
}
.div_img_societe_long{
	position: relative;
	display:inline-block;
	height:120px;
	width:240px;
	/*float:left;*/
	margin:10px;
	/*border:1px solid #fc6a03;*/
	background-color: #FFF;
	 -webkit-transition: all .5s ease-in-out;
	overflow:hidden;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 230px auto;
	filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .5s ease-in-out;
}
.div_img_societe:hover, .div_img_societe_long:hover {
	-webkit-transform: scale(1.5);
	cursor:pointer;
  filter: none;
  -webkit-filter: grayscale(0);
  z-index:777;
}
.text_cafe {
	min-height: 120px;
	line-height: 120px;
	word-wrap: break-word;
	white-space: initial;
}
.block_cafe {
	line-height: 120px;
}

.div_img_cafe{
	position: relative;
	display:inline-block;
	height:120px;
	width:120px;
	min-width:120px;
	/*float:left;*/
	margin-right:17px;
	/*border:1px solid #fc6a03;*/
	background-color: #FFF;
	 -webkit-transition: all .5s ease-in-out;
	overflow:hidden;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 110px auto;
	filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .5s ease-in-out;
}
.div_img_cafe:hover {
	-webkit-transform: scale(1.3);
	cursor:pointer;
  filter: none;
  -webkit-filter: grayscale(0);
  z-index:777;
}
.modal-dialog{
	margin:80px auto;
}
.icones{
	width: 16rem;
	height:auto;
	opacity:0.70;
}
.icones:hover{
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	opacity:1.0;
}
.icones_hover:hover .txt_logo{
	color: rgba(255, 255, 255, 1.0);
}
.icones_hover:hover .icones{
	opacity:1.0;
}
.annes{
	border-bottom:3px solid #fc6a03; 
	padding-bottom:7px;
	margin-right: 2.0rem
}
.btn-style{
	background-color: transparent;
	border: 3px solid #fc6a03;
	color: white;
	font-family: "Comic Book Fun","Helvetica Neue",Arial,sans-serif;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 15px 30px;
	text-transform: uppercase;
	position: relative;
}
.sur_border{
	position:absolute;
	bottom:0;
	right:5px;
	font-size:1.2rem;
	font-weight: normal;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: lowercase;
}
.animate_flicker {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
	font-size: 3.2rem;
	font-weight: bolder;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
img.map, map area{
    outline: none;
}
.pop{
	cursor: pointer;
}
.cookie_div{
	background-color: #FC6A03;
	display:inline-block; 
	width:100%;  
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center; 
	position:fixed; 
	left:0; 
	top:0;
	font-size:11pt;
	cursor:default;
	z-index:9999999;
	color:white;
	opacity: 0.7;
}
.table_pdp table,th,td {
	border: 1px solid rgba(255, 255, 255, 0.75);
	color:  rgba(255, 255, 255, 0.85);
	font-size: 15px;
}