body{
	margin:0;
	padding:0;	
}

/* Header section */

/* font awesome */
.fa-edge{ color: #FFFFFF !important; }

/* background */
header{
	padding: 5px 30px 0px;
	height: 70px;
	background-color: #CD5C5C;
}

.color-p-slider{
	animation-duration: 3s;
   /* animation-iteration-count: infinite;*/
}

/* logo */
#logo{
	text-transform:uppercase;
	color: #FFFFFF;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

/* Menu */
.collapse{
	background-color: rgba(205, 128, 114,0.6);
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.navbar-nav a{ 
	color: #FFFFFF !important; 
	font-family: 'Abel', sans-serif;
	font-size:20px !important;
}

.nav1{
	background-color: #f8f9fa;
}

.navbar{
	padding:0px;
}

.navbar-nav li{
	z-index:1;
}

.navbar-nav li a{
	font-size:17px;
	padding: 15px 60px!important;
}

.navbar-nav li a:hover{
	border-right: 3px solid #ff4f81;
	border-left: 3px solid #ff4f81;
	transition:0.5s all;
}

.navbar-light .navbar-nav .nav-link{
	color: #000;
}

/* Banière section */
.banner{	
	background: url(../images/banner.jpg) no-repeat center;	
	background-size: cover;
	height:100vh;	
	position: relative;
}

.hat{
	float:left;
	display:inline-block;
}

.hat a{ text-decoration: none; }

/* Slider */
.slides{ margin-top:185px !important; }

.color-p-slider{ 
	color: #FFFFFF;
	font-weight:bold;
	font-family: 'Abel', sans-serif;
	border:2px solid #FFFFFF;
	font-size:25px;
	border-radius:5px;
	background-color:rgba(205, 92, 92,0.6);
}

#slider{
	margin-bottom: 85px; 
	margin-top:70px;
	background-color: #146eb4 ;	
	height:435px;
	border-radius:10px;
	box-shadow: 4px 4px 0px #aaa;
}

.slider{
	position: absolute;	
	background:none;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* Bouton du slide */
.more-bttn{
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-decoration : none;
	text-transform: uppercase;
	letter-spacing: 2px; 
	background-color: rgba(205, 128, 114,0.6);		
	box-shadow: 3px 3px 3px #F08080; 
	padding: 10px 22px;
	border: 1px solid #FFFFFF;	
}

.more-bttn:hover{
	color: #FFFFFF;
	background-color: rgb(255, 160, 122);
}

.flex-caption {
	padding: 2%;
	left: 0;
	color: #fff;
	font-size: 20px;
	text-align : center;
}

.modal-body img{	width: 100%; }

/* Bouton pour remonter en haut du site */
#topBtn {
  display: none; 
  position: fixed; 
  bottom: 20px;
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: rgba(250, 128, 114,0.9);
  color: white;
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px; 
  font-size: 18px; 
  height:65px;
  width:65px;
}

#topBtn:hover {
	background-color: rgba(235, 100, 114,0.9);
}

/* Sections */

/* ABOUT */
.about{
	margin-top:80px;
	margin-bottom:60px;
}

.about h1{
	letter-spacing: 12px;
	margin-bottom: 15px;
}

.about h3{
	color: #ff4f81;
}

.about p{
	margin-top:30px; 
	font-family: 'Darker Grotesque', sans-serif;
	font-size:22px;
}

.crl1{
	background: #146eb4;
}

.crl2{
	background: #2dde98;
}

.crl3{
	background: #8343e7;
}

.about_grid{
	text-align:center;
	padding: 30px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.about_grid h4{
	color: #F7FE2E;
}

.about_grid p{
	padding: 0px;
	color: #fff;
	margin-bottom: 25px;
}

.about_grid i{
	font-size: 50px;
	color: #fff;
	margin-bottom: 25px;
}

.about_grid i:hover{
	color : #000;
}

.about_grid:hover{
	box-shadow: 2px 15px 70px 2px rgba(0,0,0,0.75);
	-webkit-box-shadow : 2px 15px 70px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 15px 70px 2px rgba(0,0,0,0.75);
}

/* SLIDING PANEL  */
#flip {
	font-family: 'Crimson Text', serif;
	padding: 5px;
	text-align: center;
	background-color: #FFEBCD;
	border: 2px solid #000000;
	box-shadow: 4px 4px 0px #aaa; 
	margin-bottom: 20px;
	font-size:18px; 
	font-style: italic;
}

