
	  /* CSS Document */
	  html, body { height: 100% }
  
	  
	  body{
	width: 98%;
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-top: 0px;
	/*background-color: #fffef5;*/
	background-color: #f6f0e7;
	 overflow-x:none;
	
		  }


		  
		  
      .wrapper{
	  clear: both;
	  width: 93%;
	  margin-left: auto;
	  margin-right: auto;
	  display: block;
	  position: relative;
	  
	  background-color: #f6f0e7;

	  
		  }


		  .defile{
		  	height: 4%;
		  	width: 100%;
		  	display: flex;
		  	align-items: center;
		  	background-color: #000000;
		  	margin-right: auto;
		  	margin-left: auto;

		  	

		  }

		  .txt{
		  	white-space: nowrap;
		  	font-size: 22px;
		  	animation: Scroll 20s linear infinite;
		  	font-family: 'Open Sans', sans-serif;
		  	color: #ffffff;
		  	

		  }

		  @keyframes Scroll{
		  	100%{
		  			  transform: translateX(100%);
		  }

		  -100%{
		  	transform: translateX(-100%);
		  }

		  }


		  
	.container{
	width: 100%;
	margin-bottom: 55px;

	position: relative;
	margin-top: 10px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;

	
	
		  }
	  
	
		  
	  
	 #header{
	width: 98%;
	clear: both;
	height: 175px;
	display: block;
	margin-bottom: 15px;
	z-index: 3000;
	top : 0;
	left: 0;
/*    background-color: blue;
   background-image: url("../media/linkedin_2.jpg");
   background-repeat: no-repeat;*/
		  }

    #header #logo {

 float:left;
 margin-left:30px;
  height: auto;		
  font-size: 35px;
  font-weight: 500;
  
  width: 30%;
  padding-top: 20px;
  
      
      
							
				}






     #header #logo a{
	   text-decoration: none;
       color: #191919;
	
}

     #header #logo p{
     	font-size: 27px;
     	font-family: "Space Grotesk", sans-serif;
     	font-weight: 700;
     	color: #191919;
     
     	width: 600px;
     	margin-left: 10px;
     	text-align: left;
     	margin-top: 25px;
     	

	
}
     

     #header #logo img{
      
       width: 210px;
       padding-top: 10px;

	
}


     #header #logo p{
      display: inline-block;
      position: absolute;


	
}

     #header #logo .soustitre p{
      display: inline-block;
      position: absolute;
       font-size: 24px;
     	font-family: "Space Grotesk", sans-serif;
     	font-weight: 400;
     	color: #191919;
     
     	width: 600px;
     	margin-left: 10px;
     	text-align: left;
     	margin-top: 70px;


	
}




  
  /*MON MENU*/	
		  
	  .menu{
		  width:100%;
		  display: block;
		  height:100px;
		  
		  
		  
				  
		  }
		  
		  .menu ul{
		  margin-right: 10px;
		  float: right;
		  margin-top:40px;


		
					  
		  }
		  
		  

	

		.menu ul li{
			
			width:35%;
			font-size: 25px;
			display:inline-table;
			height:20px;
			text-decoration: none;
			font-family: "Space Grotesk", sans-serif;
			font-weight: 400;

		
			



			-webkit-transition-property: background-color, padding-left;
			-webkit-transition-duration: .5s, .3s;
			-webkit-transition-timing-function: linear, ease-out;
			

	  
				  /* When being supported by FF */
	  
			-moz-transition-property: background-color, padding-left;
			-moz-transition-duration: .5s, .3s;
			-moz-transition-timing-function: linear, ease-out;
	  
				  /* … and if it's standardised one day (#optimism) */
	  
			transition-property: background-color, padding-left;
			transition-duration: .5s, .3s;
			transition-timing-function: linear, ease-out;
			
			
			
			}



			  
	  .menu ul li a{
	display: inline-block;
	padding: 5px 5px;
	color: #191919;
	letter-spacing:0px;
	text-decoration: underline;
	text-underline-position: under;
	text-decoration-thickness:20%;
	text-decoration-style: solid;
	width: 100%;
	 	


	
    
			  }
			  
			  
			  
	  .menu ul li a:hover {
	color: rgba(95,-1,19,0.2);
	transition: color 0.555s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		  }
		  


		  	  .social{

	  	height:60px;
		  width:99%;
		  position:absolute;
		  margin-top: 10px;
		  margin-left: 25px
		  
		  		  }


		  
		   
		   .social img{
			   width:60%;
		  }
		  

	  
	  .social ul{
		  margin:0;
		  padding:0;
		  width: 99%;
		  text-align: right;
		  margin-top: 5px;


		  
		  
		  }
		  
	  .social ul li{
		  text-decoration:none;
		  list-style-type:none;
		  display:inline-block;
		  height: 50px;

		  width:4%;
		  margin:0 0px;
		  line-height:60px;


		  }
		  
		  
  
		  
	  .social ul li a{
	  text-decoration: none;
	  color: #191919;
	  position: relative;
	  
		  }


