@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro%3A200%2C400%2C300%2C400italic%2C600);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css);
@import "../css/normalize.css";
@import "../css/bootstrap.min.css";
@import "../css/animate.css";
@import "../css/timeline.css";

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #303334;
  background: #fff;
  padding: 0 0 70px 0;
}

a {
  font: inherit;
  color: #00ccff;;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
	a:hover {
	  text-decoration: underline;
	}
	a[href^="tel:"] {
  	color: inherit;
  	text-decoration: none;
	}
* {
  -webkit-text-size-adjust: none;
}
img {
	border: 0;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
	a img {
		border: none;
	}
h2 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 600;
	margin: 27px 0px;
}
h3 {
	font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 1.28em;
  font-weight: 500;
	margin: 20px 0px 10px 0px;
}
	h3 span {
  	color: #00ccff;
	}
	@media (max-width: 992px) {
		h3 {
  		font-size: 32px;
  		line-height: 32px;
  		font-weight: 400;
			margin: 15px 0px;
		}
	}   

h4 {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.1;
  font-weight: 400;
}
	h4 span {
  	color: #00ccff;
	}
	h4 i {
		color: #00ccff;
		padding: 15px;
		font-size: 35px !important;
	}
	h4 img {
		padding: 15px;
	}
h5 {
	padding: 10px 0 5px 0;
	margin: 0;
 	font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
hr {
    border-color: #00ccff;
    border-width: 3px;
    max-width: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-top: 1px solid #00ccff;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
hr.large {
    max-width: 250px;
}
#header {
  background-color: rgba(255,255,255,.92);
	position: fixed;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	z-index: 5;
}
	#header.border {
	  border-bottom: 1px solid #303334;
	}
	#header #header_container {
		height: 80px;
		line-height: 80px;
		vertical-align: middle;	
	  margin-right: 60px;
	  margin-left: 60px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}

	  #header #logo {
	    float: left;
	  }
	  	#header #logo a:hover {
	  	  text-decoration: none;
	  	}
	  	#header #logo #logo_title {
	  	  font-size: 45px;
	  	  float: left;
	  	  padding-left: 10px;
	  	}
		  #header #logo #logo_pic {
	  	  float: left;
	  	}
		@media (max-width: 992px) {
			#header #logo .logo {
	    	height: 35px;
	  	}		
		}
		@media (max-width: 768px) {
		  #header #logo {
		    text-align: center;
		  }
		  #header #logo #logo_pic {
	  	  float: none;
		  }
	  	#header #logo #logo_title {
	  	  font-size: 35px;
	  	  float: none;
	  	  padding-left: 0px;
	  	}
		}

	#header .menu,
	#header .menum {
	  float: right;
	}
	#header .menu {
		margin-right: 15px;
	}
	#header .menum {
	  margin-top: 5px;
	}
		#menumi {
			color: #00ccff;
		}
		#menumi,
		#menumic {
			padding-top: 9px;
			cursor:pointer;
		}
		#header .menu ul > li {
		  position: relative;
		  display: inline-block;
		}
		#header .menu ul > li > a {
		  display: inline-block;
		  font-size: 19px;
		  line-height: 14px;
		  letter-spacing: 2px;
		  color: #303334;
		  padding: 13px 20px 13px 21px;
		  -webkit-transition: 0.3s all ease;
		  transition: 0.3s all ease;
		}
		#header .menu ul > li > a:hover {
		  text-decoration: none;
		  border: 1px solid #00ccff;
		  border-radius: 4px;
		  -webkit-transition: 0.3s all ease;
		  transition: 0.3s all ease;
		}
		#header .menu ul > li.current > a {
		  color: #ffffff;
		  background: #00ccff;
		  border: 1px solid #00ccff;
		  border-radius: 4px;
		}
		@media (max-width: 992px) {
			#header #header_container {
				height: 60px;
				line-height: 60px;
			  margin-right: 20px;
			  margin-left: 20px;
			}
		  #header .menu {
		  	margin-right: 4px;
		  }
		  #header .menu ul > li > a {
			  font-size: 15px;
			  line-height: 10px;
		    padding: 13px 19px 13px 20px;
		  }
		}
		@media only screen and (max-width: 810px) {                            
			#header .menu ul {                                                           
				display: none;                                                     
			}                                                                    
		}   
		
	#menu {
		position:fixed;
		z-index:100;
		height:100%;
		top:0;
		right:-420px;
		width:400px;
		background-color:#3d3d3d;
		background-color:rgba(61,61,61,.95);
		overflow:auto;
		padding-right:20px
	}
	@media only screen and (max-width:360px) {
		#menu {
			right:-120%;
			width:100%;
			padding-right:15px;
			overflow:scroll
		}
	}
	#menu.expanded {
		right:0
	}
	#menu #top-nav-block {
		color:#fff;
		float:right
	}
	#menu #top-nav-block .nav-items {
		text-transform:uppercase;
		font-weight:500;
		font-size:14px;
		display:inline-block;
		margin-top:38px
	}
	@media only screen and (max-width:40em) {
		#menu #top-nav-block .nav-items {
			display:none
		}
	}
	#menu #top-nav-block .nav-items a {
		color:#fff;
		margin-left:30px
	}
	#menu #top-nav-block .nav-items a:visited {
		color:#fff
	}
	#menu img {
		max-width:none!important;
		padding:30px;
		margin-right:-30px
	}
	@media only screen and (max-width:40em) {
		#menu img {
			padding:20px 15px 15px 20px;
			margin-right:-15px
		}
	}
	#menu img:hover {
		cursor:pointer
	}
	#menu #main-menu-items {
		margin-top:30px;
		width:100%;
		text-align:right
	}
	@media only screen and (max-width:40em) {
		#menu #main-menu-items {
			margin-top:0
		}
	}
	#menu #main-menu-items ul {
		list-style-type:none;
		margin:0
	}
	#menu #main-menu-items ul a {
		color:#aaa;
		font-size:30px;
		line-height:1.4em;
		font-weight:300;
		-webkit-transition:all 300ms ease;
		-moz-transition:all 300ms ease;
		-ms-transition:all 300ms ease;
		-o-transition:all 300ms ease;
		transition:all 300ms ease
	}
	@media only screen and (max-width:40em) {
		#menu #main-menu-items ul a {
			font-size:28px;
			line-height:1.2em
		}
	}
	#menu #main-menu-items ul a.current-link,#menu #main-menu-items ul a:hover {
		color:#fff
	}
	#menu #menu-nav-bottom {
		width:100%;
		text-align:right;
		padding-bottom:60px
	}
	@media only screen and (max-width:40em) {
		#menu #menu-nav-bottom {
			padding-bottom:15px
		}
	}
	#menu #menu-nav-bottom ul {
		list-style-type:none;
		margin:0
	}
	#menu #menu-nav-bottom ul a {
		color:#888;
		font-size:16px;
		line-height:1.6em;
		font-weight:600;
		-webkit-transition:all 600ms ease;
		-moz-transition:all 600ms ease;
		-ms-transition:all 600ms ease;
		-o-transition:all 600ms ease;
		transition:all 600ms ease
	}
	@media only screen and (max-width:40em) {
		#menu #menu-nav-bottom ul a {
			line-height:1.4em
		}
	}
	#menu #menu-nav-bottom ul a.current-link,#menu #menu-nav-bottom ul a:hover {
		color:#fff
	}
	#menu .padder {
		height:4%;
		height:calc(20% - 215px);
		max-height:60px;
		min-height:20px
	}
	@media only screen and (max-width:40em) {
		#menu .padder {
			max-height:40px
		}
	}
	#menu .rule-grey {
		border-color:#555;
		float:right
	}  

