

/* FOOTER BOTTOM */
* {
	box-sizing: border-box;
}

*::after, *::before {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	position: relative;
}

.container-page {
	min-height: 100vh; /* will cover the 100% of viewport */
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 50px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height:50px;
}

footer span,footer ul{
	line-height:50px;
}

/* GENERAL */
html{
   margin:0;
   padding:0;   
}


body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.2; 
	background: #fff url("../img/grain.png") repeat;
	margin:0;
	padding:0;	
}

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

hr{
	display: block;
	height: 1px;
	border :0;
	border-top: 1px solid #ccc;
	margin:10px 0;
	padding: 0
}

a{
	text-decoration:none;
	color: #fff;
}


a, a:active,a:hover,a:focus{
	outline: 0!important;
	color:#555;
	text-decoration:none;
}

li{
	list-style-type:none;color:#555
}

h1,h2,h3,h4,h5,h6,p,strong{
	color: #555;
	margin:0;
}

h2{
	font-size: 2em;	
}

h3{
	font-size: 1.3em;
	padding-bottom: 5px;
}

h4{
	font-weight: normal!important;
	font-size: 1em;
	color: #555;
}

p{
	margin:1em auto;
	font-size:1em
}

html, button, input, select, textarea{
	font-family:sans-serif;
}

textarea, input[type=text], input[type=button], input[type=submit],input[type=email] {
	-webkit-appearance: none!important;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color: rgba(0, 0, 0, 0.1);
}

figure,form{
	margin: 0
}

/* COLOR */
button:active, button:focus{
	outline-color:#fd5157;
}

::-moz-selection{
	background:#fd5157;
	color:#fff;
	text-shadow:none
}

::selection{
	background:#fd5157;
	color:#fff;
	text-shadow:none
}
/* LOAD PAGE */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite; 
    z-index: 1001;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
	-webkit-animation: spin 3s linear infinite; 
	animation: spin 3s linear infinite; 
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;

	-webkit-animation: spin 1.5s linear infinite;
	 animation: spin 1.5s linear infinite; 
}

@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  
		-ms-transform: rotate(0deg);  
		transform: rotate(0deg);  
	}
	100% {
		-webkit-transform: rotate(360deg); 
		-ms-transform: rotate(360deg); 
		transform: rotate(360deg); 
	}
}

@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg); 
		-ms-transform: rotate(0deg);  
		transform: rotate(0deg);  
	}
	100% {
		-webkit-transform: rotate(360deg);  
		-ms-transform: rotate(360deg);  
		transform: rotate(360deg);  
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #1e2629;
	z-index: 1000;
	-webkit-transform: translateX(0); 
	-ms-transform: translateX(0);  
	transform: translateX(0);  
}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);  
	-ms-transform: translateX(-100%);  
	transform: translateX(-100%);  
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%); 
	-ms-transform: translateX(100%);  
	transform: translateX(100%); 
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;  
			transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%); 
	-ms-transform: translateY(-100%);  
	transform: translateY(-100%);  
	-webkit-transition: all 0.3s 1s ease-out;  
	transition: all 0.3s 1s ease-out;
}
	
.no-js #loader-wrapper {
	display: none;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* SECTION PRINCIPALE */
.main{
	margin-top:100px;
}

.main div.container-fluid div.col-md-6.center-block{
	float:none;
}

/* NAVIGATION */
.navbar {
	background-color: #1e2629;
	border-bottom: none;
	padding: 30px 0;
	transition-duration: 0.6s;
}

div.navbar-header a.navbar-brand{
	color: #fff;
	font-family: 'Loved by the King';
	font-size:46px;
}

.navbar-scroll div.navbar-header a.navbar-brand,
.navbar-default.navbar-scroll .navbar-nav > li > a {
	color: #555;
}

div.navbar-header a.navbar-brand:hover,
.navbar.navbar-default.navbar-fixed-top div.container div#navbar ul.nav.navbar-nav.navbar-right li a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav >  a:hover ,
.navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover {
	color:#fd5157;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-size:16px; 
	text-transform:uppercase;
}

.navbar-scroll{
	background-color: #e7e7e7; 
	height:50px;
	padding:0; 
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.59);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.59);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.59);
}
.navbar-scroll div.navbar-header a.navbar-brand{
	font-size:30px;
}