#panel{
	display: none;
	margin-bottom: 20px; 
	padding: 5px;
	background-color: panel;
	border: 2px solid #000000;
	box-shadow: 4px 4px 0px #aaa; 
	margin-bottom: 20px;
}

#panel p{
	font-family: 'Darker Grotesque', sans-serif;
}

/* SERVICES */
.services{
	background-color: #0080FF;
	margin-top: 80px;
	padding-bottom: 40px;
	margin-bottom:80px;
}

.services h1{
	color: #fff;
	text-align: center;
	letter-spacing: 12px;
	text-transform: uppercase;
	padding: 80px 0px 20px;
}

.services-titles{
	margin-left: -30px;
	margin-top: 35px;
	color: #FE2E64;
	font-size: 23px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.services h3{
	color: #FFFFFF;
	font-family: 'Blinker', sans-serif;
	margin-bottom: 20px;	
}

.services p{
	color: #fff;
	font-family: 'Bitter', serif;
}

.services_grid{
	background-color: #FFFFFF;
	text-align:center;
	padding: 20px;
	margin-bottom: 20px;
}

.services_grid1{
	padding: 20px 15px;
	width:100%;
	text-align: center;
}

.services_grid1 i{
	font-size: 26px;
	color: #ff4f81;
	text-align:center;
	line-height: 63px;
	height: 64px;
	width: 64px;
	border-radius: 164px;
}

.services_grid2{
	padding: 20px 15px;
}

.services_grid2 p{
	text-align:left;
	color: #000;
	padding: 0px;
	margin-bottom: auto;
}

.services_grid2 i{
	color: #ff4f81;
	margin-right:10px;
	font-size: 25px;
}

.services_grid_right{
	border-right: 2px solid #ff4f81;
	text-align:center;
}

.details{ margin-top: 15px; }

.icons{ 
	color: #000000 !important; 
	font-size: 35px !important; 
}

.more_details{
	background-color: #0489B1;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	margin-top: 25px;
	text-align: center;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	border: 1px solid #000;
	padding: 8px 24px;
	border-radius:20px;
	letter-spacing: 2px;
	background-clip: white;
}

.more_details:hover{
	color: #fff;
	background-color: #01DFD7;
	border-color: #000;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.service_grid_right{
	border-right: 2px solid #ff4f81;
	text-align:center;
}

/* TECHNOLOGIES */
.technologies{
	margin-top: 45px;
	background-color: #000;
	padding-bottom: 80px;
	margin-bottom: 45px; 
}

.technologies h3, h4{
	color: #FFFFFF;
	font-family: 'Blinker', sans-serif;
	letter-spacing: 12px;
	text-transform: uppercase;
	padding: 80px 0px 20px;
	text-align: center;
}

.technologies p{
	color: #FFFFFF;	
	text-align: center;
	font-family: 'Lora', serif;
}

.languages-links{ text-decoration: none; }

/* CONTACT */
@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);

#contact{	
	margin:20px auto;
	margin-bottom: 45px;
	padding-top:20px;
	font-family: 'Fauna One', serif;	
	background-color: #146eb4;
	margin-left:auto !important;
	margin-right: auto !important;
}

#street{ margin-left: 40px; }

#contactForm{
	margin-left:auto !important;
	margin-right: auto !important;
	margin-top: 45px;
	margin-bottom: 45px;
}

#contact-title{
	color: #FFFFFF;
	margin-top:30px;
	text-align: center;
}

#form-submit{
	color: #FFFFFF !important;
	background-color: #000000 !important;
}

#msgSubmit{
	margin-top: 25px; 
	color: #FFFFFF !important;
}

/* MAP DE LA PAGE CONTACT */
.map{
	border-radius: 2px solid #000;
	background: #666;
	padding: 1em;
}

.map iframe{
	width:100%;
	height:400px;
	border:none;
}


/*****************************************************/
.l-img{
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	opacity: 1;
	filter: alpha(opacity=100);
}

.l-img img{
	width: 100%;	
}

.l-img:hover{
	cursor: pointer;
}

.l-img:hover .l-caption{
	transform: translateY(0%) scale(1);
	-webkit-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
}

.l-caption{
	background-color: rgba(1,4,6,0.45);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 20px;
	right: 0;
	text-align: center;
	z-index: 99;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transform: translateY(150%) scale(1.5);
	-webkit-transform: translateY(150%) scale(1.5);
	-ms-transform: translateY(150%) scale(1.5);
	-moz-transform: translateY(150%) scale(1.5);
	-o-transform: translateY(150%) scale(1.5);
}