.pic-index{
  width: 100%;
  margin-bottom: 35px;
  position: relative;
  margin-left: auto;
	margin-right: auto;
}

.pic-index img{
  width: 100%;


}
		  

		  
  /*FIN DE MON MENU*/		
		  
  
  
		  
	  /*Début de mes divs BOX*/	
		  
		  
		  
		  
	 .about{
	width: 100%;
	min-height:730px;

		  }   
		  
		  
	.about img{
	width: 100%;

		  }
		  
		  
		  
	  .box{
	width: 25%;
	float: left;
	background-color: none;
		  }
		  
	  .box-2{
	  width: 100%;
	  float: left;


	  }


	  
	  .overlay {
	display: block;
	line-height: 0;
	overflow: hidden;
	position: relative;
	padding: 10px 10px;
	

	
  }
  
  .overlay img{
	line-height: 0;
  }
  
  
/*  .box .overlay .text p{
font-family: 'Rambla', sans-serif;
font-weight: 600;
		text-align: center;
	font-size: 22px;
	margin-right: 16px;
	padding-top: 30%;
	  color: #ffffff;
  }*/


  .box .text p{
font-family: "Space Grotesk", sans-serif;
font-weight: 500;
	font-size: 18px;
	  color: #000000;
  }
  

  
/*  .overlay .text {
	color: white;
	line-height: normal;
	width: 100%;
	height: 100%;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    background-color: rgba(255,87,33,1);
      
  }
  
  

  .overlay:hover .text {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
  }
	  
  	.box-2:hover{
	  background-color: #000000;
	  }*/
	  
	  
	  .box-2 p{
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 14px;
	  text-decoration: none;
	  padding-left: 15px;
	  padding-bottom: 15px;
	  color: #191919;
		  }
	  
	  
	  
	  .box-2 a img { 
	  width: 100%;
	  float: left;
	  margin-top: 0px;
  	  
		  }


		  .logos{
		  width:100%;
		  margin-bottom:80px;
		  float:left;


		  }
  
			  
		  
