@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800");



body {
	font-family: "Dosis", sans-serif;
	font-size: 16px;
	color: #707070; 
	

}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;

}




.top-header{
	background-color: rgb(18, 27, 32);
	height: 50px;
	text-decoration: none;
	color: rgb(134, 134, 134);
	padding-top: 10px;
	display: block;

}



.accueil{
	width: 100%;
	height: 500px;
	background: linear-gradient(rgba(27, 43, 51,0.7),rgba(27, 43, 51,0.7)),url('../img/covers/cm.jpg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	   background-size: cover; 
	   padding: 150px;
}



  

.container1{
	text-align: center;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
   }
   
   .container1 span{
	   color: white;
	   text-transform: uppercase;
	   display: block;
   }
   
   .container1 .text1{
	   color: white;
	   font-size: 60px;
	   font-weight: 700;
	   letter-spacing: 8px;
	   margin-bottom: 20px;
	   position: relative;
	   animation:text 3s 1;
   }
   
   .container1 .text2{
	   color: white;
	   font-size: 30px;
   }
   
   @keyframes text{
  
	   30%{
		   letter-spacing: 25px;
		
	   }
	   85%{
		   letter-spacing: 8px;
	
	   }
   }
   
   
   
   @media (max-width:990px){
   
   
	   .container1 .text1{
		   font-size: 7vw;
		   
	   }

	   @keyframes text{

		   30%{
			   letter-spacing: 10px;
		   }
		   85%{
			   letter-spacing: 3px;
		   }
	   }
	   .accueil{
		   height: 300px;
	   }
	   .container1{
			top: 50%;
	   }
	   
   }
   

  


.top-header a{
	color: rgb(134, 134, 134);

}

.navbar{
background:  rgba(18, 27, 32,0.89);
text-decoration: none;
height: 95px;
}

.navbar a{
	color: white;
}

.navbar a:hover{
	color: rgb(9, 255, 0);
}

.navbar-brand .logo{
	height: 80px;
}

.nav-item{
	letter-spacing: 2px;
	margin: 0 30px 0 30px;
	
}



@media (max-width:990px){
	.accueil{
		padding: 10px;
		padding-top: 100px;
		
	}
	.navbar-nav{
		background-color:  rgba(85, 119, 136, 0.89);
		border-radius: 10px;
		width: 300px;
	}
	
	.social-media{
		display: none;
	}
	.top-header{
		display: none;
	}

}

.social-media{
	background: rgba(18, 27, 32,0.89);
	text-decoration: none;
	margin-top: 20%;
	margin-bottom: 20%;
	justify-content: center;
	
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	width: 50px;
	
}

.social-media button a{
	color: white;
	font-size: 30px;
}

.social-media button a:hover{
	color: rgb(9, 255, 0);
}

.section_subtitle_dark{
	margin-bottom: 7px;
	padding-left: 7px;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	border-left: 3px solid rgb(9, 255, 0) ;
	font-size: 700;
	

	}

	.section_main_title_dark{
		margin-top: 0;
		margin-bottom: 37px;
		font-size: 30px;
		line-height: 1.27;
		font-weight: 300;
		color: rgb(255, 255, 255);
		text-transform: uppercase;
	}
	
	.section_main_title_dark strong{
		font-weight: 600;
	}
	




@media (max-width:740px){
	
	
	.title-head .mean_cap{ 
		font-size: 9vw;
		padding: 0;
		margin: 0;
		line-height: 60px;
	}
	.title-head .sub_cap{ 
		font-size: 5vw;
		padding: 0;
		margin: 0;
		line-height: 20px;
	}
	.title_text{
		font-size: 5vw;
	}

	.section_main_title_dark, .section_subtitle_dark, 
	.section_subtitle, .section_main_title , .section_main_title_dark{
		font-size: 5vw;
	}
	
}


.text{
	text-align: justify;
	color: rgb(61, 74, 80);
}


.text_dark {
    text-align: justify;
    color: rgb(240, 240, 240);
}



	/*////////////////////////////////////////////*/
	/*--------------TITLE SECTION-----------------*/
	/*////////////////////////////////////////////*/



	.section_subtitle{
	margin-bottom: 7px;
	padding-left: 7px;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	color: rgb(38,50,56);
	border-left: 3px solid rgb(9, 255, 0) ;
	font-size: 700;

	}

	.section_main_title{
		margin-top: 0;
		margin-bottom: 37px;
		font-size: 30px;
		line-height: 1.27;
		font-weight: 300;
		color: rgb(38,50,56);
		text-transform: uppercase;
	}

	.section_main_title strong{
		font-weight: 600;
	}


	/*////////////////////////////////////////////*/
	/*----------END TITLE SECTION-----------------*/
	/*////////////////////////////////////////////*/

	/*////////////////////////////////////////////*/
	/*-----------------START INFRA----------------*/
	/*////////////////////////////////////////////*/

	.cm-section{
		padding-top: 100px;
		padding-bottom: 100px;
		/* background: rgb(172, 231, 108); */
		background: rgb(255, 255, 255) ;
	}  


	.col-md-5 , .col-md-7{
		margin-top: 4%;
		margin-bottom: 4%;
	
	}

	.cm-section .col-md-7 p{
		margin-top: 4%;
		font-size: 20px;
		color: rgb(61, 74, 80);
		text-align: justify;
	}

	.cm-section .col-md-5{
		margin-top: 1%;
	}


	/*////////////////////////////////////////////*/
	/*----------------END INFRA-------------------*/
	/*////////////////////////////////////////////*/





	/*////////////////////////////////////////////*/
	/*----------START SECURITE SECTION------------*/
	/*////////////////////////////////////////////*/

	.ref-section{
		background-color: rgb(241, 241, 241); 
/* 		background: linear-gradient(rgba(27, 43, 51,0.8),rgba(27, 43, 51,0.8)),url('../img/Patenaire/coverpart.jpg');
 */		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	 	background-size: cover; 
		background-position: center;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.ref-section .col-md-7 p{
		margin-top: 4%;
		font-size: 20px;
		color: rgb(61, 74, 80);
		text-align: justify;
	}

	.ref-section .col-md-6 .p{
	
		font-size: 20px;
		color: rgb(61, 74, 80);
	}

	.ref-section .col-md-5{
		margin-top: 8%;
	}

	.col-md-6{
		padding-left: 40px;
		padding-right: 40px;
	}


	.ref-section .col-md-6 p{
		list-style: none;
		font-size: 20px;
		color: rgb(61, 74, 80);
		line-height: 40px;
		text-align: justify;
	}



	/*////////////////////////////////////////////*/
	/*------------END SECURITE SECTION------------*/
	/*////////////////////////////////////////////*/







	/*////////////////////////////////////////////*/
	/*-----------Start sysinfo Section------------*/
	/*////////////////////////////////////////////*/

	.mailmarketing-section{
		padding-top: 100px;
		padding-bottom: 100px;
		/* background: rgb(172, 231, 108); */
		background: rgb(255, 255, 255) ;
	}  

	.mailmarketing-section .col-md-7 p{
		margin-top: 4%;
		font-size: 20px;
		color: rgb(61, 74, 80);
		text-align: justify;
	}

	.mailmarketing-section .col-md-5{
		margin-top: 4%;
	}


	/*////////////////////////////////////////////*/
	/*------------Start sysinfo Section-----------*/
	/*////////////////////////////////////////////*/






	/*////////////////////////////////////////////*/
	/*-----------Start ERP Section----------------*/
	/*////////////////////////////////////////////*/

	.mobilemarketing-section{
		background-color: rgb(241, 241, 241); 
/* 		background: linear-gradient(rgba(27, 43, 51,0.8),rgba(27, 43, 51,0.8)),url('../img/Patenaire/coverpart.jpg');
 */		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	 	background-size: cover; 
		background-position: center;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.mobilemarketing-section .col-md-7 p{
		margin-top: 7%;
		font-size: 20px;
		color: rgb(61, 74, 80);
		text-align: justify;
	}

	.mobilemarketing-section .col-md-5{
		margin-top: 2%;
	}


	/*////////////////////////////////////////////*/
	/*---------------END ERP Section--------------*/
	/*////////////////////////////////////////////*/



	/*////////////////////////////////////////////*/
	/*-----------Start BD Section------------*/
	/*////////////////////////////////////////////*/

	.design-section{
		padding-top: 100px;
		padding-bottom: 100px;
		/* background: rgb(172, 231, 108); */
		background: rgb(255, 255, 255) ;
	} 
	
	
	.design-section .col-md-7 p{
		margin-top: 20%;
		font-size: 20px;
		color: rgb(61, 74, 80);
		text-align: justify;
	}




	/*////////////////////////////////////////////*/
	/*------------Start BD Section-----------*/
	/*////////////////////////////////////////////*/



	/*////////////////////////////////////////////*/
	/*----------------Start FOOTER----------------*/
	/*////////////////////////////////////////////*/

	footer{
		background:  rgb(18, 27, 32);
	}

	.first .logo1{
		width: 150px;
	}
	
	.first .digital{
		color:rgb(9, 255, 0);
		font-size: 20px;
		font-weight: 300;
	}

	.first{
		margin-top:40px;
		margin-bottom: 40px;
		color:#fff;
		text-align: center;
		
	}

	.second{
		margin-top:50px;
		margin-bottom: 40px;
		color:#fff;
		text-align: center;
	}

	.third{
		margin-top:50px;
		margin-bottom: 40px;
		color:#fff;
		text-align: right;
		
	}


	.second h4, .third h4{
		letter-spacing: 2px;
		position: relative;
		margin-bottom: 20px;
		font-size: 1.6em;
		color:#fff;
		padding-bottom: 0.5em;
	}

	.second h4:after{
		content:'';
		background:  rgb(9, 255, 0);
		width:20%;
		height:2px;
		position: absolute;
		bottom: 0;
		left: 40%;
	}

	.third h4:after{
		content:'';
		background:  rgb(9, 255, 0);
		width:20%;
		height:2px;
		position: absolute;
		bottom: 0;
		left: 80%;
	}

	

	.second li{
		list-style:  none;
		padding-bottom: 15px;
			

	}

	.third li{
		list-style:  none;
		padding-bottom: 15px;
			

	}

	.second a, .bottom-social a, .third a{
		color: #fff;
		text-decoration: none;
		letter-spacing:2px;
		font-size: 14px;
		transition: 0.2s;
		

	}

	.second a:hover, .bottom-social a:hover , .third a:hover{
		color:  rgb(9, 255, 0);
		transition: 0.2s;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.1);

	}

	.bottom-social{
		margin-bottom: 50px;
		margin-top: 40px;
		color: #fff;
		text-align: center;
	}

	.margin{
		margin-left : 20px;
		margin-right : 20px;
		
	}

	.line{
		height: 2px;
		background-color: #fff;
		width:100%;
	}

	.copyright{
		
		color: rgb(231, 231, 231);
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		font-weight: 200;
		margin-top:40px;
		font-size: 12px;
	}

	@media screen and (max-width:1000px){
		.third{
			text-align: center;
		}
		.third h4::after{
			left: 40%;
		}
	}
	
.shadow{
	border: none;
}

 
	/*////////////////////////////////////////////*/
	/*------------------END FOOTER----------------*/
	/*////////////////////////////////////////////*/

	/* responsive */
	@media (max-width:990px){
	
		.infra-section{
			padding-top: 70px;
			padding-bottom: 40px;
		}

		.securite-section{
			padding-top: 70px;
			padding-bottom: 40px;
		}

		.erp-section{
			padding-top: 70px;
			padding-bottom: 40px;
		}
		.sysinfo-section{
			padding-top: 70px;
			padding-bottom: 40px;
		}
		.bd-section{
			padding-top: 70px;
			padding-bottom: 40px;
		}
		.cloud-section{
			padding-top: 70px;
			padding-bottom: 40px;
		}

		.text, .text_dark{
			text-align: left;
		}

	}
	/* responsive */