.l-caption ul{
	display: inline-block;
	margin:0px;
	padding:0px;
}

.l-caption ul li{
	display: inline-block;
}

.l-caption ul li a{
	background-color: #fff;
	border-radius: 50%;
	color: #095880;
	display: inline-block;
	margin: 0px;
	height:28px;
	text-align:center;
	line-height:30px;
	width:28px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.l-caption ul li a:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.l-info{
	text-align: center;
	border: 1px solid #F2F2F2;	
	padding: 5px 5px 0px 5px;
	background-color: #01A9DB;
}

.l-info p{
	font-size: 15px;
	letter-spacing: 2px;	
	color: #fff;
}

.l-info h5{
	font-size: 15px;
	letter-spacing: 1.5px;	
	color: #fff;
}


/* FOOTER */
footer{	background: url(../images/banner.jpg) no-repeat; }
 
.footer-text{ color: #000000 !important;}

.three_clo{
	color: #fff;
	background-color: #146eb4;
	padding: 10px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	opacity:10.5;
}

.three_clo h4{
	letter-spacing: 2px;
	text-align:center;
	font-style: italic;
	color: #F7FE2E;
}
	
.three_clo p{
	text-align:left;
}

.three_clo input[type="email"]{
	width: 84%;
	display:inline-block;
	background-color: #fff;
	border: 2px solid #F7FE2E;
	outline: none;
	padding:0.5em;	
	font-size:13px;
	color: #999999;
}

.btn1{
	color: #FF4000;
	font-size:18px;
	border: 1px solid #FF4000;
	width:14%;
	height:38px;
	text-decoration:none;
	background-color: #FFFF00;
}

.mid-row{
	border: 3px solid #FFFFFF;
	color: #000;
	padding: 35px;
	text-align: center;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mid row h4{
	font-size: 30px;
	color: #F7FE2E;
	letter-spacing: 2px;
}

.social-icon i{
	margin-top: 0.5em;
	width:40px;
	height:40px;
	text-align:center;
	line-height:37px;
	border: 1px solid #ff4f81;
	font-size:16px;
	cursor:pointer;
}

.social-icon i:hover{
	color: #000;
}

.contact{
	color: #fff;
	background-color: #146eb4; 
	padding:px;
	margin-top:20px;
	margin-bottom:20px;
	opacity:0.9;
	border: 3px solid #FFFFFF;
}

.contact h4{
	letter-spacing:2px;
	color: #F7FE2E;
}

.contact p{
	text-align: left;
	color: white !important;
}

.contact i{
	padding-right:20px;
}

#contact{ margin-left:40px; }

/* Responsive */
@media(max-width:1200px){
	.navbar-nav li{
		font-size:15px;
	}
	
	.services_grid1 i{
		font-size: 20px;		
		line-height: 53px;
		height: 54px;
		width: 54px;	
	}
}

@media(max-width:992px){
	.navbar-toggler{
		margin:10px 0px 10px 30px;
		background-color: rgba(295, 120, 105, 0.3);
		box-shadow: 2px 2px 0px #aaa; 	
	}
	
	.slide{
		opacity:0.9;
	}
	
	.navbar{ 
		background-color: rgb(225, 128, 114,0.6) !important;
	}
	
	.collapse{
		height:305px !important;
		border-top: none;
		border-bottom: none;
	}
	
	.collapse a{ 
		font-size:14px !important;		
	}	
	
	.navbar-toggler:hover, .navbar-toogler:focus{
		background-color: rgba(240, 128, 128, 0.8);	
	}
	
	.navbar-light{
		background-color: rgba(205, 128, 114,0.6);
	}
	
	.navbar-nav li a{
		text-align:center;		
		background-color: rgba(205, 128, 114,0.6);
	}
	
	.navbar-nav li a:hover{		
		background-color: rgba(240, 128, 128, 0.6);
	}
	
	.service_grid1{
		padding: 10px 0px;
	}
	
	.services_grid1{
		padding: 10px 0px;					
	}
	
	.services p{		
		padding: 10px 50px 0px;
	}
}

@media(max-width:760px){
	.about p{
		padding:10px 10px 0px;
	} 
	
	.services p{		
		padding: 10px 10px 0px;
	}
	
	.service_grid1{
		margin: auto;
	}
	
	.services_grid_right{
		border-bottom: 2px solid #ff4f81;
		border-right: none;		
	}
}
