body {
    width: 100%;
    height: 100%;
}
html {
    width: 100%;
    height: 100%;
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 48px;
    right: 0;
    background-color: #FFF;
    color: #7fc6af;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #7fc6af;
    color: #FFF;
}
.welcome-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}
.about-section {
    height: 100%;
    padding-top: 60px;
    background: #eee;
}
.whatwedo-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}
.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}
.habitat-section {
    height: 100%;
    padding-top: 120px;
    text-align: center;
    background: #fff;
}
.navbar-default .navbar-nav > li > a:hover, a:focus{
 outline:1.5px solid;
 outline-offset:-5px;
 color: #fff;
}
.navbar-default {
    background-color: #7FC6AF;
    border-color: #fff;
    border-width:2px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    
}

.logo{
    position: relative;
    top: 30px;
  display: block;
    margin-left: auto;
    margin-right: auto;
height:200px;
width:250px; 
}

.portrait img{
height:204px;
width:200px;
   
}
.info{
     position: relative;
    top: 50px;
  display: block;
    margin-left: auto;
    margin-right: auto;
font color:inherit,#7FC6AF ;
font-size: 18px;
font-weight: 350;
}
.btn-primary{
position:relative;
top: 120px;
}
.boutoncv {
    
	background:#7FC6AF;
	width:110px;
	border-radius:2px;
	border:none;
}
.boutoncv>a{
  font:14px Lato; 
  color:#fff;
  text-decoration:none;   
}
.boutoncv:hover{
    background:#62AA92;    
    }
.boutoncv:active{ 
    background-color: #62AA92; 
    }
.about>h1{
    font color:#7FC6AF;
   
    position: relative;
    left:20px;
    
}

.portrait{
    float:left;
    width: 250px;
    height: 300px;
/* background-color: aquamarine; */
    padding: 10px;
    text-align: center;
    font-size: 12px;
    margin-top: 15vh;    
}
.competences{
    float :right;
    width: 400px;
    height:460px;
    /*background-color: bisque;*/
    padding: 10px
}
.formation{
    margin-left: 300px;
    margin-right: 440px;
    height:460px;
    /*background-color: antiquewhite;*/
    padding: 10px;
}

.footer{
    float:right;
    padding: 10px;
}
.colonne li{
    font-weight: bold;
    color:#979797;
}
.colonne h1, .colonne h2{
    color: #979797;
    font-size:25px;
    font-weight:200px;                     
}
                            
.colonne p {
    color: #62AA92;
    font-weight:normal;
}
.lien1{
 position: absolute; 
top:10px;
left:97px;
}
.lien2{
 position: absolute; 
top:10px;
left:372px;   
}
.lien3{
  position: absolute; 
top:10px;
left:670px;  
}
.lien4{
  position: absolute; 
top:10px;
left:923px;  
}
.cutline img{
    width:1100px;
    height: 400px;
    margin-left: 20px;
    margin-right: 10px;
    
}
.page-portfolio {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}
.menu-portfolio{
    margin-top: 4vh;
    float:left;
    width: 200px;
    height: 450px;
    font-size: 12px;
    text-align: left
}
.menu-portfolio h10, h11, h12, h13{
    font-size: 12px;
    font-weight: bold;
    color:#979797;
    line-height: 35px;
}
.menu-portfolio p{
    line-height: 10px;

}
.menu-portfolio a{
    color:#62AA92;
    
}
.projet{
    float :right;
    width: 900px;
    height:460px;
    padding: 15px
}
.ligne-verticale {
    margin-left: 200px;
    margin-right: 440px;
    width:5px;
    border-left:1px solid #62AA92;
    height:450px;
}
.photo{
   
    width: 450px;
    height:450px;
    
}
.projet h1{
    Font-size:18px;
    color: #62AA92;
    text-align: left;
}
.description{
    float:right;
    margin-right: 70px; 
    padding:5px;
    width: 300px;
    height:450px;
}

.description h2, h3{
    Font-size:12px;
    color: #979797;
    text-align: left;
}
.description p{
   Font-size:12px;
    color:#979797;
    Text-align:justify;
    
}    
  


