/* Typographie */

@font-face{ 
    font-family:'poppins_black';
    src: url('font/Poppins-Black.ttf'); 
}

@font-face{
    font-family:'poppins_light';
    src: url('font/Poppins-Light.ttf');  
} 
@font-face{
    font-family:'poppins_semibold';
    src: url('font/Poppins-SemiBold.ttf');
} 


.text-projet{
   width: 80%;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 100px;
}

p.logo-type {
	font-family: 'poppins_light';
	font-size: 2em;
	font-weight: normal;
	color: #1b1b1b;
	margin: 0px 12px;
	text-decoration: none;
	}
h1{
    font-family: "poppins_black";
    text-align:left;
    font-size: 88px;
    padding :0;
    width: 100%;
    margin-top: 10px;;

} 


h2{
    font-family: 'poppins_black';
    text-align: center;
    font-size: 3.5em;
    color: #343434;
    text-decoration: none;
    padding: 0;
    margin: 100px 1% 100px 1% ;
    
}

h3{
    font-family: 'poppins_light'; 
    font-size: 1.1em;
    font-weight: normal;
    line-height: 2;
    color: #7a7a7a;
    padding: 0;
    margin: 10px 0;
    text-decoration: none;
    list-style: none;
    
    
}

 h4 {
    font-family: 'poppins_light';
    font-size: 1.1em;
    font-weight: normal;
    line-height: 2;
    color: #F9F9F9;
    margin: 0;
    text-decoration: none;
    text-align: center;
}

h5 {
    font-family: 'poppins_semibold';
    font-size: 2.3em;
    font-weight: normal;
    line-height: 1.2;
    color: #343434;
   padding: 0;
    margin: 0;
    text-decoration: none;  
    
}


 h6{
    font-family: 'poppins_semibold';
    font-size: 1.2em;
    font-weight: normal;
    line-height: 2em;
    color: #F9F9F9;
    margin: 2% 0;
    text-decoration: none;
     
    }
    h7{
        font-family: 'poppins_light'; 
        font-size: 0.8em;
        font-weight: normal;
        line-height: 2;
        color: #7a7a7a;
        padding: 10px 0;
        margin: 10px 0;
        text-decoration: none;
        list-style: none;
        
        
    }
strong{
    
    font-family: 'poppins_semibold'; 
    font-size: 1.2em;
    font-weight: normal;
    color: #343434;
    text-decoration: none;
}

.right{
    text-align: right;
    

}
.left{
    text-align: left;

}
.title-img{
    font-family: 'poppins_black';
    font-size: 2.5em;
    font-weight: normal;
    line-height: 1.5;
    color: white;
    margin: 20px;
    text-decoration: none;
    text-align: center;
}

/*paramaetre de base*/

html, body{
margin: auto;
padding: 0;
border: 0;
background-color: #fff;
   
}

