/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
	font-weight:300;
	background:#fff;
	background-image:url url(../img/fond-header-v02-bleu.jpg);
	background-repeat:no-repeat;
}
section {
	background:#fff;
}
p {
    font-size: 18px;	
}
p.small {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0;
}
.petit {
  font-size: 16px;
  margin: 10px 0 12px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.contact {
  margin: 5px 0 18px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.italique {
  font-family: "Roboto Condended",sans-serif;
  font-size: 15px;
  font-style: italic;
  margin-top: 25px;
}
.slab  {
  font-size: 15px;
  font-family:"Roboto Slab", serif;
  text-transform:uppercase;
  margin:0; padding:0;
  letter-spacing:0.08em;
  color:#666;
}
.gras {
  margin:0; padding:0;
  letter-spacing:0.05em;
  font-weight:400;
}
.gras02 {
  font-weight:700;
}
.clients {
  font-family: "Roboto Condensed",sans-serif;
  font-size: 20px;
  font-weight:400;
  letter-spacing: 0.04em;  
}
.questions {
  color: #fff;
  font-family: "roboto condensed";
  font-size: 26px;
  font-weight: 400;
  letter-spacing:0.03em;
}
.decider {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.margebas {
  margin-bottom:20px;
}
.footer-below .aucentre {
  color: #bbb;
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #faa633;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.tiretnoir-gauche {
  border-top: 2px solid #333;
  margin: 10px 0;
  max-width: 20px;
  text-align: left !important;
}
	.centree > img {
	  margin-bottom: 25px;
	}
hr.star-light,
hr.star-primary {
    margin: 10px auto 30px;
    padding: 0;
    max-width: 20px;
    border: 0;
    border-top: solid 2px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
   /* content: "\f005";
    display: inline-block;
    position: relative;*/
    top: -.1em;
    padding: 0 .25em;
   /* font-family: FontAwesome;
    font-size: 2em;*/
}

hr.star-light {
    border-color: #fff;
}
hr.star-light-gris {
    border-color: #ccc;
}

hr.star-light:after {
    color: #fff;
    /*background-color: #18bc9c;*/
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
  background: #9abbbf url("../img/fond-header-v02-bleu.jpg") no-repeat scroll center top;
  color: #fff;
  text-align: center;
}

header .container {
    padding-top: 0;
    padding-bottom: 0;
}

header img {
    display: block;
    margin: 0 auto 20px;
}
.intro-text {
  margin: 12em 0 23em 0;
}
.ladifference-text {
  margin: 3em 0 1.5em;
}
header .intro-text .name {
    display: inline;
    font-size: 2.2em;
    font-weight: 700;
	line-height: 1;
    padding-top: 0.7em;
    text-transform: uppercase;
    font-family:"Roboto Condensed", sans-serif;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
	letter-spacing: 0.04em;
}

header .intro-text .skills {
    font-size: 2.2em;
	text-transform: uppercase;
    font-weight: 700;
    font-family:"Roboto Condensed", sans-serif;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	letter-spacing: 0.03em;
}
.haut {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing:0.02em;
}
.bas {
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.gras {
  font-weight: 500;
}

/* Fade In Slow
-----------------------------------------------------------------------------------*/
.po-fade-in {
  -webkit-animation: po-fade-in 2.5s ease-out backwards;
  -moz-animation: po-fade-in 2.5s ease-out backwards;
  -ms-animation: po-fade-in 2.5s ease-out backwards;
  -o-animation: po-fade-in 2.5s ease-out backwards;
  animation: po-fade-in 2.5s ease-out backwards; }

@-moz-keyframes po-fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-webkit-keyframes po-fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-o-keyframes po-fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-ms-keyframes po-fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes po-fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
	
	
/* -------Responsive Styles --------------*/	



@media(min-width:768px) {
    header .container {
        padding-top: 0;
        padding-bottom: 0;
    }
	header .intro-text .name {
	  font-size: 2.8em;
	}
	
	header .intro-text .skills {
	  font-size: 3.1em;
	}
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 0 0 25px 0;
		margin:0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
		/*border-top: 5px solid black !important;*/
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
	.navbar-nav > li > a {
	  padding-right: 0 !important;
	  padding-top: 5px;
	}
	.navbar-nav > li {
	  float: left;
	  font-size: 14px;
	  margin: 0 !important;
	  padding: 0 !important;
	}
	.navbar-default, .navbar-inverse {
	  padding-top: 25px;
	}	


}


@media(min-width:992px) {
    .navbar-fixed-top {
        padding: 35px 0 25px 0;
		/*border-top: 5px solid lime !important;*/
    }
	.navbar-nav > li > a {
	  padding-left: 25px;
	}

}
@media(max-width:992px) {


}


@media(min-width:1200px) {
    .navbar-fixed-top {
		/*border-top: 5px dashed purple !important;*/
    }
	.centree > img {
	  margin-left: 50px;
	  margin-bottom: 25px;
	  /*background:pink;*/
	}
	.paddinggauche {
	  margin-left: 25px;
	}
}
@media(max-width:1200px) {

}
	
.navbar,.navbarfooter  {
    text-transform: uppercase;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.navbarfooter {
    font-weight: 400;
	padding:0 !important;
	font-size:13px;
}

.navbarfooter .navbar-nav > li > a {
  color: #f4f4f4;
  line-height: 21px;
  padding: 0 0 15px 20px;
}

.navbarfooter .nav > li > a:hover,.navbarfooter .nav > li > a:focus{background-color:#none !important; color:#ccc !important;}
.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 2.7em;
	text-transform:none;
	letter-spacing:0.02em;
}

section.success {
    background: #f3f3f3;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
  	color: #faa633;
}

section.orange {
    background: #faa633;
	background-image:url(../img/fond-difference-02-senergis.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}
section.bleue {
    background: #9abbbf;
	background-image:url(../img/fond-bloc-bleu-02.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:white;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
}
section.gris {
    background: #e9e9e9;
}
section.grismoyen {
    background: #828181;
	color:white;
}
section.grisfonce {
    background: #646464;
	color:white;
}
section.beige {
    background: #e9e9e9;
}
@media(max-width:767px) { /* tablettes et téléphones */
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
	.navbar-fixed-top { /*enlever quand fini*/
		/*border-top: 4px dashed pink !important;*/
    }
	
	/*new*/	
	.navbar .navbar-nav, .navbar-header.page-scroll {
	  background: rgba(154, 187, 191, 0.5) none repeat scroll 0 0;
	  padding: 17px 10px 35px;
	}

	.navbar-nav > li > a {
	  font-size: 14px !important;
	  line-height: 15px;
	  padding-bottom: 12px;
	  padding-top: 3px;
	}
	.nav > li > a {
	  text-align: right;
	}
	.navbar-nav {
	  margin: 0px -15px;
	}
	.intro-text {
	  margin: 8em 0 15em;
	}

	.aucentre {
	  text-align: center;
	}
	header .intro-text .name {
  	font-size: 1.6em !important;
	}

}



#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 1px #fff;
    color: #faa633;
    background: #f3f3f3;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 100px 0;
    background-color: #222;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 18px;
    line-height: 22px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
@media only screen and ( max-width: 479px ) { /*téléphones - nouveau*/

	.navbar-fixed-top { /*enlever quand fini*/
		/*border-top: 4px dotted olive !important;*/
    }
	.navbar-brand {
	  padding: 0 10px 19.5px;
	}
	.navbar .navbar-nav, .navbar-header.page-scroll {
	  padding: 10px 0 15px;
	}
	.navbar-brand > img {
	  height: 100% !important;
	  margin-top: 10px;
	  width: 70% !important;
	}
	.intro-text {
	  margin: 2em 0 6em;
	}
	section h2 {
	  font-size: 2em;
	}
	h3, .h3 {
	  font-size: 18px;
	  margin-top:15px;
	}
	
	hr.star-light, hr.star-primary {
	  margin: 10px auto 15px auto;
	}
	header .intro-text .name, header .intro-text .skills {
	  font-size: 1em !important;
	}
	section {
	  padding: 60px 0;
	}
	.btn-outline {
	  font-size: 16px;
	}
	p, p.small, .gras, h4, .h4, .decider,.clients, .questions, .gras02   {
	  font-size: 15px;
	}

	.haut {
	  font-size: 1.2em;
	}
	.bas {
	  font-size: 1.8em;
	}
	h4, .h4 {
	  font-weight: 400 !important;
	}
	.col-lg-3.col-lg-offset-3 > img {
	  height: 60%;
	  margin-bottom: 30px;
	  width: 60%;
	}
	.decider {
	  font-size: 18px;
	}
	.btn-lg, .btn-group-lg > .btn {
	  padding: 10px 16px;
	}		
}