/* NAVIGATION HOVER */
.navbar-default .navbar-nav a::before,
.navbar-default .navbar-nav a::after {
	color:#fd5157;
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.navbar-default .navbar-nav a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.navbar-default .navbar-nav a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.navbar-default .navbar-nav a:hover::before,
.navbar-default .navbar-nav a:hover::after,
.navbar-default .navbar-nav li.active a::before,
.navbar-default .navbar-nav li.active a::after {
	background-color:transparent;
	color:#fd5157;
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

/* ABOUT */
#cv{
	font-family: Georgia;
	color: #444;
	background: #e7e7e7 url("../img/grain.png") repeat;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 50px 80px;
	margin:80px 0;
}

#cv blockquote{
	font-size: 1em;
	 border-left: 0px solid transparent !important; 
	 font-style: italic;
	
}

#portrait{
float: left; 
margin: 0px 15px 15px 0px;
}
#cv hr{
	height: 3px;
	border: 0;
	background-color: #888;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#e7e7e7), to(#e7e7e7), color-stop(50%, #fff));
	background-image: -webkit-linear-gradient(left, #e7e7e7, #fff, #e7e7e7);
	background-image: -moz-linear-gradient(left, #e7e7e7, #fff, #e7e7e7);
	background-image: -ms-linear-gradient(left, #e7e7e7, #fff, #e7e7e7);
	background-image: -o-linear-gradient(left, #e7e7e7, #fff, #e7e7e7);
	margin: 40px 0;
}

#cv hr::after{
	content: '';
	display: block;
	height: 1px;
	background-color: #e7e7e7;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#e7e7e7), to(#e7e7e7), color-stop(50%, #888));
	background-image: -webkit-linear-gradient(left, #e7e7e7, #888, #e7e7e7);
	background-image: -moz-linear-gradient(left, #e7e7e7, #888, #e7e7e7);
	background-image: -ms-linear-gradient(left, #e7e7e7, #888, #e7e7e7);
	background-image: -o-linear-gradient(left, #e7e7e7, #888, #e7e7e7);
}

#cv h3{
	font-size:1.6em;
}

#cv li{
	font-size:1em;
}

/* #cv a{
	font-weight:bold;
	text-decoration:underline;
	color:#555;
} */
	
#cv a:hover{
	color:#fd5157!important;
}	

#a_propos h2{
	text-align:center;
}

.col-md-6 h3{	
	text-align:center;
}

#cv h3{
	margin-bottom:10px;
}
	



#cv .row {margin-bottom:10px;}	
#cv .col-md-4{
	font-family: 'Josefin Slab', serif;
	font-weight:500;
} 

#cv  em{
	font-style:italic;
	text-decoration:underline;
}

/* SKILLS */
ul#skill{
	margin: 22px auto 0 auto;
}

ul#skill li div.bar{
  margin: 10px 0 17px 0px;
  border-radius: 10px;
  background: #ccc;
  height: 10px;
  width:100%;
}

ul#skill li div.one,
ul#skill li div.two,
ul#skill li div.three,
ul#skill li div.four{
	height: 10px;	
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;		
}

ul#skill li div.one{
  width: 90%; 
  background-color: #fd5157;
}
ul#skill li div.two{
  width: 80%; 
  background-color: #93c417;
}
ul#skill li div.three{
  width: 80%; 
  background-color: #00b7ea;
}
ul#skill li div.four{
  width : 70%;  
  background-color: #f8ac27;
}

/* LOGICIELS */
#logiciels {
  width: 239px;
  height: 190px;
  margin: 46px auto 0 auto;
  padding: 20px 0 0 0;
  background: url("../img/bracket.png")no-repeat;
}

#logiciels li{
  text-align: center;
}

#logiciels li:nth-child(1){
  margin-top:5px;
}

@media only screen and (min-width:741px) and (max-width:1024px) {

  #a_propos{
    padding : 0px 10px;
  }
  
}
	#portrait{

    margin: 0px 20px 0px  0px;
    display: block;

}
/* CONTACT*/
#contact-form .remarque { display:none !important; }
#contact{
	font-family: Georgia;
	color: #444;
	background: #e7e7e7 url("../img/grain.png") repeat;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 50px 80px 30px 80px;
	margin:80px auto;
}

#contact-form{
	margin-bottom:40px;
}

#contact-form label{
	color:#666;
}

#contact-form input[type="text"],
#contact-form input[type="email"]{ 
	border: 1px solid #888;
	border-radius:0;
	background-color:transparent;
	box-shadow:none;
}