*, div {
box-sizing: border-box;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.clear{
    clear: both;
    
}

.row {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    
}
.row-margin-header{
    width: 100%;
    height: auto;
    float: left;
    position: relative; 
    margin-top: 250px;
}
.row-margin{
    width: 100%;
    height: auto;
    float: left;
    position: relative; 
    margin-top: 200px;
}
.row-margin-projet{
    padding: 200px;
}

img {
max-width: 100%;
height: auto;
margin:auto;
padding: 0;
border: 0;
display: block;
    
}
.padding {
  padding: 100px 0;     
}
.padding-top {
	padding-top: 150px;
	}
	
.padding-bottom {
	padding-bottom: 80px;
	}

.padding-double-bottom {
	padding-bottom: 100px;
	}
	
.padding-logo{
    padding-right: 6%;
    padding-left: 6%;
}
.black{
    background-color: #343434;
    padding-bottom: 50px;
    
}
.white{

    color: #F9F9F9;
}
.container {
    
    height: auto;
    margin: 0 auto;
    padding:0 25px;
} 
.projet-container{
   height: auto;
    margin: 0 auto;
    padding: 150px;  
}
.container-titre {
   height: auto;
    width: 100%;
   margin: 0 auto;
    padding:0 25px;
  color: #343434;
  display: flex;
  align-items: flex-end;
  justify-content: left;
}
.container-titre h1{
 
  line-height: 1.4;
  word-spacing: 3px;
  max-width: 45rem;
  text-shadow: 0px 1px 0px white;
}
.container-titre .highlight {
  display: inline-block;
  color: #343434;
  transition:all;
   -webkit-transition: color 250ms, text-shadow 250ms;
  text-decoration: none;
  text-shadow: 0px 1px 0px white;
  position: relative;
  z-index: 0;
}
.container-titre .highlight::after {
  position: absolute;
  z-index: -1;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 3px;
  background-color: #343434;
  transition: all ;
  -webkit-transition: all 250ms;
}
.container-titre .highlight:hover {
  color: white;
  text-shadow: 0px 1px 0px black;
}
.container-titre .highlight:hover::after {
  height: 105%;
  width: 105%;
}

.container-img {
    display: inline-block;
    position: relative;
    margin: 50px 0px;
    background-color: #343434;
}
.container-img .text {
    z-index: 1;
    position: absolute;
    text-align: center;
    margin: 15%;
    left: 0;
    right: 0;
    top: 10%;
   
   } 


/*colonnes et textes*/
.center{
    text-align: center;
    position: relative;
    display: block;
    position: relative;
    margin: 0 15% 0 15%;
    
}
.colonne-left{
    
    
    width: 50%;
	height: auto;
	float: left;
	display: block;
	position: relative;
    margin: 0;
    padding-left: 3%;
    
}
.colonne-right{
    
    
    width: 50%;
	height: auto;
	float: left;
	display: block;
	position: relative;
    margin: 0;
    padding-right: 3%;
    
}
.colonne-un{
    width: 80%;
    height: auto;
    
    display: inline-block;
    position: relative;
    margin: 0;
    
    
}
.colonne-deux{
      
    width: 48%;
	height: auto;
	float: left;
	display: block;
	position: relative;
    margin: 0 1% 0 1%;
   
    }
.colonne-deux-marge66{
    
    width: 70%;
    height:auto;
    float: left;
	display: block;
	position: relative;

}
.colonne-deux-marge33 {
width: 30%;
height: auto;
float: left;
display:block;
position: relative;
}

.colonne-deux-marge33 ul li {
    font-family: 'poppins-semibold';
	font-size: 1em;
	font-weight: normal;
	line-height: 2;
	color: #7a7a7a;
	margin: 0;
	text-decoration: none;  
}

.colonne-trois{
    width: 31%;
	height: auto;
	float: left;
	display: block;
	position: relative;
    margin: 0 1% 0 1%;
     
}
    
.colonne-quatre{
    width: 23%;
	height: auto;
	float: left;
	display: block;
	position: relative;
    margin: 1% 1% 1% 1%;
     
    
}
.colonne-sept  { width: 56.6666666667%; 
        height: auto;
        float: left;
        display: block;
        position: relative;
        margin: 0 1% 0 1%;}
        
.colonne-cinq                 
{ width: 39.3333333333%;
    height: auto;
	float: left;
	display: block;
	position: relative;
    margin: 0 1% 0 1%; }
    


/* Menu */
#header {
    width: 100%;
    background-color: rgba(255,255,255,1);
    box-shadow: 2px 2px 0 #F9F9F9;
    position: absolute;
    z-index: 99;
}

.header-container {
    height: auto;
    margin: 0;
    padding: 0 25px;

    }

.menu{

    max-width: auto; 
    width: auto;
    height: auto;
    
}

nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style-type: none;
    padding:0;
    
    font-family:'poppins_semibold';
    font-size: 0.9em;
    
}
nav a {
    text-decoration: none;
    color: #343434;
    display: block;
    padding: 0px 20px;
    margin: 11px 0px; 
    text-transform: uppercase;
}

li a:hover{
    color: #66B2B2;
    
}

 
/* logo*/

.logo{
width: auto;
height: auto;
float: left;
display: block;
margin-top: 4px;

    

}

.logo-back{
    z-index: 99;
    width: auto;
    height: auto;
    position: fixed;
    top: 90%;
    right: 1%;
    display: block;   
}