/*	  .resume{
	  width: 50%;
	  background-color: #f9f7e9;
	  position: absolute;
	  margin-left: 60%;
	  margin-top: 0;


	  

		  }
		  
		  
	  .resume-visu{
		  width:65%;
		  margin-bottom:80px;
		  position: relative;
		  display: inline-block;

		  

			  } */

	.resume{
	  width: 100%;
	  background-color: #f6f0e7;
	  position: relative;
	  margin-right: auto;
	  margin-left: auto;

	  margin-top: 0;


		  }


		 .resume p{
		  margin-left:89px;
		  margin-right:100px;
		  margin-bottom:30px;
		  margin-top:30px;
		  font-family: "Space Grotesk", sans-serif;
		  font-size:20px;
		  color: #191919;

	
			  }  
		  
		  
	  .resume-visu{
		  width:70%;
		  position: relative;
		  display: block;
		  margin-right: auto;
		  margin-left: auto;

		  

			  } 


			  .slide-acceuil{
			  	width:100%;
			  	
			  	margin-bottom: 50px;

	
			  }  

			  .slide-acceuil img{
			  	width:100%;

	
			  }  
			   
	

			  
			  
			  
	h1{
	font-family: 'Rambla', sans-serif;
	font-weight: 100;			
	font-size: 40px;
	text-align: center;
	color: rgba(51,51,51,1);			  
			  
			  
			  }
			  
			  
			  
	h2{
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	text-align: center;
	color: rgba(51,51,51,1);			  
			  
			  
			  }
			  
		h4{
			  font-family: 'Open Sans', sans-serif;
			  font-size: 18px;
			  text-align:center;
			  color:rgba(102,102,102,1);

			  }
			  
			  
	  
	.box-4{
	  width: 50%;
	  background-color: #FFFFFF;
	  float: left;
	  margin-bottom: 5px;	  
		
		}
		
		
		.box-3{
	  width: 60%;
	  background-color: #FFFFFF;
	  float: left;
	  
			}
		
	
		
		.box-4 img{
		width:100%;
		margin-bottom:-5px;
		float: left;

		} 
		
	
		.box-5 {
		width:100%;
		float: left;
		margin-bottom:20px;
		

		}   
		
		
		.box-5 img{
		width:100%;
		float: right;
		margin-left: auto;
		margin-right: auto;

		}

	  
	  .box-6{
		  width:100%;
		  position: relative;
		  


		  }


		  
		.box-6 img{
		  width:100%;
		  height:auto;
			  
		  }
		  
		  
		  .box-6 p{
			  text-align: justify;
			  font-size:22px;
			  width:90%;
			  margin-right:auto;
			  margin-left:auto;
			  font-family: "Space Grotesk", sans-serif;
			  line-height: 30px;
			  font-weight: 400;
			 
			  
					  
			  
		  }
		  
			  .box-6 a{
			  text-decoration:none;
			  color:#FF3366;

			  
			  
		  }
		  
  
		  
		  .box-7{
			  width:25%;
			  float:right;
			  
			  
			  
			  
			  }
			  
		  .box-7 img{
			  width:100%;
			  float:right;
			  

			  }	
		  
		  
		  .box-0{
		  width:25%;
		  background-color:#00FF4C;
		  float:left;
		  margin-bottom:-5px;
		  
		  
		  }
			
	  .box-0 img {
		  width:100%;
		  margin-bottom:-5px;
		  }
		  

		  
  
   
	  /*FIN DE MES DIVS BOX*/	
  

		  
	  .clear{
		  clear:both;	
	  }	
	  
	  
	  .services{
	margin-top:50px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	margin-bottom:300px;
	  
		  }
		  
	.colonne {
    float: left;
    margin-right: 2%;
	margin-left: 3%;
    position: relative;
    width: 28%;
	margin-bottom:5%;
		}
		
	.colonne h2 {
		text-align:auto;
		}
	
	  

		  
		  

		


  
  /*DEBUT DE MON FOOTER*/		
		  


	.credits{
    
   
	font-size: 22px;
	margin-left:0px;
	color: #323231;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
	
    width: 100%;
    margin-top: 20px;

}
		  
		  
		  
		  .contact{
			  width:100%;
			  margin-left:auto;
			  margin-right:auto;
			  			  
			  }

	  

		  
	



/*.backmenu{
  width: 100%;
  display: block;
  padding-top: 30px;
    
}

.backmenu ul {
  display: block;
  

  
    
}

.backmenu ul li {
  font-family: 'Open Sans', sans-serif;
  font-style: oblique;
  font-weight: 600;
  font-size: 12px;
  list-style-type:none;
  display: inline-block;
  padding: 12px;
 
  
    
}

.backmenu ul li a{
  color: #ffffff;
  text-decoration: none;
   

    
}


.backmenu ul li a:hover{
color: #FF3B19;
transition: color 0.555s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    
}*/

	  
	  
	  .footer{
	width: 95%;
	min-height: 150px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-top: solid;
	border-color: #000000;
	border-width: 5px;
	
			

		  }
		  
  
		  
		  
	