#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus{
	border: 1px solid #fd5157;
	box-shadow:none;
}

#contact-form textarea{
	border-radius:0;
	background-color:transparent;
	box-shadow:none;border: 1px solid #888;
}

#contact-form textarea:focus{
	border: 1px solid #fd5157;
}

#contact-form input[type="submit"],
.btn.disabled,.btn-success.disabled{
	width:100%; 
	border-radius:0!important;
	background: #fd5157;
	border: 1px solid #e7e7e7;
	opacity:1;
	text-transform:uppercase;
	margin-top: 15px;
	cursor:pointer!important;
}

#contact-form input[type="submit"]:focus,
.btn-success{
	background-color: #5cb85c;
	border-color: #4cae4c;
}

#contact-form ul.list-unstyled li{
	color:#fd5157;
	font-weight:normal; 
	
}

/* FOOTER */
footer{
	display: block;
	background-color: #1e2629;
	color: #fff;
	font-size: 16px;
	z-index: 1000;
}

footer span a{  
	color: #fff;
}

footer span a:hover{
	color:#fd5157;
}

#copyright,#medias-sociaux{	
	padding:0;	
}

#copyright{	
	float:right;	
	margin: 0 15px 0 0;
}

#medias-sociaux{	
	float:left;	
	margin-left:  15px;
	margin-bottom: 0px;
}

#medias-sociaux li{
	display:inline-block;
	padding:0 5px;
}

ul#medias-sociaux li span{
	color:#fff;
	font-size: 16px;
	display: inline-block;
	line-height: 60px;
}

#medias-sociaux li a{
	display: inline-block;
	height: 40px; 
	font-size: 20px;
    line-height: 24px;
    list-style-type: none;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 12px;
	color:#fff;
}

#medias-sociaux li a.facebook:hover {
    color: #3b5998;
}

#medias-sociaux li a.pinterest:hover {
    color: #c92228;
}
		
#medias-sociaux li a.twitter:hover{
    color: #00aced;
}

#medias-sociaux li a.google-plus:hover {
    color: #dd4b39;
} 


@media only screen and (max-width:740px){
	
	.navbar-scroll{
		background-color: #1e2629;
		border-bottom: none;
		padding: 30px 0;
		transition-duration: 0.6s;
		box-shadow: none;
		border-bottom: none;
		padding: 30px 0;
		transition-duration: 0.6s;
		height:auto;
	}
	
	.navbar-scroll div.navbar-header a.navbar-brand{
		font-size:46px;
		color:#fff;
	}
	
	#cv{
		padding: 50px 40px;
		border:0; 
		margin:0; 
		background:transparent;
	}
	#portrait{
    float: none;
    margin: 0 auto;
    display: block;

}
	
	#a_propos.container{
		padding:0;
	}
	
	#contact{
		padding: 50px 40px;
		border:0; 
		margin:0; 
		background:transparent;
		box-shadow: none;
	}
	
}

@media only screen and (max-width:568px){
	.main {
		margin-top: 80px;
	}
	
	.container-page {
		padding-bottom: 80px;
	}
	
	.navbar-default.navbar-scroll .navbar-collapse.collapse.in .navbar-nav > .active > a{
		color: #fd5157;
	}
	
	.navbar-header{
		border:none;
		padding-bottom:15px;
	}

	div.navbar-header a.navbar-brand,.navbar-scroll div.navbar-header a.navbar-brand{
		font-size:40px;
		color:#fff;
	}
	
	.navbar{
		padding: 15px 0 0 0;
	}
	
	.navbar-default.navbar-fixed-top.navbar-scroll .navbar-toggle	{
		background-color: transparent;
	}
	
	.navbar-default .navbar-toggle,.navbar-default .navbar-collapse{
		border-color: #777;
	}
	
	.navbar-default.navbar-scroll .navbar-nav > li > a{
		color:#fff;
	}
	
	.navbar-default .navbar-collapse,.navbar-collapse{
		border: 0;
	}
	#logiciels{
		margin: 20px auto 0 auto;
	}
	
	footer {
		height:80px;
	}
	
	#medias-sociaux{
		height:40px;
	}
	
	#medias-sociaux li {
    padding: 0 5px;
	}
	
	#medias-sociaux,#copyright{
		margin:0;
		float:none; 
		display:block;
		text-align:center; 
		line-height:34px;
	}
	
	
}

