@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro%3A200%2C400%2C300%2C400italic%2C600);
@import url(//fonts.googleapis.com/css?family=PT+Serif:400,700);
@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/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;
}
a {
  font: inherit;
  color: inherit;
  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;
}
a img {
    border: none;
}
img {
    border: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
h2 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 600;
	margin: 27px 0px;
}
h3 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
	margin: 20px 0px;
}
	@media (max-width: 979px) {
		h3 {
  		font-size: 32px;
  		line-height: 32px;
  		font-weight: 400;
			margin: 15px 0px;
		}
	}   

h4 {
  font-size: 33px;
  line-height: 38px;
  font-weight: 400;
}
h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.clearfix:after,.clearfix:before {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
.container {
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
	@media (max-width: 979px) {
		.container {
		  margin-left: 30px;
			margin-right: 30px;
		}
	}
.container img {
    max-width: none !important;
}
	@media (max-width: 979px) {
		.container img {
			max-width: 100% !important;
		}
	}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}

#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;	
}

  #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: 979px) {
		#header #logo .logo {
    	height: 35px;
  	}		
	}
	@media (max-width: 767px) {
	  #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: #766acf;
	}
	#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 #766acf;
	  border-radius: 4px;
	  -webkit-transition: 0.3s all ease;
	  transition: 0.3s all ease;
	}
	#header .menu ul > li.current > a {
	  color: #ffffff;
	  background: #766acf;
	  border: 1px solid #766acf;
	  border-radius: 4px;
	}
	@media (max-width: 979px) {
		#header #header_container {
			height: 60px;
			line-height: 60px;
		}
	  #header .menu {
	    margin-right: 6px;
	  }
	  #header .menu ul > li > a {
		  font-size: 15px;
		  line-height: 10px;
	    padding: 13px 19px 13px 20px;
	  }
	}
	@media only screen and (max-width: 767px) {                            
		#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_hp_01 {
	  float:right;
	  width:660px;
	  margin-top:200px;
	}
	.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: 979px) {
		.banner,
		.banners {
			height: 175px;
		}
	}   

#content {
	padding-bottom: 35px;
	background-color: #e6e6e6;
	padding-top: 20px;
} 
	@media (max-width: 979px) {
		#content {
		}
	}   
#media {
	background-color: #fff;
}	
.tcenter {
	text-align: center;
}   
.col-4 {
	width: 100%;
}  
.grid_5 {
	float: left;
	width: 50%;
}  
	@media (max-width: 979px) {
		.grid_5 {
			width: 100%;
		}
	}   
.section-col {
	display: inline-block;
	width: 25%;
	position: relative;
  max-width: 400px;
	overflow: visible;
	padding-top: 65px;
} 
	@media (max-width: 979px) {
		.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: #766acf;
    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: #303334;
	color: #ffffff;
  letter-spacing: normal;
  margin-top: 15px;
  padding: 25px 0;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  //position: fixed;
  //bottom: 0px;
  width: 100%;
}
#footer div {
  margin-bottom: 9px;
}
#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: 10px;
    vertical-align: top;
    width: 30%;
    text-align:left;
}
	@media (max-width: 979px) {
		.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: #766acf;
}
.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: #766acf !important;
}
.modules .module > span.icon {
    display: inline-block;
    height: 32px;
    right: 15px;
    position: absolute;
    top: 15px;
    width: 32px;
}
.modules .module > span.icon2 {
    color: #766acf !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: #766acf url(/img/skills-ratings.png) no-repeat right 0;
}
.bullets .bullet div.rating.rating-2{
	background: #766acf url(/img/skills-ratings.png) no-repeat right -16px;
}
.bullets .bullet div.rating.rating-3{
	background: #766acf url(/img/skills-ratings.png) no-repeat right -32px;
}
.bullets .bullet div.rating.rating-4{
	background: #766acf url(/img/skills-ratings.png) no-repeat right -48px;
}
.bullets .bullet div.rating.rating-5{
	background: #766acf 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: 979px) {

		#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%;
}
