/* CSS Document */

/****************************************************************

  VERSION:    1.1.1
  AUTHOR:     Sébastien Guay (www.sebastienguay.fr)


  CONTENTS:
0. Bootstrap hack

1. Preloader 

2. Section

2.a Home Section 

2.b About Section 

2.c Experiences Section 

2.d Formations Section 

2.e Skills Section

2.f Project Section

3. Contact

4. Nav Header

5. Footer

6. Media Queries
    -> (Mid Desktop) (768 to 992)
    -> Tablets (480 < 768px)
    -> Low End Devices (< 480px)

*********************************************************************/
.gm:before{
	content:"@";
}
.gm:after{
	content:"gmail.com";
}

/*************************/
/*    Bootstrap hack     */
html {
	min-height: 100%;
	height: 100%;
}

body {
	background: url(../img/back.jpg)  top center repeat;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.571428571428571;
	color: #4C4C4C;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(100, 100, 100, 0.05);
	height: 100%;
	min-height: 100%;
	display: block;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #FFF;
background-color: #638BAB;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #FFF;
background-color: #638BAB;
}
.nav-pills > li > a {
color: #444;
}
.dropdown-menu {
width: 100%;
}


/*************************/
/*    Preloader     */

#preload {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9100 !important;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#preload > img {
	position: relative;
	top: 35%;
	display: block;
	margin: 0 auto;
}

#preload .pace {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	z-index: 2000;
	position: fixed;
	margin: auto;
	top: 12px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 20px;
	border: 1px solid #151d2a;
	background-color: #fff;
}

#preload .pace .pace-progress {
	-webkit-transition: width 1s ease-in-out 1s linear;
	transition: width 1s ease-in-out 1s linear;
	max-width: 192px;
	width: 150px;
	position: fixed;
	z-index: 2000;
	display: block;
	position: absolute;
	left: 3px;
	top: 2px;
	height: 14px;
	font-size: 12px;
	background: #151d2a;
	color: #151d2a;
	line-height: 60px;
	font-weight: bold;
}

#preload .pace .pace-progress:after {
	content: attr(data-progress-text);
	display: inline-block;
}

#preload .pace.pace-inactive {
	display: none;
}

/*************************/
/*       Sections        */

#page-container{
padding-top:00px;	
}

.drop-shadow {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.05);
position: relative;
}
.curved:before {
top: 5%;
bottom: 10px;
height: 90%;
left: 0;
right: 0;
box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.8);
}
.drop-shadow:before {
content: "";
position: absolute;
z-index: -2;
}

section {
background: #FFF;
position: relative;
padding: 30px 5%;
margin-bottom: 100px;

}

.section-title {
padding: 20px 0;
padding-left: 15%;
line-height: 1;
margin-top: 0;
display: block;
text-transform: uppercase;
position: relative;
left: -8%;
}

.section-title:before {
content: "";
position: absolute;
display: block;
border-style: solid;
border-color: #133B5B rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
left: 0;
bottom: -30px;
border-width: 30px 0 0 50px;
z-index: -1;
}

.section-title:after {
background: #638BAB;
content: attr(data-icon);
font-family: fontello;
position: absolute;
color: #FFF;
font-size: 1em;
top: 0;
left: 0;
padding: 20px 3%;
padding-left: 8%;
border-radius: 0 5px 5px 0;
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.12);
text-shadow: 0px -1px 3px rgba(0, 0, 0, 0.3);
}
/*************************/
/*     Home Section      */

.home {
	background: #151d2a url(../img/pattern20.png);
	color: #fff;
	border: 1px solid transparent;
	background-size: auto;
	position: relative;
	height: 100%;
}
.home .big-title {
	text-align: center;
	position: relative;
	top: 35%;
	-webkit-transform: translate(0, -35%);
	-ms-transform: translate(0, -35%);
	transform: translate(0, -35%);
	border: 5px solid #FFF;
	border-top: 0px;
	max-width: 800px;
	min-width: 350px;
	width: 85%;
	margin: 0 auto;
	padding-top: 20px;
	opacity:0;
}

.home .big-head {
	text-transform: uppercase;
	font-size: 79.2px;
	font-weight: 900;
	margin: 0;
	margin-bottom:20px;
	font-family: Raleway, Georgia, "Times New Roman", Times, serif;
	opacity:0;	
}
.big-head-anim{
  -webkit-animation: drop-in-inv 1s ease 0s 1 normal;
  -moz-animation: drop-in-inv 1s ease 0s 1 normal;
  animation: drop-in-inv 1s ease 0s 1 normal;
  	
}

.home .big-head > span {
	position: relative;
	
}

.home .text-sub {
	text-align: center;
	font-weight: 800;
	line-height: 2.071428571428571;
	opacity:0;
}


.home .text-sub > span {
	position: absolute;

	background-color: #FFF;
	color: #151d2a;
	bottom: -25px;
	left: 50%;
	width: 35%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	padding: 1px 7px;
}

.home .text-sub2 {
	text-align: center;
	font-weight: 800;
	line-height: 2.071428571428571;
	opacity:0;
}

.home .text-sub2 > span  {
	position: absolute;
	color: #fff;
	bottom: -70px;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	
	
}
.home .text-sub2 > span  > a{
	color: #fff;
}
     
	       