.banner {
	width: 100%;
  height:350px;
}
	.banners {
	  position: absolute;
	  width: 100%;
	 	height:350px;
    overflow:hidden;
	}
	.banners_item {
		height: 555px;
	}
	.banner_info {
		font-size: 45px;
		text-transform: uppercase;
		font-weight: 500;
		position: absolute;
		margin: 200px auto 0 auto;
		width: 100%;
		text-align: center;
		color: #fff;
		font-family: 'Roboto', sans-serif;
	}
	.banner_info p {
	}
	.banner_info_hp_02 {
	  float:right;
	  width:529px;
	  margin-top:51px;
	}
	.banner_info_hp_03 {
	  float:right;
	  width:750px;
	  margin-top:51px;
	}
	@media (max-width: 992px) {
		.banner,
		.banners {
			display: none;
		}
	}   

#content {
  margin: 75px 60px 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	padding-bottom: 35px;
} 
	@media (max-width: 992px) {
		#content {
			padding-top: 70px;
		  margin: 0 20px;
		}
	}
	#content h3 {
	  text-align: center;
	} 	   
#media {
	background-color: #fff;
}	
.tcenter {
	text-align: center !important;
}   
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-justify {
    text-align: justify;
}
.text-decal {
    padding-left: 10px;
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
}
.col-4 {
	width: 100%;
}  
.grid_5 {
	float: left;
	text-align: left;
	width: 50%;
}
.col5 {
	float: left;
	width: 50%;
}  
	@media (max-width: 992px) {
		.grid_5 {
			width: 100%;
		}
	}   