.barre-centre{
    position: absolute;
    left: 99.5%;
    top: 0;
    width: 1px;
    height: 300px;
    background: white;
    box-shadow: 1px 0 1px #e2e2e2;
    
    
}

/* menu mobile */

.btn-navigation{
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 20;  
    cursor: pointer;
}
.btn-navigation .barre {
    width: 30px;
    height: 3px;
    background: #343434;
    margin-top: 3px;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;    
}

.btn-navigation .barre.white-nav{
    background:#fff;
    
}
.navigation{
    position: fixed;
    right: 0; 
    padding: 0 30px;
    background:#343434;
    width: 70%;
    height: 100%;
    transition: transform .6s ease-in-out;
    -webkit-transition: transform .6s ease-in-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    

    
}

.navigation.isOpen{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    
    
}

.navigation ul {
    position: absolute;
    top:45%;
    transform: translateY(-50%);
    -webkit-transform :translateY(-50%);
    list-style-type: none;
   
    
}
.navigation ul li {
    margin: 10px 0;
    
}

.navigation ul li a {
    color: #fff;
    font-family: "poppins_semibold";
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 800;
    letter-spacing: .070em;
    
        
   
}
.navigation ul li a:hover{
    color: #008080;
}

/* Masonry */
html {
    overflow-y: scroll;
}

.grid-sizer{
    width: 25%;
}
.item-center{
    width: auto;
    height: auto;
    display: block;
    position: relative;
    float: inherit;
    padding :1%;
}
.item-width-two-right{
    width: 50%;
    height: auto;
    display: block;
    position: relative;
    float: right;
   
}
.item-right {
    width: 25%;
    height: auto;
    display: block;
    position: relative;
    float: left;
    
    
}

.item-width-two {
    width: 66.666%;
    height: auto;
    display: block;
    position: relative;
    float: left;
    
    
    }
.item {
    width: 33.333%;
    height: auto;
    display: block;
    position: relative;
    float: left; 
    
}

/* Masonry-image-portfolio */
    

.item-width-two-one-padding{
    width: 66.666%;
    height: auto;
    display: block;
    position: relative;
    float: left;
    
}

.item-one-padding{
    width: 33.333%;
    height: auto;
    display: block;
    position: relative;
    float: left;
    
}
.item-width-two-right-one-padding{
    width: 50%;
    height: auto;
    display: block;
    position: relative;
    float: right;
     
}
.item-width-two-left-one-padding{
   width: 50%;
    height: auto;
    display: block;
    position: relative;
    float: left;
    
}



/* overlay portfolio  */

.portfolio-item-overlay {
position: absolute;
display:flex;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #84AFB0;
color:#fff;
opacity:0;
text-align: center;
align-items: center;
justify-content: center;
transition:opacity .3s;

    
    
    
}
.portfolio-item-overlay:hover{
    opacity:0.9;

    
    
    
}

.sub-title-white {
    font-family: 'poppins_black';
    font-size: 2em;
    font-weight: normal;
    line-height: 1.5;
    color: white;
    margin: 0;
    text-decoration: none;
    text-align: center;
    padding: 5;
    }
 
/* bouton*/


.green-botton{
    text-decoration: none;
    font-family:'Poppins_semibold';
    font-size: 1em;
    color: white;
    font-weight: normal;
    line-height: 2;
    display: inline-block;
    background-color: #343434;
    border-radius: 40px 40px 40px 40px;
    padding: 10px 20px;
    margin-top: 9em;
    margin-bottom: 9em;    
    
}
.green-botton:hover {
    background-color:#66B2B2; 
}
.botton{
    position: relative;
    z-index: 0;
    transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 700ms;
}

.icon-botton {
    
position: fixed;
bottom: 40px;
right: 7.5%;
cursor: pointer;
z-index: 100;
}

/*articles*/
.article{
background-color:white;
padding: 20px;
margin: 20px;    
box-shadow: 4px 0 8px #e2e2e2;
text-align: left;
text-decoration: none;

}


.article-left {
float: left;
width: 50%;
height:auto;
    margin: 0;
   

}