.home .cv-btn {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	top: 45%;
	opacity:0;
}

.home .cv-btn > button {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.8);
	padding: 20px 50px;
	display: inline-block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color:transparent;
}

.home .cv-btn > button:hover {
	color: #4c4c4c;
	background: #fff;
}

.home .learn-more {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity:0;

}

.home .learn-more > a {
	left: 0;
	color: #fff;
	position: relative;
	font-size: 16px;
}
.anime{
-webkit-animation: drop-in 1s ease-in-out 0s infinite normal;
-moz-animation: drop-in 1s ease-in-out 0s infinite normal;
animation: drop-in 1s ease-in-out 0s infinite normal;
-webkit-animation-iteration-count:10;
-moz-animation-iteration-count:10;
animation-iteration-count:10;
}
.table_other_format{
margin:25px auto; width:60%;
}



/*************************/
/*         About         */
.about{
	margin-top:30px; 
}


/*************************/
/*      Experiences      */
.job{
	padding-left:10%;
	padding-top: 20px;
	position: relative;
}
.job:before {
background: #638BAB;
content: attr(data-year);
position: absolute;
color: #fff;
font-size: 14px;
top: 20px;
left: -25px;
width: 76px;
text-align:center;
border-radius: 0 5px 5px 0;
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.12);
text-shadow: 0px -1px 3px rgba(0, 0, 0, 0.3);
}
/*.job:after {
content: attr(data-note);
position: absolute;
color: #999;
font-size: 12px;
top: 20px;
left: -25px;
width: 76px;
text-align:center;
}*/

.job h3, .job h4{
	margin-top:0px;
	margin-bottom:5px;
	color:#3E4B55;

}
.job span.town{
font-size:12px;
font-style:italic;	
}
.job h4 a{
font-size:13px;
display:block;
float:left;
margin-top:3px;
padding-right:5px;
font-weight:bold;
}
.sub-title{
 	margin-left:0px;
}
.job p{
text-align:justify;	
}


/*************************/
/*  Formations Section   */
/*************************/
/*    Skills Section     */
#Skills .sub-title{
 text-align:center;
}
.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/*************************/
/*   Project Section     */

.articles-home a.firstarticle{width:540px;height:auto;line-height:20px;font-size:13px;margin:15px 0}
.articles-home a.firstarticle img{padding:0;border:0;height:auto;width:540px;margin:-60px 0 0;float:none;max-height:360px;border-radius:0}
.articles-home a.firstarticle span{position:absolute;bottom:15px;width:520px;display:block;padding:10px;color:#fff;font-size:12px;background:rgba(0,0,0,1); -webkit-transition: all .4s ease-in;  -moz-transition: all .4s ease-in; -o-transition: all .4s ease-in; transition: all .4s ease-in;height:65px;top:215px}
.articles-home a.firstarticle span h3{font-size:20px;margin:5px 0;padding-top:0;line-height:26px;color:#FFF}
.articles-home a.firstarticle span p,.articles-home a.firstarticle .keyword {display:none}
.articles-home a.firstarticle:hover span{top:0;height:280px;background:rgba(0,0,0,.7);margin:0}
.articles-home a.firstarticle:hover span h3{height:70px;border-bottom:1px solid #f0f0f0}
.articles-home a.firstarticle:hover span p{display:block;text-align:left;font-size:14px;line-height:1.5em}





/*************************/
/*        Contact        */
/*************************/
/*     Nav Header        */
/*************************/
/*        Footer         */
/*************************/
/*    Media Queries      */

@media screen and (max-width: 992px) {
  .home .big-head {
    font-size: 58px;
  }
  .home .text-sub {
    font-size: 14px;
  }
  .home .text-sub > span{
  width: 60%;
  bottom: -20px;
  }
  	.navbar-brand {
letter-spacing: -2px;
}
 
  
}
@media screen and (max-width: 768px) {
	.navbar-brand {
letter-spacing: 0px;
}
  .home .big-head {
    font-size: 45px;
  }
  .home .text-sub {
    font-size: 14px;
  }
  .home .text-sub > span{
  width: 60%;
  }
  .table_other_format{
 width:100%;
	}
  .anime{
-webkit-animation: drop-in 1s ease-in-out 0s infinite normal;
-moz-animation: drop-in 1s ease-in-out 0s infinite normal;
animation: drop-in 1s ease-in-out 0s infinite normal;
-webkit-animation-iteration-count:1;
-moz-animation-iteration-count:1;
animation-iteration-count:1;
}

  .section-title {
	padding-left: 20%;
}

.job:before {
width: 56px;	
}
.job:after {
font-size: 12px;
}
.sub-title{
 	margin-left:0px;
}
  
}
@media screen and (max-width: 480px) {
	.home .big-head {
    font-size: 33px;
  	}
	.job:before {
	width: 46px;	
	}


}
/*****************/
/*     OTHER     */
#scrollUp {
width: 40px;
height: 40px;
background: #444;
text-align: center;
position: fixed;
bottom: 0px;
right: 10px;
cursor: pointer;
display: none;
color: #333;

position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
#scrollUp i {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 24px;
color: #FFF;
}
#scrollUp:hover {
    background-color: #888888;
}
#scrollUp.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}