.section-col {
	display: inline-block;
	width: 25%;
	position: relative;
  max-width: 400px;
	overflow: visible;
	padding-top: 65px;
} 
	@media (max-width: 992px) {
		.section-col {
			width: 100%;
		}
	}   
.section-col .col-pad {
    padding-left: 20px;
    padding-right: 20px;
}
.pad-info {
    padding: 35px 20px 15px;
    background-color: #FFF;
}
.pad-info-img {
    margin-top: -100px;
}
.pad-info h3 {
    color: #00ccff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0px 0px 20px 0px
}
.pad-info p {
    font-size: 15px;
    padding-bottom: 20px;
}

#footer {
	background: #000;
	color: #ffffff;
  letter-spacing: normal;
  padding: 15px 0;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
 	position: fixed;
  bottom: 0px;
  width: 100%;
}
#footer div {
}
#footer p {
  margin-top: 8px;
}
#video_pop {
    z-index: 9999; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.5); 
    display: none;
    cursor: pointer;
}

#the_Video {
    width: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.col {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 1px;
    vertical-align: top;
    text-align:left;
}
.col_left {
		width: 18px;
    text-align:right;
}
.column {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 30px;
    vertical-align: top;
    width: 30%;
    text-align:left;
}
	@media (max-width: 992px) {
		.column {
			width: 100%;
			padding-right: 10px;
		}
	}   