.article-right {
float: right;
width: 50%;
height: auto;
margin: 0;
}
.article-hover{
position: absolute;
display:flex;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #343434;
color:#fff;
opacity:0;
text-align: center;
align-items: center;
justify-content: center;
}
.p-article{

background-color:white;
padding: 100px ;
margin: 50px 150px; 



}

/* Media Queries]*/
@media screen and (max-width:4000px){
    .btn-navigation, .navigation {
        display: none;
    }
@media screen and (max-width:1200px){
   .p-article{
   padding: 60px ;
   margin: 50px 100px;       
    }
    .p-article h6 {
        font-size: 1.5em;
    }
   

@media screen and (max-width: 970px){
     
    
    .menu, .barre-centre {
        display: none; 
    }
     .btn-navigation, .navigation{
        display:inherit;
         
    }
    
   
    }
    #header{
        position: fixed;
      
    }

    .logo{
        position: relative;
        margin: 19px -10px;
        
    }
    
  
   #main{
        display: flex;
       flex-flow: column;      
    }
#un{
    order: 2;
    }
    
    .projet-container
    { padding: 25px;
    }
  
   
    .colonne-quatre {
        width: 48%;

    }
    
    .padding-logo{
        padding-right: 1%;
        padding-left: 1%;
    }
    
      .text-projet{
         width: 100%;
         margin:30px 0;
    }
   
    .article, .article-left, .article-right  { 
         width: 100%;
         float: left;
         margin: 7px 0;
    }
    
      .right, .left{
        width: 100%;
        text-align: left;
       
    }
       
    .padding-bottom, .padding-double-bottom{
      padding-bottom: 0;  
    }
    
   
  
    .p-article{
    padding:0;
    margin: 0 5px; 
        
    }
    .colonne-cinq{
        display: none;
    }
        
    
    }

@media screen and (max-width: 832px) {
    .colonne-un, .colonne-deux, .colonne-right, .colonne-left, .colonne-deux-marge66, .colonne-deux-marge33, .colonne-cinq, .colonne-sept {
        width: 100%;
        display: block;
        margin: 30px 0 20px 0;
        padding: 0;    
    }
    .center{
        width: 100%;
        display: block;
        margin: 30px 0 20px 0;
        padding: 0;    
    }
 
  
 h6{
     font-size: 1.2em;
    }
    
    .text h4{
        font-size: 1em;
        margin: 1px;

    }
  
    
    .grid-sizer, .item, .item-width-two, .item-width-two-right, .item-right{ 
		width: 100%;
         
    }

    
  .item-width-two-one-padding, .item-one-padding, .item-width-two-right-one-padding, .item-width-two-left-one-padding, .item-center{
      width: 100%;
      padding:1% 0;
      
    } 
   
     .title-img{
        font-size: 1.6em;
         margin: 0; 
       
    }
     .container-img .text{
        top: -10;
          margin: 10% 30px;
    }
     .logo-back{
    top: 94%;
    right: 1%;
    }
    h1 {
        font-size: 70px;
        
    }
    h2{
    
        font-size: 1.8em;
        text-align: center;
        margin: 30px 1% 30px 1%;
        
    }
    strong{
    
        font-family: 'poppins_semibold'; 
        font-size: 0.7em;
        font-weight: normal;
        color: #343434;
        text-decoration: none;
    }
    .colonne-cinq{
        display: none;
    }
 }

  
@media screen and (max-width:450px){
    
   .colonne-cinq{
        display: none;
    }
    h1 {
        font-size: 50px;
        
    }
    h5 {
    
        font-size: 1.5em; 
    
    }

    h6, h3{
     font-size: 1em;
    }
      .article h5{
        font-size: 1.5em;
          margin-bottom: 10px;
    }
     .p-article h6 {
        font-size: 1.2em;
         line-height: 1.8em;
    }
    
      .title-img{
        font-size: 1.2em;
    }
   
   
    .row-margin{
        margin-top:50px;
    }
     .row-margin-projet{
        margin-top:100px;
    }
   .logo-back{
    top: 89%;
    right: 5%;
    }
  }
}