/*.cd-top.cd-fade-out {
    opacity: 1;
}
.cd-top.cd-is-visible {
    opacity: 1;
    visibility: visible;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}
.cd-top {
    bottom: 30px;
    height: 60px;
    right: 30px;
    width: 60px;
}
.cd-top {
    bottom: 20px;
    right: 20px;
}
.cd-top {
    background: rgba(239, 160, 50, 0.6) url("../media/cd-top-arrow.svg") no-repeat scroll center 50%;
    bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: inline-block;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-indent: 100%;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
    white-space: nowrap;
    width: 40px;
}*/	  
		  
		  
		  
		  
  /*FIN DE MON FOOTER*/	
  

  
  @media screen and (max-width: 780px) {	
  
  .wrapper{
	  width: 100%;
	  margin: auto;

  }
  
  	  	.container{
	  margin-bottom: 55px;
	  margin-top: 210px;
          width: 100%;
	  
		  }
		  
		  
	  .container-logo{
		  width:100%;
		  margin-left:auto;
		  margin-right:auto;
		  
		  }



		  .defile{
		  	height: 6%;
		  	width: 100%;
		  	display: flex;
		  	align-items: center;
		  	background-color: #000000;
		  	margin-right: auto;
		  	margin-left: auto;

		  	

		  }




		  .txt{
		  	white-space:normal;
		  	font-size: 18px;
		  	animation: Scroll 20s linear infinite;
		  	font-family: 'Open Sans', sans-serif;
		  	color: #FFFFFF;
		  	width: 91%;
		  	    flex: none;
		  	

		  }


		   @keyframes Scroll{
		  	50%{
		  			  transform: translateX(50%);
		  }

		  -50%{
		  	transform: translateX(-50%);
		  }

		  }



  
  
	.credits{
    
   
	font-size: 100%;
	margin-left:0px;
	color: #ffffff;
	text-align:center;
    font-family: 'Black Han Sans', sans-serif;

    width: 100%;

}
	  

	  
	 .about{
	width: 100%;
	min-height:700px;


		  }  
		  
		  
	.about img{
	width: 100%;

		  }
  

  
  .box{
	  width:100%;
	  
	  
	  }
	  
	  
	  .box-5{ 
	  width: 100%;

  
	  
		  }
		  

		  
	  .menu {

		  width: 100%;
		  
  }


  	  .menu ul{
	  width:80%;


      margin-left: 20%;
      float: right;
	  
	  }	
  


.menu ul li{
			width:32%;
			height:30px;
			text-decoration: none;
			font-family: 'Open Sans', sans-serif;
			font-size:16px;
			display: inline-block;
			position: relative;

					-webkit-transition-property: background-color, padding-left;
					-webkit-transition-duration: .5s, .3s;
					-webkit-transition-timing-function: linear, ease-out;
		
					/* When being supported by FF */
		
					-moz-transition-property: background-color, padding-left;
					-moz-transition-duration: .5s, .3s;
					-moz-transition-timing-function: linear, ease-out;
		
					/* … and if it's standardised one day (#optimism) */
		
					transition-property: background-color, padding-left;
					transition-duration: .5s, .3s;
					transition-timing-function: linear, ease-out;
			
			}
			

	  
  
	  .menu ul li a{
		  text-align: center;
		  position: relative;
		  color: #ffffff;
		  
  }
  
  
  .menu ul li a:hover{
	 
	  -webkit-transition-property: background-color, padding-left;
	  -webkit-transition-duration: .5s, .3s;
	  -webkit-transition-timing-function: linear, ease-out;
	  /* When being supported by FF */
		
	  -moz-transition-property: background-color, padding-left;
	  -moz-transition-duration: .5s, .3s;
	  -moz-transition-timing-function: linear, ease-out;
	  /* … and if it's standardised one day (#optimism) */
		
	  transition-property: background-color, padding-left;
	  transition-duration: .5s, .3s;
	  transition-timing-function: linear, ease-out;
  } 
    
    








    #header #logo img{
	  width: 100%;
     
	
}

     #header #logo p{
     	font-size: 18px;
     	font-family: 'Open Sans', sans-serif;
     	width: 350px;
     	margin-left: 12px;
     	padding-left: 0px;
     	text-align: left;
     	position: relative;
     	

	
}


