
/******************************************* Video fond */
#background-video {
	height: 100vh;
	width: 100vw;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	bottom: 0;
	z-index: 0;
}
#degrad{
	position: absolute;
	display: block;
	width: 100%;
	height: 500px;
	left: 0;
	top:-500px;
	z-index: 1;
		
background: linear-gradient(to bottom,  rgba(17,17,17,0) 1%,rgba(17,17,17,0.6) 60%,rgba(17,17,17,1) 100%); 
/*background-color: rgba(201, 132, 56, 0.5);*/
}
/*///////////////////////////////////////////////////////////////////////////////////// Expertise*/
.expertise{
	position: relative;
	display: block;
	z-index: 1;
	/*margin-top: 88vh;*/
	/*background-color:#fff;*/
	width: 100%;
	height: auto;
	/*border-top: 1px solid #99ff00;*/
	padding: 40px 0;
	
	background: linear-gradient(to bottom,  #111111 0%,#999999 15%,#ffffff 40%);
}
#BlocsExpert{
	display: flex;
	/*width: 100%;*/
	flex-wrap: wrap;
	/*justify-content: space-between;
	background-color: rgba(34, 34, 34, 1);*/
	padding: 20px 30px;
	/*border-top: 9px solid #4de4a5;*/
}
.BExp{
	display: block;
	float:left;
	width: 24.95%;
	height: 500px;
	/*border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-color: rgba(34, 34, 94, 1);
	padding-top: 20px;*/

	  border-right-style: solid;
	  border-right-width: 2px;
	  border-left-style: solid;
	  border-left-width: 2px;
	  border-image: linear-gradient(to bottom,  #999999 0%,#ffffff 40%);
}
.BExp img {
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
}
.BExp:hover{
	 animation-name: EXP;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
	cursor: pointer;
	z-index: 100;
}
@keyframes EXP {
	 0% {transform: scale(1, 1);}
	45% {transform: scale(1.2, 1.01);}
	100% {transform: scale(1.05, 1);}
}
/******************************************* Zone */
.zone-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  
  background-color: rgba(0,0,0,0.15); 
  /*padding: 30px;*/
}
.BExp:hover .zone-txt{
	animation-name: Ztxt;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
}
@keyframes Ztxt {
	 0% {opacity: 1;}
	10% {opacity: 0;}
	100% {opacity: 0;}
}
.zone-img {
  position: relative; 
  display: inline-block;
}
.zone-img .hover-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  
  opacity: 0; 
  transition: opacity 0.6s ease-in-out 0.06s; 
  
  background-color: rgba(0,0,0,0.75); 
  padding: 5px;
}
.zone-img:hover .hover-img, .zone-img:hover .TxtZone {
  opacity: 1;
  color: #99ff00;
}
/*///////////////////////////////////////////////////////////////////////////////////// worldwide */
.worldwide{
	margin-top: 88vh;
	position: relative;
	display: block;
	z-index: 1;
	background-color:#111;
	width: 100%;
	height: auto;
	/*border-top: 2px solid #000;*/
	padding: 40px 0;
}
#blocTxtMap{
	z-index: 5;
	position: relative;
	display: block;
}
#map{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:80%;
	height: auto;
	padding: 0px 0;
	margin:0px 10% 0 10%;
}
#map img {
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
}
/*///////////////////////////////////////////////////////////////////////////////////// clients */
.clients{
	position: relative;
	display: block;
	z-index: 1;
	background-color:#333;
	width: 100%;
	height: auto;
	/*border-top: 1px solid #99ff00;*/
	padding: 40px 0;
}
#bloclogoCli {
	width: 94%;
	margin: 20px 3%;
	/*background-color: rgba(145, 20, 245, 0.5);*/
}
.logoCli {
	display: inline-flex;
	justify-content: center;
	margin: 0 1%;
	/*background-color: rgba(255, 255, 255, 0.95);*/
}
.logoCli img {
	height : 150px;
	width : auto;
}
/*///////////////////////////////////////////////////////////////////////////////////// contact */
.contact{
	position: relative;
	display: block;
	z-index: 1;
	background-color:#111;
	width: 100%;
	height: auto;
	min-height:400px;
	/*border-top: 1px solid #99ff00;*/
	padding: 40px 0;
}
#blocTxtContact{
	position: relative;
	display: block;
	/*background-color: rgba(178,45,203,0.3); */
	width: 100%;
	height: auto;
	margin: 3% 0;
	padding: 10px 0;
}
#BTcontact{
	position: relative;
	display: block;
	background-color:#111;
	width: 40%;
	height: auto;
	margin: 3% 30%;
	padding: 10px 0;
	border: 1px solid #666;
	text-decoration: none;
}
#BTcontact:hover, #BTcontact.focus{
	background-color:#1f1f1f;
	border: 1px solid #99ff00;
}
#ACRcontact{
	position: relative;
	display: block;
	background-color:#111;
	width: 100%;
	height: 150px;
}
/*///////////////////////////////////////////////////////////////////////////////////// TXT */
#TitrVideo{
	display: block;
	margin: 0 auto ;
	width: 96%;
	
	font-family: 'Rajdhani', sans-serif;
	font-size: 40px;
	text-align:center;
	color: #ddd;
	text-transform:uppercase;
	line-height: 1;
	letter-spacing: 1.5px;
	padding: 430px 0;
}
#TitrVideo span {
	display: block;
	margin: 0 auto ;
	width: 96%;
	
	font-family: 'Rajdhani', sans-serif;
	font-size: 15px;
	text-align:center;
	color: #66cc00;
	text-transform:uppercase;
	line-height: 1;
	letter-spacing: 15px;
	padding: 0px 0;
}
.Titrindex{
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	text-align:center;
	color: #fff;
	text-transform:uppercase;
	line-height: 1;
	letter-spacing: 5px;
	padding: 0 0 25px 30px;
	text-shadow: #000 2px 2px 3px;
}
.Stitrindex{
	font-family: 'Rajdhani', sans-serif;
	font-size: 14px;
	text-align:center;
	color: #99ff00;
	text-transform:uppercase;
	line-height: 2;
	letter-spacing: 1.5px;
	padding: 0 0 25px 30px;
	text-shadow: #000 2px 2px 3px;
}
.TitreZone{
	font-family: 'Rajdhani', sans-serif;
	font-size: 21px;
	text-align:center;
	color: #fff;
	text-transform:uppercase;
	line-height: 1;
	letter-spacing: 1px;
	text-shadow: #000 1px 1px 5px;
	
	/*opacity: 0; */
}
.TxtZone{
	font-family: 'Rajdhani', sans-serif;
	font-size: 21px;
	text-align:center;
	color: #fff;	
	/*line-height: 2;*/
	text-shadow: #000 1px 1px 3px;
}
.TxtZLine{
	display: flex;
	padding: 0 5px;
	text-transform:uppercase;
	letter-spacing: 1px;
	/*border: 1px solid #4de4a5;*/
}
#TitrContact{
	display: block;
	margin: 0 auto ;
	width: 96%;
	
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-align:center;
	color: #ccc;
	text-transform:uppercase;
	line-height: 1;
	letter-spacing: 3px;
	/*padding: 0 25%;*/
}
#TxtBTcontact{
	display: block;
	margin: 0 auto ;
	width: 60%;
	padding: 12px 0;
	
	/*ext-decoration: none;*/
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	text-align:center;
	color: #99ff00;
	text-transform:uppercase;
	line-height: 1;
	letter-spacing: 5px;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (max-width: 1000px){
	.BExp{
		width: 100%;
		height: 90px;
		display: flex;
		border-top: 1px solid #222;
		border-bottom: 1px solid #222;
		border-left: 0px solid #222;
		border-right: 0px solid #222;
	}
	.TxtZLine{
		display: inline-flex;
	}
	@keyframes EXP {
	 0% {transform: scale(1, 1);}
	45% {transform: scale(1.01, 1.2);}
	100% {transform: scale(1, 1.05);}
	}
	#BlocsExpert{
		padding: 20px 10px;
	}
	#BlocsExpert ul li ul li:before{
		content: "|";
		color: #99ff00;
		font-size: 20px;
		padding-right: 10px;
		line-height: 2;
	}
	#BlocsExpert ul li ul li:first-child:before{
		display:none;
	}
	.Stitrindex{
		font-size: 11px;
		line-height: 1;
		letter-spacing: 1px;
	}
	#map{
		width:100%;
		margin:0px 0% 0 0%;
	}
	#BTcontact{
		width: 90%;
		margin: 3% 5%;
	}
	#TitrVideo{
	font-size: 26px;
	}
	#TitrVideo span {
	font-size: 10px;
	letter-spacing: 6px;
	}
}
@media screen and (max-width: 650px){
	#BlocsExpert{
		padding: 20px 2px;
	}
	.TitreZone, .TxtZone, .TxtZLine{
		font-size: 17px;
		line-height: 1.7;
	}
	#BlocsExpert ul li ul li:before{
		font-size: 16px;
		line-height: 1.6;
	}
	.logoCli img {
		height : 90px;
	}
	.Titrindex, .Stitrindex{
	padding: 0 0 25px 10px;
	}
}
@media screen and (max-width: 450px){
	.contact, .worldwide, .expertise{
		padding: 20px 0;
	}
	.TitreZone, .TxtZone, .TxtZLine{
		font-size: 15px;
		line-height: 1.5;
	}
	#BlocsExpert ul li ul li:before{
		font-size: 14px;
		line-height: 1.4;
	}
	.Titrindex{
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 0.8;
	}
	.Stitrindex{
		font-size: 10px;
		line-height: 0.8;
		letter-spacing: 1px;
	}
	#TitrContact{
		padding: 20px 0 0 0;
		font-size: 14px;
		letter-spacing: 1.5px;
	}
	#TxtBTcontact{
		font-size: 15px;
		letter-spacing: 3px;
	}
		#TitrVideo{
	font-size: 16px;
	}
	#TitrVideo span {
	font-size: 8px;
	letter-spacing: 3px;
	}
}