.modules .module {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
}
.modules .module > a.title {
    display: block;
    margin-bottom: 30px;
}
.modules .module > a.title span {
    color: #00ccff;
}
.modules .module > a.title span {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.modules .module.profil > span.icon {
    background: url('/img/highlights.png') no-repeat;
}
.modules .module.connaissances > span.icon {
    background: url('/img/skills.png') no-repeat;
}
.modules .module > span.icon {
    background-color: #00ccff !important;
}
.modules .module > span.icon {
    display: inline-block;
    height: 32px;
    right: 15px;
    position: absolute;
    top: 15px;
    width: 32px;
}
.modules .module > span.icon2 {
    color: #00ccff !important;
}
.modules .module > span.icon2 {
    display: inline-block;
    height: 32px;
    right: 15px;
    position: absolute;
    top: 15px;
    width: 32px;
}
.module span.icon {
    display: none;
}
.contents .content {
    position: relative;
    word-wrap: break-word;
}
.module.profil .content .bullets, .module.lang .content .bullets {
    margin-top: 0;
}
.content .bullets {
    line-height: 1.3;
    margin-top: 10px;
}
ol, ul {
    list-style: none;
}
.bullets .bullet.default {
    list-style-type: square;
    margin: 0 0 4px 18px;
    position: relative;
}
.clear-all {
    clear: both;
}


.bullets .bullet div.rating.rating-1{
	background: #00ccff url(/img/skills-ratings.png) no-repeat right 0;
}
.bullets .bullet div.rating.rating-2{
	background: #00ccff url(/img/skills-ratings.png) no-repeat right -16px;
}
.bullets .bullet div.rating.rating-3{
	background: #00ccff url(/img/skills-ratings.png) no-repeat right -32px;
}
.bullets .bullet div.rating.rating-4{
	background: #00ccff url(/img/skills-ratings.png) no-repeat right -48px;
}
.bullets .bullet div.rating.rating-5{
	background: #00ccff url(/img/skills-ratings.png) no-repeat right -64px;
}
.bullets .bullet div.rating {
    height: 16px;
    position: absolute;
    right: 0;
    width: 96px;
    top: 0px;
}
.the-tooltip {
    position: relative;
}

#hp_title h4 {
	font-size: 25px;
	background-color: #fff;
	padding: 7px;
	margin-bottom: 7px;
}
#hp_title {
	margin-bottom: 15px;
}
#hp_pic {
	text-align: right;
	margin-bottom: 15px;
}
	@media (max-width: 992px) {

		#hp_pic {
			text-align: center;
		}
	}

iframe {
	display: block;
max-width:100%;
width:100%;
height: 100%;
}
.bullet img {
max-width:100% !important;
width:100%;
}
.bullet b {
 font-weight: bold;
}
.bulspace li {
 padding-bottom: 20px;
}
.col50{
 width:45%;
}

	.button-kit {
	  border-width: 0;
	  box-shadow: none;
	  color: #fff;
	  padding: 0px;
	  padding: 10px;	  
	  text-decoration: none;
	  text-align: center;
	  text-transform: uppercase;
	  text-shadow: none;
	  font: 400 14px 'Roboto', sans-serif;
	  -webkit-transition: 0.3s all ease;
	  transition: 0.3s all ease;  	  
	  background: #00ccff;
	}
	.button-kit:hover {
	  transition: 0.3s all ease;
	  background: #2F2E35;
	  cursor: pointer;
	  text-decoration: none;
	}	

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.portfolio-simple {
    position: relative;
    float: left;
    background-position: 49% 250%;
    padding: 10px 0 5px 0;
}
	.portfolio-simple a {
	 color:#fff;
	 width:100%
	}
	.portfolio-simple a img {
	 position:relative;
	 margin:10px 0;
	 -webkit-filter:grayscale(100%);
	 filter:grayscale(100%);
	 max-width:300px;
	 height:100px;
	 image-rendering:auto;
	 -ms-transform:scale(0.95, 0.95);
	 -webkit-transform:scale(0.95, 0.95);
	 transform:scale(0.95, 0.95);
	 -webkit-transition:all 0.6s;
	 -moz-transition:all 0.6s;
	 transition:all 0.6s
	}
	.portfolio-simple a:hover {
	 color:#00ccff
	}
	.portfolio-simple span {
	 width:100%;
	 float:left;
	 margin-bottom:15px;
	}
	.portfolio-simple:hover,.portfolio-simple.active,.portfolio-simple:focus {
	 #background-color:#4a4a4a;
	 -webkit-transition:all 0.6s;
	 -moz-transition:all 0.6s;
	 transition:all 0.6s
	}
	.portfolio-simple:hover img,.portfolio-simple.active img,.portfolio-simple:focus img {
	 -webkit-filter:grayscale(0%);
	 filter:grayscale(0%);
	 -ms-transform:scale(1, 1);
	 -webkit-transform:scale(1, 1);
	 transform:scale(1, 1);
	 -webkit-transition:all 0.6s;
	 -moz-transition:all 0.6s;
	 transition:all 0.6s
}

.list-group-item.active {
    background-color: #00ccff;;
    border-color: #00ccff;;
}

