/**************************************************************
	Style.css
	Code de base : @mdo (twitter)
	Customisation : herolien
	Reproduction interdite
**************************************************************/
@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');

a{ color: #eea236;}
a:hover{ color: #f0ad4e;}

/** CSS des sections principales **/
#carroussel{

	height: 100%;
	/** Fond de l'image HOME **/
	background: url(../img/home.jpg) no-repeat;
	background: -moz-linear-gradient(top, rgba(0,0,0,8) 0%, rgba(0,0,0,0.75) 59%, rgba(0,0,0,0.8) 100%), url('../img/home.jpg') no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(59%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.8))), url('../img/home.jpg') no-repeat;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.75) 59%,rgba(0,0,0,0.8) 100%), url('../img/home.jpg') no-repeat;
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.75) 59%,rgba(0,0,0,0.8) 100%), url('../img/home.jpg') no-repeat;
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.75) 59%,rgba(0,0,0,0.8) 100%), url('../img/home.jpg') no-repeat;
	background: radial-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%), url('../img/home.jpg') no-repeat;

	background-position: center bottom;
	background-size:cover;
}
#carroussel h2, #carroussel p{	
	font-family: "Lato", sans-serif;


}
#carroussel .btn{
	padding-top:6pt;
}
#carroussel .glyphicon{
	font-size: 15pt;
	vertical-align: middle;
	padding-bottom:2pt;
	padding-right: 2pt;
}

#menu{

}	
#aboutme{
	min-height: 100%;
	/** Fond de l'image HOME 
	background: url(../img/aboutme.jpg) no-repeat;
	background: -moz-linear-gradient(top, rgba(0,149,182,0.4) 0%, rgba(1, 49, 180,0.6) 59%, rgba(0,149,182,0.4) 100%), url('../img/aboutme.jpg') no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,149,182,0.4)), color-stop(59%,rgba(1, 49, 180,0.6)), color-stop(100%,rgba(0,149,182,0.4))), url('../img/aboutme.jpg') no-repeat;
	background: -webkit-linear-gradient(top, rgba(0,149,182,0.4) 0%,rgba(1, 49, 180,0.6) 59%,rgba(0,149,182,0.4) 100%), url('../img/aboutme.jpg') no-repeat;
	background: -o-linear-gradient(top, rgba(0,149,182,0.4) 0%,rgba(1, 49, 180,0.6) 59%,rgba(0,149,182,0.4) 100%), url('../img/aboutme.jpg') no-repeat;
	background: -ms-linear-gradient(top, rgba(0,149,182,0.4) 0%,rgba(1, 49, 180,0.6) 59%,rgba(0,149,182,0.4) 100%), url('../img/aboutme.jpg') no-repeat;
	background: radial-gradient(to bottom, rgba(0,149,182,0.4) 0%,rgba(0,149,182,0.4) 100%), url('../img/aboutme.jpg') no-repeat;

	background-position:center center;
	background-size:cover;**/
	background:#f6f6f6;

}
#contact{
	height:100%;
	background: url(../img/contact.jpg) no-repeat;
	background: -moz-linear-gradient(top, rgba(0,0,0,8) 0%, rgba(0,0,0,0.75) 59%, rgba(0,0,0,0.8) 100%), url('../img/contact.jpg') no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(59%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.8))), url('../img/contact.jpg') no-repeat;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.75) 59%,rgba(0,0,0,0.8) 100%), url('../img/contact.jpg') no-repeat;
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.75) 59%,rgba(0,0,0,0.8) 100%), url('../img/contact.jpg') no-repeat;
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.75) 59%,rgba(0,0,0,0.8) 100%), url('../img/contact.jpg') no-repeat;
	background: radial-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%), url('../img/contact.jpg') no-repeat;

	background-position:center center;
	background-size:cover;
}






#aboutme .lead {
	color:#323232;
	font-size:12pt;
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	line-height: 30px;
}
	
.barre{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;

}
	/*
 * Globals
 */

/* Links
a,
a:focus,
a:hover {
  color: #fff;
} */

/* Custom default button 
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; * Prevent inheritence from `body` *
  background-color: #fff;
  border: 1px solid #fff;
}*/


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.cover-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.cover-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding-top: 11px;
  padding-bottom:12px;
}


/*
 * Header
 */
.masthead{
  font-family: 'Quicksand', sans-serif;
} 

.masthead-brand {
  margin-top: 8px;
  margin-bottom: 8px;
    orphans: 3;
    widows: 3;
	page-break-after: avoid;
	font-size: 24px;
}

.masthead-nav {
  padding-top: 7px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.masthead-nav > li {
  position: relative;
  display: block;
}
.masthead-nav > li > a {
  position: relative;
  display: block;
  padding: 3px 15px;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}



.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;

}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

.photo-me{
 width:120pt;
 height:120pt;
}
@media (max-width: 520px), (max-height: 500px) {
	#aboutme{
		min-height:600px;
	}
	#carroussel{
		min-height:300px;
	}
	#aboutme  .lead{
		font-size: 15px;
		line-height: 25px;
	}
  .photo-me{
	width: 70px;
	height: 70px;
	text-align:left;
	float:left;
	margin-top:15px;
  }
  
}
/** Pour smartphones HD/full HD en diagonale **/
@media (min-width: 500px) and (max-width: 767px) and (min-height: 300px) and (max-height: 400px){
	#aboutme{
		min-height:400px;
	}
}
@media (max-width: 767px) {
  .masthead {
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
	text-align:center;
  } 

}

/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}
.cover-heading{
  font-weight: bold;
  font-size:36px;
}
.lead{
  color:#acacac;
}

/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .cover-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {

  .cover-container {
    width: 700px;
  }
}















/*=========================
  Footer
 ================= */

section#footer {
	background: #242424;
	margin: 0;
	padding-top: 38pt;
	padding-bottom: 30pt;
	font-family: "Lato", sans-serif;
}

section#footer .copyright {
	text-align: center;
	color: #888;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none;
	padding-top: 15pt;
}

section#footer .social-network .social-circle{
	margin-left:0;
	padding-left:0;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
}

/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* footer */
.social-circle li a {
	background:#eea236;
}

a.scrollup{
	background:#eea236;
}

/*===========================
  --- Contact ----
=========================== */

#section-contact{
	color:#777;
	background: #f7f7f7;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none;
	font-family: 'Lato', sans-serif;
	position: static;
}

.validation {
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:13px;
}

#sendmessage {
	border:1px solid #fff;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#sendmessage.show,.show  {
	display:block;
}


#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
	background: rgba(101, 106, 100, 1);
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 60px;
	margin-bottom:30px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* contact */
.validation {
	color:#35A49C;
}

a.scrollup{
	background:#eea236;
}