.pic-index{
	display: none;
	
}
    
    #header{
      height: 100px;
	
}
    
        #header #logo{
        	width: 300px;
        	 margin-left: 10px;
	
}
  

				  .social{

	display: none;
		  
		  		  }


		  
		   
		   .social img{
			   width:50%;
		  }
		  

	  
	  .social ul{
		  margin:0;
		  padding:0;
		  width: 10%;
	
		  margin-top: 300px;


		  
		  
		  }
		  
	  .social ul li{
		  text-decoration:none;
		  list-style-type:none;
		  display:inline-block;
		  height: 50px;

		  width:100%;
		  margin:0 3px;
		  line-height:60px;


		  }
		  
		  
  
		  
	  .social ul li a{
	  text-decoration: none;
	  color: #FFFFFF;
	  position: absolute;
	  
		  }

     .social ul li a img{
	  text-decoration: none;
	  color: #FFFFFF;
	  position: relative;
	  
		  }

		  
		.resume{
		width: 100%;
		float: left;
		margin-left: auto;
		margin-right: auto;
		position: relative;	  
		  }
		  
	  .resume-visu{
		width: 100%;
		float: left;
		margin-bottom:50px;
			  }  


			  
			  

	
	  .resume p{
		  margin-left:25px;
		  margin-right:25px;
		  margin-bottom:30px;
		  margin-top:30px;
		  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		  font-size:13px;
	
			  }

		  
	  .footer{
	width: 100%;
	background-color: #000000;
	min-height: 150px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
		  }
    
    
    	  .footer ul li a{
		  color: rgb(79,79,79);
}
		  
		  .logo {
		  width: 100%;
		  margin-left:auto;
		  margin-right:auto;

				}
  

				
		  .box-7 {
			  width:50%;
  
		  
  
  }

  		  .box-6 {
			  width:100%;
  
		  
  
  }
    
    
  
  	 .credits{
	margin-top: 30px;
	font-size: 80%;
	margin-left:0px;
	color: #ffffff;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
       
  
		  }
    

		
		  .box-6 p{
			  text-align:center;
			  font-size:16px;
			  width:100%;
			  margin-right:auto;
			  margin-left:auto;
			  
			  
					  
			  
		  }
	  
	  	.colonne {
    float: left;

    position: relative;
    width: 94%;
	margin-bottom:5%;
		}
		
	.colonne h2 {
		text-align:auto;
		}
		

  
	  
	  @media screen and (max-width: 400px) {
		  

  
  #header{
	  width:100%;
	  height:100px;
  
	  
	  }









    #header #logo{
		  width: 90%;
		  float:left;
		  margin-left:25px;
		height: auto;
		margin-top: 10px;
							
				}

     #header #logo p{
     	font-size: 18px;
     	font-family: 'Open Sans', sans-serif;
     	width: 350px;
     	margin-left: 12px;
     	padding-left: 0px;
     	text-align: left;
     	position: relative;
     	

	
}
	  
	  	.container{
	  margin-bottom: 55px;
	  margin-top: 260px;
	  
		  }
		  
  .box{
	  width:100%;
	  
	  
	  }
	  
	  
	  
	 .about{
	width: 100%;
	min-height:700px;;

		  }  
		  
		  
	.about img{
	width: 100%;

		  }
		  
	  


 	  .menu{
	  margin-left:0px;
	  margin-top:15px;
	  width:100%;
	  
	  }
	  
  
  .menu ul{
	  
	  width:100%;
	  padding-left:0px;	
	  }	
  
	  .menu ul li {
	  height: 20px;
	  color: rgba(255,255,255,1);
	  text-decoration: none;
	  width:100%;
	 font-family: 'Rambla', sans-serif;
	  font-size:13px;
	  font-size: 16px;
	  
	  
	  
  }
  
	  .menu ul li a{
		  width:90%;
		  text-align:center;
		  margin-top:-30px;
		  color: #000000;
  }
	  
	  .menu ul li a:hover{
	  
	  -webkit-transition-property: background-color, padding-left;
	  -webkit-transition-duration: .5s, .3s;
	  -webkit-transition-timing-function: linear, ease-out;
	  /* When being supported by FF */
		
	  -moz-transition-property: background-color, padding-left;
	  -moz-transition-duration: .5s, .3s;
	  -moz-transition-timing-function: linear, ease-out;
	  /* … and if it's standardised one day (#optimism) */
		
	  transition-property: background-color, padding-left;
	  transition-duration: .5s, .3s;
	  transition-timing-function: linear, ease-out;
  }
  
  
		
	  .footer{
	width: 100%;
	background-color: #000000;
	min-height: 150px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
		  }
    
		  
		.social ul li a img{
			display:inline-block;
			width: 15%;
	  
		  }
		  

		  
		  	  .social ul li{

		  display:block;

		  width:100%;

		  line-height:30px;
		  margin: 0 0px;

		  }
		  
		  
		.resume{
		width: 100%;
		float: left;	  
		  }
		  
	  .resume-visu{
		width: 100%;
		float: left;
		margin-top:0px;
			  }  
	
  
	  .box-4{
		  width:100%;
		  
		  
		  }
		  

  
	  #header #logo a img{
		  width:90%;
		  padding-bottom:10px;
		  margin-right: 12px;
							
				}

				.box-7 {
			  width:100%;
  
		  
  
  }
  

		
		.next ul li{

	
		  margin-top:60px;
		  font-size:13px;
		  width:45%;
		  letter-spacing:0px;
		  
		}
		
		.next ul li a{

		  letter-spacing:0px;
		  
		}
		
		  .box-6 p{
			  text-align:center;
			  font-size:16px;
			  width:100%;
			  margin-right:auto;
			  margin-left:auto;			  
			  		  }


.credits{
    
   
	font-size: 100%;
	margin-left:0px;
	color: #ffffff;
	text-align:center;
    font-family: 'Open Sans', sans-serif;

    width: 100%;

}


